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 are different types of errors available in Php?
What is repository in php?
What is a php certification?
Is it possible to remove the html tags from data?
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
What is the difference between get and post method in php?
How to convert a string to uppercase in php?
How to remove values saved in the current session?
What are the design patterns in php?
What is the function of trim?
What is the difference between php and core php?
How long will it take to learn php?
What is the meaning of symbol '$' in jquery?
What is var_dump function in php?
What is the difference between single quoted string and double quoted string?