CREATE INDEX

CREATE INDEX index_name
ON table_name(column_name1, [column_name2], ...);

An index can order the contents of a table based on the contents of the indexed field(s).

Get Sams Teach Yourself SQL in 21 Days, Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.