engineering computer science MCQ #723

Which of the following is a characteristic of a stored procedure?

engineering computer science MCQ #723

  1. Question 1

    Q1. Which of the following is a characteristic of a stored procedure?

    • A) It is a precompiled SQL statement
    • B) It is a reusable block of SQL code
    • C) It can accept input parameters
    • D) All of the above

    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.