Forum Discussion

elitesmitpatel's avatar
elitesmitpatel
Copper Contributor
Aug 16, 2024

update a created column to a primary key column

I have created a table mentioned below, now i want to convert "PersonID" into Primary key . Please provide me the code? create table Persons( PersonID int, LastName varchar(255), FirstName varcha...

Resources