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 to write an inner join with the where clause in oracle?
How to name query output columns in oracle?
In oracle there is column command, how will you explain that?
How to create a new table in your schema?
How to apply filtering criteria at group level in oracle?
Oracle
What is the purpose of tables, private synonyms and public synonyms in Oracle?
What is a database table in oracle?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
Whats the benefit of dbms_stats over analyze?
What are the advantages of oracle 12c?
What are the different types of trigger and explain its various uses and functions?
What is system global area (sga) in oracle?
What is the difference between post-database commit and post-form commit?
What are a query and state the different types of queries and their uses?