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
how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
What are the differences between mysql vs sql server?
How can you take the backup and restore a mysql database using php?
How do I copy an entire mysql database?
What is the use of count function in mysql?
How to use rank function in mysql?
What is the difference between mysql and oracle?
What is mysql used for?
How to check if value already exists in mysql database in php?
How do stored procedures work?
How would you get the current date in mysql?
What is view? How can you create and drop view in mysql?
Is mysql an oracle product?
How do I show columns in mysql?
What data structure does mysql use?