Charts from a question, with the SQL in view
"Create a chart of sales per country." That is the whole interaction. SnoutData writes the query, runs it against your connection, and draws the chart, right in the assistant panel next to your editor.
Ask for a chart in plain language and the assistant grounds itself in your real schema: it finds the tables, works out the join, sums the right column, and shows you the SQL it ran so nothing is hidden. You get the query and the picture together, not one without the other.
The SQL is always in view
Every chart comes with the exact statement behind it. Read it, tweak it, drop it into an editor tab and keep working. The chart is a view on a query you own, not a black box you have to trust.
Export when you need it elsewhere
A chart is not trapped in the app. Export it as PNG or SVG to paste into a doc or a deck, or pull the underlying data out as CSV when the numbers need to travel further than the picture.