Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)
Answer Posted / ravindra
Select first_name,Last_name
from employees
where To_date('Hire_date','Day')='Monday'
Is This Answer Correct ? | 6 Yes | 21 No |
Post New Answer View All Answers
Why do we create stored procedures & functions in pl/sql and how are they different?
What is type and rowtype in pl sql?
What are different methods to trace the pl/sql code?
What is sql and also describe types of sql statements?
what is the difference between clustered and non clustered index in sql? : Sql dba
What is java sql drivermanager?
What is a sql schema used for?
Is mariadb a nosql database?
What does pragma mean?
Explain the rollback statement?
What is a database event trigger?
What is the difference between partition and index?
how can we know the number of days between two given dates using mysql? : Sql dba
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
Is sql workbench free?