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 'mysqld'?
How to update a root password.
What is mysqli_num?
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.
How do I download mysql on my laptop?
what is the difference between gui testing and database testing? : Mysql dba
What is a data directory?
What does mysql workbench do?
What are mysql queries?
What is field in mysql?
What are the advantages of mysql in comparison to oracle?
How are mysql timestamps seen to a user?
How many rows can be inserted in mysql at a time?
List some mysql advantages and disadvantages?
What is the use of mysqli_fetch_array?