Code has been added to clipboard!

Altering Table With SQL PRIMARY KEY

Example
ALTER TABLE Guests
ADD PRIMARY KEY (ID);