What is the difference between implicit index and explicit
index?
Answers were Sorted based on User's Feedback
Answer / daid kuamr
Implicite index is created by oracle Internally
ex: when we make a primary key in a Column then implicit
Index created which is Clustered Type index(Default)
while Explicite index created by "Create Index Command'
User
| Is This Answer Correct ? | 26 Yes | 5 No |
What is an oracle?
What is a Segment ?
How to export several tables together?
How many memory layers are in the oracle shared pool?
How to drop an index?
if i am using dml statement in function. then i am writing select statement what was the output
What is redo log?
how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
Explain what are the uses of rollback segment?
What is transaction control statement and how many types of transaction control statement in Oracle?
Why do we need integrity constraints in a database?