Screen Link:
https://app.dataquest.io/m/192/table-relations-and-normalization/5/inserting-and-deleting-rows
As the previous screen has described, the wishlist_track table has two primary keys (compound primary key). As far as I know, Primary Key could not have duplicate values, however, as you can see, the wishlist_id has multiple “1” and “2” values.
So, can someone explain this to me?
wishlist_id track_id
1 1158
1 2646
1 1990
2 3272
2 3470