AIncorrect Answer

Referencial integrity ensures that a reference which is non-null always refers to a valid record. The other record is however allowed to have any values for its attributes, including null values.

close

BIncorrect Answer

Referencial integrity ensures that a reference which is non-null always refers to a valid record. The other record is however allowed to have any values for its attributes, including null values.

close

CIncorrect Answer

Referencial integrity ensures that a reference which is non-null always refers to a valid record. Some records can, if you wish, not be referred to from another record. What is important is that all foreign keys are either null or refer to a valid record.

close

DIncorrect Answer

Referencial integrity ensures that a reference which is non-null always refers to a valid record. References (or foreign keys) can however be null.

close

ECorrect Answer

Referencial integrity ensures that a reference which is non-null always refers to a valid record.

close

A B C D E TELL ME NEXT INDEX
 
 
If a system can enforce referencial integrity, then this ensures that
  1. a foreign key in a record always refers to another record which contains nulls
  2. a foreign key in a record always refers to another record which does not contain nulls
  3. a record is always referred to from another record
  4. a record can never contain a null value for a foreign key.
  5. a non-null foreign key attribute always refers to another record