Devart ODBC Driver for Oracle supports a wide range of SQL statements required for most database operations. For the full syntax and a complete list of SQL statements, see the Oracle documentation.
DDL statements define and manage schema objects. They typically require exclusive access to the specified object.
The supported DDL statements include:
ALTER, except ALTER SESSION and ALTER SYSTEM)CREATE)DROP)FLASHBACK)DML statements access and modify data in existing schema objects. These statements do not implicitly commit transactions.
The supported DML statements include:
Transaction control statements manage changes made by DML operations.
The supported transaction control statements include: