From d7e6fe6eb00524ebaf2b08bbad18de9aa9cbd2d7 Mon Sep 17 00:00:00 2001 From: Shourya Shikhar Ghosh Date: Wed, 12 Jan 2022 12:41:33 +0530 Subject: [PATCH] fixed query result fixed question 6 query result in step2.md --- course-content/step2.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/course-content/step2.md b/course-content/step2.md index 2eca53e..a2d62b1 100644 --- a/course-content/step2.md +++ b/course-content/step2.md @@ -173,7 +173,7 @@ ORDER BY region DESC;
-| region | +| region | | ------------- | | United States | | India | @@ -199,13 +199,10 @@ WHERE region IN ('Australia', 'United States');
-| region | +| mentor_count | | ------------- | -| United States | -| India | -| Australia | -| Asia | -| Africa | +| 11 | +
### Question 7