-
Notifications
You must be signed in to change notification settings - Fork 550
References Panel
The References panel shows related records from other tables connected by foreign keys. It helps you explore table relationships directly in the Data editor.
To open the panel, click the References button (
) on the
right-hand side of the Data tab.
Tip: Select several rows to see the related records for all of them at once.
If the current table references another table through a foreign key, the panel shows the matching row from that table. The panel resolves the foreign key from the selected cell and returns the single record it points to.

When the current table has several foreign keys, the panel keeps a separate result set for each key. Switch between keys to see the related records for each one.
Tip: Click Open on the panel toolbar to open the referenced table in a new tab.
If another table references the current one, the panel shows all rows that refer to the selected primary key in the current table. Select a row in the result set, and the panel lists every record from other tables that points back to it.
When several tables reference the current one, the panel keeps a separate result set for each key. Switch between keys to see the referencing records for each one.

Note: The panel works on result sets that come from a single table. Foreign keys are read from the table's metadata, so a related record appears only when the connected table is available in the current connection.
- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Database navigator
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development