Which of the following is a benefit of using stored procedures?
Q1. Which of the following is a benefit of using stored procedures?
Answer: All of the above
Explanation: Stored procedures can improve security by limiting direct access to tables, improve performance by reducing the amount of SQL code sent over the network, and simplify maintenance by encapsulating complex logic.