Chapter 3 DBMS Reference Guide


EnableCluster

Statement for allowing the use of clustered constraints for alternate keys.

Example

In Microsoft SQL server 2000:

constraint AK_KEY_1_CUSTOMER unique clustered (ID)

 


Copyright (C) 2005. Sybase Inc. All rights reserved.