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
State the various uses of dbcc command?
Can we connect to ORACLE db using Windows Authentication?
What are the predefined tablespaces in a database?
How to define and use table alias names in oracle?
How to assign a table row to a record variable?
What is a Garbage Collection? and what is full recursive Garbage collection?
How to declare a local variable?
What is catalog in Oracle?
What is ordinary table in oracle?
What do you mean by a tablespace?
What is MTTR advisor in Oracle?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
In which language oracle has been developed?
Can select statements be used on views in oracle?
How to define a variable to match a table column data type?