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 can the performance of a trigger be improved?
What is mdf ldf and ndf?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
What is the sql*loader? : aql loader
what are all the different types of indexes? : Sql dba
What are analytical functions in sql?
What is information schema in sql?
How is data stored in sql?
What are different types of statements supported by sql?
what are the join types in tsql? : Transact sql
What are the possible values that can be stored in a boolean data field?
What is write ahead logging in sql server?
What are the different operators available in sql?
what is sp_pkeys? : Transact sql
What is the life of an sql statement?