Which SQL function do you utilize to determine the maximum value within a column?
AVG()
MIN()
MAX()
SUM()

Computer Science Exercises are loading ...