SELECT
Chooses the columns returned in the result.
Concise definitions of concepts used in lessons and exercises.
Chooses the columns returned in the result.
Specifies the main table to query.
Filters rows before display or aggregation.
Connects multiple tables through a shared key.
Keeps every row from the left table, even without a match.
Groups rows to calculate totals, averages or counts.
Filters groups after an aggregation.
Sorts results in ascending or descending order.
Adds values from a numeric column.
Counts rows.
Calculates an average.
Replaces NULL with a fallback value.
Represents a missing value.
Unique identifier for a row in a table.
Column used to connect one table to another.