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


Please Help Members By Posting Answers For Below Questions

How can I see connections in mysql?

477


What are the non-standard sql commands supported by 'mysql'?

513


What is information_schema in mysql?

474


Is there a way to see the files which are stored?

495


Can you tell the reasons for selecting lamp(linux, apache, mysql, php) instead of any other combination of software programs, servers, and operating system?

462






Explain the different types of constraints?

521


What is difference between Sql server and MySql database? It may be silly question but i really dont know.

1554


What are the types of database engines available in mysql?

477


What are the advantages of mysql?

542


How to get the current date in mysql?

572


Explain the storage engines in mysql?

530


Define REGEXP?

646


How is oracle different from mysql?

498


How do I change a procedure in mysql?

488


Explain about reporting services of MYSQL?

610