# Create Materialized View Log

Materailized View Log object can be created through the GUI operation as executing the following process.

**MView Log Folder > Context Menu > Create Materialized View Log**

The details can be set in each tab:[#common](#common "mention"), [#columns](#columns "mention"), [#storage](#storage "mention")&#x20;

<figure><img src="/files/FpNdfgoLbkIVRO3azZn6" alt=""><figcaption><p>Create Materialized View Log screen</p></figcaption></figure>

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

## Common

Set the Schema and Table name of the Materialized View Log to be created.

<figure><img src="/files/7sXWjeNaGCrMTRxR6TeH" alt=""><figcaption><p>Create Materialized View Log - Common tab screen</p></figcaption></figure>

<table><thead><tr><th width="151">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Schema</strong></td><td><p>Selects a Schema to create a Materialized View Log</p><p>Default: Current ConnectionCreated Schema</p></td></tr><tr><td><strong>Table Name</strong></td><td><p>Selects a target table of the Materialized View Log to create.</p><p>A list of tables in the selected Schema appears.</p></td></tr></tbody></table>

## Columns

Select the column to set the Materialized View Log to be created.

<figure><img src="/files/pWshJP2hpKiew83LdZSe" alt=""><figcaption><p>Create Materialized View Log - Columns tab screen</p></figcaption></figure>

<table><thead><tr><th width="175">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>New Values</strong></td><td>Selects whether to log only the pre-change value of the column or both the pre- and post-change values.</td></tr><tr><td><strong>Row ID</strong></td><td>Selects whether to log the ROWID of the changed row of the master table.</td></tr><tr><td><strong>Primary Key</strong></td><td>Selects whether to log the PRIMARY KEY of the changed row of the master table.</td></tr><tr><td><strong>Sequence</strong></td><td>Selects whether to record the changed sequence of the master table.</td></tr><tr><td><strong>Select Colums</strong></td><td><p>Selects the columns to record.</p><p>When the users click the Add Column button, the column list of the selected table appears on the Common tab.</p><p>The details of the Column List are the same as the Column List on the Create Table > Columns tab. <a data-mention href="/pages/AHwPHq9uKXeW5uf3Hn4M#columns">/pages/AHwPHq9uKXeW5uf3Hn4M#columns</a></p></td></tr></tbody></table>

## Storage

Sets the physical properties of storage space and detailed properties of Tablespace and Segment.

<figure><img src="/files/qMCV25Eh76ijTQw0wDah" alt=""><figcaption><p>Create Materialized View Log - Storage tab screen</p></figcaption></figure>

For detailed fields, see **Create Table > Storage tab**. [Create Table](/tiberostudio.en/about/schema-tree-browser/table/create-table.md#storage)

After completing the detailed settings on each tab, click the **\[OK button]** to create a Materialized View Log object with the settings.

###


---

# 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/materialized-view-log/create-materialized-view-log.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.
