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 change global variables in mysql?
What is back end and front end?
What is longblob in mysql?
What command is used to delete the data from the table without deleting the table structure?
What are the other commands to know the structure of a table using mysql commands except explain command?
What is identity in mysql?
What are enums used for in mysql?
What is difference between microsoft sql and mysql?
How to calculate the difference between two dates?
How do I install mysql workbench?
Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?
How to get current MySQL version?
How to create a new table in mysql?
What are the limitations of mysql?
Which is better mysql or mssql?