Devart ODBC Driver for MySQL 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 MySQL documentation: Data Definition Statements, Data Manipulation Statements, Account Management Statements, and Transactional and Locking Statements.
DDL statements define and manage schema objects. They typically require exclusive access to the specified object.
The supported DDL statements include:
ALTER)CREATE)DROP)DML statements access and modify data in existing schema objects.
The supported DML statements include:
Account management statements are intended to create, change, delete, and control database user accounts and roles.
The supported account management statements include:
Transaction control statements manage changes made by DML operations.
The supported transaction control statements include:
Lock Control statements give the user deliberate control over how the database handles simultaneous access to data and system metadata.
The supported lock control statements include: