eva/3 allows tables to have referential integrity. This maintains consistency between the tuples of associated relations and thus ensures the correctness of the association between the relations.
For each foreign key there exists a primary key in the referenced relation and that for every many to one relationship (1:0..1, 1:1, 1:1..*, 1:* in UML-Notation) specified in the schema the multiplicity of the relationship is adhered to.