Ask Question

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

+1
Answers (1)
  1. 3 January, 09:21
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers