Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)
Answer Posted / ravindra
Select first_name,Last_name
from employees
where To_date('Hire_date','Day')='Monday'
| Is This Answer Correct ? | 6 Yes | 21 No |
Post New Answer View All Answers
What is a relationship and what are they?
Why is sharding used?
Is the primary key an index?
What is sql trigger example?
What is dbo in sql?
What does cursor do in sql?
What is a data manipulation language?
How many triggers can be applied on a table?
What is use of package in pl sql?
What are predefined functions in sql?
What are all ddl commands?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Does db2 use sql?
Define concurrency control. : Transact sql
Explain the uses of database trigger.