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 three pl sql block types?
How many triggers can be applied on a table?
Is it possible for a table to have more than one foreign key?
how to use case expression? : Sql dba
What is the difference between union and union all command?
How is sql used in oracle?
Define tables and fields in a database
What is the difference between inner join and natural join?
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
How can get second highest salary in sql?
What is the difference between clustered and non-clustered indexes?
What are the different types of dbmss?
What is attribute indicator in pl sql?
What is the difference among union, minus and intersect?
What is indexing in sql and its types?