How to select the name of employee who is getting maximum
sal with out using subquery
Answer Posted / mk
select Name from emp where sal=(select distinct(Max(sal))
from emp
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
What are the different pseudo commands? Explain in general?
What is the usage of analyze command in oracle?
Explain oracle left join with an example?
How do I call oracle stored procedures that take no parameters?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
How do I uninstall oracle 11g?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
How to invoke the data pump import utility?
Difference between hot backup vs. Cold backup?
How to lock and unlock a user account in oracle?
How do I spool to a csv formatted file using sqlplus?
How to check your oracle database 10g xe installation?
How can we find out the duplicate values in an oracle table?
What is a proxy class?