how to remove a primary key constraint from a table in sql server code example
Example: add primary key to existing table sql
alter table Persion add primary key (persionId,Pname,PMID)
alter table Persion add primary key (persionId,Pname,PMID)