CSS-HTML.NET
Home > SQL > Creating an Index
HTML
CSS
JavaScript
PHP
VbScript
Web Colors
SQL

SQL Syntax Creating an Index

Creating an Index Examples

CREATE CLUSTERED INDEX Index_Name_Clstd ON Country(CapitalCity);
CREATE NONCLUSTERED INDEX Index_Name_NonClstd ON Country(CapitalCity);


See also SQL syntax for:

Using Parameters
Renaming an Index
Deleting a Stored Procedure
MIN
Creating an Index
Terms and Conditions