# 이론

- [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가 클라이언트 - 서버 모델을 채택해 가동중


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://simian114.gitbook.io/blog/undefined/sql/theory.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
