Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)
Answer Posted / kiran kumar
SELECT * FROM EMP
where TRIM(TO_CHAR(TRUNC(HIREDATE),'DAY'))='SUNDAY'
| Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
What is difference between cursor and trigger?
How does cross join work?
What are the different operators available in sql?
Why do we use partitions in sql?
What is the difference between a database and a relational database?
Can you join views in sql?
What is server name sql?
Does google use sql?
How to change the order of columns in Oracle SQL Plus ?
Why plvtab is considered as the easiest way to access the pl/sql table?
Define SQL and state the differences between SQL and other conventional programming Languages?
What is the difference between in and between in sql?
How to Declare Fixed Length String Value In PL SQL
How do I count rows in sql query?
What is the location of pre_defined_functions.