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
can a stored procedure call itself or recursive stored procedure? : Sql dba
how to convert character strings to numeric values? : Sql dba
What is mdf ldf and ndf?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
What is the need of a partition key?
Is pl sql useful?
What are basic techniques of indexing?
Can we write ddl statements in functions?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
what are the differences between char and nchar? : Sql dba
What are the most important ddl statements in sql?
What are the ddl commands?
Which software is used for pl sql programming?
What is the use of sqlerrd 3?
What is left join example?