Answer Posted / ahmad nazmi
select ename , max(sal)
from emp
group by ename;
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is inner join in sql?
what is data control language? : Sql dba
Can we delete column in sql?
What is sql*plus?
Does sql backup shrink transaction log?
Explain unique key in sql.
How to test for null values?
Why left join is used in sql?
What is pl sql package?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
What is bulk compiling in pl/sql.?
What is the difference between instead of trigger and after trigger?
how many values can the set function of mysql take? : Sql dba
what are rollup and cube in t-sql? : Transact sql
What is cte?