ALTER TABLE table ADD primary key (primary_key_id);
Replace table with your table name and primary_key_id with your Primary Key
Image Credits: Photo by Isis França on Unsplash.
ALTER TABLE table ADD primary key (primary_key_id);
Replace table with your table name and primary_key_id with your Primary Key
Image Credits: Photo by Isis França on Unsplash.