Files
freeCodeCamp/curriculum/challenges/espanol/07-scientific-computing-with-python/python-for-everybody/representing-relationships-in-a-relational-database.md

39 lines
623 B
Markdown
Raw Permalink Normal View History

---
id: 5e7b9f180b6c005b0e76f08d
title: Representando relaciones en una base de datos relacional
challengeType: 11
videoId: '-orenCNdC2Q'
bilibiliIds:
aid: 931953070
bvid: BV1FM4y1N7hc
cid: 377532529
dashedName: representing-relationships-in-a-relational-database
---
# --question--
## --text--
¿Qué es una foreign key?
## --answers--
Una llave que no debería de estar ahí.
---
Una llave que usa caracteres no latinos.
---
Un numero que apunta a la primary key de una fila asociada en una tabla diferente.
---
Una llave que el "mundo real" podría usar para buscar una fila.
## --video-solution--
3