Multiple choice technology databases

How many categories are available for SQL Commands

  1. 1

  2. 2

  3. 3

  4. 4

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

SQL commands are categorized into three main types: DDL (Data Definition Language like CREATE, DROP), DML (Data Manipulation Language like SELECT, INSERT), and DCL (Data Control Language like GRANT, REVOKE).