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 most common interview questions on ETL Testing for experience?
How to upsert (update or insert into a table)?
What is the difference between count (*), count (expression), count (distinct expression)?
Why do we use bulk collect in oracle?
How to export data with a field delimiter?
When do I need to use a semicolon vs a slash in oracle sql?
Can group functions be used in the order by clause in oracle?
What are the different types of partitions in oracle?
what is Single Byte Overhead...?
Please explain drop constraint oracle?
How to see the table columns used in an index?
What is a table index?
How do you store pictures in a database?
Point the difference between translate and replace?
What is a data dictionary and how can it be created?