🎴 Flashcard Mode
Oracle SQL and PL/SQL Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Which section of a PL/SQL block commences with the BEGIN keyword?
AnswerClick to flip back
A
Executable
💡 Explanation:
The Executable section of a PL/SQL block contains the procedural code and starts with the BEGIN keyword. The Exception section (EXCEPTION) handles errors, the Declarative section (DECLARE) defines variables and types, and Anonymous is not a section name but a block type.