Table explorer describes tables within the bframe schema. Column and data type details are provided upon selection.
Example access pattern:
SELECT c.name
FROM bframe.customers AS c
WHERE c.id = 123;