Answer Posted / alcheringa
indexes is a process of creating a structure from a
database table from a single or multiple compostion
(atleast) of attributes for efficient data retreival.
some database even allow to create indexes out of
expressions as well.
there are different types of indexes based on the
implementation methodology:
b Trees, b+ trees, bitmap indexes, hash index etc . infact
in some database the index file is different from the
database file and hence one can write one's plug in for a
special kind of index .
clustered and non-clustered is the kind of architecture
that is used to define the index methodology as noted
earlier.
indexes are boon when used in retreivals and they are
doomed when used in situations where there's more write
than read. this is so because every new write in the table
also implies corresponding modofication in the indexes as
created for the table.
| Is This Answer Correct ? | 22 Yes | 5 No |
Post New Answer View All Answers
What is an oracle transaction?
When do you get a .pll extension in oracle?
What is the usage of save points in oracle database?
What are the most common interview questions on ETL Testing for experience?
How do I spool to a csv formatted file using sqlplus?
How to select an oracle system id (sid)?
How to run queries on external tables?
How to add a new column to an existing table in oracle?
Explain the different normalization forms?
Can we call procedure inside function in oracle?
How to assign data of the deleted row to variables?
How to write numeric literals in oracle?
What is concurrency in oracle?
What is backup in Oracle?
What is an oracle and why it is used?