PostgreSQL - Joins in PostgreSQL
Given tables
orders(order_id, customer_id) and customers(customer_id, name), which query lists all customers including those without any orders?