Hi can anyone try how to solve the query for this table structure???
- by atrueguy
Employee table structure
first_name varchar2(100)
last_name varchar2(100)
hire_date date
show all the employee who hired on the day of the week on which highest number of employees were hired?