how we can find nth max salary from an employe table by
using my sql?
Answer Posted / pious deepak
select salary from employee
order by salary desc limit n-1, 1
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
How do you login to MySql using Unix shell?
Explain the difference between procedure and function in mysql?
What is the difference between procedure and function in mysql?
Can a table have multiple primary keys?
What is back end and front end?
Is mysql port 3306 tcp or udp?
What is a mysql view?
What does mysqli stand for?
How do I clear a mysql database?
How to connect html form to mysql database using php?
How can I see all mysql databases?
What is the data type for file in mysql?
What is myisamchk?
how to dump all databases for backup. Backup file is sql commands to recreate all db's.
Explain about reporting services of MYSQL?