Multiple choice technology programming languages

A database storage is stored in the database as

  1. In compiled form

  2. As source code

  3. Both A and B

  4. None of the above

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

Database stored procedures, triggers, and views are typically stored in the database dictionary as both the original source code (for viewing/editing) and in a compiled/p-code form (for execution efficiency).