Multiple choice PL/SQL supports all _____ statements. DML TCL SQL DCL Reveal answer Fill a bubble to check yourself C Correct answer Explanation PL/SQL is a procedural extension of SQL. It supports all SQL statements, including DML and DCL, by embedding them directly into its procedural blocks.