A natural-language business-intelligence platform letting non-technical users query enterprise sales data without writing SQL.
Sales information was distributed across 10+ connected tables in Oracle Autonomous Database. Business users depended on SQL developers and analysts for every report, and needed technical help interpreting the results.
Non-technical sales and business teams who need answers from operational data directly, without a request-and-wait cycle through analysts.
I designed a Text-to-SQL system that converts natural-language business questions into SQL, executes it against approved Oracle schema, and returns the result as a plain-language explanation.
A validation step checks generated SQL before execution — trading some flexibility for guardrails against unsafe or malformed queries, while keeping the full question-to-answer cycle within a ~10-second response target.
Enterprise project. Database structures and real sales information are not shown publicly — this page describes the workflow, not the data.