Natural Language to SQL
hardPrompt12 tests
The business team keeps asking for "quick data pulls" but refuses to learn SQL. You're building a translator so they can ask questions in plain English. The database has three tables: users(id, name, email, created_at), orders(id, user_id, amount, status, created_at), products(id, name, price, category). Raw SQL only — no markdown, no explanations.