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
List some comparisons operators used in mysql?
If you wish to encrypt the username and password using php, how will you do that?
What is difference between mysql and mysql server?
What is sql vs mysql?
What storage engines are used in MySQL?
How do I show all mysql databases?
Explain the difference between procedure and function in mysql?
What is myisamchk?
In a property booking section want a query to check that property is booked from StartDate to EndDate.Booking Table field are given id proerty_id start_date checkout_date no_of_visitor booking date status Waiting yours answer.. Thanks In Advance...
What is procedures in mysql?
How do I start mysql in linux?
What is regexp?
How do I start mysql client?
Can mysql handle big data?
How do I view data in mysql workbench?