SQL queries
Describe, give examples and use SQL operations for pre-populated relational databases, with three or more linked tables.
order by
Use SQL order by
group by
Use SQL group by
aggregate function
min, max, count, sum, average
Use SQL aggregate functions (MIN, MAX, COUNT, SUM, AVG)
wildcards
multiple characters %, single character _, LIKE
Use wildcards and LIKE
computed value
Use computed values (row calculations)
alias
Use alias (table, column)