Answer Posted / sreeharibabu
SELECT id
FROM (select salary2.*, rownum rnum from
(select * from test ORDER BY id DESC) salary2
where rownum <=4)
WHERE rnum >= 4;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is rename in sql?
What is pl sql record in oracle?
Does access use sql?
Explain what is a view?
What is view? Can we update view
What is rename command in sql?
Is sql a dbms?
What is a call statement? Explain with an example.
What is the difference between left outer join and left join?
explain normalization concept? : Sql dba
Why do we need databases?
What is database migration?
What is transaction control language (tcl)?
What is sql trigger example?
What will you get by the cursor attribute sql%rowcount?