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 sqlyog?
How are mysql timestamps seen to a user?
Is mysql easy to learn?
How many columns is too many mysql?
Why should I use mysql?
How show all tables in mysql query?
How many rows can mysql handle?
How do I change the max connection in mysql?
What is bigint in mysql?
How can I create a database in mysql?
What is blob storage?
What is mysql architecture?
How to calculate expressions with sql statements?
What is foreign key in mysql?
Is mysql frontend or backend?