🎴 Flashcard Mode

Oracle Database and PL/SQL Concepts

Card1 / 20
Mastered0
Review0
QuestionClick to flip

A Database Procedure is stored in the Database

AnswerClick to flip back
A
In compiled form
💡 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.

Change Mode