Find out the 3rd highest salary?
Answer Posted / virendra
select ename, salary from emp where salary=(select top 1
salary from (select distinct top 3 salary from emp order
by salary desc) a order by salary)
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What is full form of rtm?
What are the types of sql commands?
What is sql table?
Explain two easy sql optimizations.
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
Can we use join in subquery?
What is a recursive stored procedure?
What is delete command in sql?
what is a unique key ? : Sql dba
How do I create an index in word?
How many tables can you join in sql?
What is difference between sql function and stored procedure?
What is a dynamic query?
How can you know that statistics should be updated?
when MSQL8.0 is in market