dml vs ddl sql

Solutions on MaxInterview for dml vs ddl sql by the best coders in the world

showing results for - "dml vs ddl sql"
Luis
17 Feb 2019
1DML commands actions can be stored
2DLL command actions can't be stored.
3
4DML = SELECT, INSERT, UPDATE, DELETE, MERGE
5DDL = CREATE, ALTER, TRUNCATE, DROP TABLE, RENAME