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
Is oracle better than mysql?
What are the drivers in MySQL?
Is mysql a relational database?
Explain csv tables.
What is mysql and why it is used?
How is data stored in mysql?
What are the similarities between a function and a procedure?
Why mysql is used with php?
How can we get the number of rows affected by query?
How does mysql clustering work?
How do I get a list of table names in mysql?
How to insert dynamic values in mysql using php?
What are the ways in which you can retrieve data in the result set of mysql using php?
Explain what is mysql?
What is mysqlcommand?