find out the third highest salary?
Answer Posted / saleem
select distinct(a.sal) from emp a where &3 = ( select count
(distinct(b.sal) from emp b where a.sal <= b.sal));
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is a tns file?
Will you be able to store pictures in the database?explain.
What is an Oracle Instance?
Can the query output be sorted by multiple columns in oracle?
How to establish administrator authentication to the server?
How to connect to a local oracle 10g xe server?
How to add a new column to an existing table in oracle?
How will you write a query to get a 5th rank student from a table student_report?
Give the constructs of a package, function or a procedure.
What is oracle latest version?
What is the quickest way to fetch the data from a table?
What is difference between cartesian join and cross join?
Explain the types of exception?
What are the uses of Database Trigger ?
How to retrieve data from an cursor to a record?