PostgreSQL - Aggregate Functions and GROUP BY
Given a table
sales with columns region, product, and amount, how can you create a list of products sold per region, separated by commas, but only include products with sales above 100?