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 are the receipt types in Po?
What is the use of format trigger?
Except the SRS window in which we can submit the concurrent program.
how will you refer a report column (data column,formula,summery,placeholderr)?
Are you familiar with internet architecture of oracle apps 11i?
HOW CAN U KNOW THE RESPONSIBILITY BELONGS TO OPERATING UNIT LEVEL OR NOT
How to register a form and stored procedure in oracle apps
In 11i we didn't have AP_Invoice_Lines Table, but in R12 this table is available, what is reason, advantage?
How many types of projects are there in project module?
6 Answers Fujitsu, Tech Mahindra,
Can you have two stored functions with in the same name?
what is user exit and wat program do we write in user exit?
what is the use of format trigger?a