
This is another one of those posts I did not realize I had not written about, database constraints.
Constraints allow me to move the control the integrity of my data into the database itself. I am going to give some simple examples of what can be achieved with constraints with DDL Tables. Here I am going to cover the following:
There are other types of constraints, but for this post I am only going to write about these.