Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)
Answer Posted / emmanuel
Select * from emp
Where to_char(TO_DATE(hire_date),'day')='monday';
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between stored procedure and trigger?
What is the limitation on the block size of pl/sql?
Why do we need view in sql?
What is sql query limit?
What language is oracle sql developer?
What is an escape character in sql?
What is the use of non clustered index?
how to decrement dates by 1 in mysql? : Sql dba
What is trigger and stored procedure in sql?
What is scope of pl sql developer in future?
What is pl sql architecture?
What is the difference between a procedure and a function?
What is a data manipulation language?
What port does sql server use?
What operators deal with null?