codestates / codestates/ds-TIL

[TIL] 문승태 - 201208

Open
#1,122 0 comments 0 reactions 0 assignees View on GitHub
DSFT01
Dominant language
No language data
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Month 3 - 여정의 시작


# 데이터베이스 표준화, # Normalization, # Composite Key

오늘 배운 것:

1. 데이터베이스 표준화
- 데이터베이스 표준화를 통해 데이터베이스를 더욱 효율적으로 활용할 수 있다.

2. Composite Key
- 하나 이상의 Key로 유니크한 레코드에 접근하기 힘들 때, 두 개 이상의 칼럼을 사용한다.

3. 데이터베이스의 표준화 형태들

- 1NF (First Normal Form)
- 2NF (Second Normal Form)
- 3NF (Third Normal Form)
- BCNF (Boyce-Codd Normal Form)
- 4NF (Fourth Normal Form)
- 5NF (Fifth Normal Form)
- 6NF (Sixth Normal Form)

앞으로의 과제:

- 데이터베이스의 표준화는 데이터베이스의 효율성을 위해 매우 중요하다는 것을 알았고 앞으로 데이터베이스를 설계할 때 유의해야겠다.

그 외 느낀 점:

- 데이터베이스의 표준화 기법이 아직도 정리되고 있는 것을 보면서, 데이터베이스의 표준화가 어디까지 이루어질 수 있는지 그 무궁무진한 가능성이 흥미롭다.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.