mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
53 lines
1.1 KiB
Markdown
53 lines
1.1 KiB
Markdown
---
|
|
id: 5e7b9f190b6c005b0e76f090
|
|
title: 'Relationale Datenbanken: Viele-zu-viele-Beziehungen'
|
|
challengeType: 11
|
|
videoId: z-SBYcvEQOc
|
|
bilibiliIds:
|
|
aid: 291965127
|
|
bvid: BV1Af4y1L7BK
|
|
cid: 377543409
|
|
dashedName: relational-databases-many-to-many-relationships
|
|
---
|
|
|
|
# --description--
|
|
|
|
Weitere Ressourcen:
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=uQ3Qv1z_Vao" target="_blank" rel="noopener noreferrer nofollow">Aufgabe: Email</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=qEkUEAz8j3o" target="_blank" rel="noopener noreferrer nofollow">Aufgabe: Roster</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=I-E7avcPeSE" target="_blank" rel="noopener noreferrer nofollow">Aufgabe: Tracks</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=RZRAoBFIH6A" target="_blank" rel="noopener noreferrer nofollow">Aufgabe: Twfriends</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=xBaJddvJL4A" target="_blank" rel="noopener noreferrer nofollow">Aufgabe: Twspider</a>
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
Was ist ein Beispiel für eine Viele-zu-Viele-Beziehung?
|
|
|
|
## --answers--
|
|
|
|
Lehrer zu Schüler
|
|
|
|
---
|
|
|
|
Kunde zu Bestellung
|
|
|
|
---
|
|
|
|
Buch zu Seiten
|
|
|
|
---
|
|
|
|
Stadt zu Land
|
|
|
|
## --video-solution--
|
|
|
|
1
|
|
|