Final answer:
The entity integrity rule requires each record's primary key cannot be blank (null), helping maintain data consistency and integrity in a database.
Step-by-step explanation:
The correct statement about the entity integrity rule is option 3) The rule requires each record's primary key cannot be blank (null). The entity integrity rule is a fundamental principle in database design that ensures each entity in a relational database has a unique primary key, and that the primary key values are not null. This rule helps maintain data consistency and integrity in the database.