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
explain the difference between myisam static and myisam dynamic. : Sql dba
What is the difference between a subquery and a join?
What does varchar include?
Which are the different character-manipulation functions in sql?
Can we use insert statement in function?
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba
What are transaction and its controls?
what is rollback? : Sql dba
Is a foreign key always unique?
What is a data definition language?
what are the types of subquery? : Sql dba
Is pl sql a scripting language?
Is foreign key mandatory?
Explian rowid, rownum?
How to rename a column in the output of sql query?