Answers for "how to add name to a primary key to a table"

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 "how to add name to a primary key to a table"

Code answers related to "SQL"

Browse Popular Code Answers by Language