20.1k views
15 votes
1.what are the different types of SQL Commands.Explain them also.​

User Grundyoso
by
4.7k points

1 Answer

8 votes

Answer:

  • DDL
  • DML
  • DCL
  • TCL
  • DQL

Step-by-step explanation:

Five types of SQL queries are 1) Data Definition Language (DDL) 2) Data Manipulation Language (DML) 3) Data Control Language(DCL) 4) Transaction Control Language(TCL) and, 5) Data Query Language (DQL) Data Definition Language(DDL) helps you to define the database structure or schema.

User Adrian Shum
by
4.7k points