Answer Posted / lokesh das
Using a single query not sub-query
SELECT * FROM `employee` ORDER BY salary DESC LIMIT 2, 1
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Write a program using the select statement, while loop.
In how many ways we can retrieve data in the result set of mysql using php?
How do I set user privileges in mysql?
How to determine the location of the data directory?
How do I stop a query in mysql workbench?
How to add a new column to an existing table in mysql?
What is a procedure example?
What is dblink?
What is clob datatype?
What is database migration in mysql?
What is memory table?
What is blob and text in mysql?
What are date and time intervals?
How MySQL Optimizes DISTINCT?
What is key in mysql?