Find out the 3rd highest salary?
Answer Posted / anjali
select min(column_name) from table where column in(select
top n
column_name from table order by column_name desc)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
What does cursor do in sql?
What is percent sign in sql?
What's the difference between a primary key and a clustered index?
What is multiple columns?
Does mysql_real_escape_string prevent sql injection?
how to check server status with 'mysqladmin'? : Sql dba
How do rank () and dense_rank () differ?
What are the different types of a subquery?
How do I view a view in sql?
How many joins can you have in sql?
explain the difference between bool, tinyint and bit. : Sql dba
What is a recursive stored procedure?
Is pl sql and postgresql same?
How to test for null values?