How is iDBQuery different from a plain text-to-SQL tool?

A plain text-to-SQL tool just converts a sentence into a query and stops; iDBQuery generates the SQL, runs it across all your sources, validates the result, cites every number to its source row, and can investigate further on its own. iDBQuery delivers a verified answer, not just a query.

Basic text-to-SQL tools translate one sentence into one query against one database — then leave you to run it, check it, and trust it. iDBQuery is a full answering system built around that translation step.

  • It runs and verifies, not just translates. You get the actual answer with the supporting data, not a query to paste and debug.
  • Cited every time. Each figure traces back to the exact source row, so the answer is auditable instead of plausible-looking.
  • One live model across sources. It joins across databases, spreadsheets, PDFs and APIs — most text-to-SQL tools target a single schema.
  • Semantic understanding. It learns the meaning of cryptic schemas, so it picks the right tables instead of guessing from column names.
  • Autonomous investigation. Its Analyst agent can break a hard question into steps, run several queries, and reason about the results — well beyond one-shot generation.
  • Guardrails. Generated SQL is validated and sandboxed, so a bad translation can't return a wrong number unnoticed or touch what it shouldn't.

Text-to-SQL is one feature inside iDBQuery, not the whole product.

Updated 2026-06-22