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
Can we use views in stored procedure?
what is the difference between rownum pseudo column and row_number() function? : Sql dba
Can we create clustered index without primary key?
What is equi join in sql?
How do you modify a trigger?
Can triggers stop a dml statement from executing on a table?
How does cross join work?
Can we create foreign key without primary key?
Which data type is a composite type?
What is a system versioned table?
What is rename command in sql?
Why do we create views in sql?
discuss about myisam key cache. : Sql dba
What is sqlexception in java?
How do you modify a table in sql?