select Nth highest salary by using rownum
Answer Posted / xxx
SELECT * FROM EMP WHERE N=(SELECT COUNT(DISTINCT SAL) FROM EMP
WHERE SAL>=e.SAL);
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is etl process in data warehousing? What are the different stages in 'data warehousing'?
How to prevent concurrent access to my data?
How to use events with zebedee, ssh or stunnel?
Why is normalisation used?
What is the diff bet plan,package,dbrm?
How do you notify dbpak about stored procedure?
How does notification services work?
How do we select distinct values from a table?
What are the characteristics of data in the database?
Explain armstrong rules? How they are complete and/or sound?
What is dbms_output put_line?
What is query in database?
Which two can be implemented as a centrally located logical architecture?
Explain meant by 3-tier architecture?
What methods is used to commit the changes made in DataSet object?