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
Can we have two clustered index on a table?
What are all the different normalizations?
What is rename command in sql?
What is a boolean in sql?
Why do we use cursors?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
Can we use pl sql in sql server?
how do you login to mysql using unix shell? : Sql dba
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
what are the advantages and disadvantages of views in a database? : Sql dba
what is data manipulation language? : Sql dba
Define a temp table?
Explain sql data types?
Explain the update statement in sql
What is difference between pls_integer and integer?