Find out the 3rd highest salary?
Answer Posted / ratnakar
select max(sal) from emp a where 3=(select count(sal) from
emp b where b.sal >=a.sal;
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
Why do we use function in pl sql?
what is heap table? : Sql dba
What are % type and % rowtype?
What are local and global Indexes and where they are useful.
Which constraints we can use while creating database in sql?
how to extract a unit value from a date and time? : Sql dba
What does sign mean sql?
Can we use having without group by in sql?
What is delete command in sql?
What is difference between stored function and application function?
What is %s in sql?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
What are the popular database management systems in the it industry?
What is compiled query?
What is scalar function?