What is difference between foreign key and reference key?

前端 未结 9 527
無奈伤痛
無奈伤痛 2020-12-14 06:13

I am very confused about those two terms. Are they the same or different?

Some books and people say they are the same and others say they are different.

I tr

9条回答
  •  再見小時候
    2020-12-14 06:27

    A foreign key "references" a key in some other table. That key in some other table is called Referenced key. You'll probably hear a lot about this if you're using Graphic feature on phpmyadmin.

提交回复
热议问题