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

How do I find mysql version in mysql workbench?

492


Write a query to fetch duplicate records from a table using mysql?

505


What is the innodb in mysql?

508


What is blob storage?

502


How can I see mysql database?

484






What is the maximum number of columns per table?

487


What is dirty read and phantom read?

449


How do I insert an image into mysql workbench?

478


how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?

547


How does limit work in mysql?

473


What is a trigger? How you can create a trigger in mysql?

487


What are string data types?

578


What is a scalar function?

530


How can you move the master database

1523


How many columns can a mysql table have?

497