Multiple choice

_______ commands can be used in PL/SQL blocks.

  1. DML

  2. DDL

  3. DCL

  4. None of above

Reveal answer Fill a bubble to check yourself
A Correct answer
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.