mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-05 05:18:44 -05:00
53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
---
|
|
id: 5e7b9f190b6c005b0e76f090
|
|
title: 'Base de datos relacionales: relaciones de muchos-a-muchos'
|
|
challengeType: 11
|
|
videoId: z-SBYcvEQOc
|
|
bilibiliIds:
|
|
aid: 291965127
|
|
bvid: BV1Af4y1L7BK
|
|
cid: 377543409
|
|
dashedName: relational-databases-many-to-many-relationships
|
|
---
|
|
|
|
# --description--
|
|
|
|
Mas recursos:
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=uQ3Qv1z_Vao" target="_blank" rel="noopener noreferrer nofollow">Ejercicio: Correo electrónico</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=qEkUEAz8j3o" target="_blank" rel="noopener noreferrer nofollow">Ejercicio: Lista</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=I-E7avcPeSE" target="_blank" rel="noopener noreferrer nofollow">Ejercicio: Pistas</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=RZRAoBFIH6A" target="_blank" rel="noopener noreferrer nofollow">Ejercicio: Twfriends</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=xBaJddvJL4A" target="_blank" rel="noopener noreferrer nofollow">Ejercicio: Twspider</a>
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
¿Cuál es un ejemplo de una relación de muchos-a-muchos?
|
|
|
|
## --answers--
|
|
|
|
maestro a estudiante
|
|
|
|
---
|
|
|
|
cliente a pedido
|
|
|
|
---
|
|
|
|
libro a paginas
|
|
|
|
---
|
|
|
|
ciudad a pais
|
|
|
|
## --video-solution--
|
|
|
|
1
|
|
|