Print 3 highest salary

Answer Posted / manish nautiyal

select salary from table_name order by salary desc limit 3;

Is This Answer Correct ?    35 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How triggers can be used in mysql?

565


How to create a new view in mysql?

542


What is the data source name for mysql?

484


Is mysql distributed?

502


What is difference between oracle sql and mysql?

499






What is heap table in mysql?

506


Is mysql written in c?

490


How to update info already in a table and delete a row(s) from a table.

460


What are queries used for?

513


Is pdo faster than mysqli?

475


What is a left join mysql?

480


How to dump a table to a file with 'mysqldump'?

527


I want to find out all databases starting with ‘test’, I have access to?

680


How do I remove a user from mysql?

564


How does php communicate with mysql?

482