Answer:
Explanation: only A and B
Entity integrity ensures that the primary key value of the table should be unique and cannot be null.And there will be only one primary key in the table.
Refrential integrity specifies the relation between two tables. The refrential integrity can be achieved by the foreign key of one table refers to the primary key of another table.