src/data/question-groups/sql/content/sql-subsets.md
SQL is divided into several functional subsets:
CREATE, ALTER, and DROP. For example, the ALTER table statement can be used to add, rename, and remove columns in a table.SELECT, INSERT, UPDATE, and DELETE. For example, the UPDATE statement can be used to change a user's email based on their IDGRANT and REVOKE. For example, the GRANT statement can be used to give a user permission to select data from a table.The major difference between these subsets lies in their purpose: