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 is Difference Between Unique and Primary Key Constraints?
how to shut down the server with 'mysqladmin'? : Sql dba
Explain the select statement in sql?
where are cookies actually stored on the hard disk? : Sql dba
how can I make a script that can be bi-language (supports english, german)? : Sql dba
How to run sql*plus commands in sql developer?
how many sql ddl commands are supported by 'mysql'? : Sql dba
When sql appeared?
What is the difference between a database and a relational database?
What is an emotional trigger?
what are date and time data types in mysql? : Sql dba
Is postgresql a server?
Is truncate ddl or dml?
When can we use the where clause and the having clause?
How do I partition in sql?