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 the use of mysql_close()?
What is text in mysql?
What is the latest version of mysql?
In which language it is written?
What are the differences between char and varchar?
What is msql?
Is mysql same as sql?
How database are managed?
Is mysql written in c?
What is unsigned in mysql?
What is mysql common?
How do I start mysql in ubuntu?
Does adding an index lock a table?
Why use stored procedures in mysql?
Why do gaps in sequences occur?