Answer Posted / santosh
select ename,sal
from emp
where sal = (select max(sal) from emp)
and rownum<= 1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Inline the values in PL/SQL, what does it mean.?
What is mutating error?
What are the packages in pl sql?
What schema means?
What is a string data type in sql?
What are different types of triggers?
What is the difference between pl and sql?
What does trigger mean in slang?
Is left join faster than join?
What is bulk compiling in pl/sql.?
What are different sql data types?
Define select, insert, create, delete, update, drop keywords
What are the types of records?
Is sql workbench free?
Can we rollback truncate?