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

What is the latest mysql?

471


How to create and drop view in mysql?

505


How can you change the password of a mysql user?

495


What are features of mysql?

475


Is mysql query case sensitive?

485






Which datatype is used for email in mysql?

480


What does mysql workbench do?

465


How do I optimize a selected query in mysql?

506


How do I run mysql?

489


What are the other commands to know the structure of a table using mysql commands except explain command?

540


What is clob in mysql

483


What is a join in mysql?

487


What are the 'mysql' command line arguments?

524


How to check if a record exists in a mysql database php?

443


What is the latest version of php and mysql?

677