1 MIN The MIN function compares the values of two or more numeric expressions and returns the smallest value. Example lowest_grade% = MIN(John_grade%, Bob_grade%, Joe_grade%) 2 Syntax num-var = MIN (num-exp1, num-exp2 [,num-exp3,...])