Duration
2s
Input Tokens
611
Output Tokens
30
Cost
$0.00
Context
Input
Show me all the customersExpected output
SELECT * FROM customers;Model output
SELECT *
FROM customers;Natural language to SQL query generation evaluates text-to-query fidelity and schema reasoning. This task is particularly relevant for analytics chat assistants and simplified database interfaces.
Show me all the customersSELECT * FROM customers;SELECT *
FROM customers;