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
List some mysql advantages and disadvantages?
What is text in mysql?
What is row locking in mysql?
What is triggers and how it can be used in mysql?
What is the data type for file in mysql?
Is mysqli faster than mysql?
What is mysqlcheck do?
What is mysql protocol?
How do I download a mysql community server?
What is difference between microsoft sql and mysql?
How can you filter the duplicate data while retrieving records from the table?
Where is mysql data stored?
What is orm in mysql?
How do I export mysql query results to excel?
How to run 'mysql' commands from a batch file?