Answer Posted / poovitha
select * from employee
Here,
employee refers "TABLE NAME"
* refers all records in the table
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What happens to the current transaction if the session is ended?
What are the various constraints used in oracle?
What are the attributes of the cursor?
What is data block in Oracle?
Which are the five query types available in oracle?
Write a trigger example in oracle?
What happens to the indexes if a table is recovered?
What are the different editions of oracle?
What is the use of oracle?
Can the query output be sorted by multiple columns in oracle?
What are named parameters?
How to set up autotrace for a user account?
Why is oracle database so popular?
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 is a snapshot in oracle database?