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 can you change the password of a mysql user?
How would concatenate strings in mysql?
What is slow query log in mysql?
How can you plan the logshipping before processing?
What is join in mysql? What are the different types of join?
What tools available for managing mysql server?
What is mysql slow query?
How do I install mysql?
What is field in mysql?
can you tell how can you display the maximum salary in sql? : Mysql dba
What are the indexes in mysql?
What are the 'mysql' command line options?
Is mysql a scripting language?
How to enter numeric values as hex numbers?
How do you login to MySql using Unix shell?