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

Is postgresql better than mysql?

511


How to use 'mysql' to run sql statements?

525


What is the difference between char and varchar in mysql?

504


Is mysqli deprecated?

497


How many concurrent queries can mysql handle?

475






Is mysql free for commercial use?

470


Can python connect to mysql?

479


How do you backup a database in mysql?

579


What is mysqli_result?

505


How do I get a list of table names in mysql?

489


What is use command in mysql?

532


What is default schema in mysql?

488


What is tee command in mysql?

483


What is the use of mysql_close()?

510


Is foreign key indexed mysql?

470