Answers for "how to add constraint in sql for existing column"

SQL
1

add constraint sql

ALTER TABLE Persons
ADD CONSTRAINT PK_Person PRIMARY KEY (ID,LastName);
Posted by: Guest on January-26-2021

Code answers related to "how to add constraint in sql for existing column"

Code answers related to "SQL"

Browse Popular Code Answers by Language