Solution: Declare Constraints
Let's solve the antipattern discussed in the previous lesson by declaring constraints.
We'll cover the following...
The Japanese phrase poka-yoke means “
We can apply the poka-yoke principle to our database design by using foreign key constraints to enforce referential integrity. Instead of searching for and correcting data integrity mistakes, we can prevent these mistakes from entering our database in the first ...