SQL
8 SQL lessons that turn up in real analyst work, three exercises each. Everything runs in your browser, so nothing is sent anywhere and there is nothing to install.
SELECT & WHERE
Pick the columns you want and drop the rows you do not
Not started0 / 3
ORDER BY & LIMIT
Put the rows in an order that means something, then take the top few
Not started0 / 3
DISTINCT
Ask what values exist without being handed the same one ten times
Not started0 / 3
COUNT, SUM & AVG
Turn a column of numbers into one number that answers the question
Not started0 / 3
GROUP BY
One row per region instead of one per order
Not started0 / 3
INNER JOIN
Two tables, one result, matched on the column they have in common
Not started0 / 3
CASE WHEN
Turn a number into a word people can actually read
Not started0 / 3
Subqueries
Let one query work out the number the other one needs
Not started0 / 3