Write a query to find the employees from EMP table those who
have joined in Monday. (there is a column as hiredate which is
a date column i.e values are like 03-DEC-81)

Answer Posted / siva

Select* from emp where to_char(hiredate,'dy')='mon';

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sql character function?

618


is mysql query is case sensitive? : Sql dba

651


What are the key differences between SQL and PL SQL?

730


What is data modelling in sql?

608


What is sap sql anywhere?

617






How delete all records from table in sql?

642


What are field types?

626


Is delete faster than truncate?

644


What is a mutating table and a constraining table?

665


how to rename an existing column in a table? : Sql dba

593


What is null in pl/sql?

701


How do you update sql?

614


What is the use of & in pl sql?

615


when MSQL8.0 is in market

1680


What is a composite primary key?

681