Question: Identify the SQL command that uses an aggregate function that could be used to find the oldest (by age) employee in the employee table. O

Identify the SQL command that uses an aggregate function that could be used to find the oldest (by age) employee in the employee table. O 2) SELECT sum(birth_date) FROM employee; O b.) SELECT min(birth_date) FROM employee; O c.) SELECT max(birth_date) FROM employee; O d) SELECT min birth_date FROM employee
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
