SQL Server example to set two fields(DNF_ID,NAME) as primary key in tblDNF

Amatya
Posted by Amatya under Sql Server category on | Points: 40 | Views : 1193
SQL Server example to set two fields(DNF_ID,NAME) as primary key in tblDNF

ALTER TABLE tblDNF add CONSTRAINT tblDNF_PK PRIMARY KEY(DNF_ID,NAME)



Thanks
Amatya

Comments or Responses

Login to post response