Duration
14s
Input Tokens
721
Output Tokens
811
Cost
$0.00
Context
Input
Find all volvosExpected output
SELECT * FROM vehicles WHERE make = 'Volvo';Model output
SELECT * FROM vehicles WHERE make = 'Volvo';Turn plain-English questions into correct SQL against a schema. The skill behind analytics chat, natural-language dashboards, and 'just ask the database' interfaces.
Find all volvosSELECT * FROM vehicles WHERE make = 'Volvo';SELECT * FROM vehicles WHERE make = 'Volvo';