stored procedure (n)~ A precompiled collection of SQL statements and optional control- of-flow statements stored under a name and processed as a unit. They are stored in an SQL database and can be run with one call from an application.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 28 조회
- 목록
본문
stored procedure (n)~ A precompiled collection of SQL statements and optional control- of-flow statements stored under a name and processed as a unit. They are stored in an SQL database and can be run with one call from an application.