Answer Posted / ahmad nazmi
select ename , max(sal)
from emp
group by ename ;
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
how do you control the max size of a heap table? : Sql dba
Explain mutating table error.
What are the different ddl commands in sql?
How do I run a sql trace?
What are the commands used in sql?
What are the different sql languages?
What are the two parts of design view?
what is denormalization. : Sql dba
How to convert comma separated string to array in pl/sql?
What is sql deadlock?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
Can we rollback delete command?
What is rank () in sql?
What does select count (*) mean in sql?
what is rdbms? : Sql dba