Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)
Answer Posted / kavitha nedigunta
select ename
from emp
where trim(to_char(Hiredate,'day')) ='monday'
| Is This Answer Correct ? | 19 Yes | 5 No |
Post New Answer View All Answers
Explain unique key in sql.
What is the current version of postgresql?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
What are different categories of sql commands?
how does a local variable is defined using t-sql? : Transact sql
what is log shipping? : Sql dba
What is the reports view in oracle sql developer?
What are the different types of functions in sql?
What is sql basics?
What is materialized view. What are different methods of refresh?
What is sqlca in powerbuilder?
What is a string data type in sql?
what are properties of a transaction? : Sql dba
What are triggers and its types?
Can ddl statements be used in pl/sql?