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 / avi007
select * from employee where (sysdate-hiredate) <=60
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What steps server process has to take to execute an update statement?
Explain the purpose of %type and %rowtype data types with the example?
what are the advantages and disadvantages of views in a database? : Sql dba
How can I speed up sql query?
Where not exists in sql?
What is the use of <> sql?
Where is sql database stored?
How do you explain an index number?
Inline the values in PL/SQL, what does it mean.?
Is sql a programming?
How much does a sql dba make? : SQL DBA
How do you rename a table in sql?
How do I use google cloud in sql?
What is procedure explain with program?
How to know the last executed procedure?