MYSQL: How to make a combination of 2 columns unique
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Setting up some rules in your MySQL database can save you some programming time. This tip will show you how to make a combination of two columns as unique. Suppose you have a database that records BookTitles and Authors. Just having the Author field unique would not make much sense as every Author can have more than one book. But you also don’t want to have an Author / BookTitle combination entered [...] Continue reading MYSQL: How to make a combination of 2 columns unique




Social Links