which of the following is DDL command ?
2023
which of the following is DDL command ?
- A.
UPDATE SET
- B.
DELETE
- C.
DROP TABLE
- D.
INSERT INTO
Attempted by 2548 students.
Show answer & explanation
Correct answer: C
Key idea: DDL (Data Definition Language) commands are used to create, modify, or remove database structures such as tables and schemas. Examples of DDL: CREATE TABLE, ALTER TABLE, DROP TABLE, TRUNCATE TABLE, RENAME.
A video solution is available for this question — log in and enroll to watch it.