scarydba.com
Database Fundamentals #31: Unique Constraints from the GUI - Grant Fritchey
In the last few Fundamentals posts you were introduced to a couple of ways to limit and control the data stored in the tables in your database. A primary key won’t allow a duplicate value. A foreign key won’t allow a value to be added that doesn’t already exist in the parent table and it […]
Grant Fritchey