{
  "$schema": "https://docs.sqlparser.com/capabilities/v1/schema/dialect.schema.json",
  "dialect": "sybase",
  "display_name": "Sybase",
  "aliases": [],
  "product": "General SQL Parser",
  "edition": "java",
  "version": "4.1.10",
  "measured_at": "2026-08-08T14:54:59.213290587Z",
  "provenance": {
    "kind": "measured",
    "artifact_sha256": "a95d676aa0a9",
    "corpus_commit": "57f1830ac",
    "corpus_files": 123,
    "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": 111, "total": 123},
    "statements": {"passed": 296, "total": 335},
    "statement_classes": {
      "select": {"constructs": {"passed": 8, "total": 8}, "statements": {"passed": 15, "total": 15}},
      "dml": {"constructs": {"passed": 5, "total": 5}, "statements": {"passed": 16, "total": 16}},
      "stored_procedures": {"constructs": {"passed": 0, "total": 4}, "statements": {"passed": 4, "total": 9}}
    }
  },
  "keywords": {
    "kind": "measured",
    "measured_at": "2026-08-08T14:54:19Z",
    "total": 456,
    "allowed_as_identifier": 413,
    "context_specific": 2,
    "blocked": 41,
    "details_url": "https://docs.sqlparser.com/reference/sql-syntax/sybase/keyword-compatibility/"
  },
  "docs_url": "https://docs.sqlparser.com/reference/sql-syntax/sybase/",
  "constructs": [
    {"name": "ALLOCATE DESCRIPTOR", "category": "ALLOCATE DESCRIPTOR", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ALTER DATABASE", "category": "ALTER", "passed": 3, "total": 3, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ALTER DBSPACE", "category": "ALTER", "passed": 6, "total": 6, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ALTER DOMAIN", "category": "ALTER", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ALTER EVENT", "category": "ALTER", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ALTER FUNCTION", "category": "ALTER", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ALTER INDEX", "category": "ALTER", "passed": 4, "total": 4, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ALTER LOGIN POLICY", "category": "ALTER", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ALTER PROCEDURE", "category": "ALTER", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ALTER SERVER", "category": "ALTER", "passed": 4, "total": 4, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ALTER SERVICE", "category": "ALTER", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ALTER TABLE", "category": "ALTER", "passed": 17, "total": 17, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ALTER USER", "category": "ALTER", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ALTER VIEW", "category": "ALTER", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "BACKUP", "category": "BACKUP", "passed": 4, "total": 4, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "BEGIN PARALLEL IQ … END PARALLEL IQ", "category": "BEGIN PARALLEL IQ … END PARALLEL IQ", "passed": 0, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "BEGIN TRANSACTION", "category": "BEGIN TRANSACTION", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "BEGIN … END", "category": "BEGIN … END", "passed": 1, "total": 4, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CALL", "category": "CALL", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CASE", "category": "CASE", "passed": 5, "total": 7, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CHECKPOINT", "category": "CHECKPOINT", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CLEAR", "category": "CLEAR", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CLOSE", "category": "CLOSE", "passed": 3, "total": 3, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "COMMENT", "category": "COMMENT", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "COMMIT", "category": "COMMIT", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CONFIGURE", "category": "CONFIGURE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CONNECT", "category": "CONNECT", "passed": 7, "total": 7, "source": ""},
    {"name": "CREATE DATABASE", "category": "CREATE", "passed": 6, "total": 6, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE DBSPACE", "category": "CREATE", "passed": 5, "total": 5, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE DOMAIN", "category": "CREATE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE EVENT", "category": "CREATE", "passed": 9, "total": 12, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE EXISTING TABLE", "category": "CREATE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE EXTERNLOGIN", "category": "CREATE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE FUNCTION", "category": "CREATE", "passed": 1, "total": 3, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE INDEX", "category": "CREATE", "passed": 6, "total": 6, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE JOIN INDEX", "category": "CREATE", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE LOGIN POLICY", "category": "CREATE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE MESSAGE", "category": "CREATE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE PROCEDURE", "category": "CREATE", "passed": 3, "total": 5, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE SCHEMA", "category": "CREATE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE SERVER", "category": "CREATE", "passed": 3, "total": 3, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE SERVICE", "category": "CREATE", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE TABLE", "category": "CREATE", "passed": 18, "total": 18, "source": ""},
    {"name": "CREATE USER", "category": "CREATE", "passed": 3, "total": 3, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE VARIABLE", "category": "CREATE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "CREATE VIEW", "category": "CREATE", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DEALLOCATE DESCRIPTOR", "category": "DEALLOCATE DESCRIPTOR", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "Declaration section", "category": "Declaration section", "passed": 0, "total": 6, "source": ""},
    {"name": "DECLARE", "category": "DECLARE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DECLARE CURSOR", "category": "DECLARE CURSOR", "passed": 4, "total": 4, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DECLARE LOCAL TEMPORARY TABLE", "category": "DECLARE LOCAL TEMPORARY TABLE", "passed": 3, "total": 3, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DELETE", "category": "DELETE", "passed": 3, "total": 3, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DESCRIBE", "category": "DESCRIBE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DISCONNECT", "category": "DISCONNECT", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DROP", "category": "DROP", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DROP CONNECTION", "category": "DROP", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DROP DATABASE", "category": "DROP", "passed": 3, "total": 3, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DROP EXTERNLOGIN", "category": "DROP", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DROP LOGIN POLICY", "category": "DROP", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DROP SERVER", "category": "DROP", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DROP SERVICE", "category": "DROP", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DROP STATEMENT", "category": "DROP", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DROP USER", "category": "DROP", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "DROP VARIABLE", "category": "DROP", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "EXECUTE", "category": "EXECUTE", "passed": 4, "total": 4, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "EXECUTE IMMEDIATE", "category": "EXECUTE IMMEDIATE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "EXIT", "category": "EXIT", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "FETCH", "category": "FETCH", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "FOR", "category": "FOR", "passed": 2, "total": 4, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "FORWARD TO", "category": "FORWARD TO", "passed": 4, "total": 4, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "FROM", "category": "FROM", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "GET DESCRIPTOR", "category": "GET DESCRIPTOR", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "GOTO", "category": "GOTO", "passed": 6, "total": 6, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/BABGBFBJ.htm"},
    {"name": "GRANT", "category": "GRANT", "passed": 5, "total": 5, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "IF", "category": "IF", "passed": 2, "total": 12, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "INCLUDE", "category": "INCLUDE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "INSERT", "category": "INSERT", "passed": 3, "total": 3, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "INSTALL JAVA", "category": "INSTALL JAVA", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "IQ UTILITIES", "category": "IQ UTILITIES", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "LEAVE", "category": "LEAVE", "passed": 1, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "LOAD TABLE", "category": "LOAD TABLE", "passed": 7, "total": 7, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "LOCK TABLE", "category": "LOCK TABLE", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "LOOP", "category": "LOOP", "passed": 3, "total": 7, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "MESSAGE", "category": "MESSAGE", "passed": 3, "total": 3, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "OPEN", "category": "OPEN", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "OUTPUT", "category": "OUTPUT", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "PARAMETERS", "category": "PARAMETERS", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "PREPARE", "category": "PREPARE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "PRINT", "category": "PRINT", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "PUT", "category": "PUT", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "RAISERROR", "category": "RAISERROR", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "READ", "category": "READ", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "RELEASE SAVEPOINT", "category": "RELEASE SAVEPOINT", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "REMOVE", "category": "REMOVE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "RESIGNAL", "category": "RESIGNAL", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "RESTORE", "category": "RESTORE", "passed": 4, "total": 4, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "RESUME", "category": "RESUME", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "RETURN", "category": "RETURN", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "REVOKE", "category": "REVOKE", "passed": 8, "total": 8, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ROLLBACK", "category": "ROLLBACK", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "ROLLBACK TO SAVEPOINT", "category": "ROLLBACK TO SAVEPOINT", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "SAVEPOINT", "category": "SAVEPOINT", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "SELECT", "category": "SELECT", "passed": 6, "total": 6, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "SET", "category": "SET", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "SET CONNECTION", "category": "SET", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "SET DESCRIPTOR", "category": "SET", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "SET OPTION", "category": "SET", "passed": 4, "total": 4, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "SET SQLCA", "category": "SET", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "SIGNAL", "category": "SIGNAL", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "START DATABASE", "category": "START DATABASE", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "START ENGINE", "category": "START ENGINE", "passed": 2, "total": 2, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "START JAVA", "category": "START JAVA", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "STOP DATABASE", "category": "STOP DATABASE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "STOP ENGINE", "category": "STOP ENGINE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "STOP JAVA", "category": "STOP JAVA", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "SYNCHRONIZE JOIN INDEX", "category": "SYNCHRONIZE JOIN INDEX", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "TRIGGER EVENT", "category": "TRIGGER EVENT", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "TRUNCATE TABLE", "category": "TRUNCATE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "UNION", "category": "UNION", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "UPDATE", "category": "UPDATE", "passed": 8, "total": 8, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "WAITFOR", "category": "WAITFOR", "passed": 3, "total": 3, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "WHENEVER", "category": "WHENEVER", "passed": 3, "total": 5, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"},
    {"name": "WHILE", "category": "WHILE", "passed": 1, "total": 1, "source": "https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/X315771.htm"}
  ]
}
