Question
Easy

Which of the following is not a DDL command?

1
TRUNCATE
2
ALTER
3
CREATE
4
UPDATE
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: SQL
Correct Answer
Option D
Explanation

The correct option is (4): The correct option is UPDATE because it belongs to the Data Manipulation Language (DML) subset of SQL, not the Data Definition Language (DDL). DDL commands are specifically designed to define or modify the structure or schema of database objects, such as tables and indexes. In contrast, the UPDATE command is used to modify the actual data stored within the existing structure of a table, such…Read More

Which of the following - HTET Level 3 | Clear Cutoff