select Nth highest salary by using rownum
Answer Posted / siva kumar
select rownum,empno,ename,sal from(select * from emp order by
sal desc)group by rownum,empno,ename,sal having rownum='&n'
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is indexing in database with example?
Describe the difference between data and database administration.
Is this statement true or false? All databases must be in third normal form?
How can you perform pattern matching in sql?
What are the various normalizations in database?
Define view, sequence and index in DBMS.
Explain the difference between a primary key and a unique key?
What is natural key?
What are notification services?
Operators used in select statements are?
What is information schema in database?
If I use netlib, will I find many other users to network with?
What methods is used to commit the changes made in DataSet object?
How to export data from database and import into another?
What is the main purpose of normalization?