Which of the following SQL keywords can be used to perform CRUD (Create, Read, Update, Delete) operations over data?
Explanation
CREATE, DROP and ALTER statements do not operate over the data itself, they modify tables and database structure.
TRUNCATE is not part of DML and is used to remove all rows from a table.
COMMIT is not part of DML as well. It preserves the database integrity.

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes