Community

Using IDENTITY or ROWID column types for compound primary key

(Craig Mullins) Suppose a DB2 table does not have unique values in any column for providing a primary key. The DB2 manual recommends using an IDENTITY or ROWID column type to generate a unique value and use this column as the primary key. If I use this IDENTITY or ROWID column as part of a compo

Read More - Register for Free Membership

Tags: