What is the difference between a candidate key and a primary key?

后端 未结 11 1208
不思量自难忘°
不思量自难忘° 2020-12-23 17:24

Is it that a primary key is the selected candidate key chosen for a given table?

11条回答
  •  眼角桃花
    2020-12-23 17:46

    If superkey is a big set than candidate key is some smaller set inside big set and primary key any one element(one at a time or for a table) in candidate key set.

提交回复
热议问题