Print 3 highest salary

Answer Posted / john peter

select salary from tablename order by salary desc limit 3;

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to drop an existing index in mysql?

553


How do we delete a row in a table?

540


What are the drivers in MySQL?

750


What is cast in mysql?

478


Why use mysql procedures?

504






Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.

551


What is difference between statement and preparedstatement?

481


What is bdb (berkeleydb)?

539


How many rows mysql can handle?

516


What is mysql used for?

518


What is ISAM?

696


How much does mysql cost?

482


How do you shutdown a mysql database?

504


What are the advantages of mysql in comparison to oracle?

553


How to create a new table in mysql?

537