# 마스터-하위 테이블을 설정

포건시에서 관계가 있는 여러 데이터 테이블이 있는 경우 두 개의 테이블을 마스터-하위 테이블로 설정할 수 있습니다.

마스터-하위 테이블은 한 쌍의 부모-자식 테이블 관계, 즉 마스터 테이블의 레코드가 테이블에서 여러 개 또는 하나의 레코드에 해당한다는 점에서 쌍입니다.

## 마스터 하위 특징

마스터-하위 테이블에는 다음과 같은 특성이 있습니다.

* 일대일: 테이블에서 여러 레코드에 해당하는 기본 테이블의 레코드입니다.
* 리소스 공유: 테이블의 참조 필드 중 하나에서 기본 테이블의 모든 정보에 해당할 수 있습니다.
* 유지 관리 용이성: 기본 테이블의 내용이 변경되면 기본 테이블의 내용만 변경하면 되며 테이블에서 수정할 필요가 없습니다.


---

# 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/pages/masterslavetable.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.
