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 / pramod

select *
from tbl_employees
where DATENAME(DW,hiredate)='Monday' order by hiredate

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which join is like inner join?

762


What are the operators used in select statements?

773


What is rowid in sql?

675


Can ddl statements be used in pl/sql?

795


How to convert comma separated string to array in pl/sql?

812






What are the parts of a basic sql query?

723


What is schema in sql example?

826


What is varchar data type in sql?

715


How do you rename a table in sql?

737


List the different type of joins?

752


what are the 'mysql' command line arguments? : Sql dba

839


How many parts of a pl sql block are optional?

712


How many types of relationship are there?

737


What is a scalar value in sql?

806


What is use of term?

794