Multiple choice technology databases

SQL statements are divided into?

  1. 2

  2. 3

  3. 4

  4. 5

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SQL statements are traditionally divided into five categories: DDL (Data Definition Language), DML (Data Manipulation Language), DRL/DQL (Data Retrieval/Query Language), DCL (Data Control Language), and TCL (Transaction Control Language). This categorization helps organize different types of SQL operations based on their purpose.