Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)

Answer Posted / chaitu

select ename,to_char(hiredate,'Day') from emp
where trim( to_char(hiredate,'Day'))='Monday'

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you convert date into julian date format?

790


What is a constraint?

729


What is t sql used for?

730


Can we use update in sql function?

771


Is left join same as inner join?

723






How do I start sql from command line?

707


What are pl/sql cursor exceptions?

751


what are ddl statements in mysql? : Sql dba

769


How to change the order of columns in Oracle SQL Plus ?

788


Is sql free?

670


What does desc stand for?

784


What is the difference between stored procedure and view?

736


What are types of indexes in sql?

746


What are the different type of joins in sql?

720


What is triggering circuit?

766