pavan


{ City } nellore
< Country > india
* Profession * student
User No # 61025
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 # 0
Users Marked my Answers as Wrong # 3
Questions / { pavan }
Questions Answers Category Views Company eMail




Answers / { pavan }

Question { 12138 }

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


Answer

select * from (select ename from emp order by rownuum desc)
where rownum=1;

Is This Answer Correct ?    0 Yes 3 No