Types of indexes. What is the default key created when a
primary key is created in a table ?
Answer Posted / mahesh
Major indexes are B-tree and Bitmap indexes
When ever we create a primary key, B-tree index will be
created
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Does truncate release storage space?
how to dump a table to a file with 'mysqldump'? : Sql dba
How do sql databases work?
Will truncate release space?
How do I create a sql script?
Which is faster view or stored procedure?
What is form and report?
What are the two virtual tables available at the time of database trigger execution?
What is the example of procedure?
What is difference between hql and sql?
What are the three forms of normalization?
Is null operator in sql?
what does myisamchk do? : Sql dba
Why do we need pl sql?
What is a primary key example?