How to retrieve first and last records from a table?
Answer Posted / reddy
select*from emp where rowid in (select min(rowid),max(rowid) from emp);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you identify oracle database software release?
How to generate query output in html format?
How to filter out duplications in the returning rows using oracle?
How to create a table in a specific tablespace?
How to define a cusotmer as a supplier in ORACLE R12
Is oracle the best database?
Explain oracle instance.
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
What are the uses of a database trigger?
Explain index?
How to name query output columns in oracle?
How to put more than 1000 values into an oracle in clause?
What are the varoius components of physical database structure of oracle database?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
What is an oracle cursor variable?