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
How to define a variable to match a table column data type?
What are the limitations of check constraint?
How many categories of data types in oracle?
What suggestions do you have to reduce the network traffic?
What is program global area (pga) in oracle?
How to establish administrator authentication to the server?
Can we store images in oracle database?
How to drop a stored procedure in oracle?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
How to login to the server without an instance?
How to pass parameters to procedures in oracle?
Will you be able to store pictures in the database?
How to create a new oracle data file?
Describe an oracle table?
What is max rowid in oracle?