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
Explain the significance of the & and && operators in pl sql.
What is program debugging?
Does truncate need commit?
What's the difference between a primary key and a clustered index?
Where do we use pl sql?
How subquery works in sql?
How do you declare a user-defined exception?
how to create a new table in mysql? : Sql dba
How do you change a value in sql?
Is null operator in sql?
What is graph sql?
What is the best sql course?
What are the uses of merge?
Can we use rowid as primary key?
What does select top 1 do in sql?