Answer Posted / manoj k
select distinct sal,ename from emp
where sal=(select max(sal) from emp);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is pl sql a programming language?
What is loop in pl sql?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
What is scalar function?
Is sql a microsoft product?
Inline the values in PL/SQL, what does it mean.?
How do you define a foreign key?
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba
List the ways to get the count of records in a table?
How to display Row Number with Records in Oracle SQL Plus?
How do I count rows in sql?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
List out the acid properties and explain?
What is the difference between microsoft access and sql?
What is trigger with example?