Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)
Answer Posted / sankarapandian
select *,upper(datename(dw,gedate())) as dayofweek from
employee where upper(Convert(varchar(15),datename dw,gedate
())))='MONDAY'
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How to return an array from java to pl/sql?
what are different types of collation sensitivity? : Sql dba
Explain correlated query work?
How does rowid help in running a query faster?
What is sql catalog?
Can we commit inside a trigger?
Explain how exception handling is done in advance pl/sql?
What is sqlca in powerbuilder?
Why having clause is used in sql?
What are the uses of merge?
Why do we use joins?
how to get help information from the server? : Sql dba
What is an ndf file?
How do you copy a table in sql?
What is the use of procedures?