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

475 B

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e7b9f180b6c005b0e76f08d 在关系型数据库中表示关系 11 -orenCNdC2Q representing-relationships-in-a-relational-database

--question--

--text--

什么是外键?

--answers--

一个不应存在于这里的键


一个使用非拉丁字符的键


一个指向不同表中关联行的主键的数字


一个在“现实世界”中可能用于查找行的键

--video-solution--

3