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
C Correct answer
Explanation

Database procedures (like PL/SQL in Oracle) are stored in compiled form for performance, but the source code is also retained for debugging and modification purposes. Most database systems store both representations.