What is an Index ? How it is implemented in Oracle Database ?
Answer Posted / ankur jain
An Index is nothing, it is something like the index behind in your text book, using index we can find any topic in our text book very fast,, hence database index is also like that, oracle engine uses this index to find any particular row quickly..
This is automatically created when you create the primary key during creation of table..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to pass parameters to procedures?
Is oracle the best database?
Is there an oracle sql query that aggregates multiple rows into one row?
How do I limit the number of oracle database connections generated by weblogic server?
Is postgres faster than oracle?
What do you mean by merge in oracle and how can we merge two tables?
master table and child table performances and comparisons in Oracle ?
What exactly do quotation marks around the table name do?
What is an oracle wallet?
Can you assign multiple query result rows to a variable?
How can we find out the current date and time in oracle?
How to filter out duplications in the returning rows using oracle?
How to use null as conditions in oracle?
What is the implicit cursor in oracle?
What is the parameter mode that can be passed to a procedure?