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

# SHOW MODELS

`SHOW MODELS`: This statement lists the ML models trained by a `CREATE MODEL` statement. It is analgous to `SHOW TABLES`.

### Syntax

```sql
SHOW MODELS
```
