수퍼키super_key

Difference between r1.5 and the current

@@ -6,7 +6,20 @@
[[유일성uniqueness]]만 만족하는 [[키key]].
[[최소성minimality]]까지 만족시키면 [[후보키candidate_key]].

= 변시우 =
슈퍼키(SK, super key)
* [[튜플tuple]]을 유일하게([[유일성uniqueness]]) 식별할 수 있는 [[속성attribute]] 집합.
* 식별을 위해 꼭 필요한 속성이 아니어도 포함 가능. ''- 즉 SK는 속성의 redundancy를 허용하는 key. chk''
* '''슈퍼키'''는, [[최소성minimality]] 충족 여부는 관련이 없고, [[후보키candidate_key]]의 [[유일성uniqueness]] 조건만 만족하면 됨.
* [[릴레이션relation]] 안에는 여러 후보키가 있을 수 있으며, 모든 후보키는 '''슈퍼키'''임.
* 후보키를 포함하는 속성 집합도 모두 '''슈퍼키'''가 됨.
 
// from http://www.kocw.net/home/cview.do?cid=fc3d162212c224f5 5-2 10:25
 
----
Twins:
[[WpKo:슈퍼_키]]
[[WpEn:Superkey]]
[[HashKr:수퍼키]]
 
Up: [[슈퍼,super]]



수퍼 키, 슈퍼 키

curr goto 키key#s-1

키의 특성인 유일성과 최소성 중에,
유일성uniqueness만 만족하는 키key.
최소성minimality까지 만족시키면 후보키candidate_key.

변시우

슈퍼키(SK, super key)
// from http://www.kocw.net/home/cview.do?cid=fc3d162212c224f5 5-2 10:25