SQL Aggregate Functions Lab

  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

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.

Last updated