A stored procedure is _______ in a relational database, which can be executed by invoking its name.

  • a precompiled collection of one or more SQL statements
  • a temporary table
  • a trigger
  • an index
A stored procedure in a relational database is a precompiled collection of one or more SQL statements. It is stored as a database object and can be executed by invoking its name.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *