A database storage is stored in the database as
-
In compiled form
-
As source code
-
Both A and B
-
None of the above
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).