Notice
Recent Posts
Recent Comments
Gentle Breeze
[Oracle 9i] Key 본문
- 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
'⑨ 직무역량강화 > Oracle' 카테고리의 다른 글
[Oracle] Table Index 조회 (0) | 2011.01.24 |
---|---|
[Oracle 9i] SQL Statement <1> SELECT (0) | 2008.09.08 |
[Oracle 9i] PL/SQL (0) | 2008.09.08 |
[Oracle 9i] Transaction (0) | 2008.09.08 |
[Oracle 9i] Null (0) | 2008.09.08 |
Comments