mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-25 14:01:29 -05:00
39 lines
630 B
Markdown
39 lines
630 B
Markdown
---
|
|
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 clave foránea?
|
|
|
|
## --answers--
|
|
|
|
Una llave que no debería de estar ahí.
|
|
|
|
---
|
|
|
|
Una clave que usa caracteres no latinos.
|
|
|
|
---
|
|
|
|
Un número que apunta a la clave primaria de una fila asociada en una tabla diferente.
|
|
|
|
---
|
|
|
|
Una clave que el "mundo real" podría usar para buscar una fila.
|
|
|
|
## --video-solution--
|
|
|
|
3
|
|
|