How to modify Primary constranints
Hi,
My table table having composite primary with 2 columns,
now i need to add another one column in this group.
Number of child tables are refering this primary key.
is it only way to drop primary key and all foreign key and add newly?
is there possibilities to add column with out drop the reference constraints?
Thanks.