SQL - Aggregate Functions
What does the SQL function
MIN() do when applied to a column of numbers?MIN() do when applied to a column of numbers?MIN() function is designed to find the smallest value in a column of data.MAX() which finds the largest, or AVG() which calculates average, MIN() specifically returns the minimum value.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions