Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 330 Bytes

File metadata and controls

19 lines (13 loc) · 330 Bytes

SQL Statistics: MIN, MEDIAN, MAX

Instructions

For this challenge you need to create a simple SELECT statement. Your task is to calculate the MIN, MEDIAN, and MAX scores of the students from the results table.

Table Schemas

output Table Schema
- min
- median
- max