# 데이터베이스

- [데이터 설정](https://doc.forguncy.co.kr/database/setdata.md)
- [데이터 테이블 만들기](https://doc.forguncy.co.kr/database/setdata/createdatatable.md)
- [필드 만들기](https://doc.forguncy.co.kr/database/setdata/field.md)
- [Excel 파일로 데이터 테이블 만들기](https://doc.forguncy.co.kr/database/setdata/excel.md)
- [텍스트 파일로 데이터 테이블 만들기](https://doc.forguncy.co.kr/database/setdata/textfile.md)
- [Access 파일로 데이터 테이블만들기](https://doc.forguncy.co.kr/database/setdata/access.md)
- [뷰 만들기](https://doc.forguncy.co.kr/database/setdata/view.md)
- [감사 로그](https://doc.forguncy.co.kr/database/setdata/auditlog.md)
- [기본 제공 데이터베이스 동시성 제어](https://doc.forguncy.co.kr/database/setdata/database.md)
- [포건시 파일 가져오기](https://doc.forguncy.co.kr/database/setdata/forguncyfile.md)
- [필드 유형](https://doc.forguncy.co.kr/database/fieldtype.md)
- [텍스트 필드](https://doc.forguncy.co.kr/database/fieldtype/textfield.md)
- [정수 필드](https://doc.forguncy.co.kr/database/fieldtype/numberfield.md)
- [소수 필드](https://doc.forguncy.co.kr/database/fieldtype/demicalfield.md)
- [날짜 필드](https://doc.forguncy.co.kr/database/fieldtype/date.md)
- [시간 필드](https://doc.forguncy.co.kr/database/fieldtype/time.md)
- [예/아니오 필드](https://doc.forguncy.co.kr/database/fieldtype/yesnofield.md)
- [사용자 필드](https://doc.forguncy.co.kr/database/fieldtype/userfield.md)
- [이미지 필드](https://doc.forguncy.co.kr/database/fieldtype/image.md)
- [첨부 파일 필드](https://doc.forguncy.co.kr/database/fieldtype/attachment.md)
- [내장 필드](https://doc.forguncy.co.kr/database/fieldtype/internal.md)
- [수식 필드](https://doc.forguncy.co.kr/database/fieldtype/formula.md)
- [통계 필드](https://doc.forguncy.co.kr/database/fieldtype/statstics.md)
- [자동 ID 생성](https://doc.forguncy.co.kr/database/fieldtype/id.md)
- [데이터 권한](https://doc.forguncy.co.kr/database/dataright.md)
- [데이터 추가/생성 권한 편집](https://doc.forguncy.co.kr/database/dataright/adddata.md)
- [행 권한](https://doc.forguncy.co.kr/database/dataright/row.md)
- [열 권한](https://doc.forguncy.co.kr/database/dataright/column.md)
- [외부 데이터베이스 연결](https://doc.forguncy.co.kr/database/externaldb.md)
- [SQL Server에 연결](https://doc.forguncy.co.kr/database/externaldb/sql-server.md)
- [Oracle에 연결](https://doc.forguncy.co.kr/database/externaldb/oracle.md)
- [MySQL 및 MariaDB에 연결](https://doc.forguncy.co.kr/database/externaldb/mysql-mariadb.md)
- [PostgreSQL에 연결](https://doc.forguncy.co.kr/database/externaldb/postgresql.md)
- [Dameng 데이터베이스에 연결](https://doc.forguncy.co.kr/database/externaldb/dameng.md)
- [데이터베이스 연결 변경](https://doc.forguncy.co.kr/database/externaldb/undefined.md)
- [필드 형식을 다시 가져오기](https://doc.forguncy.co.kr/database/externaldb/undefined-1.md)
- [외부 데이터베이스 사용하기](https://doc.forguncy.co.kr/database/externaldb/undefined-2.md)
- [내장 테이블을 외부 테이블로 변환](https://doc.forguncy.co.kr/database/externaldb/undefined-3.md)
- [ODBC를 통해 다른 데이터베이스에 연결](https://doc.forguncy.co.kr/database/externaldb/odbc.md)
- [데이터 보안 설정](https://doc.forguncy.co.kr/database/externaldb/datasecurity.md)
- [외부테이블의 복사본 만들기](https://doc.forguncy.co.kr/database/externaldb/copytable.md)


---

# 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://doc.forguncy.co.kr/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.
