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 right join in sql?
What is use of package in pl sql?
what is a record in a database ? : Sql dba
What is pivot in sql?
Can a key be both primary and foreign?
What are the two types of exceptions in pl/sql?
What is rename in sql?
What is structural independence and why is it important?
How do I quit sql?
Which sorts rows in sql?
What is the difference between alter trigger and drop trigger statements?
What is count * in sql?
How do you create a db file?
What are sql ddl commands?
What are crud methods?