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
How do I find the database name in mysql?
What is the role of a limit in a mysql query?
How do I rename a table in mysql?
How do I edit a trigger in mysql?
What are the types of database engines available in mysql?
How to calculate expressions with sql statements?
Explain % and _ inside like statement?
What is row locking in mysql?
What is mysql default database?
What is difference between mysql and mysql workbench?
What are the limitations of mysql?
Which is better mysql or mssql?
What is the maximum connection pool size?
What mysql -u john -p command does?
What is bdb (berkeleydb)?