This section describes features specific to the MySQL family of databases.
The DBMSs for MySQL v3.22 and 3.23 are deprecated.
Note that when developing for MySQL and using double quotes as a delimiter, it is necessary to set the sql_mode to ANSI_QUOTES:
SET sql_mode='ANSI_QUOTES'