Working Tables

Reusable local query outputs you can build on over time.

What a working table is

Working tables are reusable local query outputs. When a query result is worth keeping — a join, a filtered subset, a comparison — you can save it as a working table instead of re-running the same exploration every time.

Why save instead of re-query

A working table captures the shape of the query, not just one snapshot. Refreshing it keeps your analysis reproducible: same query, current data.

In Full

Full can publish working tables to a local SQL endpoint, so other SQL-capable tools on your machine can query the saved result. See Free vs Full.

Free limits

Free includes one working table. This is enough to try the full save → refresh cycle before deciding on Full.