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

# Get overfiew of table

> Need to see the columns in a table? Here's how.

Use the `DESCRIBE` command.

```sql theme={null}
DESCRIBE users;
```
