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 global cursor can be declare with dynamic trigger ?
Can we join same table in sql?
How do you take the union of two tables in sql?
What is the sql query to display the current date?
what is schema? : Sql dba
how to write date and time literals? : Sql dba
What is the clause we need to add in function body to return variable?
how to convert character strings to numeric values? : Sql dba
How many types of relationship are there?
Can we use views in stored procedure?
Is inner join same as self join?
What is a nested table in word?
What is the difference between nvl function, ifnull function, and isnull function?
Give the order of sql select?
what is online transaction processing (oltp)? : Sql dba