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 are the disadvantages of not performing database normalization?
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
how to analyze tables with 'mysqlcheck'? : Sql dba
What does the sign mean in sql?
How would you convert date into julian date format?
Explain cursor types?
what are the types of subquery? : Sql dba
Are views faster than queries?
Can variables be used in sql statements?
What are different types of triggers?
explain the options of myisamchk to improve the performance of a table. : Sql dba
Why left join is used in sql?
Can a table contain multiple primary key’s?
What is column?
Is sql the best database?