Hi,
My SQL knowledge is awfully rusty and I need help on the following:
Table: EMPLOYEE_TBL
Columns: ID_NUMBER, HIRE_DATE, TERMINATION_DATE
-HIRE_DATE, TERMINATION_DATE are both Dates
I need a SQL statement gets the least and most number of employees employed in a given period (START_DATE & END_DATE). I don't need the exact day/s where there least and most are found just the counts.
Any form of help is appreciated.
Thanks!!!!
My SQL knowledge is awfully rusty and I need help on the following:
Table: EMPLOYEE_TBL
Columns: ID_NUMBER, HIRE_DATE, TERMINATION_DATE
-HIRE_DATE, TERMINATION_DATE are both Dates
I need a SQL statement gets the least and most number of employees employed in a given period (START_DATE & END_DATE). I don't need the exact day/s where there least and most are found just the counts.
Any form of help is appreciated.
Thanks!!!!