Given a fairly simple table which holds only 2 columns I care about.<BR><pre class="ip-ubbcode-code-pre">Taco_Sales (Taco_Type varchar(20), Taco_Date datetime)</pre ...
-- 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.
GitHub

05-MIN-MAX.sql

--MIN là tìm giá trị nhỏ nhất của một cột. --Có thể kết hợp với ALIAS để thay đổi tên cột --MAX là tìm giá trị lớn nhất của một cột.