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.

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты