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 innodb? : Sql dba
What is flag in sql?
What is the difference between clustered and non-clustered index in sql?
What are character functions?
What is use of package in pl sql?
which types of join is used in sql widely? : Sql dba
Why do we use joins?
What is the sql query to display the current date?
When is the explicit cursor used ?
Why is pl sql used?
What is primary key and foreign key?
What are database links used for?
What is a join query?
Which join is like inner join?
How do I view a table in sql?