October 2002
Beginner
864 pages
18h 41m
English
Indexes are physical database objects stored by your database management system that can be used to retrieve data already sorted from the database. In addition, thanks to the way indexes are mapped out, using indexes and properly formed queries can yield significant performance improvements.
The basic syntax used to create an index looks like this:
CREATE INDEX index_name ON table_name(field_name(s));
Read now
Unlock full access