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
How to avoid using cursors?
how tsql statements can be written and submitted to the database engine? : Transact sql
What is scalar and vector?
Which join is default?
How many row comparison operators are used while working with a subquery?
What is scope and visibility in PL/SQL?
Do we need commit after truncate?
What are hotfixes and patches?
What does the sign mean in sql?
What does (*) mean in sql?
what is sql profiler? : Sql dba
What mean sql?
Is pl sql still used?
What is sequence in sql?
Is it possible to sort a column using a column alias?