atal patra


{ City } bhubeneswar
< Country > india
* Profession * student
User No # 62615
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 # 6
Users Marked my Answers as Wrong # 9
Questions / { atal patra }
Questions Answers Category Views Company eMail




Answers / { atal patra }

Question { 12138 }

How to select the name of employee who is getting maximum
sal with out using subquery


Answer

select ename,max(sal)from emp group by ename;

Is This Answer Correct ?    6 Yes 9 No