1 References Panel
dbeaver-devops edited this page 2025-11-17 12:57:41 +00:00

Table of contents

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 References click Panels -> References on the Right sidebar or use shortcut.

View referenced data

If the current table references another table using a foreign key, the panel displays the matching row from that table. In this case, record view is enabled by default, but you can turn it off as in a regular data viewer.

Tip: Click Open on the panel toolbar to open the referenced table in a new tab.

View referencing data

If another table references the current one, the panel shows all rows that refer to the selected primary key in the current table.