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
How to replace a text in a string with another text in php?
Why is php used?
How to declare an array in php?
What is cookie and session in php?
How to initiate a session in php?
How many types of array are there in php?
What is a closure in php?
What is the difference between php and cakephp?
What is php string function?
What is php constructor?
Tell me how to get the value of current session id?
Which is the dependent variable?
What is session_register()?
What are php expressions?
What is env in laravel?