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
Describe why operational and informational systems are separate.
What is a concurrency problem in dbms?
Is there an example how to configure externalfileaccess setting in firebird.conf?
What is the largest component of a database?
What is the concept of sub-query in terms of sql?
Explain what are called fat clients and fat servers?
What is the relationship?
What is 1nf?
What do you mean by aggregate and scalar functions in dbms?
Explain the Normalized Relations?
What is data model in dbms?
What is a table called in database?
Explain the Surrogate Key in DBMS.
What are the benefits of database management system?
Can I concurrently access a firebird database with embedded and with regular server?