What is indexing how many types?
Answer Posted / guest
Indexing is a technique to add or search for particular data
from database.
Regarding the types of indexing I'm a little confused coz
i dint find 32 types but a few of them are:
. primary key index:
.unique index
.bitmap index
.hash index
.function based index
.Virtual index
. Binary Search style indexing
. B-tree indexing
. Inverted list indexing
. Memory List indexing
. Table indexing
and/or
>clustured
>unclustured
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
Why do we use cookie?
What is the difference between html and php?
What are the different types of statements that are present in php?
What are magic constants in php?
How does api connect to database?
What is difference between array_merge and array_combine in php?
What is static in php?
Is laravel easy to learn?
Explain scalar type declarations in php7?
What the use of var_dump()?
How to call a php function from html button?
Can you define an argument as a reference type?
What is the main difference between asp net and php?
Where do I run php code?
How is a session id generated?