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 |
There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep
Describe an oracle table?
How to filter out duplications in the returning rows using oracle?
What is the maximum number of triggers that can be applied to a single table?
What is the difference between Sleep and Wait? (Java)
How to calculate date and time differences in oracle?
what is the difference between substr and instr function in oracle?
Explain user account with reference to oracle.
How to execute the package in oracle?
How to load a large xml file?
Explain the difference between sap and oracle?
Does facebook use oracle?