Select the DDL Statement from below:
-
SELECT
-
UPDATE
-
DELETE
-
ALTER
D
Correct answer
Explanation
DDL (Data Definition Language) statements define database structures. ALTER is a DDL command used to modify table structure. SELECT, UPDATE, and DELETE are DML (Data Manipulation Language) commands that operate on data within existing structures.