Ask Question
16 January, 10:49

Consider the following statements.

A. An entity integrity constraint states that no primary keyvalue can be null.

B. A referential integrity constraint is specified between tworelations.

C. A foreign key cannot be used to refer to its ownrelation.

Identify which of the above statements is/are correct.

? Only A

? Only B

? Only B and C

? Only A and B

+4
Answers (1)
  1. 16 January, 11:57
    0
    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.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Consider the following statements. A. An entity integrity constraint states that no primary keyvalue can be null. B. A referential ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers