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