Answers for "add primary key to secondary table or not"

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 to secondary table or not"

Code answers related to "SQL"

Browse Popular Code Answers by Language