CBSE Class 12 Computer Science
Question 46 of 79
Table Creation and Data Manipulation Commands — Question 1
Back to all questionsSQL commands can be divided into following categories :
- Data Definition Language (DDL) commands — CREATE, ALTER, DROP, TRUNCATE etc.
- Data Manipulation Language (DML) commands — INSERT, UPDATE, DELETE etc.
- Transaction Control Language (TCL) commands — COMMIT, ROLLBACK, SAVEPOINT etc.
- Session Control Commands
- System Control Commands