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 |
is there a tool to trace queries, like profiler for sql server?
what is the use of composite key constraint?
What is oracle host variable?
What is background process in Oracle?
How to return top 5 rows in oracle?
which statement is running fastly ie insert or delete?
How can we create the complete backup of data in the oracle.
0 Answers IPEC, Satyam, SunTec,
How to call a stored function with parameters?
Explain what are the different type of segments?
What are the differences between number and binary_float in oracle?
Why is oracle so popular?
What is oracle update statement with inner join ?