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
How do sql triggers work?
Explain autonomous transaction.
how to return query output in html format? : Sql dba
what is single byte over head in oracle..?
Why indexing is needed?
what are the t string functions available in tsql? : Transact sql
What operating systems are supported by oracle sql developer?
What does trigger mean in slang?
Why coalesce is used in sql?
What are inbuilt functions in sql?
What is nvl?
What is identity column in sql server?
What are reports usually used for?
What is the use of & in pl sql?
Can I join the same table twice?