Saved Bookmarks
| 1. |
Where The Procedures Are Stored In Database? |
|
Answer» A stored PROCEDURE is a SUBROUTINE available to applications accessing a relational database SYSTEM. Stored procedures (sometimes CALLED a proc, sproc, StoPro, or SP) are actually stored in the database data dictionary A stored procedure is a subroutine available to applications accessing a relational database system. Stored procedures (sometimes called a proc, sproc, StoPro, or SP) are actually stored in the database data dictionary |
|