Code has been added to clipboard!

Naming PRIMARY KEY SQL

Example
ALTER TABLE Guests
ADD CONSTRAINT PK_Guest PRIMARY KEY (ID,Surname);