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

Is oracle better than mysql?

652


What are the drivers in MySQL?

1064


Is mysql a relational database?

623


Explain csv tables.

729


What is mysql and why it is used?

782


How is data stored in mysql?

703


What are the similarities between a function and a procedure?

668


Why mysql is used with php?

695


How can we get the number of rows affected by query?

783


How does mysql clustering work?

674


How do I get a list of table names in mysql?

692


How to insert dynamic values in mysql using php?

873


What are the ways in which you can retrieve data in the result set of mysql using php?

689


Explain what is mysql?

808


What is mysqlcommand?

690