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
What is a system tablespace and when it is created?
Explain the use of file option in exp command.
What are the predefined tablespaces in a database?
How many types of synonyms in Oracle?
State all possible different index configurations a table can possibly have?
How many types of table in Oracle?
What is backup in Oracle?
What is Trigger in Oracle?
How to define an oracle sub procedure?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
What is max rowid in oracle?
what is the difference between restoring and recovering?
How to create id with auto_increment on oracle?
how to handle exceptions in post production
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?