Beginner
Database Management Systems
Q13 / 100
What is a stored procedure?
Correct! Well done.
Incorrect.
The correct answer is B) A precompiled set of SQL statements stored in the database and executed as a unit by name
B
Correct Answer
A precompiled set of SQL statements stored in the database and executed as a unit by name
Explanation
Stored procedures are compiled once and stored server-side, reducing network round-trips and allowing code reuse. They can accept parameters and return results.
Progress
13/100