Concept Flow - MIN and MAX functions
Start with a column of values
Apply MIN function
→Find smallest value
Apply MAX function
→Find largest value
Return the result
The MIN and MAX functions scan a column of values to find the smallest and largest values, then return those results.