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

# Data Connection Tables

**Connection Tables** represent individual tables discovered from an external connection. When a Connection's "Get Tables" operation
is performed, the results are stored as Connection Table records. Each record contains the table's identifier, display name, and
schema (column definitions), and is linked back to both the Connection and the Connection Tables Result that produced it.

If the "Get Tables" operation is run multiple times on the same Connection, tables are added, removed, or updated based on their
`tableId`, rather than creating duplicate entries.
