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 do you describe O2C along with tables
I want to develop a oracle applications report using report builder 6i. I have two user parameters. How to provide list of values to parameters, which should show me at the time of submitting concurrent program.
1 Answers Genpact, Y3K Imaginations,
diff between key and descriptive flexfield.
how to make a parameter optional in the query?
Need Training & Internship with guaranteed Job in ERP - Oracle Apps Tech?
Define MultiOrg Structure
Are there any alternate tools other than sql* loader to load data into oracle apps tables from external systems
What are the files you have used in the part of Conversion and Interfaces?
In support project one ticket alloted which steps follows manualy tell me ?
in ap_terms table what data will be stored
What is multi org?
What is SET-OF-BOOKS?