How to select the name of employee who is getting maximum
sal with out using subquery
Answer Posted / atal patra
select ename,max(sal)from emp group by ename;
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What is connection pool in oracle?
How to write numeric literals in oracle?
How can you merge two tables in oracle?
What is varray?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
What is a subquery in oracle?
What is index in Oracle?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
What are the general rules on data consistency?
How will you differentiate between varchar & varchar2?
How to convert a string to a date in oracle database?
What is hash cluster in oracle?
What is the Tune Query
How many types of cluster table in Oracle?
What language does oracle use?