> For the complete documentation index, see [llms.txt](https://koseungbin.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://koseungbin.gitbook.io/wiki/books/undefined-1.md).

# 데이터 베이스 첫걸음

- [데이터베이스란](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-2.md): 용도와 역할
- [데이터베이스의 역할을 생각해 보자](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-2/undefined.md)
- [우리와 데이터베이스의 관계](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-2/undefined/undefined.md)
- [데이터베이스의 기본 기능](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-2/undefined/undefined-1.md)
- [데이터베이스 종류](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-2/undefined/undefined-2.md)
- [관계형 데이터베이스란](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-3.md): 가장 대표적인 데이터베이스
- [대표적인 DBMS를 알아보자](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-3/dbms.md)
- [관계형 데이터베이스란](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-3/dbms/undefined.md)
- [SQL 기초 지식](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-3/dbms/sql.md)
- [관계형 데이터베이스를 다루기 위한 사전 지식](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-3/dbms/undefined-1.md)
- [데이터베이스에 얽힌 돈 이야기](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-2-1.md): 초기비용과 운영비용
- [초기비용과 운영비용을 생각하자](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-2-1/undefined.md)
- [데이터베이스와 아키텍처 구성](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-1.md): 견고하고 고속의 시스템을 구축하기 위해
- [다중화에 대해 생각해보자](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-1/undefined.md)
- [아키텍처란](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-1/undefined/undefined-1.md)
- [데이터베이스의 아키텍처](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-1/undefined/undefined-2.md)
- [역사와 개요](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-1/undefined/undefined-2/undefined.md): 데이터베이스에 관한 아키텍처의 역사는 3단계로 나누어 파악할 수 있다.
- [Stand-alone](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-1/undefined/undefined-2/undefined/stand-alone.md)
- [클라이언트/서버](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-1/undefined/undefined-2/undefined/undefined.md)
- [Web 3계층](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-1/undefined/undefined-2/undefined/web-3.md)
- [가용성과 확장성의 확보](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-1/undefined/undefined-2/undefined-1.md)
- [DB 서버의 다중화](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-1/undefined/db.md)
- [클러스터링](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-1/undefined/db/undefined.md)
- [리플리케이션](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-1/undefined/db/undefined-1.md)
- [성능을 추구하기 위한 다중화 - Shared Nothing](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-1/undefined/undefined.md)
- [적합한 아키텍처를 설계하기 위해](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-1/undefined/undefined-3.md)
- [DBMS를 조작할 때 필요한 기본 지식](https://koseungbin.gitbook.io/wiki/books/undefined-1/dbms.md): 조작하기 전에 알아두어야 할 것
- [MySQL 설치해보자](https://koseungbin.gitbook.io/wiki/books/undefined-1/dbms/mysql.md)
- [MySQL과 커넥션 만들기, 데이터베이스에 전화걸기](https://koseungbin.gitbook.io/wiki/books/undefined-1/dbms/mysql-1.md)
- [SQL과 관리 명령의 차이](https://koseungbin.gitbook.io/wiki/books/undefined-1/dbms/sql.md)
- [관계형 데이터베이스의 계층](https://koseungbin.gitbook.io/wiki/books/undefined-1/dbms/undefined.md)
- [SQL 문의 기본](https://koseungbin.gitbook.io/wiki/books/undefined-1/sql.md): SELECT 문의 이해
- [SELECT 문으로 테이블 내용을 살펴보자](https://koseungbin.gitbook.io/wiki/books/undefined-1/sql/select.md): SELECT 문의 기본을 배워보자
- [SELECT 문을 응용해보자](https://koseungbin.gitbook.io/wiki/books/undefined-1/sql/select-1.md)
- [데이터를 갱신, 삽입, 제거해보자](https://koseungbin.gitbook.io/wiki/books/undefined-1/sql/undefined.md)
- [뷰를 작성하고 복수 테이블에서 선택해보자](https://koseungbin.gitbook.io/wiki/books/undefined-1/sql/undefined-8.md)
- [트랜잭션과 동시성 제어](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-4.md): 복수의 쿼리 통합
- [테이블 설계의 기초](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-5.md): 테이블의 개념과 정규형
- [백업과 복구](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-6.md): 장애에 대비하는 구조
- [성능을 생각하자](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-7.md): 성능 향상을 위해
