You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: module2-database-technologies/r2.1-understanding-relational-database-structure/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ since one customer has many orders. It should be noted that the foreign key goes
7
7
on the side that is "many". In the example above, note that the `customer_id`
8
8
key is located on the `Order` table.
9
9
10
-

10
+
[](https://fmhelp.filemaker.com/help/18/fmp/en/index.html#page/FMP_Help/one-to-many-relationships.html)
11
11
12
12
For a many-to-many relationship, consider students and courses at a university.
13
13
A student can take many courses; a course also has many students. Many-to-many
@@ -20,7 +20,8 @@ example, the diagram below connects classes and students together through a
20
20
table called `Enrollments`. Each row in `Enrollments` represents one class that
21
21
one student is taking; there can be multiple such entries in the table.
22
22
23
-

0 commit comments