Find out the 3rd highest salary?
Answer Posted / shibin k abraham
select * from emp where sal=(select a.sal from emp awhere 3=(select distinct(count(b.sal)) from emp b where a.sal<=b.sal))
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In pl/sql, what is bulk binding, and when/how would it help performance?
What is a database event trigger?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
Which is better join or inner query?
Mention what plvcmt and plvrb does in pl/sql?
How many triggers can be applied to a table?
What are local and global variables and their differences?
Can we insert data into view?
What is rtm stands for?
Name the operator which is used in the query for pattern matching?
What are the two characteristics of a primary key?
What is vector point function?
What is sql query optimization?
How is use pl and sql?
What is procedure function?