Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)
Answer Posted / mohammad murtuza ali
select firstname,lastname from hire_date where
sdate='Monday'
(or)
select firstname,lastname from hire_date where
sdate='27022010'
| Is This Answer Correct ? | 8 Yes | 15 No |
Post New Answer View All Answers
What is assignment operator in pl sql?
How can I get the number of records affected by a stored procedure?
Mention what does the hierarchical profiler does?
what is acid property in database? : Sql dba
what are enums used for in mysql? : Sql dba
State few characteristics of pl/sql?
How can triggers be used for the table auditing?
Can dml statements be used in pl/sql?
How do I find duplicates in sql?
What are the benefits of pl/sql packages?
what are the properties and different types of sub-queries? : Sql dba
How run sql*plus commands that are stored in a local file?
What is sql partition?
What has stored procedures in sql?
Does oracle use sql?