How many different types of indexes we have in oracle?
Answer Posted / vipul.solanki
Index is use for the performance to retrieve data from table.
1 . index automatically created when create PK or UK
2 . Explicitly create index
there is three type of index
1.unique index
2.cluster index
3.non-cluster index
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are triggers in oracle?
Is java required for oracle client?
What is a nested table and how is it different from a normal table?
What do you mean by merge in oracle and how can we merge two tables?
How do we represent comments in oracle?
How to create a new oracle data file?
What is snapshot is too old? Give and example for better understand.
What is oracle instant client?
How will you write a query to get a 5th rank student from a table student_report?
Why do we use bulk collect in oracle?
How would you go about verifying the network name that the local_listener is currently using?
How do you bind variables in oracle?
What are data pump export and import modes?
Explain oracle data types with examples?
Give the constructs of a package, function or a procedure.