engineering computer science MCQ #800

Which database feature allows for the execution of code on the database server?

engineering computer science MCQ #800

  1. Question 1

    Q1. Which database feature allows for the execution of code on the database server?

    • A) Stored procedures
    • B) Triggers
    • C) Views
    • D) Indexes

    Answer: Stored procedures

    Explanation: Stored procedures execute code on the database server, enabling complex operations and improving performance.