# Edit Table

Execute Table > Context Menu > Edit Table, and the user can edit the Table object through Gui Operation to modify the Table object.

The details can be set in each tab.

[#common](#common "mention"), [#columns](#columns "mention"), [#constraints](#constraints "mention"), [#indexes](#indexes "mention"), [#storage](#storage "mention"), [#comment](#comment "mention") <br>

<figure><img src="/files/aiuMowJMCvE1pWptiFHx" alt=""><figcaption><p>Edit Table screen</p></figcaption></figure>

SQL applied to the settings is shown in the bottom SQL area.

## Common

Checks the Schema, Name, and Type of the table to be modified, and only the Name field can be modified.

<figure><img src="/files/eLWihiEaGg4HWVQwWmho" alt=""><figcaption><p>Edit Table - Common tab screen</p></figcaption></figure>

## Columns

Checks and modifies the existing column information of the table to be modified.

The detailed operation is the same as Create Table > Columns tab.  [Create Table](/tiberostudio.en/about/schema-tree-browser/table/create-table.md#columns)&#x20;

<figure><img src="/files/NShQXK17yqtMTWwgAfoY" alt=""><figcaption><p>Edit Table - Columns tab screen</p></figcaption></figure>

## Constraints

Checks and modifies the existing Constraints information of the table to be modified.&#x20;

For existing constraints, only Name, Enable, and Visible fields can be modified.

The detailed operation is the same as Create Table > Constraints tab.  [Create Table](/tiberostudio.en/about/schema-tree-browser/table/create-table.md#constraints)

<figure><img src="/files/h4CqYIUoYuPtr9C0SBX6" alt=""><figcaption><p>Edit Table - Constraints tab screen</p></figcaption></figure>

## Indexes

Checks and modifies the existing index information of the table to be modified.

For an existing index, only the Name field can be modified.

The detailed operation is the same as Create Table > Indexes tab. [Create Table](/tiberostudio.en/about/schema-tree-browser/table/create-table.md#indexes)

<figure><img src="/files/T3gFlp8NdX9HK4Kzv08G" alt=""><figcaption><p>Edit Table - Indexes tab screen</p></figcaption></figure>

## Storage

Checks and modifies the existing storage information of the table to be edited.

The Max Extents field cannot be modified.

The detailed operation is the same as Create Table > Storage tab. [Create Table](/tiberostudio.en/about/schema-tree-browser/table/create-table.md#storage)

<figure><img src="/files/gheu4dxjkmo4LSmRzsrL" alt=""><figcaption><p>Edit Table - Storage tab screen</p></figcaption></figure>

## Comment

Checks and modifies the existing comment information of the table to be modified.

<figure><img src="/files/yQHovuEdVfexk2rLuWpo" alt=""><figcaption><p>Edit Table - Comment tab screen</p></figcaption></figure>

After completing the modifications on each tab, apply the modifications by clicking the \[Edit button] on the bottom right corner.

###


---

# 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/tiberostudio.en/about/schema-tree-browser/table/edit-table.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.
