Commit b31c56ae by Krishnan Sanjay

Update README.md

parent 12edb6d3
Showing with 1 additions and 1 deletions
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment