CBSE Class 12 Informatics Practices Question 8 of 79

MySQL SQL Revision Tour — Question 1

Back to all questions
1
Question

Question 1

How are SQL commands classified ?

Answer

SQL commands can be divided into the following categories :

  1. Data Definition Language (DDL) Commands
  2. Data Manipulation Language (DML) Commands
  3. Transaction Control Language (TCL) Commands
  4. Session Control Commands
  5. System Control Commands