Showing entries 1 to 1
Displaying posts with tag: Indexes in MySQL (reset)
Indexes in MySQL

There are several types of indexes are available in MySQL: B-Tree Indexes: Normal Indexes – Normal indexes are the most basic indexes, and have no restraints such as uniqueness. It can contain duplicate value. Unique Indexes – Unique indexes are the same as “Normal” indexes with one difference: all values of the indexed column(s) must [...]

Showing entries 1 to 1