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
Explain what is an index?
How does sql developer connect to oracle database?
What is delete command in sql?
What are the different types of a subquery?
What do you understand by pl/sql cursors?
Difference between table function and pipelined function?
What is database migration?
How delete all records from table in sql?
What is a natural join?
how do you control the max size of a heap table? : Sql dba
Can we rename a column in the output of sql query?
Explain what is a database?
Does execute immediate commit?
Does pl sql work in mysql?
what are numeric data types? : Sql dba