CBSE Class 12 Informatics Practices
Question 33 of 79
MySQL SQL Revision Tour — Question 1
Back to all questionsSQL (Structured Query Language) is a standard language for accessing and manipulating databases.
The different categories of SQL commands are as follows:
- Data Definition Language (DDL) Commands
- Data Manipulation Language (DML) Commands
- Data Query Language (DQL) command
- Data Control Language (DCL) commands
- Transaction Control Language (TCL) Commands