> ## 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.

# TRUNCATE TABLE

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

Deletes all the records from a table.

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