CREATE INDEX


CREATE INDEX

CREATE INDEX is used to create an index on one or more columns. See Chapter 21 for more information.

Input

CREATE INDEX indexname ON tablename (column [ASC|DESC], ...);




MySQL Crash Course
MySQL Crash Course
ISBN: 0672327120
EAN: 2147483647
Year: 2004
Pages: 214
Authors: Ben Forta

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net