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 template?
What are triggers?
Can you differentiate between mediator and osb?
You are working with interfaces if client doesnot give any flat then what will u do?
what is the difference between procedure and function
How to attach the multiple templates in XML Pub Report?
Tell me how to debug the report?
what are the different types of parameters avialable in reports?
what is the use of anchors?
what are the match approvals in PO?
We have to show a logo/image in a report? what are the steps and which format it is?whether in pdf format is applicable or not?
is it possible to run the interface without using oracle apps?