DDL vs DML issues

Because DML needs to be submitted
and truncate is automatically submitted,
you need to distinguish which commands are DML and which are DDL
DDL is a data definition language, such as drop, alter, truncate, etc. are DDL
insert, update, delete, merge, etc. are DML
in oracle DML can rollback, but DDL can't

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326485047&siteId=291194637