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
What is the use of %rowtype?
Do prepared statements prevent sql injection?
how do you know if your mysql server is alive? : Sql dba
How to run sql statements through the web interface?
What are the types of optimization?
What is the use of double ampersand (&&) in sql queries? Give an example
What is crud stand for?
What are hotfixes and patches?
what are enums used for in mysql? : Sql dba
Explain two easy sql optimizations.
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
Explain how exception handling is done in advance pl/sql?
What is %rowtype in pl sql?
Are left and right joins the same?
What is a system versioned table?