-- The MIN() function returns the smallest value of the selected column. -- The MAX() function returns the largest value of the selected column. INSERT INTO Employee VALUES (1001, 'John Doe', 'IT', ...