Find out the 3rd highest salary?
Answer Posted / vishal beri
Select ename from emp e where 2=(select count(distinct(Sal))
from emp where sal>e.sal)
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Which join is like an inner join?
What is partition in sql query?
What does 0 mean in sql?
What does fetching a cursor do?
what is the difference between char_length and length? : Sql dba
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
Define concurrency control. : Transact sql
What is not null in sql?
Explain how can you save or place your msg in a table?
What is pl sql collection?
Is delete faster than truncate?
What is pl sql and why it is used for?
how to get help information from the server? : Sql dba
What is sql query limit?
How do I run a pl sql procedure in sql developer?