https://github.com/hackvan/sql-aggregate-functions
https://github.com/hackvan/sql-aggregate-functions
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackvan/sql-aggregate-functions
- Owner: hackvan
- License: other
- Created: 2018-07-27T18:53:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T18:53:58.000Z (over 7 years ago)
- Last Synced: 2025-01-05T17:13:23.122Z (12 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
#Objectives:
1. Find the min and max of a number set
2. Count the total of a number set
3. Find the average of a number set
We have a database full of students. The schema is as follows:

Run `learn` to get started. Write your `SQL` in `lib/students.rb` to get the specs in `spec/student_spec.rb` to pass.
Note: Since it's a Ruby file, write your queries as strings inside each method already defined in `lib/students.rb` .
View Objectives: on Learn.co and start learning to code for free.
View SQL Aggregate Functions Lab on Learn.co and start learning to code for free.