What is the difference between implicit index and explicit
index?
Answer Posted / 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 |
Post New Answer View All Answers
How many file formats are supported to export data?
Explain oracle’s server parameter file.
How to drop an index?
What types of joins are used in writing subqueries?
What is the use of file param in imp command?
How do I reset a sequence in oracle?
What is PL/SQL ?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
How to delete an existing row from a table in oracle?
Explain index?
Describe varray?
What is the minimum client footprint required to connect c# to an oracle database?
What is the use of aggregate functions in oracle?
What is using clause and give example?
How to drop a stored function?