Print 3 highest salary

Answer Posted / satya

SELECT salary FROM emp order by ordering DESC limit 2,1

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In which format data is stored in mysql database?

526


Is blocked because of many connection errors mysql?

435


How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.

570


What are different types of queries?

482


How do I edit a trigger in mysql?

485






How to return query output in html format?

525


How can you change the name of any existing table by using the sql statement?

508


Does mysql automatically index foreign keys?

487


Is mysql from oracle?

499


How do I change global variables in mysql?

471


How do I rename a table in mysql?

493


Can I install mysql on mac?

522


What sql does mysql use?

485


How can I change database in mysql?

452


How can we encrypt and decrypt a data presented in a table using mysql?

550