Answer Posted / suresh kumar somayajula
SELECT ename,MAX(sal)
FROM EMP
GROUP BY ename;
| Is This Answer Correct ? | 9 Yes | 15 No |
Post New Answer View All Answers
Are views faster than queries?
Why truncate is used in sql?
what are properties of a transaction? : Sql dba
how to drop an existing table in mysql? : Sql dba
What is composite data type in pl sql?
What is cartesian join in sql?
What is sql character function?
What is an invalid partition table?
Is postgresql a server?
What are instead of triggers?
what does it mean to have quoted_identifier on? : Sql dba
Why use triggers in sql?
What are the different types of dbms?
What is #table in sql?
Show how functions and procedures are called in a pl/sql block.