how to check the 3rd max salary from an employee table?
Answer Posted / neeraj79
SELECT DISTINCT salary
FROM employee
ORDER BY salary DESC
LIMIT(2,1)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which one is better subquery or joins?
What is a column in a table?
What is trigger in sql? Explain
what are the different index configurations a table can have? : Sql dba
what is a record in a database ? : Sql dba
What is the plv (pl/vision) package offers?
What is the order of sql select?
What are all different types of collation sensitivity?
What is the maximum number of columns in sql table?
what are the non-standard sql commands supported by 'mysql'? : Sql dba
Is delete faster than truncate?
what are the differences between char and nchar? : Sql dba
Define concurrency control. : Transact sql
how to use regular expression in pattern match conditions? : Sql dba
What sql does db2 use?