create index in the database table to make your result response faster


The CREATE INDEX statement is used to create indexes in tables.
Indexes allow the database application to find data fast; without reading the whole table.
An index can be created in a table to find data more quickly and efficiently.
The users cannot see the indexes, they are just used to speed up searches/queries.
here in the below you find a video how to create the indexes in database

https://www.youtube.com/watch?v=zmAMXSr8zio

Comments

Popular posts from this blog

Enable the imap in support in xampp server