asked 22.1k views
3 votes
When using the relational model to represent two tables, one must ________.

asked
User Lene
by
8.1k points

1 Answer

4 votes

Answer:

When using the relational model to represent two tables, one must add a foreign key to one of the tables.

Step-by-step explanation:

A relationship works by matching data in key columns, usually columns (or fields) that have the same name in both tables. In most cases, the relationship connects the primary key, or the unique identifier column for each row, from one table to a field in another table.

answered
User Swyx
by
8.1k points

No related questions found