find out the third highest salary?
Answer Posted / sam
Guys
See the correct answer.
select distinct sal from emp a where 4 =(select
count(distinct(sal)) from emp where a.sal <= sal)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a relational database management system?
How to run create database statement again?
Explain the use of full option in exp command.
How to define a record variable to store a table row?
what is the use of system.effective.date variable in oracle?
What are the ways tablespaces can be managed and how do they differ?
How to run create database statement?
Whats the benefit of dbms_stats over analyze?
what's query optimization and without use of IN AND Exist can we get another way data from query
How to create an initialization parameter file?
How to create a stored program unit?
Is there a function to split a string in plsql?
What is data type in oracle?
What is oracle used for?
Describe varray?