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 |
oracle apps architecture
we have 10 records. It's occured error in 6th record how can u find and how to rectify that?
How can u find custom top? where its located? How to find custom top in front end?
List some exceptions other than NO_DATA_FOUND, TOO_MANY_ROWS and WHEN OTHERS
in procedure how to return a value
Is it is necessary to create P_CONC_REQUEST_ID parameter in the development of oracle apps reports
in procedure how to return a value
what is the differences between internal requisition and internal sales order?
What should be the batch size (number of customer records) general guidelines for optimal performance?
what is the database size you used?
In sequence i want to 11 and 15th values how we will write?
How can you achieve loose coupling in soa framework?