What is an Index , Types od index why we are use index.
Answers were Sorted based on User's Feedback
Answer / ravi saini
An index is a performance-tuning method of allowing faster
retrieval of records. An index creates an entry for each
value that appears in the indexed columns. By default,
Oracle creates B-tree indexes.
Create an Index
The syntax for creating a index is:
CREATE [UNIQUE] INDEX index_name
ON table_name (column1, column2, . column_n)
[ COMPUTE STATISTICS ];
UNIQUE indicates that the combination of values in the
indexed columns must be unique.
| Is This Answer Correct ? | 2 Yes | 1 No |
what is meant by lexical parameter
In xml report, how to print the headings in every page?
how can develope the po variance and po summary report? with tables mandatory columns and query please?
how will u do documentation
in one report using two layout models.if yes how to do
what is MRC? Why it is needed?
what is difference between d2k report and oracle apps report
How many standard interface programs in oracle purchasing module and oracle inventory? What are they?
Is it is necessary to create P_CONC_REQUEST_ID parameter in the development of oracle apps reports
How to create user and how u attach with responsibility.
why we can use synonym?
What is MO operating units. Why it need to to set this and where .