Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)
Answer Posted / mahendar reddy
SELECT ENAME FROM EMP WHERE TO_CHAR(TO_DATE(HIREDATE),'D')='2';
IT fetch the employee name who joined on monday
Here
1=sunday
2=monday
--
---
--
--
--etc
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does sql stand for?
what is a trigger in mysql? Define different types of trigger. : Sql dba
What does where 1 1 mean in sql?
What is a variable in sql?
What is package in pl sql?
What is schema in sql example?
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
Is keyword pl sql?
Explain scalar functions in sql?
how to load data files into tables with 'mysqlimport'? : Sql dba
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba
What are the sql aggregate functions?
What is trigger with example?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
What are pl/sql cursors?