SELECT
used to collect fields from a given table
FROM
specifies which table the information will come from
WHERE
specifes the search criteria
ORDER BY
choose which order the data is displayed ascenidng or descending order DESC
INSERT INTO
used to insert a new record into a database table
UPDATE
update a record
DELETE
deletes a record