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
What new features php7 has in store for us?
Tell me how do you define a constant?
How would you determine the size of a file in php?
How to replace a text in a string with another text in php?
How can we destroy the cookie in php?
What is a path Traversal?
Which software is best for php?
Does php need to be installed?
Is php easier than javascript?
How to split a string into array using php?
What is a php certification?
Explain the difference between mysql_connect and mysql_pconnect?
What is a controller in programming?
Tell me what does the scope of variables means?
What beforeFilter() is used?