Which database feature allows for the execution of code on the database server?
Q1. Which database feature allows for the execution of code on the database server?
Answer: Stored procedures
Explanation: Stored procedures execute code on the database server, enabling complex operations and improving performance.