Live demo
Ask your data.
Get answers.
Type a business question in plain English. The LLM translates it to SQL, runs it against a real database, visualises the result, and explains what it found.
Dataset — Brazilian E-Commerce (Olist, 100k orders, 2016–2018)
customers
customer_id · city · state
JOIN
orders
order_id · customer_id · status · date · year · month
JOIN
order_items
order_id · product_id · price · freight
JOIN
products
product_id · category
Try it
Press Enter to send · powered by …