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
What is the maximum connection pool size?
Do I need to pay for mysql?
How to shut down the server with 'mysqladmin'?
How do I find the database name in mysql?
How do I insert multiple rows in a table?
What is a transaction? Describe mysql transaction properties.
How do you use auto increment?
Is mysql a dbms?
What is acid in mysql?
How can you retrieve a portion of any column value by using a select query?
How does mysql encrypt passwords?
How you will show all data from a table.
What is root password?
How to show table names with 'mysqlshow'?
What is the current version of mysql?