Cascading Table Relations

In the example below, the fictitious table 70000 Customer Something has a 1:n relationship with the Customer table. It could contain customer addresses, customer contacts or something like that; the most important thing about it is its table relation with the Customer table. The Code field…

Cascading Table Relations

Today, I wanted to talk to you about a very common category of table relation mistakes. An example In the example below, the fictitious table 70000 Customer Something has a 1:n relationship with the Customer table. It could contain customer addresses, customer contacts or something like…