1. Create a Table "TEST" with Composite Primary Key on Col1, Col2 and Col3.
2. Add some thousands of records to the table.
3. Alter the table and add the new column to the table as NOT NULL with some default value.
4. Alter the table and drop the composite Primary Key constraint.
5. Alter the table and add a composite primary key constraint with (Col1, Col2, Col3 and NEW_Colxxx)
Hope it will help to you. Please drop an email to me ingress.fuletra@gmail.com if you have any other queries with regards to Composite Primary Key issue.
Thanks and pls dont forget to provide your comments.