📜  带有示例的 dbms 中的超级键 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:03.105000             🧑  作者: Mango

代码示例1
A superkey is a set of attributes within a table whose values can be used to uniquely identify a tuple. ... We only need, per our example, the set {employeeID}. This is a minimal superkey—that is, a minimal set of attributes that can be used to identify a single tuple. employeeID is a candidate key.