@@ -86,7 +86,7 @@ Find the number of unique cities in the hometown table that don't have any stude
For each city find the student with the highest GPA (including ties). Return the names of those students who are the best in their respective cities only if there are at least 8 students from the city. Your result should have a single column `name` with the students' names.
### 7.sql
Calculate the probability (as a fraction) that two randomly picked students will be from the same city and same county. Your result should have two columns (`numerator`) and (`denominator`) representing this fraction and a single row. You may not hard code any sizes.
Calculate the probability (as a fraction) that two randomly picked students will be from the same city. Your result should have two columns (`numerator`) and (`denominator`) representing this fraction and a single row. You may not hard code any sizes.
## Submission
After you finish the assignment you can submit your code with: