Types of indexes. What is the default key created when a
primary key is created in a table ?
Answer Posted / manish_patil
There are main two types of indexes,
B-tree index
Bitmap index.
While creating Primary key by default cluster index get
crated.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Is not equal in sql?
How do I find duplicates in the same column?
What are local and global variables and their differences?
What does (*) mean in sql?
What is sql deadlock?
how many ways we can we find the current date using mysql? : Sql dba
Can you join views in sql?
Can there be 2 primary keys in a table?
What are the subsets of sql?
What is sorting in sql?
Mention what does plv msg allows you to do?
What is trigger with example?
Can we use distinct and group by together?
What is an inconsistent dependency?
What is the difference between unique and primary key constraints?