From 1294c6d4984eb9d3b3491fd5a6d5363095d655de Mon Sep 17 00:00:00 2001 From: teresaov Date: Wed, 1 Apr 2026 15:04:17 -0400 Subject: [PATCH] Update Assignment1.md --- 02_activities/assignments/DC_Cohort/Assignment1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_activities/assignments/DC_Cohort/Assignment1.md b/02_activities/assignments/DC_Cohort/Assignment1.md index f650c9752..6254454c0 100644 --- a/02_activities/assignments/DC_Cohort/Assignment1.md +++ b/02_activities/assignments/DC_Cohort/Assignment1.md @@ -123,7 +123,7 @@ Steps to complete this part of the assignment: 1. Write a query that returns everything in the customer table. 2. Write a query that displays all of the columns and 10 rows from the customer table, sorted by customer_last_name, then customer_first_ name. -
-
+SEE ATTACHMENT! #### WHERE 1. Write a query that returns all customer purchases of product IDs 4 and 9. Limit to 25 rows of output.