How to select the name of employee who is getting maximum
sal with out using subquery
Answer Posted / pavan
select * from (select ename from emp order by rownuum desc)
where rownum=1;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain an index segment?
How do I connect to oracle database?
What are the different pseudo commands? Explain in general?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
How to do paging with oracle?
How to view the tablespaces in the current database?
How do I reset a sequence in oracle?
defination of bitmap index
How view is different from a table?
What are the oracle differences between nvl and coalesce
Is oracle an operator?
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.
Explain the use of full option in exp command.
How to drop an existing view in oracle?
How to export several tables together?