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 a constraint? Tell me about its various levels.
Is primary key clustered index?
Describe sql comments?
what is the stuff function and how does it differ from the replace function? : Sql dba
What programs use sql?
Mention what are the benefits of pl/sql packages?
Enlist some predefined exceptions?
What is blind sql injection?
What are pl sql data types?
What is ttitle and btitle?
Is nosql faster than sql?
What is cursor in pl sql with examples?
Why does sql need a server?
What is the left table in sql?
How many scalar data types are supported in pl/sql?