Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)
Answer Posted / prasant
SELECT FIRST_NAME,LAST_NAME FROM employees
where TRIM(TO_CHAR(TO_DATE(HIRE_DATE),'DAY'))='MONDAY';
if any issue,contact me.
| Is This Answer Correct ? | 48 Yes | 8 No |
Post New Answer View All Answers
how to shutdown mysql server? : Sql dba
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
What is t sql in sql server?
What is sql not null constraint?
What is difference sql and mysql?
Does execute immediate commit?
Where the sql database files are stored?
How many types of indexes are there in sql?
What is data modelling in sql?
Can we perform dml in function?
Can %notfound return null after a fetch?
What is a table?
How do I start pl sql?
what is subquery? : Sql dba
What pl/sql package consists of?