PostgreSQL - Aggregate Functions and GROUP BY
You have a table
books with columns author and title. How would you write a query to list each author with all their book titles concatenated, separated by commas?