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

Why we use joins in sql?

632


How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?

718


What is type and rowtype in pl sql?

635


How do I view a procedure in sql?

642


Is inner join same as self join?

693






What are sql commands?

591


What operating systems are supported by oracle sql developer?

618


Describe types of sql statements?

635


What is the use of <> sql?

644


What can sql server reporting services do?

694


What are the indexing methods?

677


differentiate between float and double. : Sql dba

642


Why commit is not used in triggers?

676


Are sql database names case sensitive?

597


give the syntax of grant and revoke commands? : Sql dba

707