Which database feature allows for the execution of pre-defined SQL statements?
Q1. Which database feature allows for the execution of pre-defined SQL statements?
Answer: Stored procedures
Explanation: Stored procedures encapsulate pre-defined SQL statements, improving performance and reducing the risk of SQL injection.