New: Try Voli The Bear, Fast package manager (and not only) for Windows
SQL
-- Return item, amount, for orders above the average amount - using a WITH clause instead of a subquery.
SELECT item, amount FROM orders;