16. Primary and foreign Key Constraint
Constraints 기존의 SELECT, UPDATE 과 같은 절은 입력해주어야 실행됨 제약 조건은 한 번 설정을 해 두면 상황에 따라 적절하게 실행됨 Integrity constraint 키 제약 조건: PRIMARY KEY, UNIQUE 외래 키 제약 조건 (Referential integrity constraints): REFERENCES Constraints on attributes, tuples, and relations 속성 제약 조건: NOT NULL Attribute-based CHECK constraints Tuple-based CHECK constraints Interrelations constraints(global constraints) (SQL2-only) Assertions T..
2021.05.29