Answer Posted / pramod janjirala
select max(sal),ename from emp where sal=(select max(sal)
from emp) group by ename;
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
What is plpgsql language?
How to make a copy values from one column to another in sql?
What is the main reason behind using an index?
What is sql analyzer?
What is #table in sql?
what are integrity rules?
How insert into statements in sql?
How is data stored in sql?
Define union, minus, union all, intersect ?
How to get help at the sql prompt?
What are the advantages of sql?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
What is parallel hint?
How is a PL/SQL code compiled?
Can function return multiple values in sql?