a primary key hasn't got anything to do with clustering....
a primary key is a unique identifier which is considered the main identifier for an associated set of columns ....
a clustering Key is the set of columns around which you wish to physically order the storage of the table...
to assist in your standard data access requiest....
clustering keys don't have to be unique.
which database system are you considering...
Main Topics
Browse All Topics





by: Ashish_SoftSolPosted on 2003-09-12 at 03:55:11ID: 9344883
It is non-clustered by default.
ashish agarwal