mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-08 00:00:41 -04:00
* fix(curriculum): standradize links in curriculum * Data analiysis links * CIP links * fixed links in s-expressions * Update curriculum/challenges/english/01-responsive-web-design/basic-css/use-hex-code-for-specific-colors.md Co-authored-by: Ilenia <nethleen@gmail.com> * added space before target attribute * standarize external and .rock example links * wrap "check out the projects" around the links Co-authored-by: Ilenia <nethleen@gmail.com>
53 lines
1.1 KiB
Markdown
53 lines
1.1 KiB
Markdown
---
|
|
id: 5e7b9f190b6c005b0e76f090
|
|
title: 'Relational Databases: Many-to-many Relationships'
|
|
challengeType: 11
|
|
videoId: z-SBYcvEQOc
|
|
bilibiliIds:
|
|
aid: 291965127
|
|
bvid: BV1Af4y1L7BK
|
|
cid: 377543409
|
|
dashedName: relational-databases-many-to-many-relationships
|
|
---
|
|
|
|
# --description--
|
|
|
|
More resources:
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=uQ3Qv1z_Vao" target="_blank" rel="noopener noreferrer nofollow">Exercise: Email</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=qEkUEAz8j3o" target="_blank" rel="noopener noreferrer nofollow">Exercise: Roster</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=I-E7avcPeSE" target="_blank" rel="noopener noreferrer nofollow">Exercise: Tracks</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=RZRAoBFIH6A" target="_blank" rel="noopener noreferrer nofollow">Exercise: Twfriends</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=xBaJddvJL4A" target="_blank" rel="noopener noreferrer nofollow">Exercise: Twspider</a>
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
Which is an example of a many-to-many relationship?
|
|
|
|
## --answers--
|
|
|
|
teacher to student
|
|
|
|
---
|
|
|
|
customer to order
|
|
|
|
---
|
|
|
|
book to pages
|
|
|
|
---
|
|
|
|
city to country
|
|
|
|
## --video-solution--
|
|
|
|
1
|
|
|