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

35 lines
475 B
Markdown

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