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 control file used for?
What is data block in Oracle?
How to create a new view in oracle?
Does oracle database need java?
How to convert characters to times in oracle?
How to get a list of all background sessions in the database?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
How to convert raw data type into text in oracle? Explain
How to apply filtering criteria at group level in oracle?
Point out the difference between user tables and data dictionary?
What is transport network substrate (tns) in oracle?
What is meant by an index?
Explain the blob datatype?
What is a directory object?
Explain compound trigger in oracle?