The SELECT statement is used to data from a database table.

The UPDATE statement is used to existing records in a database table.

The INSERT INTO statement is used to new records into a database table.

The DELETE statement is used to records from a database table.

In SQL, functions (e.g. AVG,SUM) are used to perform calculations on a set of values and return a single value.

The SQL clause is used to combine rows from two or more tables based on a related column between them.

The SQL aggregate function is used to find the highest value in a column.

The DELETE statement is used to records from a database table.