Question { 23184 }
how to retrieve last tree records from table?
select *from emp where rownum > (select count(*)-3 from
emp);
i am using this query to get last three records from table
but its not giving any output, so please tell me what is the
error in this query.
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Question { DST Global Solutions, 37744 }
Query for second maximum salary in each in each department
Answer
| Is This Answer Correct ? | 0 Yes | 1 No |