# Tibero SQL 참조 안내서

> **안내서 정보**
>
> 안내서 제목 : Tibero SQL 참조 안내서\
> 발행일 : 2026-03-31\
> 소프트웨어 버전 : Tibero 7.2.5\
> 안내서 버전 : v1.0.0

## 개요 <a href="#undefined" id="undefined"></a>

본 안내서는 Tibero®(이하 Tibero)를 사용하여 데이터베이스 작업을 수행하거나 애플리케이션 프로그램 작성 등에 필요한 SQL를 참조하려는 모든 데이터베이스 사용자를 대상으로 기술합니다.&#x20;

Tibero에서 제공하는 SQL은 ANSI(American National Standard Institute)와 ISO/IEC(International Standard Organization/International Electrotechnical Commission)에서 공동으로 제정한 SQL-92와 SQL-99, SQL- 2003 표준의 일부를 지원합니다.

## **안내서  구성**

본 문서는 총 5개의 본문과 2개의 참고자료로 구성됩니다.

#### 본문&#x20;

<details>

<summary>SQL 소개</summary>

SQL의 기본 개념과 SQL 문장의 종류에 대해 기술합니다.

🔎 [ ](/tibero-manuals/getting-started/introduction/introduction-guide/introduction-to-tibero.md)[SQL 소개 바로가기](/tibero-manuals/7.2.5.manuals/tibero-sql-reference-guide/sql-overview.md)

</details>

<details>

<summary>SQL 문장의 구성요소</summary>

Tibero에서 제공하는 데이터 타입과 스키마 객체에 대해 기술합니다.

🔎  [SQL 문장의 구성요소 바로가기](/tibero-manuals/7.2.5.manuals/tibero-sql-reference-guide/sql-elements.md)

</details>

<details>

<summary>SQL 연산</summary>

Tibero에서 제공하는 SQL 연산자와 연산식, 조건식에 대해 기술합니다.

[🔎  ](/tibero-manuals/getting-started/introduction/introduction-guide/tibero-guides.md)[SQL 연산 바로가기](/tibero-manuals/7.2.5.manuals/tibero-sql-reference-guide/sql-expressions.md)

</details>

<details>

<summary>함수</summary>

Tibero에서 제공하는 내장 함수에 대해 기술합니다.

🔎  [함수 바로가기](/tibero-manuals/7.2.5.manuals/tibero-sql-reference-guide/functions.md)

</details>

<details>

<summary>SQL 질의</summary>

Tibero에서 사용할 수 있는 SQL 질의에 대해 기술합니다.

🔎  [SQL 질의 바로가기](/tibero-manuals/7.2.5.manuals/tibero-sql-reference-guide/sql-queries.md)

</details>

<details>

<summary>실체화 뷰</summary>

Tibero에서 제공하는 실체화 뷰를 사용하는 방법에 대해 기술합니다.

🔎  [실체화 뷰 바로가기](/tibero-manuals/7.2.5.manuals/tibero-sql-reference-guide/materialized-views.md)

</details>

<details>

<summary>데이터 정의어</summary>

Tibero에서 제공하는 데이터 정의어에 대해 기술합니다.

🔎  [데이터 정의어 바로가기](/tibero-manuals/7.2.5.manuals/tibero-sql-reference-guide/data-definition-language.md)

</details>

<details>

<summary>데이터 조작어</summary>

Tibero에서 제공하는 데이터 조작어에 대해 기술합니다.

🔎  [데이터 조작어 바로가기](/tibero-manuals/7.2.5.manuals/tibero-sql-reference-guide/data-manipulation-language.md)

</details>

<details>

<summary>트랜잭션 및 세션 관리 언어</summary>

Tibero에서 제공하는 트랜잭션 및 세션 관리 언어에 대해 기술합니다.

🔎  [트랜잭션 및 세션 관리 언어 바로가기](/tibero-manuals/7.2.5.manuals/tibero-sql-reference-guide/transaction-control-language.md)

</details>

#### 참고자료

<details>

<summary>예약어</summary>

Tibero에서 사용하는 예약어에 대해 기술합니다.

🔎  [예약어 바로가기](/tibero-manuals/7.2.5.manuals/tibero-sql-reference-guide/reserved-words.md)

</details>


---

# 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.tibero.com/tibero-manuals/7.2.5.manuals/tibero-sql-reference-guide.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.
