how to find 2nd highest salary in random database salary of employer.....

Answer Posted / narendra sharma

select column_name from table_name order by column_name
desc limit 1,1

Is This Answer Correct ?    12 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some mysql advantages and disadvantages?

745


What is text in mysql?

708


What is row locking in mysql?

753


What is triggers and how it can be used in mysql?

739


What is the data type for file in mysql?

747


Is mysqli faster than mysql?

694


What is mysqlcheck do?

790


What is mysql protocol?

692


How do I download a mysql community server?

677


What is difference between microsoft sql and mysql?

709


How can you filter the duplicate data while retrieving records from the table?

692


Where is mysql data stored?

660


What is orm in mysql?

697


How do I export mysql query results to excel?

724


How to run 'mysql' commands from a batch file?

723