Tuesday, November 15, 2011

Indexes

Index:
An Index can be created on a single column or a combination of columns in a database table. A table index is a database structure that arranges the values of one or more columns in a database table in specific order. 
Syntax:
CREATE INDEX idxModel
ON Product (Model)

No comments:

Post a Comment