Multiple choice _______ commands can be used in PL/SQL blocks. DML DDL DCL 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.