Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)
Answer Posted / chaitu
select ename,to_char(hiredate,'Day') from emp
where trim( to_char(hiredate,'Day'))='Monday'
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is bcp? When does it used? : Sql dba
Why is partition used in sql?
What is inner join in sql?
What is program debugging?
What is sql table?
What are the main features of cursor?
what is a trigger in mysql? : Sql dba
What are the different dcl commands in sql?
Can we insert data into view?
How do you truncate?
How can we debug in PL/SQL?
How do I write a sql query in pgadmin 4?
What is the difference between the conventional and direct path loader? : aql loader
Can I create table without primary key?
How do I make sql search faster?