Write a query to find the employees from EMP table those who
have joined in Monday. (there is a column as hiredate which is
a date column i.e values are like 03-DEC-81)

Answer Posted / l meher

SQL> select ename,hiredate from emp where trim(to_char(trunc(hiredate),'DAY')) = 'MONDAY';

ENAME HIREDATE
---------- ---------
MARTIN 28-SEP-81

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is assignment operator in pl sql?

764


What is the sql case statement?

749


how many ways we can we find the current date using mysql? : Sql dba

810


Is natural join same as inner join?

677


Is sql difficult?

922






How can I get the number of records affected by a stored procedure?

767


i have some prob lem to tell me about my self in interview first round ...

1889


Explain what is a subquery ?

852


How do I view a table in sql?

720


What is sql in oracle?

793


What is sql exception?

705


What are sql data types?

744


How to start oracle sql developer?

753


How many sql core licenses do I need?

682


What does a pl/sql package consist of?

719