What is indexing how many types?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is the use of preg_match in php?
Can I write php code in html file?
What are the 5 types of data?
What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?
How do you identify independent and dependent variables in research?
How to open a file for writing?
What is a namespace in php?
what method is used to generate a random number?
Explain about Type Juggling in PHP?
How variables are passed through arguments?
What kind of variable is age?
What is escape data in php?