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
How do you use collections in procedure to return the resultset?
explain mysql aggregate functions. : Sql dba
What is the difference between local variables and global variables?
What is a behavioral trigger?
How many types of cursors are available in pl/sql?
What is a field in a database?
how tsql statements can be written and submitted to the database engine? : Transact sql
Define commit, rollback and savepoint?
Is oracle sql free?
when is the use of update_statistics command? : Sql dba
What are synonyms in sql?
what is a table in a database ? : Sql dba
What is keys and its types?
What is record variable?
How do sql databases work?