edited by
258 views
1 votes
1 votes

The rule that a value of a foreign key must appear as a value of some specific table is called a

  1. Referential constraint
  2. Index
  3. Integrity constraint
  4. Functional dependency
edited by

1 Answer

Best answer
1 votes
1 votes

The rule of referential integrity requires that every foreign-key value must appear as another table's primary key value.

References:

The correct answer is $(A)$. 

selected by
Answer:

Related questions

1 votes
1 votes
1 answer
1
Bikram asked Nov 26, 2016
319 views
Consider the join of relation R with a relation S. If R has $m$ tuples and S has $n$ tuples, then the maximum and minimum sizes of the join, respectively, are __________....
0 votes
0 votes
1 answer
2
Bikram asked Nov 26, 2016
230 views
A functional dependency of the form x → y is trivial ify ⊆ xy ⊂ xx ⊆ yx ⊂ y
0 votes
0 votes
1 answer
3
Bikram asked Nov 26, 2016
298 views
What does the following Tuple Relational Calculus query produce?The expression σθ1 (E1 ⋈θ2 E2) is the same as: E1 ⋈θ1^ θ2 E2 (σθ1 E1) ∧ (σθ2 E2 ) E1 ⋈ θ...