Squidhead

Effects of various database features on Squidhead

Foreign Keys

Illustration of foreign key relationship.

Figure 1. Foreign key relationship.

If a foreign key relationship is defined between two tables the following will occur:


Illustration of many to many relationship.

Figure 4. Example of many to many relationship as setup for use in Squidhead.

If a foreign key relationships are setup such that they define a many to many relationship through a linking table the following will occur:

In order for this to happen:


Unique Constraints

When a unique constraint is set for a column the following occurs:

* - Only occurs in fkCrazy template.