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.
Login in to like
Login in to comment