86,599 views
31 votes
31 votes
1.what are the different types of SQL Commands.Explain them also.​

User Ownaginatious
by
2.4k points

1 Answer

23 votes
23 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 Mscha
by
3.0k points