CBSE Class 12 Computer Science
Question 30 of 79
Table Creation and Data Manipulation Commands — Question 4
Back to all questionsDML
Reason — The above SQL statement is Data Manipulation Language (DML) statement. DML statements are used to access and manipulate data in tables. The DML commands include SELECT, LOCK TABLE, UPDATE, INSERT INTO, DELETE. In this case, the INSERT INTO statement is used to insert a new row of data into the instructor table.