how we can find nth max salary from an employe table by
using my sql?
Answer Posted / nivedita
select max(salary) from employee order by salary desc limit 1;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a query to find duplicate rows in table?
what is the default port for mysql server? : Mysql dba
Is mysqli deprecated?
How to use like conditions?
What is mysqli procedural?
What is a text delimiter?
How to dump a table to a file with 'mysqldump'?
What is the difference between mysql and pdo?
What is the use of count function in mysql?
What is truncate command?
What is myisam?
What is mysqli_result?
What is database in php mysql?
How to analyze tables with 'mysqlcheck'?
What are string data types?