SQL keyword
reserved words in the SQL syntax
DELETE
SQL statement that removes one or more records from a table
FROM
SQL clause
GRANT
SQL statement
JOIN
SQL clause
WHERE
SQL clause
alias
feature of SQL
COMMIT
SQL statement that executes a database commit
TRUNCATE
SQL statement
REVOKE
SQL statement
MERGE
SQL statement
ORDER BY
SQL clause
NULL
special marker and keyword in SQL indicating that something has no value
UPDATE
SQL statement
GROUP BY
SQL keyword
HAVING
SQL clause
CONSTRAINT
SQL keyword
INSERT
SQL statement
SELECT
SQL statement that returns a result set of records from one or more tables
UNION
SQL keyword
ALTER
SQL statement
CREATE
SQL keyword