Multiple choice technology databases

RENAME command is a :

  1. DCL command

  2. TCL command

  3. DDL command

  4. DML command

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

RENAME is a DDL (Data Definition Language) command because it modifies the database schema by changing object names. DCL commands control access (like GRANT), TCL commands manage transactions (like COMMIT), and DML commands manipulate data (like INSERT). DDL commands define or alter database structures.