Database Management Systems (DBMS)
Which concept is defined as follows: a precompiled collection of SQL statements stored in a database that can be executed as a single unit?
- A. Relational database
- B. Composite key
- C. Stored procedure ✓
- D. Data Query Language (DQL)
Correct answer
C. Stored procedure
Explanation
Stored procedure refers to a precompiled collection of SQL statements stored in a database that can be executed as a single unit.