CBSE Class 12 Informatics Practices
Question 63 of 79
MySQL SQL Revision Tour — Question 6
Back to all questionsDML (Data Manipulation Language)
Reason — In SQL, Data Manipulation Language (DML) statements are used to manipulate data in the database. DML statements are used to query information from the database, as well as to insert, delete, and modify tuples (rows) in the database tables.