Which of the following is NOT a type of SQL command ?
2025
Which of the following is NOT a type of SQL command ?
- A.
Data Definition Language (DDL)
- B.
Data Manipulation Language (DML)
- C.
Data Query Language (DQL)
- D.
Data Extraction Language (DEL)
Attempted by 127 students.
Show answer & explanation
Correct answer: D
SQL commands are categorized into DDL (Data Definition Language), DML (Data Manipulation Language), and DQL (Data Query Language). Data Extraction Language (DEL) is not a standard SQL command type.