Database Fundamentals — Question 68
A named group of SQL statements that can be executed in a database is called a:
Answer options
- A. Subroutine
- B. Formula
- C. Stored procedure
- D. Method
Correct answer: C
Explanation
The correct answer is C, as a stored procedure is specifically a collection of SQL statements that can be executed as a single unit. Options A, B, and D do not accurately describe this concept, as subroutines and methods refer to programming constructs in general, while a formula usually pertains to mathematical expressions rather than database operations.