What is indexing how many types?

Answers were Sorted based on User's Feedback



What is indexing how many types? ..

Answer / 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

What is indexing how many types? ..

Answer / umesh kumar sharma

Indexing is use to improve the performance of database. it
has 32 types of indexing in each table

Is This Answer Correct ?    12 Yes 8 No

What is indexing how many types? ..

Answer / ramse

Umesh,

can u please explain how the intexing actully works and
name of diffrent types of indexing.

Is This Answer Correct ?    9 Yes 9 No

Post New Answer

More PHP Interview Questions

Explain how is it possible to cast types in php?

0 Answers  


what is the scope of php in the future if any other language is developed then may be php is loss ???

1 Answers   ATI,


Why do we use polymorphism in php?

0 Answers  


what is interface in php? how it is use?

10 Answers   Infosys, PHP, Times, Torque Infotech, Wipro,


Whether it is possible to share a single instance of a memcache between multiple php projects?

0 Answers  






What is the functionality of the function strstr and stristr?

2 Answers  


What is final class and final method?

0 Answers  


Why do we use hooks?

0 Answers  


Use of Session

6 Answers  


What is substr in php?

0 Answers  


How to create a public static method in PHP?

0 Answers  


Explain about PHP filter and why it should be used?

0 Answers  


Categories