Hi can anyone try how to solve the query for this table structure???
Posted
by atrueguy
on Stack Overflow
See other posts from Stack Overflow
or by atrueguy
Published on 2010-06-01T08:23:58Z
Indexed on
2010/06/01
8:33 UTC
Read the original article
Hit count: 205
sql
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?
© Stack Overflow or respective owner