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 the difference between procedure and function
where u do setup of operating unit?
Which module is not in multiorg
Can you define an erp system?
what is pay run id ?
why r u move in the cus_top only why not move another top
What is the maximum number of statements that can be specified in a trigger statement?
After execution of a report we get parameter layout where we have enter From_date and To_date.After entering From_date and without entering To_date what happen a report will execute or not?
How we print the multi language in report?can any one give me step bye step explanation.
2 Answers HCL, IBM, Tech Mahindra,
In a table their 20 records.I had update 6 records???How can see and retrieve particular 6 records.i.e.,Latest updated.
10 Answers HCL, TCS,
What is P2P cycle.
27 Answers Accenture, Deloitte, EE Limited, EXL, IBM, Tech Mahindra,
I want to print output in portrait style?where i have to change the settings?