🎴 Flashcard Mode

Oracle PL/SQL and Database Fundamentals

Card1 / 19
Mastered0
Review0
QuestionClick to flip

_______ commands can be used in PL/SQL blocks.

AnswerClick to flip back
A
DML
💡 Explanation:

PL/SQL is an extension of SQL that allows for procedural logic. It supports DML (Data Manipulation Language) commands like SELECT, INSERT, UPDATE, and DELETE.

Change Mode