⑨ 직무역량강화/Oracle
[Oracle 9i] Key
재령
2008. 9. 8. 10:34
- Primary Key (PK)
한 table data (row)를 유일하게 식별해주는 column 혹은 column 의 조합
- PK 조건
① unique
② not null
③ 1개 / table
- Foreign Key (FK)
다른 혹은 같은 table 의 PK column 값을 참조하는 column
- FK 조건
① Duplicable
② Nullable
③ Many / table
한 table data (row)를 유일하게 식별해주는 column 혹은 column 의 조합
- PK 조건
① unique
② not null
③ 1개 / table
- Foreign Key (FK)
다른 혹은 같은 table 의 PK column 값을 참조하는 column
- FK 조건
① Duplicable
② Nullable
③ Many / table