pari


{ City } bangalore
< Country > india
* Profession * trainee
User No # 42985
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 3
Questions / { pari }
Questions Answers Category Views Company eMail




Answers / { pari }

Question { Medi Assist, 65931 }

write the query for find the top 2 highest salary in sql
server


Answer

select max(sal) from emp
where sal !=(select max(sal) from emp);

Is This Answer Correct ?    5 Yes 3 No