Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)
Answer Posted / kiran kumar
SELECT * FROM EMP
where TRIM(TO_CHAR(TRUNC(HIREDATE),'DAY'))='SUNDAY'
| Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
How do I run a program in pl sql?
what is union, minus and interact commands? : Sql dba
What is trigger and how to use it in sql?
What is sql query optimization?
what is data manipulation language? : Sql dba
explain about mysql and its features. : Sql dba
How to add new employee details in an employee_details table with the following details
How do I start sql from command line?
how can we repair a mysql table? : Sql dba
What is difference between pls_integer and integer?
Define a temp table?
Can we connect to postgresql using sql developer?
What is the difference between sql, mysql and sql server?
How can we make an if statement within a select statement?
How does one load ebcdic data? : aql loader