Answer Posted / soumya
select * from (select rownum, salary from emp order by
salary ) where rownum=100;
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
how many values can the set function of mysql take? : Sql dba
When is a declare statement required?
What is hibernate and its relation to sql?
What is ttitle and btitle?
Are stored procedures faster than dynamic sql?
How do you update sql?
What is the purpose of normalization?
What is before and after trigger?
How delete all data from table in sql?
What is the difference between sum and count in sql?
How do you remove duplicates without using distinct in sql?
Which sql most popular?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
Does truncate release storage space?
What is asqueryable?