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 types of functions are there in sql?
What are the different types of database management systems?
What does varchar include?
how to use in conditions? : Sql dba
How to add, remove, modify users using sql?
Can we create view in stored procedure?
What is pls integer?
What does t sql mean?
describe mysql connection using mysql binary. : Sql dba
What is the difference between left and left outer join?
Give the order of sql select?
what are the join types in tsql? : Transact sql
What will you get by the cursor attribute sql%found?
What is sqlca in db2?
What is the sql query to display the current date?