Superkey
在 关系型数据库 中,超键 由一个或多个 列 组成,整体可以唯一标识 表 中的某一 行。
超键 的超集也是 超键,也就是说 超键 可以包含无关列。
包含 表 中所有 列 的集合一定是 超键,这被成为平凡超键。
参见
Database System Concepts
A superkey is a set of one or more attributes that, taken collectively, allow us to identify uniquely a tuple in the relation.[1]
Abraham Silberschatz, Henry F. Korth, and S. Sudarshan, Database System Concepts, Seventh edition (New York, NY: McGraw-Hill, 2020). P43 ↩︎