How to select the name of employee who is getting maximum
sal with out using subquery
Answer Posted / atal patra
select ename,max(sal)from emp group by ename;
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What is hash cluster in oracle?
what are the default admin accounts in Oracle 10g ?
Is oracle an operator?
What is the use of aggregate functions in oracle?
Can we create trigger on materialized view in oracle?
how can we store any pdf file in oracle
How to lock and unlock a user account in oracle?
How index is implemented in oracle database?
What are the benefits of ordbms?
Why does for update in oracle 8 cause an ora-01002 error?
What happens if you use a wrong connect identifier?
What do you mean by merge in oracle?
What is oracle database client?
Difference between varchar and varchar2 data types?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?