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
What is cursor in pl sql?
What is form and report?
How to Declare Fixed Length String Value In PL SQL
What is cross join example?
Is sql a microsoft product?
What are the parameter modes supported by pl/sql?
Explain spool.
explain normalization concept? : Sql dba
What is the use of stored procedures?
Is id a reserved word in sql?
What are the advantages of stored procedure?
What is pl sql and why it is used for?
What is sql not null constraint?
How do you use a while loop in pl sql?
What is memory optimized?