Answers for "add primary key constraint"

SQL
0

add primary key to table

ALTER TABLE Persons

ADD PRIMARY KEY (ID);
Posted by: Guest on June-07-2021

Code answers related to "add primary key constraint"

Code answers related to "SQL"

Browse Popular Code Answers by Language