I want to display the employees who have joined in last two
months. (It should be executed randomly means If I execute
the query in March it should display Jan and Feb joined
employees. Same query if i execute in Feb, 2007 it should
display dec, 2006 and jan 2007 joined employees.
Answer Posted / test
Join_date is the column in Emp table.
select * from emp
where join_date between sysdate and sysdate - 60
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
Which software is used for pl sql programming?
What is pl sql package?
What is dbo in sql?
Can we use having without group by in sql?
Define join and name different types of joins?
Does a user_objects view have an entry for a trigger?
How do you drop a trigger?
What is sql*loader and what is it used for? : aql loader
What are the advantages of indexing?
How do I quit sql?
Write a unique difference between a function and a stored procedure.
How can we make an if statement within a select statement?
What is trigger with example?
what is the difference between $message and $$message? : Sql dba
Which nosql database is best?