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?

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.