Tag Archives: unique key

SQL: Add a Unique Compound Key to an Existing MySQL Table

A simple question for today: how does one go about preventing duplicate rows based on the value held by more than one column being inserted into an existing MySQL table? Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , , | View Comments