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 text? : Sql dba
How to change the order of columns in Oracle SQL Plus ?
How many rows can sqlite handle?
What is error ora-01000: maximum open cursors exceeded
What is oracle pl sql developer?
what are the types of join and explain each? : Sql dba
What is auto increment feature in sql?
Explain the working of primary key?
What is the max nvarchar size?
When can we use the where clause and the having clause?
What is pl sql record in oracle?
What is left join in sql?
What is sql indexing?
What is full form of rtm?
Can there be 2 primary keys in a table?