Skip to content

Commit

Permalink
데이터베이스 오타 수정 (JaeYeopHan#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
bansakdo authored Oct 31, 2021
1 parent cc35e9d commit 2d7d0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Database/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

1. 데이터의 독립성
* 물리적 독립성 : 데이터베이스 사이즈를 늘리거나 성능 향상을 위해 데이터 파일을 늘리거나 새롭게 추가하더라도 관련된 응용 프로그램을 수정할 필요가 없다.
* 논리적 독립성 : 데이터베이스는 논리적인 구조로 다양항 응용 프로그램의 논리적 요구를 만족시켜줄 수 있다.
* 논리적 독립성 : 데이터베이스는 논리적인 구조로 다양한 응용 프로그램의 논리적 요구를 만족시켜줄 수 있다.
2. 데이터의 무결성
여러 경로를 통해 잘못된 데이터가 발생하는 경우의 수를 방지하는 기능으로 데이터의 유효성 검사를 통해 데이터의 무결성을 구현하게 된다.
3. 데이터의 보안성
Expand Down

0 comments on commit 2d7d0cd

Please sign in to comment.