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 are extents allocated to a segment?
How to run create database statement?
Can we write insert statement in function in oracle?
How to use "in out" parameter properly?
What is an oracle function?
What happens to indexes if you drop a table?
What is partitioned table in Oracle?
How to use subqueries with the in operator using oracle?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
if you ctreate table identity
How do you bind variables in oracle?
How many categories of data types in oracle?
Is truncate autocommit in oracle?
How to see the table columns used in an index?
15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.