Database Management Systems (DBMS)

What is Stored procedure primarily used for?

Correct answer

A. A precompiled collection of SQL statements stored in a database that can be executed as a single unit.

Explanation

Stored procedure refers to a precompiled collection of SQL statements stored in a database that can be executed as a single unit.