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 does sql profiler work?
How do you break a loop in pl sql?
What is sql server and ase?
what is sub-query? : Transact sql
what is the bond code in materialized view?
what does the t-sql command ident_current does? : Transact sql
Does user triggers have entry for trigger with compilation errors?
How do we use distinct statement? What is its use?
What is a nested table in word?
What is scalar function in sql?
explain mysql aggregate functions. : Sql dba
how would you enter characters as hex numbers? : Sql dba
Explain the uses of control file.
explain the difference between bool, tinyint and bit. : Sql dba
What is a database event trigger?