Skip to content

Commit 2d5bc8c

Browse files
committed
Add citations
1 parent 92ae533 commit 2d5bc8c

File tree

1 file changed

+3
-2
lines changed
  • module2-database-technologies/r2.1-understanding-relational-database-structure

1 file changed

+3
-2
lines changed

module2-database-technologies/r2.1-understanding-relational-database-structure/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ since one customer has many orders. It should be noted that the foreign key goes
77
on the side that is "many". In the example above, note that the `customer_id`
88
key is located on the `Order` table.
99

10-
![One to many relationship](../assets/one-to-many.png)
10+
[![One to many relationship](../assets/one-to-many.png)](https://fmhelp.filemaker.com/help/18/fmp/en/index.html#page/FMP_Help/one-to-many-relationships.html)
1111

1212
For a many-to-many relationship, consider students and courses at a university.
1313
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
2020
table called `Enrollments`. Each row in `Enrollments` represents one class that
2121
one student is taking; there can be multiple such entries in the table.
2222

23-
![Many to many relationship](../assets/many-to-many.png)
23+
[![Many to many
24+
relationship](../assets/many-to-many.png)](https://fmhelp.filemaker.com/help/18/fmp/en/index.html#page/FMP_Help%2Fmany-to-many-relationships.html%23)
2425

2526
See this [StackOverflow
2627
question](https://stackoverflow.com/questions/4601703/difference-between-one-to-many-and-many-to-one-relationship)

0 commit comments

Comments
 (0)