“INSERT INTO instructor VALUES (10211, ’Smith’, ’Biology’, 66000);
What type of statement is this?”

INSERT INTO instructor VALUES (10211, ’Smith’, ’Biology’, 66000);
What type of statement is this?
DML
Explanation: The values are manipulated. So it is a DML.
Query
Relational
DDL

Leave a Reply

Your email address will not be published. Required fields are marked *