# 데이터베이스

데이터베이스는 여러 사람이 공유하여 사용할 수 있도록 구조적으로 통합하여 관리되는 **데이터의 집합**이에요. 데이터의 중복을 최소화하고, 자료를 구조화하여 효율적인 관리가 가능해요.

문자, 이미지, 비디오 등 모든 유형의 데이터가 이에 포함될 수 있어요.

> \#데이터베이스, # 데이터집합, #데이터, #DB

2023.11.02 Jinny

<br>


---

# 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://docs.ohmyapp.io/main/guide/dictionary/database.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.
