What is an Index ?
Answers were Sorted based on User's Feedback
Answer / rahul
indexing a table is access stretagy. its a way to sort and
search record in the table. its a faster way of retreving
records.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / orawhiz
An Index is an optional structure associated with a table to
have direct access to rows,which can be created to increase the
performance of data retrieval. Index can be created on one
or more columns of a table.
| Is This Answer Correct ? | 2 Yes | 0 No |
Difference between the “verify” and “feedback” command?
What is oracle analytical function?
What is the CAP theorem?
How many anonymous blocks can be defined?
What is the effect of setting the value 'FIRST_ROWS' for OPTIMIZER_GOAL parameter of the ALTER SESSION command ?
What is the simplest tool to run commands on oracle servers?
Which are the five query types available in oracle?
how can we store any pdf file in oracle
how to find the second highest salary in a given table????
How are the index updates?
What is the implicit cursor in oracle?
Can group functions be used in the order by clause in oracle?