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
Explain the difference between procedure and function in mysql?
How do I connect to mysql database?
What is difference between oracle sql and mysql?
Can mysql function return a table?
What is mysqlcommand?
What is mysql uuid?
What is mysql database used for?
Can python connect to mysql?
What is mvcc in mysql?
suppose data is copie to oracle to sql by using DTS. Actully it taken 2 hours. suppose some day distribute the server in the middle of 2 hours. after how can i get the data ?
What happens when the column is set to AUTO INCREMENT and if you reach maximum value in the table?
Explain triggers and stored procedures?
What is a user defined variable?
How to use case expression?
What is difference between group by and order by clause?