Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)

Answer Posted / mahendar reddy

SELECT ENAME FROM EMP WHERE TO_CHAR(TO_DATE(HIREDATE),'D')='2';

IT fetch the employee name who joined on monday
Here
1=sunday
2=monday
--
---
--
--
--etc

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I view output in sql developer?

809


What is identity column in sql server?

718


What are the advantages of sql? Explain

850


Which constraints we can use while creating database in sql?

794


what does the t-sql command ident_incr does? : Transact sql

805






what is clause? : Sql dba

763


What is sqlexception in java?

732


How long does it take to learn pl sql?

792


what is myisam? : Sql dba

758


What are crud methods?

736


What is server name sql?

804


What is null in pl/sql?

812


How show all rows in sql?

799


How many rows can sqlite handle?

782


Is sql dba a good career? : SQL DBA

712