retagged by
1,532 views
2 votes
2 votes

A primary key, if combined with a foreign key creates

  1. parent child relationship between the tables that connect them
  2. many-to-many relationship between the tables that connect them
  3. network model between the tables that connect them
  4. none of these
retagged by

5 Answers

0 votes
0 votes
the primary table will act as the parent table while the table with the foreign key will act as the child table.In such a case,one parent can have more than one child,creating a one to many relationship.The correct answer is choice number 1
Answer:

Related questions

3 votes
3 votes
4 answers
1
admin asked Apr 2, 2020
2,425 views
Every Boyce-Codd Normal Form (BCNF) decomposition isdependency preservingnot dependency preservingneed be dependency preservingnone of these
2 votes
2 votes
2 answers
2
admin asked Apr 2, 2020
4,972 views
A functional dependency of the form $x\to y$ is trivial if$y\subseteq x$$y\subset x$$x\subseteq y$$x\subset y\:\text{and}\:y\subset x$
1 votes
1 votes
2 answers
3