$ 0 0 select c.customer_id, o.order_dte from customers c LEFT OUTER JOIN orders o ON c.customer_id = o.customer_id;