Answer Posted / elbert gopta
An index is an additional auxiliary access structure used to speed up the retrieval of records in response to certain search conditions
An index enables efficient access to a record based on the indexing field or fields
An index is an ordered file with two fields consisting of the indexing field and the physical address of the record/block
Each table typically has a primary index created for the primary key of the table.
Types:
Primary Index
Secondary Index
Multilevel indexes
B-tree and B+-tree indexes
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
What is oracle and what are its different editions?
Can you assign multiple query result rows to a variable?
Explain the use of full option in exp command.
What is the max number of columns in an oracle table?
Explain a segment?
What is the use of file param in imp command?
What is an oracle data file?
How to pass parameters to procedures in oracle?
What is ASM (Automatic Storage Management) in Oracle?
what is normalisation?what are its uses?
When system tablespace is created?
what is the dual table in oracle?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
How a tablespace is related to data files?
How to select an oracle system id (sid)?