Duration
2s
Input Tokens
723
Output Tokens
36
Cost
$0.00
Context
Input
List all unique cities where customers are from.Expected output
SELECT DISTINCT city FROM customers;Model output
SELECT DISTINCT city FROM customers;Turn plain-English questions into correct SQL against a schema. The skill behind analytics chat, natural-language dashboards, and 'just ask the database' interfaces.
List all unique cities where customers are from.SELECT DISTINCT city FROM customers;SELECT DISTINCT city FROM customers;