PostgreSQL - Aggregate Functions and GROUP BY
You have a table
orders with columns customer_id and product. How do you write a query to list each customer with a semicolon-separated list of their products sorted alphabetically?