find out the third highest salary?
Answer Posted / tejeswara rao potnuru
Find Out The Nth Highest Salary
SELECT MAX(SAL),LEVEL FROM EMP
WHERE LEVEL=&LEVELNO
CONNECT BY PRIOR SAL>SAL
GROUP BY LEVEL;
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
What is the usage of save points in oracle database?
How to assign values to variables?
Explain integrity constraint?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
Respected sir, Please send me technical questions related to oracle apps..
Is oracle a relational database?
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
What is a snapshot log?
How remove data files before opening a database?
Does oracle partitioning improve performance?
Why is oracle database so popular?
How to define a record variable to store a table row?
How to rename an index?
How to define a data source name (dsn) in odbc manager?