> ## 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 EXTERNAL TABLE

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

Refreshes the data within a *materialized external table* that is not
subscription-based.

```sql title="REFRESH EXTERNAL TABLE Syntax" theme={null}
REFRESH [EXTERNAL] TABLE [<schema name>.]<table name>
```

<Note>
  [Data source connect](/content/sql/security#sql-security-priv-mgmt-ds-grant)
  privilege is required to refresh an *external table* that uses a
  [data source](/content/sql/ddl/create-data-source#sql-create-data-source).
</Note>
