There are five types of SQL commands: DDL, DML, DCL, TCL, and DQL.
BrindhaPrathaban Answered question July 4, 2023
Subsets of SQLThere are three main subsets of the SQL language:. Data Control Language (DCL). Data Definition Language (DDL). Data Manipulation Language (DML)Each set of the SQL language has a special purpose:.
Sandhya Answered question July 3, 2023
