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


Please Help Members By Posting Answers For Below Questions

What is bitemporal narrowing?

999


How can I make sql query run faster?

752


What is sql and explain its components?

799


What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql

732


What is trigger types of trigger?

718






How do I view a sql database?

749


Can a varchar be a primary key?

697


What is a database? Explain

780


What is before and after trigger?

691


Why do we use joins?

775


Can you select everything, but 1 or 2 fields, without writer's cramp?

687


What is data abstraction in sql?

720


Which join is like an inner join?

716


What does select count (*) mean in sql?

737


What is a dynamic query?

760