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

39 lines
543 B
Markdown
Raw Permalink Normal View History

---
id: 5e7b9f180b6c005b0e76f08d
title: 在关系型数据库中表示关系
challengeType: 11
videoId: '-orenCNdC2Q'
bilibiliIds:
aid: 931953070
bvid: BV1FM4y1N7hc
cid: 377532529
dashedName: representing-relationships-in-a-relational-database
---
# --question--
## --text--
什么是外键?
## --answers--
一个不应存在于这里的键
---
一个使用非拉丁字符的键
---
一个指向不同表中关联行的主键的数字
---
一个在“现实世界”中可能用于查找行的键
## --video-solution--
3