Row Details
View all column values and table relationships for any result row.
The Row Details feature allows you to view the complete data for a single row in your query results.
It also highlights how the current table is connected to other tables, enabling deeper exploration.
How to View Row Details?
-
Run a Query
Execute your query and switch to the table view if not already selected. -
Click on Any Cell
Click any cell in the results table to open the Row Details panel. -
Review Row Data
The panel shows:- The full list of columns and their values for that row
- The table the data belongs to (e.g.,
orders
) - A list of connected tables (e.g.,
customers
) on the right
Exploring Associated Data
Click on any connected table shown in the Row Details panel (e.g., customers
) to view associated records.
The linked data will open in a filtered view, showing only rows related to the original row.
For example:
- Clicking
customers
opens the related customer details filtered bycustomer_id
of the selected row.