Find out the 3rd highest salary?
Answer Posted / santosh
select level,max(sal) from emp where level=3 connect by
prior sal>sal
group by level;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Which is faster view or stored procedure?
how to convert character strings to numeric values? : Sql dba
What is the size of partition table?
Why do we need a foreign key?
What is the maximum rows in csv?
explain the difference between bool, tinyint and bit. : Sql dba
What is the max nvarchar size?
how to extract a unit value from a date and time? : Sql dba
Sql technical questions
Is sql the best database?
What is pl sql variable?
What are the 3 types of behavioral triggers?
What is 19 null in sql?
What is memory optimized?
What are procedures used for?