# 데이터 테이블 작업

서버단 명령에서 데이터 테이블 작업 명령을 사용하여 데이터를 편집, 추가 및 삭제하는 데 사용할 수 있습니다. 데이터 테이블 작업 명령에서 작업 유형에는 편집, 추가 및 삭제가 있습니다.

* 추가: 대상 테이블에 레코드를 추가합니다.
* 편집: 대상 테이블에서 지정된 레코드의 데이터를 업데이트합니다.
* 삭제: 대상 테이블에서 지정된 레코드를 삭제합니다.

서버단에서 데이터 테이블 작업 명령을 실행하려면 데이터 정확성을 보장하기 위해 데이터 테이블 작업 명령을 트랜잭션 명령에 배치하는 것이 좋습니다.

이 섹션에서는 서버단 명령의 데이터 테이블 작업 명령의 세 가지 작업 유형에 대해 설명합니다.


---

# 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/command/severcmd/supportcmd/datatable.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.
