Which of the following is a characteristic of a stored procedure?
Q1. Which of the following is a characteristic of a stored procedure?
Answer: All of the above
Explanation: Stored procedures have multiple characteristics, including being precompiled SQL statements, reusable blocks of SQL code, and able to accept input parameters.