Which of the following is NOT a type of SQL command ?
2025
Which of the following is NOT a type of SQL command ?
Answer: D. Data Extraction Language (DEL) — SQL commands are categorized into DDL (Data Definition Language), DML (Data Manipulation Language), and DQL (Data Query Language). Data Extraction Language…
- A.
Data Definition Language (DDL)
- B.
Data Manipulation Language (DML)
- C.
Data Query Language (DQL)
- D.
Data Extraction Language (DEL)
Attempted by 623 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.
Loading lesson…