# .tables


# .tables

List the available tables.

## Usage
```
.tables [connection]
```

## Examples
List all tables in all active connections:
```
.tables
```

List all tables in the `aws` connection:
```
.tables aws
```