Answer Posted / basanti
select * from(select rownum,ename from employee order by rownum desc) where rownum<=5;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sequence?
How will you identify oracle database software release?
How can we create the complete backup of data in the oracle.
How to use "in" parameter properly?
What is the difference between alert log file and tarce file ?
Explain the use of parfile option in exp command.
What are the different types of synonyms?
Can a formula column be obtained through a select statement ?
How to assign values to variables?
How to write a left outer join with the where clause in oracle?
How to test null values?
How to count groups returned with the group by clause in oracle?
What is a procedure in oracle?
How to assign values to data fields in record variables?
How to use "out" parameter properly?