Question: Use a co-related sub-query to return one row per customer, representing the customer's oldest order (the one with the earliest date).
Each row should add these three columns: EmailAddress, OrderID, and OrderDate.
You need to implement this query and provide the output.