Multiple choice technology databases

A Database Procedure is stored in the Database

  1. In compiled form

  2. As source code

  3. Both A & B

  4. Not stored

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Database procedures are stored in compiled form within the database. This compilation happens when the procedure is created, improving execution performance compared to interpreting source code each time. The database engine stores the compiled execution plan, not the original source.