2020-04-06 14:49:56 -04:00
|
|
|
---
|
|
|
|
id: 5e7b9f180b6c005b0e76f08d
|
2020-04-21 23:37:02 -05:00
|
|
|
title: Representing Relationships in a Relational Database
|
2020-04-06 14:49:56 -04:00
|
|
|
challengeType: 11
|
2020-11-27 19:02:05 +01:00
|
|
|
videoId: '-orenCNdC2Q'
|
2021-01-13 03:31:00 +01:00
|
|
|
dashedName: representing-relationships-in-a-relational-database
|
2020-04-06 14:49:56 -04:00
|
|
|
---
|
|
|
|
|
2020-11-27 19:02:05 +01:00
|
|
|
# --question--
|
2020-04-06 14:49:56 -04:00
|
|
|
|
2020-11-27 19:02:05 +01:00
|
|
|
## --text--
|
2020-04-06 14:49:56 -04:00
|
|
|
|
2020-11-27 19:02:05 +01:00
|
|
|
What is a foreign key?
|
2020-04-06 14:49:56 -04:00
|
|
|
|
2020-11-27 19:02:05 +01:00
|
|
|
## --answers--
|
2020-05-31 13:57:09 +01:00
|
|
|
|
2020-11-27 19:02:05 +01:00
|
|
|
A key that is not supposed to be there.
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
A key that uses non-latin characters.
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
A number that points to the primary key of an associated row in a different table.
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
A key that the "real world" might use to look up a row.
|
|
|
|
|
|
|
|
## --video-solution--
|
|
|
|
|
|
|
|
3
|
2020-04-06 14:49:56 -04:00
|
|
|
|