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

# 이론

- [1강 데이터베이스](https://simian114.gitbook.io/blog/undefined/sql/theory/chapter1.md)
- [2강 다양한 데이터 베이스](https://simian114.gitbook.io/blog/undefined/sql/theory/chapter2.md): DBMS에는 여러 종류가 있따 데이터베이스의 사용 용도나 이를 제어하는 프로그래밍 환경 등 각각의 조건에 들어맞는 다양한 DBMS가 고안되었기 때문. DB중에서도 SQL로 데이터를 다루는 DB를 관계형 데이터베이스 라고 한다.
- [3강 데이터베이스 서버](https://simian114.gitbook.io/blog/undefined/sql/theory/chapter3.md): 많은 RDBMS가 클라이언트 - 서버 모델을 채택해 가동중
