Referential integrity versus scoped references

Although scoped references do define relationships among objects in tables, they are different from referential integrity relationships. Scopes simply provide information about a target table. That information is used when dereferencing objects from that target table. Scoped references do not require or enforce that a value exists at the other table. To ensure that the objects in these relationships exist, you must add a referential constraint between the tables.