how we can find nth max salary from an employe table by
using my sql?
Answer Posted / whatinaname
select max(salary) from employee
order by salary desc limit n-1, 1
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
How to use sum function in where clause in mysql?
What is orm in mysql?
how you will Create a database on the mysql server with unix shell.
What is database url for mysql?
Is mongodb faster than mysql?
What is truncate in mysql?
What is difference between pdo and mysqli?
Does uninstalling mysql delete database?
Why we use mysqli instead of mysql?
How does triggers work in mysql?
Is mysql still relevant?
How do I find mysql version in mysql workbench?
How do I switch users in mysql?
List data types in mysql? Explain
What is database engine in mysql?