Answer Posted / saiz
select min(salary)
from emp
where salary in ( select top 2 salary
from emp
order by salary desc);
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the set operators in sql?
What is record data type?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
How do you write a subquery?
Explain what is an index?
Is pl sql different from sql?
what is oltp (online transaction processing)? : Sql dba
What is schema in sql example?
How do you determine the current isolation level? : Transact sql
what is error ora-03113: end-of-file on communication channel?
How do I find duplicates in sql?
what are all the common sql function? : Sql dba
Why sql query is slow?
What is the current version of sql?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?