An Index is a DB object, which is used to improve the performance of  the data retrieval.

CREATE INDEX <INDEX NAME> ON <TABLE name>.(<COLUMN name>)

Types of Indexes:

Bitmap Index (Used for Low cardinality column)
Btree Index  (Used for high cardinality column)

No feedback yet

Leave a comment


Your email address will not be revealed on this site.

Your URL will be displayed.
PoorExcellent
(Line breaks become <br />)
(Name, email & website)
(Allow users to contact you through a message form (your email will not be revealed.)