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 to concatenate two character strings? : Sql dba
What does <> sql mean?
What are the two types of cursors in pl sql?
Can a key be both primary and foreign?
What is asqueryable?
State some properties of relational databases?
Define SQL and state the differences between SQL and other conventional programming Languages?
What is tuple in sql?
What is the difference between nvl function, ifnull function, and isnull function?
What are the steps for performance tuning.
what are the t string functions available in tsql? : Transact sql
What is cte sql?
Explain 3 basic parts of a trigger.
How do you write an inner join query?
What is meaning of <> in sql?