Interactive Demo

SQL Agent

Natural Language Database Interface

Ask questions about a database in plain English. The AI generates SQL, executes it, and explains the results. The demo runs a real SQLite database in your browser with sample e-commerce data (10 customers, 12 products, 15 orders).

Simulation mode — pre-generated responses
Loading database...

Sample Questions

Schema

customers

id, name, email, city, country

products

id, name, category, price, stock

orders

id, customer_id, order_date, status

order_items

id, order_id, product_id, qty, price

Ask a question about the database

or click a sample question from the sidebar