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
State all possible different index configurations a table can possibly have?
State any two functions of oracle?
How to convert dates to characters in oracle?
Can you assign multiple query result rows to a variable?
Describe an oracle table?
How can you merge two tables in oracle?
Difference between varchar and varchar2 data types?
What operating systems are supported by oracle database 10g xe?
What is a synonym? What are its various types?
How to lock and unlock a user account in oracle?
What is PL/SQL ?
Explain oracle’s server parameter file.
What is a table index?
What are the attributes of the cursor?
How to list all indexes in your schema?