Chapter 3 DBMS Reference Guide


EnableCluster

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

Example

In Microsoft SQL server 2000:

constraint PK_CUSTOMER primary key clustered (ID)

 


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