a query to select maxmun 3 salaries of employee table
Answer Posted / raju
select * from emp a where 3>=(select count(distinct(b.sal))
from emp b where b.sal>=a.sal )
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
How to export your connection information to a file?
Is it possible to split the print reviewer into more than one region ?
How to run create database statement again?
How can we find out the duplicate values in an oracle table?
State and explain the different types of data models?
How to invoke the data pump import utility?
What is the difference between substr & instr functions?
What is ADDM Advisor in Oracle?
How to find out what oracle odbc drivers are installed?
What is a procedure in oracle?
What is pragma autonomous transaction in oracle?
How to start instance with a minimal initialization parameter file?
What are the advantages of oracle?
How do I know if oracle is installed on windows?
How to execute the package in oracle?