Examine the description of the STUDENTS table:
STD_ID INTEGER,
COURSE_ID V...
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Examine the description of the STUDENTS table: STD_ID INTEGER, COURSE_ID VARCHAR(10), START_DATE DATE, END_DATE DATE. Which aggregate functions are valid on the START_DATE column? (Choose all that apply)