Answer Posted / priya
select top 1 salary from ( select top 3 salary from ( select
distinct salary from employee order by desc ) order by asc);
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How do I import database through command line?
How to use sum function in where clause in mysql?
Is mysql server free?
How do I setup a mysql database?
How to validate email addresses in mysql?
What is full form of xampp?
Where the database is stored in mysql?
How do I use mysql?
What is a trigger in mysql?
What are the advantages of MySQL when compared with Oracle?
What is a procedure example?
Is blocked because of many connection errors unblock with mysqladmin flush hosts?
How to use rank function in mysql?
How do I find mysql version in mysql workbench?
What is flush privileges in mysql?