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 |
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
What happens to the current transaction if a ddl statement is executed?
what are steps for interface? where is exchange rate defined in which table?
How to drop an existing table in oracle?
waht is the difference between primary key and super key?
What is integrity and what is constraint??Explain with example
Is oracle a language?
What is concurrency in oracle?
How to drop a tablespace?
What is tablespace in oracle? how can we create? how is it manage? . . . Thnx 2 All in Advnc....:)
Can a formula column referred to columns in higher group ?
How to use null as conditions in oracle?