{
  "$schema": "https://docs.sqlparser.com/capabilities/v1/schema/dialect.schema.json",
  "dialect": "mysql",
  "display_name": "MySQL",
  "aliases": [],
  "product": "General SQL Parser",
  "edition": "java",
  "version": "4.1.11",
  "measured_at": "2026-08-10T14:47:38.366768857Z",
  "provenance": {
    "kind": "measured",
    "artifact_sha256": "71895b6e5ab0",
    "corpus_commit": "dcd6212a9",
    "corpus_files": 135,
    "methodology_url": "https://docs.sqlparser.com/reference/sql-syntax/#methodology"
  },
  "parse_coverage": {
    "kind": "measured",
    "note": "Pass rates are over GSP's documented-example corpus for this dialect, not a percentage of the entire SQL dialect.",
    "constructs": {"passed": 109, "total": 135},
    "statements": {"passed": 205, "total": 240},
    "statement_classes": {
      "select": {"constructs": {"passed": 39, "total": 40}, "statements": {"passed": 89, "total": 90}},
      "dml": {"constructs": {"passed": 8, "total": 8}, "statements": {"passed": 16, "total": 16}},
      "stored_procedures": {"constructs": {"passed": 16, "total": 20}, "statements": {"passed": 16, "total": 20}}
    }
  },
  "keywords": {
    "kind": "measured",
    "measured_at": "2026-08-08T14:54:19Z",
    "total": 538,
    "allowed_as_identifier": 534,
    "context_specific": 3,
    "blocked": 1,
    "details_url": "https://docs.sqlparser.com/reference/sql-syntax/mysql/keyword-compatibility/"
  },
  "docs_url": "https://docs.sqlparser.com/reference/sql-syntax/mysql/",
  "constructs": [
    {"name": "SELECT", "category": "", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/select.html"},
    {"name": "SET", "category": "", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/call.html"},
    {"name": "UPDATE", "category": "", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/update.html"},
    {"name": "ALTER DATABASE", "category": "ALTER", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/alter-database.html"},
    {"name": "ALTER EVENT", "category": "ALTER", "passed": 3, "total": 3, "source": "https://dev.mysql.com/doc/refman/8.0/en/alter-event.html"},
    {"name": "ALTER INSTANCE", "category": "ALTER", "passed": 0, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/alter-instance.html"},
    {"name": "ALTER LOGFILE GROUP", "category": "ALTER", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/alter-logfile-group.html"},
    {"name": "ALTER SERVER", "category": "ALTER", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/alter-server.html"},
    {"name": "ALTER TABLE", "category": "ALTER", "passed": 4, "total": 4, "source": "https://dev.mysql.com/doc/refman/8.0/en/alter-table.html"},
    {"name": "ALTER TABLESPACE", "category": "ALTER", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/alter-tablespace.html"},
    {"name": "ALTER USER", "category": "ALTER", "passed": 0, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/alter-user.html"},
    {"name": "ALTER VIEW", "category": "ALTER", "passed": 1, "total": 1, "source": "http://c.biancheng.net/view/2586.html"},
    {"name": "CREATE FUNCTION", "category": "ALTER", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/stored-programs-logging.html"},
    {"name": "CREATE DATABASE", "category": "CREATE", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/atomic-ddl.html"},
    {"name": "CREATE EVENT", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/alter-event.html"},
    {"name": "CREATE FUNCTION", "category": "CREATE", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-procedure.html"},
    {"name": "CREATE FUNCTION IF", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/if.html"},
    {"name": "CREATE INDEX", "category": "CREATE", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-index.html"},
    {"name": "CREATE LOGFILE GROUP", "category": "CREATE", "passed": 0, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-logfile-group.html"},
    {"name": "CREATE PROCEDURE", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-procedure.html"},
    {"name": "CREATE PROCEDURE CASE", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/case.html"},
    {"name": "CREATE PROCEDURE LOOP", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/loop.html"},
    {"name": "CREATE PROCEDURE REPEAT", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/repeat.html"},
    {"name": "CREATE PROCEDURE RESIGNAL", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/get-diagnostics.html"},
    {"name": "CREATE PROCEDURE SIGNAL", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/signal.html"},
    {"name": "CREATE PROCEDURE WHILE", "category": "CREATE", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/while.html"},
    {"name": "CREATE ROLE", "category": "CREATE", "passed": 0, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-role.html"},
    {"name": "CREATE SCHEMA", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/import-table.html"},
    {"name": "CREATE SERVER", "category": "CREATE", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-server.html"},
    {"name": "CREATE SPATIAL REFERENCE SYSTEM", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-spatial-reference-system.html"},
    {"name": "CREATE TABLE", "category": "CREATE", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-table.html"},
    {"name": "CREATE TABLE  LIKE", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-table-like.html"},
    {"name": "CREATE TABLE  SELECT", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-table-like.html"},
    {"name": "CREATE TABLE AND GENERATED COLUMNS", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-table-generated-columns.html"},
    {"name": "CREATE TABLE INDEX", "category": "CREATE", "passed": 4, "total": 4, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-index.html"},
    {"name": "CREATE TABLE SUBQUERY", "category": "CREATE", "passed": 8, "total": 8, "source": "https://dev.mysql.com/doc/refman/8.0/en/scalar-subqueries.html"},
    {"name": "CREATE TABLESPACE", "category": "CREATE", "passed": 0, "total": 4, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-tablespace.html"},
    {"name": "CREATE TRIGGER", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-trigger.html"},
    {"name": "CREATE USER", "category": "CREATE", "passed": 3, "total": 3, "source": "https://dev.mysql.com/doc/refman/8.0/en/create-user.html"},
    {"name": "CREATE VIEW", "category": "CREATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/atomic-ddl.html"},
    {"name": "CALL", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/call.html"},
    {"name": "CASE", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/case.html"},
    {"name": "COMPARISON", "category": "DDL", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/comparisons-using-subqueries.html"},
    {"name": "COMPARISON FUNCTIONS AND OPERATORS", "category": "DDL", "passed": 5, "total": 5, "source": "https://dev.mysql.com/doc/refman/8.0/en/any-in-some-subqueries.html"},
    {"name": "CORRELATED SUBQUERIES", "category": "DDL", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/correlated-subqueries.html"},
    {"name": "DEALLOCATE PREPARE", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/union.html"},
    {"name": "DECLARE  HANDLER", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/declare-handler.html"},
    {"name": "DECLARE CONDITION", "category": "DDL", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/declare-condition.html"},
    {"name": "DELETE", "category": "DDL", "passed": 3, "total": 3, "source": "https://dev.mysql.com/doc/refman/8.0/en/delete.html"},
    {"name": "DERIVED TABLES", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/derived-tables.html"},
    {"name": "DO", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/do.html"},
    {"name": "EVENT", "category": "DDL", "passed": 5, "total": 5, "source": "https://dev.mysql.com/doc/refman/8.0/en/alter-event.html"},
    {"name": "EXECUTE", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/call.html"},
    {"name": "EXPLAIN", "category": "DDL", "passed": 0, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/explain.html"},
    {"name": "FLUSH TABLES", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/import-table.html"},
    {"name": "GET DIAGNOSTICS", "category": "DDL", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/get-diagnostics.html"},
    {"name": "GRANT", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/innodb-redo-log.html#innodb-disable-redo-logging"},
    {"name": "HANDLER", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/handler.html"},
    {"name": "IF", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/if.html"},
    {"name": "IMPORT", "category": "DDL", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/import-table.html"},
    {"name": "IMPORT TABLE", "category": "DDL", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/import-table.html"},
    {"name": "INSERT", "category": "DDL", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/insert.html"},
    {"name": "INSERT SELECT", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/insert-select.html"},
    {"name": "ITERATE", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/iterate.html"},
    {"name": "LATERAL DERIVED TABLES", "category": "DDL", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/lateral-derived-tables.html"},
    {"name": "LEAVE", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/leave.html"},
    {"name": "LOAD DATA", "category": "DDL", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/load-data.html"},
    {"name": "LOAD XML", "category": "DDL", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/load-xml.html"},
    {"name": "LOOP", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/loop.html"},
    {"name": "PREPARED", "category": "DDL", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/sql-prepared-statements.html"},
    {"name": "PREPARED", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/sql-prepared-statements.html"},
    {"name": "PTIMIZING SUBQUERIES", "category": "DDL", "passed": 3, "total": 3, "source": "https://dev.mysql.com/doc/refman/8.0/en/subquery-errors.html"},
    {"name": "RECURSIVE COMMON TABLE EXPRESSIONS", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/with.html"},
    {"name": "RENAME TABLE", "category": "DDL", "passed": 3, "total": 3, "source": "https://dev.mysql.com/doc/refman/8.0/en/rename-table.html"},
    {"name": "RENAME USER", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/rename-user.html"},
    {"name": "REPEAT", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/repeat.html"},
    {"name": "REPLACE", "category": "DDL", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/replace.html"},
    {"name": "RESIGNAL", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/get-diagnostics.html"},
    {"name": "RESTRICTIONS ON SUBQUERIES", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/subquery-restrictions.html"},
    {"name": "RETURN", "category": "DDL", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/return.html"},
    {"name": "REVOKE", "category": "DDL", "passed": 3, "total": 3, "source": "https://dev.mysql.com/doc/refman/8.0/en/revoke.html"},
    {"name": "ROW SUBQUERIES", "category": "DDL", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/row-subqueries.html"},
    {"name": "SCOPE RULES FOR HANDLERS", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/handler-scope.html"},
    {"name": "SHOW COLUMNS", "category": "DDL", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/show-columns.html"},
    {"name": "SHOW GLOBAL STATUS", "category": "DDL", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-tls-channel-status-table.html"},
    {"name": "SIGNAL", "category": "DDL", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/signal.html"},
    {"name": "SUBQUERIES WITH ALL", "category": "DDL", "passed": 4, "total": 4, "source": "https://dev.mysql.com/doc/refman/8.0/en/all-subqueries.html"},
    {"name": "SUBQUERIES WITH EXISTS OR NOT EXISTS", "category": "DDL", "passed": 4, "total": 4, "source": "https://dev.mysql.com/doc/refman/8.0/en/exists-and-not-exists-subqueries.html"},
    {"name": "SUBQUERY", "category": "DDL", "passed": 8, "total": 8, "source": "https://dev.mysql.com/doc/refman/8.0/en/scalar-subqueries.html"},
    {"name": "TRUNCATE TABLE", "category": "DDL", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/drop-view.html"},
    {"name": "UNION", "category": "DDL", "passed": 6, "total": 6, "source": "https://dev.mysql.com/doc/refman/8.0/en/union.html"},
    {"name": "VALUES", "category": "DDL", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/values.html"},
    {"name": "WHILE", "category": "DDL", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/while.html"},
    {"name": "WITH", "category": "DDL", "passed": 4, "total": 4, "source": "https://dev.mysql.com/doc/refman/8.0/en/with.html"},
    {"name": "DROP DATABASE", "category": "DROP", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/drop-database.html"},
    {"name": "DROP EVENT", "category": "DROP", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/drop-event.html"},
    {"name": "DROP INDEX", "category": "DROP", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/drop-index.html"},
    {"name": "DROP LOGFILE GROUP", "category": "DROP", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/drop-logfile-group.html"},
    {"name": "DROP ROLE", "category": "DROP", "passed": 0, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/drop-role.html"},
    {"name": "DROP SERVER", "category": "DROP", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/drop-server.html"},
    {"name": "DROP SPATIAL REFERENCE SYSTEM", "category": "DROP", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/drop-spatial-reference-system.html"},
    {"name": "DROP TABLE", "category": "DROP", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/atomic-ddl.html"},
    {"name": "DROP TABLESPACE", "category": "DROP", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/drop-tablespace.html"},
    {"name": "DROP TRIGGER", "category": "DROP", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/drop-trigger.html"},
    {"name": "DROP USER", "category": "DROP", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/drop-user.html"},
    {"name": "DROP VIEW", "category": "DROP", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/drop-view.html"},
    {"name": "SELECT COMPARISON FUNCTIONS AND OPERATORS", "category": "SELECT", "passed": 5, "total": 5, "source": "https://dev.mysql.com/doc/refman/8.0/en/any-in-some-subqueries.html"},
    {"name": "SELECT COMPARISON STATEMENT", "category": "SELECT", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/comparisons-using-subqueries.html"},
    {"name": "SELECT CONCAT STATEMENT", "category": "SELECT", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/select.html"},
    {"name": "SELECT CORRELATED SUBQUERIES STATEMENT", "category": "SELECT", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/correlated-subqueries.html"},
    {"name": "SELECT DERIVED TABLES STATEMENT", "category": "SELECT", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/derived-tables.html"},
    {"name": "SELECT FOR UPDATE STATEMENT", "category": "SELECT", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/select.html"},
    {"name": "SELECT FROM DUAL STATEMENT", "category": "SELECT", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/select.html"},
    {"name": "SELECT FROM GROUP BY HAVING STATEMENT", "category": "SELECT", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/select.html"},
    {"name": "SELECT FROM GROUP BY STATEMENT", "category": "SELECT", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/select.html"},
    {"name": "SELECT FROM HAVING STATEMENT", "category": "SELECT", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/select.html"},
    {"name": "SELECT FROM WHERE STATEMENT", "category": "SELECT", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/select.html"},
    {"name": "SELECT GROUP BY STATEMENT", "category": "Select", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/select.html"},
    {"name": "SELECT INNER JOIN STATEMENT", "category": "SELECT", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/join.html"},
    {"name": "SELECT INTO STATEMENT", "category": "SELECT", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/select-into.html"},
    {"name": "SELECT JOIN STATEMENT", "category": "SELECT", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/join.html"},
    {"name": "SELECT LEFT JOIN STATEMENT", "category": "SELECT", "passed": 4, "total": 4, "source": "https://dev.mysql.com/doc/refman/8.0/en/join.html"},
    {"name": "SELECT LEFT OUTER JOIN STATEMENT", "category": "SELECT", "passed": 0, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/join.html"},
    {"name": "SELECT LIMIT STATEMENT", "category": "SELECT", "passed": 3, "total": 3, "source": "https://dev.mysql.com/doc/refman/8.0/en/select.html"},
    {"name": "SELECT PTIMIZING SUBQUERIES STATEMENT", "category": "Select", "passed": 3, "total": 3, "source": "https://dev.mysql.com/doc/refman/8.0/en/subquery-errors.html"},
    {"name": "SELECT RESTRICTIONS ON SUBQUERIES STATEMENT", "category": "SELECT", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/subquery-restrictions.html"},
    {"name": "SELECT ROW SUBQUERIES STATEMENT", "category": "SELECT", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/row-subqueries.html"},
    {"name": "SELECT SELECT LATERAL DERIVED TABLES STATEMENT", "category": "SELECT", "passed": 2, "total": 2, "source": "https://dev.mysql.com/doc/refman/8.0/en/lateral-derived-tables.html"},
    {"name": "SELECT UNION STATEMENT", "category": "SELECT", "passed": 6, "total": 6, "source": "https://dev.mysql.com/doc/refman/8.0/en/union.html"},
    {"name": "SET CHARSET", "category": "SET", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/charset-connection.html#charset-connection-impermissible-client-charset"},
    {"name": "SET GLOBAL", "category": "SET", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/stored-programs-logging.html"},
    {"name": "SET NAMES", "category": "SET", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/call.html"},
    {"name": "SET PASSWORD", "category": "SET", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/set-password.html"},
    {"name": "UPDATE ORDER BY", "category": "UPDATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/update.html"},
    {"name": "UPDATE SET", "category": "UPDATE", "passed": 1, "total": 1, "source": "https://dev.mysql.com/doc/refman/8.0/en/update.html"}
  ]
}
