premchand


{ City }
< Country > india
* Profession *
User No # 100548
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 # 34
Users Marked my Answers as Wrong # 12
Questions / { premchand }
Questions Answers Category Views Company eMail




Answers / { premchand }

Question { iGate, 25513 }

how to get second highest salary in SQL(as/4000


Answer

select max(sal) from employ where sal < select max(sal)
from employ

Is This Answer Correct ?    34 Yes 12 No