InterviewSolution
Saved Bookmarks
| 1. |
There must be at least two tables for a relationship |
|
Answer» trueExplanation:REFERENTIAL INTEGRITY requires that a foreign key must have a matching primary key ... This CONSTRAINT is specified between two tables (PARENT and CHILD); |
|