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 the two most common ways to start and finish a php block of code?
List some features of php that are deprecated in php7?
How do you define a constant in php?
What is reference variable php?
How do I make a reset button in html?
Does php support overloading?
What is the difference between query and question?
How can we connect to a mysql database from a php script?
What library is used for pdf in php?
Explain about the data types in PHP?
How to call javascript function in php without any event?
When sessions ends?
What is whitespace in html?
What is phpsessid?
What is php session_start() and session_destroy() function?