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
how to show all tables with 'mysql'? : Sql dba
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
Mention what are different methods to trace the pl/sql code?
Is pl sql a programming language?
What is a primary key example?
What is %rowtype in pl sql?
What is a sql*loader control file?
What is restrict in sql?
What mean sql?
Is there a 64 bit version of ssms?
what are the authentication modes in sql server? : Sql dba
What is java sql driver?
Explain character-manipulation functions?
What is a sql statement?
Which join is default?