template_id stringclasses 74
values | question stringlengths 22 79 | sql stringlengths 54 454 | difficulty stringclasses 5
values | domain stringclasses 6
values | query_type listlengths 1 5 | phrasing_index int64 0 2 | slot_values unknown | id stringlengths 12 12 | execution dict | referenced_tables listlengths 1 5 | split stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|---|---|
e01 | Show all customers from Germany. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Germany' | easy | sales | [
"select",
"where"
] | 0 | {
"country": "Germany"
} | bench-000001 | {
"ok": true,
"latency_ms": 0.99,
"row_count": 997,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "05b8b14f131d63d42659ffb6daf280a5",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | List the customers located in Germany. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Germany' | easy | sales | [
"select",
"where"
] | 1 | {
"country": "Germany"
} | bench-000002 | {
"ok": true,
"latency_ms": 0.99,
"row_count": 997,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "05b8b14f131d63d42659ffb6daf280a5",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Which customers are based in Germany? | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Germany' | easy | sales | [
"select",
"where"
] | 2 | {
"country": "Germany"
} | bench-000003 | {
"ok": true,
"latency_ms": 0.99,
"row_count": 997,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "05b8b14f131d63d42659ffb6daf280a5",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Show all customers from Japan. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Japan' | easy | sales | [
"select",
"where"
] | 0 | {
"country": "Japan"
} | bench-000004 | {
"ok": true,
"latency_ms": 0.99,
"row_count": 997,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "0015be2343ffd23e518e941157b33cfc",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | List the customers located in Japan. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Japan' | easy | sales | [
"select",
"where"
] | 1 | {
"country": "Japan"
} | bench-000005 | {
"ok": true,
"latency_ms": 0.99,
"row_count": 997,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "0015be2343ffd23e518e941157b33cfc",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Which customers are based in Japan? | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Japan' | easy | sales | [
"select",
"where"
] | 2 | {
"country": "Japan"
} | bench-000006 | {
"ok": true,
"latency_ms": 0.99,
"row_count": 997,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "0015be2343ffd23e518e941157b33cfc",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Show all customers from Netherlands. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Netherlands' | easy | sales | [
"select",
"where"
] | 0 | {
"country": "Netherlands"
} | bench-000007 | {
"ok": true,
"latency_ms": 1.55,
"row_count": 994,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "fa6a664e20f5f2429afb2bf16ab4f6db",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | List the customers located in Netherlands. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Netherlands' | easy | sales | [
"select",
"where"
] | 1 | {
"country": "Netherlands"
} | bench-000008 | {
"ok": true,
"latency_ms": 1.55,
"row_count": 994,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "fa6a664e20f5f2429afb2bf16ab4f6db",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Which customers are based in Netherlands? | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Netherlands' | easy | sales | [
"select",
"where"
] | 2 | {
"country": "Netherlands"
} | bench-000009 | {
"ok": true,
"latency_ms": 1.55,
"row_count": 994,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "fa6a664e20f5f2429afb2bf16ab4f6db",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Show all customers from United States. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'United States' | easy | sales | [
"select",
"where"
] | 0 | {
"country": "United States"
} | bench-000010 | {
"ok": true,
"latency_ms": 1.1,
"row_count": 986,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "b7826a9e904d8c8cc3d7546ddee7b9c9",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | List the customers located in United States. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'United States' | easy | sales | [
"select",
"where"
] | 1 | {
"country": "United States"
} | bench-000011 | {
"ok": true,
"latency_ms": 1.1,
"row_count": 986,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "b7826a9e904d8c8cc3d7546ddee7b9c9",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Which customers are based in United States? | SELECT customer_id, customer_name, country FROM customers WHERE country = 'United States' | easy | sales | [
"select",
"where"
] | 2 | {
"country": "United States"
} | bench-000012 | {
"ok": true,
"latency_ms": 1.1,
"row_count": 986,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "b7826a9e904d8c8cc3d7546ddee7b9c9",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Show all customers from France. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'France' | easy | sales | [
"select",
"where"
] | 0 | {
"country": "France"
} | bench-000013 | {
"ok": true,
"latency_ms": 1.08,
"row_count": 1019,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "e3bc118820b80d04b3c74e11cb706f8b",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | List the customers located in France. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'France' | easy | sales | [
"select",
"where"
] | 1 | {
"country": "France"
} | bench-000014 | {
"ok": true,
"latency_ms": 1.08,
"row_count": 1019,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "e3bc118820b80d04b3c74e11cb706f8b",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Which customers are based in France? | SELECT customer_id, customer_name, country FROM customers WHERE country = 'France' | easy | sales | [
"select",
"where"
] | 2 | {
"country": "France"
} | bench-000015 | {
"ok": true,
"latency_ms": 1.08,
"row_count": 1019,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "e3bc118820b80d04b3c74e11cb706f8b",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Show all customers from Brazil. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Brazil' | easy | sales | [
"select",
"where"
] | 0 | {
"country": "Brazil"
} | bench-000016 | {
"ok": true,
"latency_ms": 1.73,
"row_count": 943,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "e8ecb9c27cf1c980c9abae6938b7d31d",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | List the customers located in Brazil. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Brazil' | easy | sales | [
"select",
"where"
] | 1 | {
"country": "Brazil"
} | bench-000017 | {
"ok": true,
"latency_ms": 1.73,
"row_count": 943,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "e8ecb9c27cf1c980c9abae6938b7d31d",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Which customers are based in Brazil? | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Brazil' | easy | sales | [
"select",
"where"
] | 2 | {
"country": "Brazil"
} | bench-000018 | {
"ok": true,
"latency_ms": 1.73,
"row_count": 943,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "e8ecb9c27cf1c980c9abae6938b7d31d",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Show all customers from South Africa. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'South Africa' | easy | sales | [
"select",
"where"
] | 0 | {
"country": "South Africa"
} | bench-000019 | {
"ok": true,
"latency_ms": 0.97,
"row_count": 992,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "5800858b43740301c1f87e41986600e2",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | List the customers located in South Africa. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'South Africa' | easy | sales | [
"select",
"where"
] | 1 | {
"country": "South Africa"
} | bench-000020 | {
"ok": true,
"latency_ms": 0.97,
"row_count": 992,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "5800858b43740301c1f87e41986600e2",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Which customers are based in South Africa? | SELECT customer_id, customer_name, country FROM customers WHERE country = 'South Africa' | easy | sales | [
"select",
"where"
] | 2 | {
"country": "South Africa"
} | bench-000021 | {
"ok": true,
"latency_ms": 0.97,
"row_count": 992,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "5800858b43740301c1f87e41986600e2",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Show all customers from Canada. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Canada' | easy | sales | [
"select",
"where"
] | 0 | {
"country": "Canada"
} | bench-000022 | {
"ok": true,
"latency_ms": 1.24,
"row_count": 948,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "adac433d82a2b7cc1345e9a6eb21ef3a",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | List the customers located in Canada. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Canada' | easy | sales | [
"select",
"where"
] | 1 | {
"country": "Canada"
} | bench-000023 | {
"ok": true,
"latency_ms": 1.24,
"row_count": 948,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "adac433d82a2b7cc1345e9a6eb21ef3a",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Which customers are based in Canada? | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Canada' | easy | sales | [
"select",
"where"
] | 2 | {
"country": "Canada"
} | bench-000024 | {
"ok": true,
"latency_ms": 1.24,
"row_count": 948,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "adac433d82a2b7cc1345e9a6eb21ef3a",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Show all customers from India. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'India' | easy | sales | [
"select",
"where"
] | 0 | {
"country": "India"
} | bench-000025 | {
"ok": true,
"latency_ms": 1.01,
"row_count": 1023,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "d66f907c12c0dc73edb3aeb26d4df033",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | List the customers located in India. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'India' | easy | sales | [
"select",
"where"
] | 1 | {
"country": "India"
} | bench-000026 | {
"ok": true,
"latency_ms": 1.01,
"row_count": 1023,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "d66f907c12c0dc73edb3aeb26d4df033",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Which customers are based in India? | SELECT customer_id, customer_name, country FROM customers WHERE country = 'India' | easy | sales | [
"select",
"where"
] | 2 | {
"country": "India"
} | bench-000027 | {
"ok": true,
"latency_ms": 1.01,
"row_count": 1023,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "d66f907c12c0dc73edb3aeb26d4df033",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Show all customers from Australia. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Australia' | easy | sales | [
"select",
"where"
] | 0 | {
"country": "Australia"
} | bench-000028 | {
"ok": true,
"latency_ms": 1.31,
"row_count": 1018,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "82a93cdffc2e0106dfe3cb2128cd18b0",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | List the customers located in Australia. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Australia' | easy | sales | [
"select",
"where"
] | 1 | {
"country": "Australia"
} | bench-000029 | {
"ok": true,
"latency_ms": 1.31,
"row_count": 1018,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "82a93cdffc2e0106dfe3cb2128cd18b0",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Which customers are based in Australia? | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Australia' | easy | sales | [
"select",
"where"
] | 2 | {
"country": "Australia"
} | bench-000030 | {
"ok": true,
"latency_ms": 1.31,
"row_count": 1018,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "82a93cdffc2e0106dfe3cb2128cd18b0",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Show all customers from Singapore. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Singapore' | easy | sales | [
"select",
"where"
] | 0 | {
"country": "Singapore"
} | bench-000031 | {
"ok": true,
"latency_ms": 1.25,
"row_count": 1011,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "66769d0055f93475b9dc62914701a551",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | List the customers located in Singapore. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Singapore' | easy | sales | [
"select",
"where"
] | 1 | {
"country": "Singapore"
} | bench-000032 | {
"ok": true,
"latency_ms": 1.25,
"row_count": 1011,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "66769d0055f93475b9dc62914701a551",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Which customers are based in Singapore? | SELECT customer_id, customer_name, country FROM customers WHERE country = 'Singapore' | easy | sales | [
"select",
"where"
] | 2 | {
"country": "Singapore"
} | bench-000033 | {
"ok": true,
"latency_ms": 1.25,
"row_count": 1011,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "66769d0055f93475b9dc62914701a551",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Show all customers from United Kingdom. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'United Kingdom' | easy | sales | [
"select",
"where"
] | 0 | {
"country": "United Kingdom"
} | bench-000034 | {
"ok": true,
"latency_ms": 0.99,
"row_count": 1072,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "8d022c13b2c77282e45da81c40ed5b92",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | List the customers located in United Kingdom. | SELECT customer_id, customer_name, country FROM customers WHERE country = 'United Kingdom' | easy | sales | [
"select",
"where"
] | 1 | {
"country": "United Kingdom"
} | bench-000035 | {
"ok": true,
"latency_ms": 0.99,
"row_count": 1072,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "8d022c13b2c77282e45da81c40ed5b92",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e01 | Which customers are based in United Kingdom? | SELECT customer_id, customer_name, country FROM customers WHERE country = 'United Kingdom' | easy | sales | [
"select",
"where"
] | 2 | {
"country": "United Kingdom"
} | bench-000036 | {
"ok": true,
"latency_ms": 0.99,
"row_count": 1072,
"columns": [
"customer_id",
"customer_name",
"country"
],
"fingerprint": "8d022c13b2c77282e45da81c40ed5b92",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Brisbane. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Brisbane' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Brisbane"
} | bench-000037 | {
"ok": true,
"latency_ms": 1.61,
"row_count": 377,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "a81d8350f45d73da477217558f588a02",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Brisbane. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Brisbane' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Brisbane"
} | bench-000038 | {
"ok": true,
"latency_ms": 1.61,
"row_count": 377,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "a81d8350f45d73da477217558f588a02",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Brisbane? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Brisbane' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Brisbane"
} | bench-000039 | {
"ok": true,
"latency_ms": 1.61,
"row_count": 377,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "a81d8350f45d73da477217558f588a02",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Bristol. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Bristol' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Bristol"
} | bench-000040 | {
"ok": true,
"latency_ms": 3.38,
"row_count": 291,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "d158a4f05ce37eaa5ecf793419310320",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Bristol. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Bristol' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Bristol"
} | bench-000041 | {
"ok": true,
"latency_ms": 3.38,
"row_count": 291,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "d158a4f05ce37eaa5ecf793419310320",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Bristol? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Bristol' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Bristol"
} | bench-000042 | {
"ok": true,
"latency_ms": 3.38,
"row_count": 291,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "d158a4f05ce37eaa5ecf793419310320",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Vancouver. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Vancouver' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Vancouver"
} | bench-000043 | {
"ok": true,
"latency_ms": 1.81,
"row_count": 286,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "a6140c1caa2811b94afae23e4a49d8e0",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Vancouver. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Vancouver' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Vancouver"
} | bench-000044 | {
"ok": true,
"latency_ms": 1.81,
"row_count": 286,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "a6140c1caa2811b94afae23e4a49d8e0",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Vancouver? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Vancouver' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Vancouver"
} | bench-000045 | {
"ok": true,
"latency_ms": 1.81,
"row_count": 286,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "a6140c1caa2811b94afae23e4a49d8e0",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Johannesburg. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Johannesburg' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Johannesburg"
} | bench-000046 | {
"ok": true,
"latency_ms": 1.44,
"row_count": 495,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "1305c6d2b2cb8a0e39ad84b776045452",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Johannesburg. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Johannesburg' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Johannesburg"
} | bench-000047 | {
"ok": true,
"latency_ms": 1.44,
"row_count": 495,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "1305c6d2b2cb8a0e39ad84b776045452",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Johannesburg? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Johannesburg' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Johannesburg"
} | bench-000048 | {
"ok": true,
"latency_ms": 1.44,
"row_count": 495,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "1305c6d2b2cb8a0e39ad84b776045452",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Osaka. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Osaka' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Osaka"
} | bench-000049 | {
"ok": true,
"latency_ms": 1.35,
"row_count": 260,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "5ee1a9fa215cce44a656d194fe9d2a8b",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Osaka. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Osaka' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Osaka"
} | bench-000050 | {
"ok": true,
"latency_ms": 1.35,
"row_count": 260,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "5ee1a9fa215cce44a656d194fe9d2a8b",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Osaka? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Osaka' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Osaka"
} | bench-000051 | {
"ok": true,
"latency_ms": 1.35,
"row_count": 260,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "5ee1a9fa215cce44a656d194fe9d2a8b",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Montreal. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Montreal' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Montreal"
} | bench-000052 | {
"ok": true,
"latency_ms": 1.36,
"row_count": 345,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "8a58a97d4cf1d4a5fe0c759f860b9dc9",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Montreal. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Montreal' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Montreal"
} | bench-000053 | {
"ok": true,
"latency_ms": 1.36,
"row_count": 345,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "8a58a97d4cf1d4a5fe0c759f860b9dc9",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Montreal? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Montreal' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Montreal"
} | bench-000054 | {
"ok": true,
"latency_ms": 1.36,
"row_count": 345,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "8a58a97d4cf1d4a5fe0c759f860b9dc9",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Singapore. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Singapore' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Singapore"
} | bench-000055 | {
"ok": true,
"latency_ms": 2.22,
"row_count": 1011,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "66769d0055f93475b9dc62914701a551",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Singapore. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Singapore' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Singapore"
} | bench-000056 | {
"ok": true,
"latency_ms": 2.22,
"row_count": 1011,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "66769d0055f93475b9dc62914701a551",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Singapore? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Singapore' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Singapore"
} | bench-000057 | {
"ok": true,
"latency_ms": 2.22,
"row_count": 1011,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "66769d0055f93475b9dc62914701a551",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Paris. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Paris' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Paris"
} | bench-000058 | {
"ok": true,
"latency_ms": 1.41,
"row_count": 340,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "8d140e132688d41d8272a9fd166bb5d2",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Paris. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Paris' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Paris"
} | bench-000059 | {
"ok": true,
"latency_ms": 1.41,
"row_count": 340,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "8d140e132688d41d8272a9fd166bb5d2",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Paris? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Paris' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Paris"
} | bench-000060 | {
"ok": true,
"latency_ms": 1.41,
"row_count": 340,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "8d140e132688d41d8272a9fd166bb5d2",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Leeds. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Leeds' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Leeds"
} | bench-000061 | {
"ok": true,
"latency_ms": 1.32,
"row_count": 251,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "00848abe618bb2081fdbc3df4bcb63f1",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Leeds. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Leeds' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Leeds"
} | bench-000062 | {
"ok": true,
"latency_ms": 1.32,
"row_count": 251,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "00848abe618bb2081fdbc3df4bcb63f1",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Leeds? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Leeds' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Leeds"
} | bench-000063 | {
"ok": true,
"latency_ms": 1.32,
"row_count": 251,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "00848abe618bb2081fdbc3df4bcb63f1",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Lyon. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Lyon' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Lyon"
} | bench-000064 | {
"ok": true,
"latency_ms": 1.33,
"row_count": 332,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "91f01e6461351e14edf08608cdf0603f",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Lyon. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Lyon' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Lyon"
} | bench-000065 | {
"ok": true,
"latency_ms": 1.33,
"row_count": 332,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "91f01e6461351e14edf08608cdf0603f",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Lyon? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Lyon' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Lyon"
} | bench-000066 | {
"ok": true,
"latency_ms": 1.33,
"row_count": 332,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "91f01e6461351e14edf08608cdf0603f",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Marseille. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Marseille' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Marseille"
} | bench-000067 | {
"ok": true,
"latency_ms": 1.55,
"row_count": 347,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "8278c91ea5521566e327784348044268",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Marseille. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Marseille' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Marseille"
} | bench-000068 | {
"ok": true,
"latency_ms": 1.55,
"row_count": 347,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "8278c91ea5521566e327784348044268",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Marseille? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Marseille' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Marseille"
} | bench-000069 | {
"ok": true,
"latency_ms": 1.55,
"row_count": 347,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "8278c91ea5521566e327784348044268",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Hamburg. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Hamburg' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Hamburg"
} | bench-000070 | {
"ok": true,
"latency_ms": 1.42,
"row_count": 260,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "fda2faf60a389d58085063b6467b360c",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Hamburg. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Hamburg' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Hamburg"
} | bench-000071 | {
"ok": true,
"latency_ms": 1.42,
"row_count": 260,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "fda2faf60a389d58085063b6467b360c",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Hamburg? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Hamburg' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Hamburg"
} | bench-000072 | {
"ok": true,
"latency_ms": 1.42,
"row_count": 260,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "fda2faf60a389d58085063b6467b360c",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Manchester. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Manchester' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Manchester"
} | bench-000073 | {
"ok": true,
"latency_ms": 2.45,
"row_count": 250,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "73d5985339c1490b11d02e63419678e8",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Manchester. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Manchester' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Manchester"
} | bench-000074 | {
"ok": true,
"latency_ms": 2.45,
"row_count": 250,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "73d5985339c1490b11d02e63419678e8",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Manchester? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Manchester' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Manchester"
} | bench-000075 | {
"ok": true,
"latency_ms": 2.45,
"row_count": 250,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "73d5985339c1490b11d02e63419678e8",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Sao Paulo. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Sao Paulo' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Sao Paulo"
} | bench-000076 | {
"ok": true,
"latency_ms": 3.2,
"row_count": 326,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "ed6e35fac4d55e648b2e4b285202b8d6",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Sao Paulo. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Sao Paulo' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Sao Paulo"
} | bench-000077 | {
"ok": true,
"latency_ms": 3.2,
"row_count": 326,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "ed6e35fac4d55e648b2e4b285202b8d6",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Sao Paulo? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Sao Paulo' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Sao Paulo"
} | bench-000078 | {
"ok": true,
"latency_ms": 3.2,
"row_count": 326,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "ed6e35fac4d55e648b2e4b285202b8d6",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Berlin. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Berlin' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Berlin"
} | bench-000079 | {
"ok": true,
"latency_ms": 1.69,
"row_count": 269,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "5e5d999c140273a6c3df191e854f1e9d",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Berlin. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Berlin' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Berlin"
} | bench-000080 | {
"ok": true,
"latency_ms": 1.69,
"row_count": 269,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "5e5d999c140273a6c3df191e854f1e9d",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Berlin? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Berlin' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Berlin"
} | bench-000081 | {
"ok": true,
"latency_ms": 1.69,
"row_count": 269,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "5e5d999c140273a6c3df191e854f1e9d",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Rio de Janeiro. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Rio de Janeiro' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Rio de Janeiro"
} | bench-000082 | {
"ok": true,
"latency_ms": 1.43,
"row_count": 321,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "ff47441665c69266227a0fdfce98dd08",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Rio de Janeiro. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Rio de Janeiro' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Rio de Janeiro"
} | bench-000083 | {
"ok": true,
"latency_ms": 1.43,
"row_count": 321,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "ff47441665c69266227a0fdfce98dd08",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Rio de Janeiro? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Rio de Janeiro' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Rio de Janeiro"
} | bench-000084 | {
"ok": true,
"latency_ms": 1.43,
"row_count": 321,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "ff47441665c69266227a0fdfce98dd08",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Frankfurt. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Frankfurt' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Frankfurt"
} | bench-000085 | {
"ok": true,
"latency_ms": 1.54,
"row_count": 248,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "260d5fcc52e318e6f915573c5b7d1b3c",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Frankfurt. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Frankfurt' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Frankfurt"
} | bench-000086 | {
"ok": true,
"latency_ms": 1.54,
"row_count": 248,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "260d5fcc52e318e6f915573c5b7d1b3c",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Frankfurt? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Frankfurt' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Frankfurt"
} | bench-000087 | {
"ok": true,
"latency_ms": 1.54,
"row_count": 248,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "260d5fcc52e318e6f915573c5b7d1b3c",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Toronto. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Toronto' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Toronto"
} | bench-000088 | {
"ok": true,
"latency_ms": 2.36,
"row_count": 317,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "6e488062cac1cb457f36d78bee18c3a6",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Toronto. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Toronto' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Toronto"
} | bench-000089 | {
"ok": true,
"latency_ms": 2.36,
"row_count": 317,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "6e488062cac1cb457f36d78bee18c3a6",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Toronto? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Toronto' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Toronto"
} | bench-000090 | {
"ok": true,
"latency_ms": 2.36,
"row_count": 317,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "6e488062cac1cb457f36d78bee18c3a6",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Amsterdam. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Amsterdam' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Amsterdam"
} | bench-000091 | {
"ok": true,
"latency_ms": 2,
"row_count": 517,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "d3cb6565627ee85cd0d2a3c6145010ae",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Amsterdam. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Amsterdam' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Amsterdam"
} | bench-000092 | {
"ok": true,
"latency_ms": 2,
"row_count": 517,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "d3cb6565627ee85cd0d2a3c6145010ae",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Amsterdam? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Amsterdam' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Amsterdam"
} | bench-000093 | {
"ok": true,
"latency_ms": 2,
"row_count": 517,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "d3cb6565627ee85cd0d2a3c6145010ae",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Melbourne. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Melbourne' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Melbourne"
} | bench-000094 | {
"ok": true,
"latency_ms": 1.46,
"row_count": 325,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "de818a75dc0e330c916bc74f36e2293b",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Melbourne. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Melbourne' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Melbourne"
} | bench-000095 | {
"ok": true,
"latency_ms": 1.46,
"row_count": 325,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "de818a75dc0e330c916bc74f36e2293b",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Melbourne? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Melbourne' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Melbourne"
} | bench-000096 | {
"ok": true,
"latency_ms": 1.46,
"row_count": 325,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "de818a75dc0e330c916bc74f36e2293b",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Belo Horizonte. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Belo Horizonte' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Belo Horizonte"
} | bench-000097 | {
"ok": true,
"latency_ms": 1.72,
"row_count": 296,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "1a91f55377791cd8914aacb78514f891",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | List all customers from Belo Horizonte. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Belo Horizonte' | easy | sales | [
"select",
"where"
] | 1 | {
"city": "Belo Horizonte"
} | bench-000098 | {
"ok": true,
"latency_ms": 1.72,
"row_count": 296,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "1a91f55377791cd8914aacb78514f891",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Who are our customers in Belo Horizonte? | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Belo Horizonte' | easy | sales | [
"select",
"where"
] | 2 | {
"city": "Belo Horizonte"
} | bench-000099 | {
"ok": true,
"latency_ms": 1.72,
"row_count": 296,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "1a91f55377791cd8914aacb78514f891",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
e02 | Show customers in the city of Cape Town. | SELECT customer_id, customer_name, city FROM customers WHERE city = 'Cape Town' | easy | sales | [
"select",
"where"
] | 0 | {
"city": "Cape Town"
} | bench-000100 | {
"ok": true,
"latency_ms": 1.79,
"row_count": 497,
"columns": [
"customer_id",
"customer_name",
"city"
],
"fingerprint": "ae867805b34020d4e3d7dcde2a802f7f",
"error_class": null,
"error_code": null,
"error_message": null,
"truncated": false
} | [
"customers"
] | train |
Enterprise Text-to-SQL Benchmark
3,045 natural-language questions paired with executable PostgreSQL, over a 12-table enterprise schema (sales, catalogue, logistics, HR).
Built to answer one question honestly: does fine-tuning actually improve text-to-SQL? On this benchmark, a QLoRA fine-tune of Qwen3-8B took strict execution accuracy from 10.82 % to 50.99 % — and the benchmark is designed so that number cannot be inflated by leakage or by string-matching.
| split | rows | templates |
|---|---|---|
| train | 2,133 | 74 |
| validation | 459 | 52 |
| test | 453 | 48 |
All three splits share zero templates with each other — 74 / 52 / 48, no overlap in any pair. Splitting is by template equivalence group, never by row, so the test set measures generalisation to query patterns the model has never seen, not to new slot values inside familiar ones.
from datasets import load_dataset
ds = load_dataset("hari-krishna-ai/enterprise-text-to-sql-benchmark")
print(ds["test"][0]["question"]) # "Show orders placed in 2023."
print(ds["test"][0]["sql"]) # SELECT order_id, customer_id, ...
Why this exists
Most text-to-SQL benchmarks score by comparing SQL strings. That is wrong in both directions: it marks correct queries wrong for cosmetic differences, and it cannot tell you whether a query would actually run.
These two are different strings and identical in meaning, and any sane benchmark must count both as correct:
SELECT COUNT(*) FROM customers WHERE country = 'India';
SELECT COUNT(customer_id) FROM customers WHERE country = 'India';
So every example here ships an execution fingerprint — an MD5 over the sorted, stringified rows the gold query returned against the reference database. Correctness means your query returns the same result set, not that it looks similar.
Fields
| field | type | meaning |
|---|---|---|
id |
string | stable identifier, e.g. bench-000322 |
question |
string | the natural-language question |
sql |
string | gold PostgreSQL query |
difficulty |
string | easy / medium / hard / very_hard / enterprise |
domain |
string | sales, catalogue, logistics, hr |
template_id |
string | generating template — the unit splits are made on |
phrasing_index |
int | which paraphrase of the template this is |
slot_values |
dict | the values substituted into the template |
referenced_tables |
list | tables the gold query touches |
execution |
dict | row_count, columns, fingerprint, latency_ms |
split |
string | train / validation / test |
The execution.fingerprint is what makes execution-based scoring possible
without shipping a database dump.
Difficulty tiers
| tier | n (test) | what it exercises |
|---|---|---|
easy |
126 | SELECT, WHERE, ORDER BY, LIMIT |
medium |
63 | GROUP BY, HAVING, COUNT/SUM/AVG |
hard |
144 | joins, multiple joins, subqueries, CTEs |
very_hard |
36 | window functions, nested aggregation, date arithmetic |
enterprise |
84 | ambiguous terminology, NULL handling, business rules |
The database
schema.sql rebuilds it; schema_context.txt is the rendered schema that was
put in the model's prompt (fingerprint d03619e711661bc5, 5,455 characters).
12 tables, ~328,000 rows, all synthetic — no real personal data. Generation uses a fixed seed, so the database is reproducible, which is what makes the execution fingerprints meaningful.
| table | rows | table | rows | |
|---|---|---|---|---|
| customers | 12,000 | order_items | 154,069 | |
| orders | 55,000 | payments | 57,088 | |
| products | 2,500 | shipments | 40,850 | |
| categories | 120 | inventory | 6,266 | |
| suppliers | 250 | employees | 500 | |
| warehouses | 15 | departments | 12 |
Dates are anchored to a fixed DATA_AS_OF constant rather than NOW(), so
questions like "orders in the last 90 days" have a stable answer instead of
one that changes overnight.
Results on this benchmark
Qwen3-8B, evaluated by execution against the reference database. Five configurations, same questions, same harness — only the named component changes.
| metric | base | + retrieval | fine-tuned | FT + retrieval | FT + repair |
|---|---|---|---|---|---|
| strict execution accuracy | 10.82 % | 9.27 % | 50.99 % | 41.72 % | 52.10 % |
| projection-tolerant | 45.92 % | 43.93 % | 50.99 % | 41.72 % | 52.10 % |
| executable SQL | 98.90 % | 92.27 % | 95.81 % | 94.92 % | 98.23 % |
| schema hallucination | 0.66 % | 3.31 % | 1.99 % | 3.53 % | 0.66 % |
Adapter: hari-krishna-ai/qwen3-8b-text2sql-qlora
A property of this benchmark worth knowing before you use it
35 % of the test set does not specify which columns to return. "Show orders placed in 2023" never says whether you want the order id alone or five columns. So a model can retrieve exactly the right rows and still fail a strict result-set comparison.
That is why two accuracy figures are reported. Projection-tolerant accuracy wraps the prediction in a subquery and asks it for the gold columns, isolating "wrong columns" from "wrong rows":
| failure mode | base model | fine-tuned |
|---|---|---|
| right rows, wrong columns | 159 | 0 |
| genuinely wrong rows | 240 | 203 |
Reporting strict accuracy alone would have made fine-tuning look like a reasoning breakthrough. It is mostly the model learning this database's column conventions — a real thing to learn, and not the same thing. If you benchmark on this dataset, report both numbers.
How it was built
- Templates — parameterised question/SQL pairs across four domains and five difficulty tiers, each with multiple natural paraphrasings.
- Slot values sampled from the live database, using interior quantiles so thresholds land inside the real data distribution. A benchmark full of predicates that match zero rows measures nothing.
- Every gold query executed against the reference database; the result set is fingerprinted and stored. Queries that error are rejected, not shipped.
- Validation — 3,045 of 3,045 examples pass parse, schema-grounding and execution checks.
- Split by template equivalence group. All paraphrases and all slot variants of one template land in the same split, which is what makes the zero-template-overlap guarantee hold.
Deliberate inclusions: some questions correctly return zero rows, so a model cannot assume every answer is non-empty.
Limitations
Stated plainly, because they bound what a score on this dataset means.
- Template-generated, not human-written. Questions come from 74 / 52 / 48 templates with paraphrasing. Real users write abbreviations, typos and genuinely ambiguous requests. This is the largest caveat: a high score here does not establish robustness to real phrasing.
- One schema, 12 tables. Small for an enterprise database. Schema-retrieval techniques that pay off at 200 tables hurt here — measured, twice.
- Synthetic data. Realistic distributions, but not real business data.
- Single gold query per question. Where several correct formulations exist, execution-fingerprint matching handles them; where a question is genuinely ambiguous about columns, use the projection-tolerant metric.
- English only.
Intended use
Evaluating and fine-tuning text-to-SQL models where executability and result correctness matter more than surface similarity. Also usable as SFT data — the chat rendering used to train the adapter above is reproducible from these files plus the prompt template, and is not shipped separately because it would duplicate the 5.5 KB schema into every one of 2,133 records.
Licence
Apache 2.0. All data synthetic; no personal information.
- Downloads last month
- 52