NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
What is the mean number of goals when the rank's less than 8 and there are 261 matches?
SELECT AVG(goals) FROM table_name_88 WHERE rank < 8 AND matches = 261
CREATE TABLE table_name_88 (goals INTEGER, rank VARCHAR, matches VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 839, 5405, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 6407, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1243, 381, 13, 1766, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 839, 5405, 61, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 11003, 3, 2, 505, 3430, 6407, 3274, 204, 4241, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which years had a rank of more than 6 and involved Oleksandr Kosyrin?
SELECT years FROM table_name_7 WHERE rank > 6 AND name = "oleksandr kosyrin"
CREATE TABLE table_name_7 (years VARCHAR, rank VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 1201, 7, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 203, 141, 3, 9, 11003, 13, 72,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 203, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 11003, 2490, 431, 3430, 564, 3274, 96, 32, 40, 16789, 232, 52, 3, 9692, 63, 52, 77, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Date when the label was alfa records, and a Catalog of alca-487?
SELECT date FROM table_name_61 WHERE label = "alfa records" AND catalog = "alca-487"
CREATE TABLE table_name_61 (date VARCHAR, label VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 5522, 584, 4280, 28027, 6, 3783, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7678, 116, 8, 3783, 47, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 3783, 3274, 96, 138, 89, 9, 3187, 121, 3430, 10173, 3274, 96, 138, 658, 4278, 4225, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Format when Alfa records is the label, and there is a Catalog of alca-9016?
SELECT format FROM table_name_3 WHERE label = "alfa records" AND catalog = "alca-9016"
CREATE TABLE table_name_3 (format VARCHAR, label VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 8995, 584, 4280, 28027, 6, 3783, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 12439, 116, 27900, 3187, 19,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1910, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 3783, 3274, 96, 138, 89, 9, 3187, 121, 3430, 10173, 3274, 96, 138, 658, 18, 2394, 2938, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Region with a Catalog of alca-487?
SELECT region FROM table_name_89 WHERE catalog = "alca-487"
CREATE TABLE table_name_89 (region VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 18145, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6163, 28, 3, 9, 22424, 13, 491, 658, 4278, 4225, 58...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1719, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 10173, 3274, 96, 138, 658, 4278, 4225, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Catalog when the format is ed remaster cd, and a Label of village records, and a Date of march 13, 2002?
SELECT catalog FROM table_name_1 WHERE format = "ed remaster cd" AND label = "village records" AND date = "march 13, 2002"
CREATE TABLE table_name_1 (catalog VARCHAR, date VARCHAR, format VARCHAR, label VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 2138, 9, 2152, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 6, 1910, 584, 4280, 28027, 6, 3783, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 10173, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 1910, 3274, 96, 15, 26, 3, 60, 7429, 3, 75, 26, 121, 3430, 3783, 3274, 96, 208, 17614, 3187, 121, 3430, 833, 3274, 96, 51, 7064, 10670, 4407, 121, 1, -100, ...
What is the Format for the alca-487 catalog?
SELECT format FROM table_name_12 WHERE catalog = "alca-487"
CREATE TABLE table_name_12 (format VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 8995, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 12439, 21, 8, 491, 658, 4278, 4225, 10173, 58, 1, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1910, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 10173, 3274, 96, 138, 658, 4278, 4225, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Format for the alfa records Label, and a Catalog of alca-9016?
SELECT format FROM table_name_81 WHERE label = "alfa records" AND catalog = "alca-9016"
CREATE TABLE table_name_81 (format VARCHAR, label VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 8995, 584, 4280, 28027, 6, 3783, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 12439, 21, 8, 491, 89, 9,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1910, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 3783, 3274, 96, 138, 89, 9, 3187, 121, 3430, 10173, 3274, 96, 138, 658, 18, 2394, 2938, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which Rank has a Total of 1 and a Bronze larger than 0?
SELECT MAX(rank) FROM table_name_33 WHERE total = 1 AND bronze > 0
CREATE TABLE table_name_33 (rank INTEGER, total VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 6254, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3, 22557, 65, 3, 9, 9273, 13, 209...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 6254, 61, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 792, 3274, 209, 3430, 13467, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What kind of Silver has a Nation of norway and a Gold smaller than 3?
SELECT SUM(silver) FROM table_name_27 WHERE nation = "norway" AND gold < 3
CREATE TABLE table_name_27 (silver INTEGER, nation VARCHAR, gold VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 7, 173, 624, 3, 21342, 17966, 6, 2982, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 773, 13, 5642, 65, 3, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 2982, 3274, 96, 29, 127, 1343, 121, 3430, 2045, 3, 2, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Silver has a Total smaller than 2 and a Rank larger than 8
SELECT MIN(silver) FROM table_name_58 WHERE total < 2 AND rank > 8
CREATE TABLE table_name_58 (silver INTEGER, total VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 7, 173, 624, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5642, 65, 3, 9, 9273, 2755...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 792, 3, 2, 204, 3430, 11003, 2490, 505, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What kind of Rank has a Bronze of 0 and a Total smaller than 3 and a Nation of austria?
SELECT MAX(rank) FROM table_name_6 WHERE bronze = 0 AND total < 3 AND nation = "austria"
CREATE TABLE table_name_6 (rank INTEGER, nation VARCHAR, bronze VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 6254, 3, 21342, 17966, 6, 2982, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 773, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 6254, 61, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 13467, 3274, 3, 632, 3430, 792, 3, 2, 220, 3430, 2982, 3274, 96, 402, 23387, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What final score was there on October 8, 2006?
SELECT score_in_the_final FROM table_name_96 WHERE date = "october 8, 2006"
CREATE TABLE table_name_96 (score_in_the_final VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 7, 9022, 834, 77, 834, 532, 834, 12406, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 804, 2604, 47, 132, 30, 179...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 834, 77, 834, 532, 834, 12406, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 833, 3274, 96, 32, 75, 235, 1152, 9478, 3581, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which final opponent's surface was hard (i) and participated on October 9, 2005?
SELECT opponent_in_the_final FROM table_name_26 WHERE surface = "hard (i)" AND date = "october 9, 2005"
CREATE TABLE table_name_26 (opponent_in_the_final VARCHAR, surface VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 32, 102, 9977, 834, 77, 834, 532, 834, 12406, 584, 4280, 28027, 6, 1774, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 15264, 834, 77, 834, 532, 834, 12406, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 1774, 3274, 96, 5651, 41, 23, 61, 121, 3430, 833, 3274, 96, 32, 75, 235, 1152, 9902, 3105, 121, 1, -100, -100, -100, -100, -...
Who was the opponent at the game with a result of W 13–12?
SELECT opponent FROM table_name_83 WHERE result = "w 13–12"
CREATE TABLE table_name_83 (opponent VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 32, 102, 9977, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 15264, 44, 8, 467, 28, 3, 9, 741, 13, 549,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 741, 3274, 96, 210, 1179, 104, 2122, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the date of the game against the Chicago Bears?
SELECT date FROM table_name_90 WHERE opponent = "chicago bears"
CREATE TABLE table_name_90 (date VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 5522, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 833, 13, 8, 467, 581, 8, 3715, 9034, 7, 58, 1, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 15264, 3274, 96, 1436, 658, 839, 4595, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which Entrant had the Bugatti T35B Chassis and the Driver, Heinrich-Joachim Von Morgen?
SELECT entrant FROM table_name_66 WHERE chassis = "bugatti t35b" AND driver = "heinrich-joachim von morgen"
CREATE TABLE table_name_66 (entrant VARCHAR, chassis VARCHAR, driver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 295, 3569, 584, 4280, 28027, 6, 22836, 584, 4280, 28027, 6, 2535, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 4443, 3569, 141, 8, 16381, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 3, 295, 3569, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 22836, 3274, 96, 14588, 15817, 3, 17, 2469, 115, 121, 3430, 2535, 3274, 96, 88, 77, 3723, 18, 1927, 9, 9737, 193, 8030, 729, 121, 1, -100, -100, -10...
What was the Engine, when the Chassis was Bugatti T51, and when the Entrant was a Private Entry?
SELECT engine FROM table_name_1 WHERE chassis = "bugatti t51" AND entrant = "private entry"
CREATE TABLE table_name_1 (engine VARCHAR, chassis VARCHAR, entrant VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 20165, 584, 4280, 28027, 6, 22836, 584, 4280, 28027, 6, 3, 295, 3569, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 10612, 6, 116, 8,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1948, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 22836, 3274, 96, 14588, 15817, 3, 17, 5553, 121, 3430, 3, 295, 3569, 3274, 96, 26881, 1764, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the Driver, when the Chassis was Bugatti T51, and when the Entrant was Automobiles Ettore Bugatti?
SELECT driver FROM table_name_87 WHERE chassis = "bugatti t51" AND entrant = "automobiles ettore bugatti"
CREATE TABLE table_name_87 (driver VARCHAR, chassis VARCHAR, entrant VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 13739, 52, 584, 4280, 28027, 6, 22836, 584, 4280, 28027, 6, 3, 295, 3569, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 10546, 6, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2535, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 22836, 3274, 96, 14588, 15817, 3, 17, 5553, 121, 3430, 3, 295, 3569, 3274, 96, 8010, 14814, 7, 3, 15, 17, 235, 60, 8143, 15817, 121, 1, -100, -100, -100, -1...
Who was the Driver, when the Engine was 7.1 l6, and when the Chassis was Mercedes-Benz SSK l?
SELECT driver FROM table_name_3 WHERE engine = "7.1 l6" AND chassis = "mercedes-benz ssk l"
CREATE TABLE table_name_3 (driver VARCHAR, engine VARCHAR, chassis VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 13739, 52, 584, 4280, 28027, 6, 1948, 584, 4280, 28027, 6, 22836, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 10546, 6, 116, 8, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2535, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 1948, 3274, 96, 25059, 3, 40, 948, 121, 3430, 22836, 3274, 96, 935, 565, 1395, 18, 19738, 3, 7, 7, 157, 3, 40, 121, 1, -100, -100, -100, -100, -100, -100, ...
Can you tell me the sum of Draws that has the Against larger than 1106, and the Wins larger than 13?
SELECT SUM(draws) FROM table_name_44 WHERE against > 1106 AND wins > 13
CREATE TABLE table_name_44 (draws INTEGER, against VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 19489, 7, 3, 21342, 17966, 6, 581, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 1072, 25, 817, 140, 8, 4505, 13, 191...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 19489, 7, 61, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 581, 2490, 209, 16431, 3430, 9204, 2490, 1179, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Can you tell me the lowest Wins that has the Ballarat FL of daylesford, and the Byes smaller than 1?
SELECT MIN(wins) FROM table_name_71 WHERE ballarat_fl = "daylesford" AND byes < 1
CREATE TABLE table_name_71 (wins INTEGER, ballarat_fl VARCHAR, byes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 3757, 7, 3, 21342, 17966, 6, 1996, 9, 1795, 834, 89, 40, 584, 4280, 28027, 6, 57, 15, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 1072, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 1996, 9, 1795, 834, 89, 40, 3274, 96, 1135, 965, 2590, 121, 3430, 57, 15, 7, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100,...
Can you tell me the highest Against that has the Losses larger than 9, and the Byes of 2, and the Draws larger than 0?
SELECT MAX(against) FROM table_name_56 WHERE losses > 9 AND byes = 2 AND draws > 0
CREATE TABLE table_name_56 (against INTEGER, draws VARCHAR, losses VARCHAR, byes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 9, 16720, 7, 17, 3, 21342, 17966, 6, 14924, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 6, 57, 15, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 8467, 2490, 668, 3430, 57, 15, 7, 3274, 204, 3430, 14924, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Can you tell me the sum of Draws that had the Wins smaller than 3, and the Byes larger than 2?
SELECT SUM(draws) FROM table_name_15 WHERE wins < 3 AND byes > 2
CREATE TABLE table_name_15 (draws INTEGER, wins VARCHAR, byes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 19489, 7, 3, 21342, 17966, 6, 9204, 584, 4280, 28027, 6, 57, 15, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 1072, 25, 817, 140, 8, 4505, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 19489, 7, 61, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 9204, 3, 2, 220, 3430, 57, 15, 7, 2490, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Yards has a Long smaller than 3?
SELECT AVG(yards) FROM table_name_2 WHERE long < 3
CREATE TABLE table_name_2 (yards INTEGER, long INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 6636, 7, 3, 21342, 17966, 6, 307, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 4073, 16093, 7, 65, 3, 9, 3230, 2755, 145, 220, 58, 1, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 6636, 7, 61, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 307, 3, 2, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is Regulator, when Conduct of Litigation is Yes, and when Probate Activities is Yes?
SELECT regulator FROM table_name_13 WHERE conduct_of_litigation = "yes" AND probate_activities = "yes"
CREATE TABLE table_name_13 (regulator VARCHAR, conduct_of_litigation VARCHAR, probate_activities VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 60, 6106, 1016, 584, 4280, 28027, 6, 3498, 834, 858, 834, 40, 23, 2880, 257, 584, 4280, 28027, 6, 12361, 342, 834, 8463, 2197, 584, 4280, 28027, 61, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 14415, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 3498, 834, 858, 834, 40, 23, 2880, 257, 3274, 96, 10070, 121, 3430, 12361, 342, 834, 8463, 2197, 3274, 96, 10070, 121, 1, -100, -100, -100, -100, -100, -100, ...
What is Reserved Instruments, when Conduct of Litigation is Yes, and when Probate Activities is No?
SELECT reserved_instruments FROM table_name_95 WHERE conduct_of_litigation = "yes" AND probate_activities = "no"
CREATE TABLE table_name_95 (reserved_instruments VARCHAR, conduct_of_litigation VARCHAR, probate_activities VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 60, 3473, 15, 26, 834, 25232, 7, 584, 4280, 28027, 6, 3498, 834, 858, 834, 40, 23, 2880, 257, 584, 4280, 28027, 6, 12361, 342, 834, 8463, 2197, 584, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 14040, 834, 25232, 7, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 3498, 834, 858, 834, 40, 23, 2880, 257, 3274, 96, 10070, 121, 3430, 12361, 342, 834, 8463, 2197, 3274, 96, 29, 32, 121, 1, -100, -100, -100, ...
What is Administration of Oaths, when Rights of Audience is Yes, and when Reserved Instruments is Yes?
SELECT administration_of_oaths FROM table_name_43 WHERE rights_of_audience = "yes" AND reserved_instruments = "yes"
CREATE TABLE table_name_43 (administration_of_oaths VARCHAR, rights_of_audience VARCHAR, reserved_instruments VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 20039, 834, 858, 834, 32, 9, 189, 7, 584, 4280, 28027, 6, 2166, 834, 858, 834, 9, 5291, 1433, 584, 4280, 28027, 6, 14040, 834, 25232, 7, 584, 4280, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3602, 834, 858, 834, 32, 9, 189, 7, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 2166, 834, 858, 834, 9, 5291, 1433, 3274, 96, 10070, 121, 3430, 14040, 834, 25232, 7, 3274, 96, 10070, 121, 1, -100, -100, -10...
What is Reserved Instruments, when Conduct of Litigation is Yes, and when Probate Activities is Yes?
SELECT reserved_instruments FROM table_name_19 WHERE conduct_of_litigation = "yes" AND probate_activities = "yes"
CREATE TABLE table_name_19 (reserved_instruments VARCHAR, conduct_of_litigation VARCHAR, probate_activities VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 60, 3473, 15, 26, 834, 25232, 7, 584, 4280, 28027, 6, 3498, 834, 858, 834, 40, 23, 2880, 257, 584, 4280, 28027, 6, 12361, 342, 834, 8463, 2197, 584, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 14040, 834, 25232, 7, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 3498, 834, 858, 834, 40, 23, 2880, 257, 3274, 96, 10070, 121, 3430, 12361, 342, 834, 8463, 2197, 3274, 96, 10070, 121, 1, -100, -100, -100, -1...
What is Probate Activities, when Reserved Instruments is No, and when Regulator is Chartered Institute of Legal Executives?
SELECT probate_activities FROM table_name_6 WHERE reserved_instruments = "no" AND regulator = "chartered institute of legal executives"
CREATE TABLE table_name_6 (probate_activities VARCHAR, reserved_instruments VARCHAR, regulator VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 1409, 3697, 15, 834, 8463, 2197, 584, 4280, 28027, 6, 14040, 834, 25232, 7, 584, 4280, 28027, 6, 14415, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 12361, 342, 834, 8463, 2197, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 14040, 834, 25232, 7, 3274, 96, 29, 32, 121, 3430, 14415, 3274, 96, 4059, 11196, 13681, 13, 1281, 13510, 121, 1, -100, -100, -100, -100, ...
What is Probate Activities, when Notarial Activities is No, when Conduct of Litigation is Yes, and when Regulator is Association of Law Costs Draftsmen?
SELECT probate_activities FROM table_name_16 WHERE notarial_activities = "no" AND conduct_of_litigation = "yes" AND regulator = "association of law costs draftsmen"
CREATE TABLE table_name_16 (probate_activities VARCHAR, regulator VARCHAR, notarial_activities VARCHAR, conduct_of_litigation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 1409, 3697, 15, 834, 8463, 2197, 584, 4280, 28027, 6, 14415, 584, 4280, 28027, 6, 59, 9, 12042, 834, 8463, 2197, 584, 4280, 28027, 6, 3498, 834, 858, 8...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 12361, 342, 834, 8463, 2197, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 59, 9, 12042, 834, 8463, 2197, 3274, 96, 29, 32, 121, 3430, 3498, 834, 858, 834, 40, 23, 2880, 257, 3274, 96, 10070, 121, 3430, 14415, ...
What is the highest attendance for the game after week 1 against the New York Jets?
SELECT MAX(attendance) FROM table_name_87 WHERE week > 1 AND opponent = "new york jets"
CREATE TABLE table_name_87 (attendance INTEGER, week VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 15116, 663, 3, 21342, 17966, 6, 471, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 11364, 21, 8, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 15116, 663, 61, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 471, 2490, 209, 3430, 15264, 3274, 96, 5534, 25453, 8757, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average of player Matthew Elliott (vic)?
SELECT average FROM table_name_63 WHERE player = "matthew elliott (vic)"
CREATE TABLE table_name_63 (average VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 28951, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 13, 1959, 9771, 28597, 41, 7287, 61, 58, 1, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1348, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 1959, 3274, 96, 3357, 532, 210, 3, 7999, 32, 17, 17, 41, 7287, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many runs were ranked 4?
SELECT runs FROM table_name_84 WHERE rank = "4"
CREATE TABLE table_name_84 (runs VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 4312, 7, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 3154, 130, 3, 8232, 314, 58, 1, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3154, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 11003, 3274, 96, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which formula has a refractive index 589.3 at 1.97?
SELECT formula FROM table_name_63 WHERE refractive_index_es__5893nm = "1.97"
CREATE TABLE table_name_63 (formula VARCHAR, refractive_index_es__5893nm VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 2032, 83, 9, 584, 4280, 28027, 6, 6273, 52, 6645, 834, 18288, 834, 15, 7, 834, 834, 3449, 4271, 29, 51, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 5403, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 6273, 52, 6645, 834, 18288, 834, 15, 7, 834, 834, 3449, 4271, 29, 51, 3274, 96, 5411, 4327, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is Country of Origin, when Type is Disposable, when Primary Cartridge is 105mm, and when Year of Intro is less than 2008?
SELECT country_of_origin FROM table_name_74 WHERE type = "disposable" AND primary_cartridge = "105mm" AND year_of_intro < 2008
CREATE TABLE table_name_74 (country_of_origin VARCHAR, year_of_intro VARCHAR, type VARCHAR, primary_cartridge VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 17529, 834, 858, 834, 32, 3380, 77, 584, 4280, 28027, 6, 215, 834, 858, 834, 20322, 32, 584, 4280, 28027, 6, 686, 584, 4280, 28027, 6, 2329, 834, 1720,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 684, 834, 858, 834, 32, 3380, 77, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 686, 3274, 96, 10475, 32, 7, 179, 121, 3430, 2329, 834, 1720, 17, 7700, 3274, 96, 12869, 635, 121, 3430, 215, 834, 858, 834, 203...
What is Country of Origin, when Year of Intro is 1977?
SELECT country_of_origin FROM table_name_10 WHERE year_of_intro = 1977
CREATE TABLE table_name_10 (country_of_origin VARCHAR, year_of_intro VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 17529, 834, 858, 834, 32, 3380, 77, 584, 4280, 28027, 6, 215, 834, 858, 834, 20322, 32, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 834, 858, 834, 32, 3380, 77, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 215, 834, 858, 834, 20322, 32, 3274, 16433, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Country of Origin, when Year of Intro is greater than 1985, and when Primary Cartridge is 125mm?
SELECT country_of_origin FROM table_name_27 WHERE year_of_intro > 1985 AND primary_cartridge = "125mm"
CREATE TABLE table_name_27 (country_of_origin VARCHAR, year_of_intro VARCHAR, primary_cartridge VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 17529, 834, 858, 834, 32, 3380, 77, 584, 4280, 28027, 6, 215, 834, 858, 834, 20322, 32, 584, 4280, 28027, 6, 2329, 834, 1720, 17, 7700, 584, 4280, 2802...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 684, 834, 858, 834, 32, 3380, 77, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 215, 834, 858, 834, 20322, 32, 2490, 13200, 3430, 2329, 834, 1720, 17, 7700, 3274, 96, 10124, 635, 121, 1, -100, -100, -100, -100,...
What is the total number of Year of Intro(s), when Country of Origin is Soviet Union, when Type is Reusable, when Primary Cartridge is 40mm, and when Name/ Designation is RPG-29?
SELECT COUNT(year_of_intro) FROM table_name_87 WHERE country_of_origin = "soviet union" AND type = "reusable" AND primary_cartridge = "40mm" AND name__designation = "rpg-29"
CREATE TABLE table_name_87 (year_of_intro VARCHAR, name__designation VARCHAR, primary_cartridge VARCHAR, country_of_origin VARCHAR, type VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 1201, 834, 858, 834, 20322, 32, 584, 4280, 28027, 6, 564, 834, 834, 9124, 257, 584, 4280, 28027, 6, 2329, 834, 1720, 17, 7700, 584, 4280, 28027, 6, 684...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 1201, 834, 858, 834, 20322, 32, 61, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 684, 834, 858, 834, 32, 3380, 77, 3274, 96, 7, 9881, 15, 17, 7021, 121, 3430, 686, 3274, 96, 28147, 121, 343...
Who was at Home at the Bucharest Venue with a Score of 9-9?
SELECT home FROM table_name_20 WHERE venue = "bucharest" AND score = "9-9"
CREATE TABLE table_name_20 (home VARCHAR, venue VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 5515, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 44, 1210, 44, 8, 4675, 9, 62...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 234, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 5669, 3274, 96, 5671, 9, 6216, 121, 3430, 2604, 3274, 96, 1298, 7141, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What date were Romania at Home at the Bucharest Venue with a Score of 13-19?
SELECT date FROM table_name_80 WHERE home = "romania" AND venue = "bucharest" AND score = "13-19"
CREATE TABLE table_name_80 (date VARCHAR, score VARCHAR, home VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 5522, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 130,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 234, 3274, 96, 3522, 11219, 121, 3430, 5669, 3274, 96, 5671, 9, 6216, 121, 3430, 2604, 3274, 96, 2368, 4481, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
Who was at Home when the Score was 13-19?
SELECT home FROM table_name_83 WHERE score = "13-19"
CREATE TABLE table_name_83 (home VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 5515, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 44, 1210, 116, 8, 17763, 47, 1179, 4481, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 234, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 2604, 3274, 96, 2368, 4481, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What draw average has a televote less than 633 and Vilma Voroblevaitė as artist and the place is greater than 14?
SELECT AVG(draw) FROM table_name_68 WHERE televote < 633 AND artist = "vilma voroblevaitė" AND place > 14
CREATE TABLE table_name_68 (draw INTEGER, place VARCHAR, televote VARCHAR, artist VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 19489, 3, 21342, 17966, 6, 286, 584, 4280, 28027, 6, 3, 1931, 1621, 17, 15, 584, 4280, 28027, 6, 2377, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 19489, 61, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 3, 1931, 1621, 17, 15, 3, 2, 431, 4201, 3430, 2377, 3274, 96, 6372, 51, 9, 426, 32, 2296, 20676, 2, 121, 3430, 286, 2490, 968, 1, -10...
Artist Justinas Lapatinskas with a draw of greater than 9 got what as the highest televote?
SELECT MAX(televote) FROM table_name_64 WHERE artist = "justinas lapatinskas" AND draw > 9
CREATE TABLE table_name_64 (televote INTEGER, artist VARCHAR, draw VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 1931, 1621, 17, 15, 3, 21342, 17966, 6, 2377, 584, 4280, 28027, 6, 3314, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 9152, 12446, 9, 7, 325, 7...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 1931, 1621, 17, 15, 61, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 2377, 3274, 96, 4998, 77, 9, 7, 50, 7768, 29, 10717, 7, 121, 3430, 3314, 2490, 668, 1, -100, -100, -100, -100, -100, -100, ...
What is the total of televote for the artist Pokeris when the place was less than 10?
SELECT SUM(televote) FROM table_name_44 WHERE artist = "pokeris" AND place < 10
CREATE TABLE table_name_44 (televote INTEGER, artist VARCHAR, place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 1931, 1621, 17, 15, 3, 21342, 17966, 6, 2377, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 13, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 1931, 1621, 17, 15, 61, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 2377, 3274, 96, 102, 32, 2304, 159, 121, 3430, 286, 3, 2, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
With a draw greater than 11 and the place smaller than 4 what was the televote?
SELECT televote FROM table_name_96 WHERE draw > 11 AND place < 4
CREATE TABLE table_name_96 (televote VARCHAR, draw VARCHAR, place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 1931, 1621, 17, 15, 584, 4280, 28027, 6, 3314, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 438, 3, 9, 3314, 2123, 14...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 1931, 1621, 17, 15, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 3314, 2490, 850, 3430, 286, 3, 2, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What was the aggregate total for the match against Koper?
SELECT agg FROM table_name_49 WHERE opponent = "koper"
CREATE TABLE table_name_49 (agg VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 9, 4102, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 12955, 792, 21, 8, 1588, 581, 1793, 883, 58, 1, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 9, 4102, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 15264, 3274, 96, 17466, 49, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What Canadian Championship had CONCACAF Champions League of semifinals?
SELECT canadian_championship FROM table_name_6 WHERE concacaf_champions_league = "semifinals"
CREATE TABLE table_name_6 (canadian_championship VARCHAR, concacaf_champions_league VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 1608, 9, 8603, 834, 17788, 12364, 2009, 584, 4280, 28027, 6, 975, 658, 658, 89, 834, 17788, 12364, 7, 834, 29512, 584, 4280, 28027, 61, 3, 32105, 32106, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 54, 9, 8603, 834, 17788, 12364, 2009, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 975, 658, 658, 89, 834, 17788, 12364, 7, 834, 29512, 3274, 96, 7, 15, 51, 23, 12406, 7, 121, 1, -100, -100, -100, -100, -100,...
Which regular season had the playoffs of 0 mls cups?
SELECT regular_season FROM table_name_87 WHERE playoffs = "0 mls cups"
CREATE TABLE table_name_87 (regular_season VARCHAR, playoffs VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 60, 122, 4885, 834, 9476, 584, 4280, 28027, 6, 15289, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1646, 774, 141, 8, 15289, 7, 13, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1646, 834, 9476, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 15289, 7, 3274, 96, 632, 3, 51, 40, 7, 12294, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What was the score with a goal of 16?
SELECT score FROM table_name_93 WHERE goal = 16
CREATE TABLE table_name_93 (score VARCHAR, goal VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 7, 9022, 584, 4280, 28027, 6, 1288, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2604, 28, 3, 9, 1288, 13, 898, 58, 1, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 1288, 3274, 898, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the highest Super G, when Season is later than 1996?
SELECT MAX(super_g) FROM table_name_46 WHERE season > 1996
CREATE TABLE table_name_46 (super_g INTEGER, season INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 21771, 834, 122, 3, 21342, 17966, 6, 774, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 2011, 350, 6, 116, 7960, 19, 865, 145, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 21771, 834, 122, 61, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 774, 2490, 6911, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is Combined, when Super G is less than 10, and when Overall is less than 4?
SELECT combined FROM table_name_46 WHERE super_g < 10 AND overall < 4
CREATE TABLE table_name_46 (combined VARCHAR, super_g VARCHAR, overall VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 287, 12712, 26, 584, 4280, 28027, 6, 1355, 834, 122, 584, 4280, 28027, 6, 1879, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 3, 28257, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3334, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 1355, 834, 122, 3, 2, 335, 3430, 1879, 3, 2, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the highest Season, when Super G is 19?
SELECT MAX(season) FROM table_name_63 WHERE super_g = 19
CREATE TABLE table_name_63 (season INTEGER, super_g VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 9476, 3, 21342, 17966, 6, 1355, 834, 122, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 7960, 6, 116, 2011, 350, 19, 957, 58, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 9476, 61, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 1355, 834, 122, 3274, 957, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What outlet has and in-state area of 055 1,497km 2 578mi 2?
SELECT outlet FROM table_name_68 WHERE in_state_area = "055 1,497km 2 578mi 2"
CREATE TABLE table_name_68 (outlet VARCHAR, in_state_area VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 670, 1655, 584, 4280, 28027, 6, 16, 834, 5540, 834, 498, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 12577, 65, 11, 16, 18, 5540, 616, 13...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 12577, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 16, 834, 5540, 834, 498, 3274, 96, 3076, 755, 1914, 591, 4327, 5848, 204, 305, 3940, 51, 23, 204, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the total area of the Arkansas River outlet with a % in-state of a021 100%?
SELECT total_area FROM table_name_61 WHERE outlet = "arkansas river" AND _percentage_in_state = "a021 100%"
CREATE TABLE table_name_61 (total_area VARCHAR, outlet VARCHAR, _percentage_in_state VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 235, 1947, 834, 498, 584, 4280, 28027, 6, 12577, 584, 4280, 28027, 6, 3, 834, 883, 3728, 545, 834, 77, 834, 5540, 584, 4280, 28027, 61, 3, 32105, 32106...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 792, 834, 498, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 12577, 3274, 96, 6604, 3247, 9, 7, 4033, 121, 3430, 3, 834, 883, 3728, 545, 834, 77, 834, 5540, 3274, 96, 9, 632, 2658, 2349, 121, 1, -100, -100, ...
With an outlet of Colorado River and a % instate of a038 84.8% what is in-state area?
SELECT in_state_area FROM table_name_30 WHERE outlet = "colorado river" AND _percentage_in_state = "a038 84.8%"
CREATE TABLE table_name_30 (in_state_area VARCHAR, outlet VARCHAR, _percentage_in_state VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 77, 834, 5540, 834, 498, 584, 4280, 28027, 6, 12577, 584, 4280, 28027, 6, 3, 834, 883, 3728, 545, 834, 77, 834, 5540, 584, 4280, 28027, 61, 3, 32105, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 16, 834, 5540, 834, 498, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 12577, 3274, 96, 8135, 19042, 4033, 121, 3430, 3, 834, 883, 3728, 545, 834, 77, 834, 5540, 3274, 96, 9, 632, 3747, 3, 4608, 5, 5953, 121,...
What is the in-state area with an outlet of South Platte River and Big Thompson river as the basin?
SELECT in_state_area FROM table_name_81 WHERE outlet = "south platte river" AND basin = "big thompson river"
CREATE TABLE table_name_81 (in_state_area VARCHAR, outlet VARCHAR, basin VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 77, 834, 5540, 834, 498, 584, 4280, 28027, 6, 12577, 584, 4280, 28027, 6, 21510, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 16, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 16, 834, 5540, 834, 498, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 12577, 3274, 96, 7, 670, 107, 3, 13639, 4033, 121, 3430, 21510, 3274, 96, 12911, 3, 189, 32, 1167, 739, 4033, 121, 1, -100, -100, -100, -...
With an in-state area of 053 1,654km 2 639mi 2, what is the total area?
SELECT total_area FROM table_name_7 WHERE in_state_area = "053 1,654km 2 639mi 2"
CREATE TABLE table_name_7 (total_area VARCHAR, in_state_area VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 235, 1947, 834, 498, 584, 4280, 28027, 6, 16, 834, 5540, 834, 498, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 438, 46, 16, 18, 5540, 616, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 792, 834, 498, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 16, 834, 5540, 834, 498, 3274, 96, 3076, 519, 1914, 4122, 591, 5848, 204, 431, 3288, 51, 23, 204, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the name of the basin with an in-state area of 071 238km 2 92mi 2?
SELECT basin FROM table_name_66 WHERE in_state_area = "071 238km 2 92mi 2"
CREATE TABLE table_name_66 (basin VARCHAR, in_state_area VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 4883, 77, 584, 4280, 28027, 6, 16, 834, 5540, 834, 498, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 8, 21510, 28, 46, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 21510, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 16, 834, 5540, 834, 498, 3274, 96, 4560, 536, 204, 3747, 5848, 204, 3, 4508, 51, 23, 204, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the transfer fee for the player ending in 2011 and moving from Thrasyvoulos?
SELECT transfer_fee FROM table_name_97 WHERE ends = 2011 AND moving_from = "thrasyvoulos"
CREATE TABLE table_name_97 (transfer_fee VARCHAR, ends VARCHAR, moving_from VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 7031, 1010, 834, 89, 15, 15, 584, 4280, 28027, 6, 5542, 584, 4280, 28027, 6, 1735, 834, 7152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2025, 834, 89, 15, 15, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 5542, 3274, 2722, 3430, 1735, 834, 7152, 3274, 96, 189, 52, 9, 7, 63, 1621, 83, 32, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
What was the transfer fee for the player moving in the winter window and ending in a year after 2010?
SELECT transfer_fee FROM table_name_33 WHERE ends > 2010 AND transfer_window = "winter"
CREATE TABLE table_name_33 (transfer_fee VARCHAR, ends VARCHAR, transfer_window VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 7031, 1010, 834, 89, 15, 15, 584, 4280, 28027, 6, 5542, 584, 4280, 28027, 6, 2025, 834, 5165, 2381, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2025, 834, 89, 15, 15, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 5542, 2490, 2735, 3430, 2025, 834, 5165, 2381, 3274, 96, 210, 3870, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Can you tell me the lowest Week that has the Attendance smaller than 34,336?
SELECT MIN(week) FROM table_name_60 WHERE attendance < 34 OFFSET 336
CREATE TABLE table_name_60 (week INTEGER, attendance INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 8041, 3, 21342, 17966, 6, 11364, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 1072, 25, 817, 140, 8, 7402, 6551, 24, 65, 8, 22497, 663, 2755, 14...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 8041, 61, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 11364, 3, 2, 6154, 3, 15316, 20788, 220, 3420, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the opponents in the final that was played on April 16, 2006 and the outcome was runner-up?
SELECT opponents_in_final FROM table_name_9 WHERE outcome = "runner-up" AND date = "april 16, 2006"
CREATE TABLE table_name_9 (opponents_in_final VARCHAR, outcome VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 32, 102, 9977, 7, 834, 77, 834, 12406, 584, 4280, 28027, 6, 6138, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 16383, 834, 77, 834, 12406, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 6138, 3274, 96, 10806, 18, 413, 121, 3430, 833, 3274, 96, 9, 2246, 40, 11940, 3581, 121, 1, -100, -100, -100, -100, -100, -100, -100, -1...
Who were the opponents in the final when the game was played on hard surface and the score of the final was 6–1, 1–6, 7–6(4)?
SELECT opponents_in_final FROM table_name_22 WHERE surface = "hard" AND score_in_final = "6–1, 1–6, 7–6(4)"
CREATE TABLE table_name_22 (opponents_in_final VARCHAR, surface VARCHAR, score_in_final VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 32, 102, 9977, 7, 834, 77, 834, 12406, 584, 4280, 28027, 6, 1774, 584, 4280, 28027, 6, 2604, 834, 77, 834, 12406, 584, 4280, 28027, 61, 3, 32105, 32106...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 16383, 834, 77, 834, 12406, 21680, 953, 834, 4350, 834, 2884, 549, 17444, 427, 1774, 3274, 96, 5651, 121, 3430, 2604, 834, 77, 834, 12406, 3274, 96, 948, 104, 4347, 209, 104, 11071, 489, 104, 948, 10820, 121, 1, -10...
Which date's margin of victory was 3 and 2?
SELECT date FROM table_name_45 WHERE margin_of_victory = "3 and 2"
CREATE TABLE table_name_45 (date VARCHAR, margin_of_victory VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 5522, 584, 4280, 28027, 6, 6346, 834, 858, 834, 7287, 10972, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 833, 31, 7, 6346, 13, 6224, 47, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 6346, 834, 858, 834, 7287, 10972, 3274, 96, 519, 11, 204, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the to par when the winning score was 67-68-70-66=271?
SELECT to_par FROM table_name_76 WHERE winning_score = 67 - 68 - 70 - 66 = 271
CREATE TABLE table_name_76 (to_par VARCHAR, winning_score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 235, 834, 1893, 584, 4280, 28027, 6, 3447, 834, 7, 9022, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 12, 260, 116, 8, 3447, 2604, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 12, 834, 1893, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 3447, 834, 7, 9022, 3274, 3, 3708, 3, 18, 3, 3651, 3, 18, 2861, 3, 18, 3, 3539, 3274, 204, 4450, 1, -100, -100, -100, -100, -100, -100, -100, -10...
What is the to par when the tournament involved was the Transitions Championship?
SELECT to_par FROM table_name_45 WHERE tournament = "transitions championship"
CREATE TABLE table_name_45 (to_par VARCHAR, tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 235, 834, 1893, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 12, 260, 116, 8, 5892, 1381, 47, 8, 25766, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 12, 834, 1893, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 5892, 3274, 96, 7031, 4749, 7, 10183, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
On what date was the Transitions Championship?
SELECT date FROM table_name_46 WHERE tournament = "transitions championship"
CREATE TABLE table_name_46 (date VARCHAR, tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 5522, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 833, 47, 8, 25766, 7, 7666, 58, 1, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 5892, 3274, 96, 7031, 4749, 7, 10183, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who was the runner-up on Jul 14, 1968?
SELECT runner_s__up FROM table_name_64 WHERE date = "jul 14, 1968"
CREATE TABLE table_name_64 (runner_s__up VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 10806, 834, 7, 834, 834, 413, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 3, 10806, 18, 413, 30, 17829,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 10806, 834, 7, 834, 834, 413, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 833, 3274, 96, 354, 83, 11363, 16506, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the winning score of the tournament with Charles Coody as the runner-up?
SELECT winning_score FROM table_name_91 WHERE runner_s__up = "charles coody"
CREATE TABLE table_name_91 (winning_score VARCHAR, runner_s__up VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 8163, 834, 7, 9022, 584, 4280, 28027, 6, 3, 10806, 834, 7, 834, 834, 413, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3447, 2604, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3447, 834, 7, 9022, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 3, 10806, 834, 7, 834, 834, 413, 3274, 96, 4059, 965, 576, 9666, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the 2011 value of the French Open, which has a 2006 value of A?
SELECT 2011 FROM table_name_2 WHERE 2006 = "a" AND tournament = "french open"
CREATE TABLE table_name_2 (tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2722, 701, 13, 8, 2379, 2384, 6, 84, 65, 3, 9, 3581, 701, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2722, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 3581, 3274, 96, 9, 121, 3430, 5892, 3274, 96, 89, 60, 5457, 539, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the tournament with a 2006 value of A and a 2011 value of 1r?
SELECT tournament FROM table_name_13 WHERE 2006 = "a" AND 2011 = "1r"
CREATE TABLE table_name_13 (tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 5892, 28, 3, 9, 3581, 701, 13, 71, 11, 3, 9, 2722, 701, 13, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5892, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 3581, 3274, 96, 9, 121, 3430, 2722, 3274, 96, 536, 52, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the 2007 value of the US Open?
SELECT 2007 FROM table_name_16 WHERE tournament = "us open"
CREATE TABLE table_name_16 (tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4101, 701, 13, 8, 837, 2384, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4101, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 5892, 3274, 96, 302, 539, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the tournament with a 2006 value of A and a 2011 value of 3r?
SELECT tournament FROM table_name_59 WHERE 2006 = "a" AND 2011 = "3r"
CREATE TABLE table_name_59 (tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 5892, 28, 3, 9, 3581, 701, 13, 71, 11, 3, 9, 2722, 701, 13, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5892, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 3581, 3274, 96, 9, 121, 3430, 2722, 3274, 96, 519, 52, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What Catalog was released in Germany?
SELECT catalog FROM table_name_47 WHERE region = "germany"
CREATE TABLE table_name_47 (catalog VARCHAR, region VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 2138, 9, 2152, 584, 4280, 28027, 6, 1719, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 22424, 47, 1883, 16, 3434, 58, 1, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 10173, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 1719, 3274, 96, 1304, 348, 63, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What Region was the Catalog magik muzik 805-5 released in?
SELECT region FROM table_name_5 WHERE catalog = "magik muzik 805-5"
CREATE TABLE table_name_5 (region VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 18145, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 6163, 47, 8, 22424, 6396, 23, 157, 4035, 702, 157, 505, 3076,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1719, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 10173, 3274, 96, 7493, 23, 157, 4035, 702, 157, 505, 3076, 18, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the total number of Dates during which the Catalog nebbc003 was given?
SELECT SUM(date) FROM table_name_71 WHERE catalog = "nebbc003"
CREATE TABLE table_name_71 (date INTEGER, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 5522, 3, 21342, 17966, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 7678, 7, 383, 84, 8, 22424, 3, 29, 15...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 5522, 61, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 10173, 3274, 96, 29, 15, 115, 115, 75, 1206, 519, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the highest Population per km² (2009) that is in western province, with an Area (km²) larger than 5,475?
SELECT MAX(population_per_km²__2009_) FROM table_name_33 WHERE province = "western province" AND area__km²_ > 5 OFFSET 475
CREATE TABLE table_name_33 (population_per_km²__2009_ INTEGER, province VARCHAR, area__km²_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 9791, 7830, 834, 883, 834, 5848, 357, 834, 834, 16660, 834, 3, 21342, 17966, 6, 7985, 584, 4280, 28027, 6, 616, 834, 834, 5848, 357, 834, 584, 4280, 28...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 9791, 7830, 834, 883, 834, 5848, 357, 834, 834, 16660, 834, 61, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 7985, 3274, 96, 24411, 7985, 121, 3430, 616, 834, 834, 5848, 357, 834, 2490, 305, 3, ...
What is the lowest Population per km² (2009) that has a Solomon Islands province, with an Area (km²) smaller than 28,400?
SELECT MIN(population_per_km²__2009_) FROM table_name_21 WHERE province = "solomon islands" AND area__km²_ < 28 OFFSET 400
CREATE TABLE table_name_21 (population_per_km²__2009_ INTEGER, province VARCHAR, area__km²_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 9791, 7830, 834, 883, 834, 5848, 357, 834, 834, 16660, 834, 3, 21342, 17966, 6, 7985, 584, 4280, 28027, 6, 616, 834, 834, 5848, 357, 834, 584, 4280, 28...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 9791, 7830, 834, 883, 834, 5848, 357, 834, 834, 16660, 834, 61, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 7985, 3274, 96, 4099, 32, 2157, 12098, 121, 3430, 616, 834, 834, 5848, 357, 834, 3, ...
What Team was in 2005?
SELECT team FROM table_name_92 WHERE year = 2005
CREATE TABLE table_name_92 (team VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 11650, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 2271, 47, 16, 3105, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 372, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 215, 3274, 3105, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Before 2008, if the Manufacturer is dodge and the start is under 9, what's the highest finish time?
SELECT MAX(finish) FROM table_name_17 WHERE manufacturer = "dodge" AND start < 9 AND year < 2008
CREATE TABLE table_name_17 (finish INTEGER, year VARCHAR, manufacturer VARCHAR, start VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 25535, 3, 21342, 17966, 6, 215, 584, 4280, 28027, 6, 4818, 584, 4280, 28027, 6, 456, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 3103, 2628, 6, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 4800, 4, 599, 25535, 61, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 4818, 3274, 96, 26, 32, 26, 397, 121, 3430, 456, 3, 2, 668, 3430, 215, 3, 2, 2628, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
When the team is penske and they start under 9, what's the average finish time?
SELECT AVG(finish) FROM table_name_80 WHERE team = "penske" AND start < 9
CREATE TABLE table_name_80 (finish INTEGER, team VARCHAR, start VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 25535, 3, 21342, 17966, 6, 372, 584, 4280, 28027, 6, 456, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 8, 372, 19, 3, 3801, 1050, 11, 79, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 25535, 61, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 372, 3274, 96, 3801, 1050, 121, 3430, 456, 3, 2, 668, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the sum of Gold, when Total is greater than 2, when Bronze is greater than 1, and when Silver is less than 1?
SELECT SUM(gold) FROM table_name_70 WHERE total > 2 AND bronze > 1 AND silver < 1
CREATE TABLE table_name_70 (gold INTEGER, silver VARCHAR, total VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 14910, 3, 21342, 17966, 6, 4294, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 14910, 61, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 792, 2490, 204, 3430, 13467, 2490, 209, 3430, 4294, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the sum of Gold, when Total is less than 1?
SELECT SUM(gold) FROM table_name_14 WHERE total < 1
CREATE TABLE table_name_14 (gold INTEGER, total INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 14910, 3, 21342, 17966, 6, 792, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 2540, 6, 116, 9273, 19, 705, 145, 209, 58, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 14910, 61, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 792, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average Total, when Gold is 0, and when Nation is Iran?
SELECT AVG(total) FROM table_name_71 WHERE gold = 0 AND nation = "iran"
CREATE TABLE table_name_71 (total INTEGER, gold VARCHAR, nation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 235, 1947, 3, 21342, 17966, 6, 2045, 584, 4280, 28027, 6, 2982, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 9273, 6, 116, 25...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 2045, 3274, 3, 632, 3430, 2982, 3274, 96, 23, 2002, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the sum of Total, when Nation is West Germany, and when Gold is greater than 2?
SELECT SUM(total) FROM table_name_45 WHERE nation = "west germany" AND gold > 2
CREATE TABLE table_name_45 (total INTEGER, nation VARCHAR, gold VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 235, 1947, 3, 21342, 17966, 6, 2982, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 9273, 6, 116...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 2982, 3274, 96, 12425, 13692, 63, 121, 3430, 2045, 2490, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the average Total, when Gold is less than 0?
SELECT AVG(total) FROM table_name_12 WHERE gold < 0
CREATE TABLE table_name_12 (total INTEGER, gold INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 235, 1947, 3, 21342, 17966, 6, 2045, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 9273, 6, 116, 2540, 19, 705, 145, 3, 632, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 2045, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the content of the Television service of Vesti?
SELECT content FROM table_name_58 WHERE television_service = "vesti"
CREATE TABLE table_name_58 (content VARCHAR, television_service VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 14819, 584, 4280, 28027, 6, 4390, 834, 5114, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 738, 13, 8, 21922, 313, 13, 20970, 23, 58...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 738, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 4390, 834, 5114, 3274, 96, 19038, 23, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Television service has a Content of general television?
SELECT television_service FROM table_name_49 WHERE content = "general television"
CREATE TABLE table_name_49 (television_service VARCHAR, content VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 1931, 6610, 834, 5114, 584, 4280, 28027, 6, 738, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 21922, 313, 65, 3, 9, 7185, 13, 879, 4390, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4390, 834, 5114, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 738, 3274, 96, 27369, 4390, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Administrative district has a Pre-1009 province of gwannae -do and a Post-1009 province of seohae -do?
SELECT administrative_district FROM table_name_76 WHERE pre_1009_province = "gwannae -do" AND post_1009_province = "seohae -do"
CREATE TABLE table_name_76 (administrative_district VARCHAR, pre_1009_province VARCHAR, post_1009_province VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 9571, 1528, 834, 26, 23, 20066, 584, 4280, 28027, 6, 554, 834, 2915, 1298, 834, 1409, 2494, 565, 584, 4280, 28027, 6, 442, 834, 2915, 1298, 834, 1409, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 6601, 834, 26, 23, 20066, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 554, 834, 2915, 1298, 834, 1409, 2494, 565, 3274, 96, 122, 210, 10878, 15, 3, 18, 26, 32, 121, 3430, 442, 834, 2915, 1298, 834, 1409, 24...
What kind of Modern equivalent that has a Pre-1009 province of sakbang -do, and a Province of Silla of sakju?
SELECT modern_equivalent FROM table_name_15 WHERE pre_1009_province = "sakbang -do" AND province_of_silla = "sakju"
CREATE TABLE table_name_15 (modern_equivalent VARCHAR, pre_1009_province VARCHAR, province_of_silla VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 18306, 834, 15, 1169, 15592, 584, 4280, 28027, 6, 554, 834, 2915, 1298, 834, 1409, 2494, 565, 584, 4280, 28027, 6, 7985, 834, 858, 834, 7, 1092, 9, 584...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 941, 834, 15, 1169, 15592, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 554, 834, 2915, 1298, 834, 1409, 2494, 565, 3274, 96, 7, 1639, 115, 1468, 3, 18, 26, 32, 121, 3430, 7985, 834, 858, 834, 7, 1092, 9, ...
What kind of Modern equivalent has a Post-1009 province of gyeongsang -do, and a Administrative district of jinju -mok, and a Province of Silla of gangju?
SELECT modern_equivalent FROM table_name_88 WHERE post_1009_province = "gyeongsang -do" AND administrative_district = "jinju -mok" AND province_of_silla = "gangju"
CREATE TABLE table_name_88 (modern_equivalent VARCHAR, province_of_silla VARCHAR, post_1009_province VARCHAR, administrative_district VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 18306, 834, 15, 1169, 15592, 584, 4280, 28027, 6, 7985, 834, 858, 834, 7, 1092, 9, 584, 4280, 28027, 6, 442, 834, 2915, 1298, 834, 1409, 2494, 565, 584...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 941, 834, 15, 1169, 15592, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 442, 834, 2915, 1298, 834, 1409, 2494, 565, 3274, 96, 122, 63, 15, 2444, 7, 1468, 3, 18, 26, 32, 121, 3430, 6601, 834, 26, 23, 20066, ...
WHat kind of Province of Silla has a Modern equivalent of pyeongan?
SELECT province_of_silla FROM table_name_25 WHERE modern_equivalent = "pyeongan"
CREATE TABLE table_name_25 (province_of_silla VARCHAR, modern_equivalent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 1409, 2494, 565, 834, 858, 834, 7, 1092, 9, 584, 4280, 28027, 6, 941, 834, 15, 1169, 15592, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 3, 153...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 7985, 834, 858, 834, 7, 1092, 9, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 941, 834, 15, 1169, 15592, 3274, 96, 102, 63, 15, 106, 2565, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Pre-1009 province has a Post-1009 province of donggye?
SELECT pre_1009_province FROM table_name_36 WHERE post_1009_province = "donggye"
CREATE TABLE table_name_36 (pre_1009_province VARCHAR, post_1009_province VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 2026, 834, 2915, 1298, 834, 1409, 2494, 565, 584, 4280, 28027, 6, 442, 834, 2915, 1298, 834, 1409, 2494, 565, 584, 4280, 28027, 61, 3, 32105, 32106, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 554, 834, 2915, 1298, 834, 1409, 2494, 565, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 442, 834, 2915, 1298, 834, 1409, 2494, 565, 3274, 96, 2029, 9559, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
WHich Province of Silla has a Modern equivalent of south jeolla, and a Administrative district of seungju?
SELECT province_of_silla FROM table_name_33 WHERE modern_equivalent = "south jeolla" AND administrative_district = "seungju"
CREATE TABLE table_name_33 (province_of_silla VARCHAR, modern_equivalent VARCHAR, administrative_district VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 1409, 2494, 565, 834, 858, 834, 7, 1092, 9, 584, 4280, 28027, 6, 941, 834, 15, 1169, 15592, 584, 4280, 28027, 6, 6601, 834, 26, 23, 20066, 584, 4280, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 7985, 834, 858, 834, 7, 1092, 9, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 941, 834, 15, 1169, 15592, 3274, 96, 7, 670, 107, 528, 32, 195, 9, 121, 3430, 6601, 834, 26, 23, 20066, 3274, 96, 7, 15, 425, ...
What was the lowest year that a player from midfield won first team honors?
SELECT MIN(year) FROM table_name_12 WHERE team = "first team" AND position = "midfield"
CREATE TABLE table_name_12 (year INTEGER, team VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 1201, 3, 21342, 17966, 6, 372, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 7402, 215, 24, 3, 9, 1959, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 1201, 61, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 372, 3274, 96, 14672, 372, 121, 3430, 1102, 3274, 96, 6983, 1846, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the date of the munich, germany tournament?
SELECT date FROM table_name_52 WHERE tournament = "munich, germany"
CREATE TABLE table_name_52 (date VARCHAR, tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 5522, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 833, 13, 8, 13844, 362, 6, 13692, 63, 5892, 58, 1, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 5892, 3274, 96, 11760, 524, 6, 13692, 63, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What tournament is on October 27, 2003?
SELECT tournament FROM table_name_84 WHERE date = "october 27, 2003"
CREATE TABLE table_name_84 (tournament VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 5892, 19, 30, 1797, 14141, 3888, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5892, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 833, 3274, 96, 32, 75, 235, 1152, 14141, 3888, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who is the opponent in the final of the tournament on May 22, 2006?
SELECT opponent_in_final FROM table_name_88 WHERE date = "may 22, 2006"
CREATE TABLE table_name_88 (opponent_in_final VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 32, 102, 9977, 834, 77, 834, 12406, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 15264, 16, 8, 804, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 834, 77, 834, 12406, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 833, 3274, 96, 13726, 12889, 3581, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the surface of the tournament with david nalbandian as the opponent in the final?
SELECT surface FROM table_name_53 WHERE opponent_in_final = "david nalbandian"
CREATE TABLE table_name_53 (surface VARCHAR, opponent_in_final VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 26899, 584, 4280, 28027, 6, 15264, 834, 77, 834, 12406, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1774, 13, 8, 5892, 28, 836, 69...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1774, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 15264, 834, 77, 834, 12406, 3274, 96, 26, 9, 6961, 3, 29, 138, 3478, 8603, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...