Multiple choice technology databases A Database Procedure is stored in the Database In compiled form As source code Both A & B 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.