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
How to select 10 records from a table?
how can we know the number of days between two given dates using mysql? : Sql dba
Why do we use procedures in pl sql?
Could you please provide oca (oracle 10g) dumps for my certification ?
What is basic structure of pl sql?
what are the types of subquery? : Sql dba
What is numeric function sql?
what are tables and fields? : Sql dba
Are subqueries better than joins?
How can I delete duplicate rows?
How do I add a primary key to a table?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
what are rollup and cube in t-sql? : Transact sql
How many triggers can be applied on a table?
What is the difference between left and left outer join?