Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)
Answer Posted / emmanuel
Select * from emp
Where to_char(TO_DATE(hire_date),'day')='monday';
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does asenumerable execute the query?
Explain aggregate functions are available there in sql?
Can we rollback after truncate?
Which command is used to call a stored procedure?
What are the most important ddl statements in sql?
What is synchronized subquery?
what is a composite primary key ? : Sql dba
What is the max nvarchar size?
i have some prob lem to tell me about my self in interview first round ...
What is difference between mysql and postgresql?
Can sql function call stored procedure?
what are the different functions in sorting an array? : Sql dba
What is a sql trace file?
How many types of tables are there?
What is delimiter in pl sql?