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 |
How to register a form and stored procedure in oracle apps
In Oracle Apps Some tables ends with TL,VL,what is the significance of the TL and VL?
what is the difference between procedure and function
How to link modules in apps
for report i have to parameters those are from_date and to_date ,so to_date should be greater when compare to from_date ,if we are giving to_date is less then it must shows some error how we willmake
What are profile options?
What are different execution methods of executabls?
35—how to create ldt lct files? 36—how to tranfor on file from one instance to another instance?
can we execute one concurrent program through another concurrent program?
What is procedure?
can we write sql statement in Format trigger?
what is the difference between multiorg views and multiorg tables
2 Answers Immense Source, Intelligroup, TCS,