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
Is mysql a backend?
What is sqlyog?
Write a program using the select statement, while loop.
Is mysql frontend or backend?
What is required to create mysql database?
What is latest version of mysql?
What is append query?
Is mysql query case sensitive?
What do we use to remove duplicate records while fetching a data in mysql ?
How do I assign a variable in mysql?
What is mysql community edition?
Transactions are used to treat sets of SQL statements atomically. State Whether True or False?
What does mysqli_fetch_assoc do?
What is heap table?
Why myisam is faster than innodb?