Skip to content

learn-co-students/sql-aggregate-functions-lab-cb-000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Aggregate Functions Lab

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 test 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages