Provides information about the primary key of a given table.
1 if table has more than one primary key column, 0 otherwise.
1 if no primary key exists, 0 otherwise.
1 if primary key has one column, with the identity propery. 0 if primary key is missing, has one column without identity or is a composite key with identity on one of its columns.
1 if primary key has a default constraint, and is not composite. 0 otherwise.
The name of the single primary key column. NULL if primary key is missing or is composite.
The column_id (from sys.columns) of the single primary key column. NULL if primary key is missing or is composite.
Data type of the single primary key column. NULL if primary key is missing or is composite.