Answer Posted / ankammarao.v
select min(EmpSal) as sal3 from EmpInfo
where EmpSal in(select distinct top 3 EmpSal from Empinfo
order by EmpSal desc)
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
How do I copy an entire mysql database?
What is a tinyint in mysql?
all the queries used in sql
Is mysql a good database?
How do I select a database in mysql workbench?
What is mysql server used for?
Explain % and _ inside like statement?
How do I create a stored procedure in mysql?
What is inner join in mysql?
Is mysql a server?
I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?
How can you import tables from a sql file into a database by using the mysql client?
What is the use of mysql_fetch_array () function in php?
How do I update a variable in mysql?
How do you create a new database in mysql?