There are five types of SQL commands: DDL, DML, DCL, TCL, and DQL.
BrindhaPrathaban Answered question July 4, 2023
These SQL commands are mainly categorized into five categories:
- DDL – Data Definition Language.
- DQL – Data Query Language.
- DML – Data Manipulation Language.
- DCL – Data Control Language.
- TCL – Transaction Control Language.
Vishalini.R Answered question July 1, 2023
