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
What is multiple partition?
Can we use the cursor's to create the collection in PL/SQL?
How can we avoid duplicating records in a query?
Does sap use sql?
What schema means?
What is difference between left and right outer join?
What is break?
How can you select unique records from a table?
What is view explain with example?
Is a table valued function object?
What is sql select statement?
How is data stored in sql?
what is 'mysqlimport'? : Sql dba
how can you create an empty table from an existing table? : Sql dba
What is a sql*loader control file?