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
Explain the use of record option in exp command.
Explain the use of grant option in exp command.
What privilege is needed for a user to create tables in oracle?
how to make an oracle object
What is analyze command used for?
What is SQL access advisor in Oracle?
What is a read only transaction in oracle?
What are the data types in oracle?
Where do you use decode and case statements?
How does oracle handle read consistency?
Which environment variables are absolutely critical in order to run the OUI?
What is the difference between online and offline backups?
Explain what are the uses of rollback segment?
What happens if recursive calls get out of control?
What is a database schema in oracle?