How to CREATE & DROP INDEX in MySQL Database Table

DATABASE INDEX is used to find, sort and group the data in a fast and efficient way. These indexes can be created using one or more columns and creating index to a column generates an extra hidden column holding the same data sorted with a handle to the original data. Hence it allows the database application to find the data fast without reading the whole table. Today we’ll see how to create and drop index in mysql database table.

create-and-drop-index-in-mysql-database-table
Read more »

0 Response to "How to CREATE & DROP INDEX in MySQL Database Table"

Posting Komentar