> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# REFRESH VIEW

<a id="sql-refresh-view" />

Refreshes the data within a
[materialized view](/content/sql/ddl/create-materialized-view#sql-create-materialized-view).  This will also
re-validate invalidated *materialized views*, making them accessible once again
if their query criteria is met (it can be successfully run again).

```sql title="Refresh Materialized View Syntax" theme={null}
REFRESH MATERIALIZED VIEW [<schema name>.]<view name>
```
