views:

98

answers:

2

Is Commit a DML instruction in PL\SQL?

+7  A: 

No, it's a transaction control (TCL) statement, not a data manipulation (DML) statement. http://www.orafaq.com/faq/what_are_the_difference_between_ddl_dml_and_dcl_commands

Alex Poole