Code has been added to clipboard!

Dropping PRIMARY KEY SQL for non-MySQL Users

Example
ALTER TABLE Guests
DROP CONSTRAINT PK_Guest;