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 we can update the view?
what is transaction? : Sql dba
what is the command line end user interface - mysql? : Sql dba
What is offset in sql query?
What is the difference between execution of triggers and stored procedures?
How do you copy a table in sql?
How do you use collections in procedure to return the resultset?
what are the authentication modes in sql server? How can it be changed? : Sql dba
How to run pl sql program in mysql?
What is the sql*loader? : aql loader
Is sql free?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
Which are the different character-manipulation functions in sql?
what is the difference between truncate and drop statements? : Sql dba
Can a table contain multiple primary key’s?