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
Differentiate between % rowtype and type record.
What is the difference between a subquery and a join?
What are the two different parts of the pl/sql packages?
what is data control language? : Sql dba
Can primary key be changed?
Is trigger a stored procedure?
What is compiled query?
What is string data type in sql?
How to take user input in pl sql?
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
What is a recursive join sql?
What is the starting oracle error number? What is meant by forward declaration in functions?
Is time a data type in sql?
Explain the rollback statement?
What do you mean by rowid?