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
What is inner join in mysql?
How to use rank function in mysql?
What is the difference between mysql_connect and mysqli_connect?
How do I connect to mysql database?
What is msql?
What is cursor in mysql?
In how many ways we can retrieve the data in the result set of MySQL using PHP? What is the difference between mysql_fetch_object and mysql_fetch_array ?
What is slow query log in mysql?
How do I save in mysql?
How do I download mysql on my laptop?
What do you understand by mysql terminal?
How many concurrent queries can mysql handle?
What is myisamchk?
What are the difference between now and current_date in mysql?
Which storage engine is best in mysql?