NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
What is the Nation with a Date that is may 6, 1991?
SELECT nation FROM table_name_51 WHERE date = "may 6, 1991"
CREATE TABLE table_name_51 (nation VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 29, 257, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11046, 28, 3, 9, 7678, 24, 19, 164, 8580, 9957, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2982, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 833, 3274, 96, 13726, 8580, 9957, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Record with a Date that is may 20, 1961?
SELECT record FROM table_name_73 WHERE date = "may 20, 1961"
CREATE TABLE table_name_73 (record VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4552, 41, 60, 7621, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11392, 28, 3, 9, 7678, 24, 19, 164, 16047, 21018, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1368, 21680, 953, 834, 4350, 834, 4552, 549, 17444, 427, 833, 3274, 96, 13726, 16047, 21018, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who was the partner of the winner?
SELECT partner FROM table_name_46 WHERE outcome = "winner"
CREATE TABLE table_name_46 (partner VARCHAR, outcome VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 12300, 584, 4280, 28027, 6, 6138, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 2397, 13, 8, 4668, 58, 1, 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, 2397, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 6138, 3274, 96, 3757, 687, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many Places (Posición) has a Draw (PE) larger than 2 and a Team (Equipo) of paraíso and a Won (PG) larger than 6?
SELECT COUNT(place__posición_) FROM table_name_53 WHERE draw__pe_ > 2 AND team__equipo_ = "paraíso" AND won__pg_ > 6
CREATE TABLE table_name_53 (place__posición_ VARCHAR, won__pg_ VARCHAR, draw__pe_ VARCHAR, team__equipo_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 4687, 834, 834, 19882, 12765, 834, 584, 4280, 28027, 6, 751, 834, 834, 102, 122, 834, 584, 4280, 28027, 6, 3314, 834, 834, 855, 834, 584, 4280, 28027, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4687, 834, 834, 19882, 12765, 834, 61, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 3314, 834, 834, 855, 834, 2490, 204, 3430, 372, 834, 834, 15, 23067, 32, 834, 3274, 96, 6583, 2, 7, 32, 1...
How many league cups have yeovil town as the club, with a league less than 16?
SELECT COUNT(league) AS Cup FROM table_name_88 WHERE club = "yeovil town" AND league < 16
CREATE TABLE table_name_88 (league VARCHAR, club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 29512, 584, 4280, 28027, 6, 1886, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 5533, 12294, 43, 3, 63, 15, 32, 6372, 1511, 38, 8, 188...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 29512, 61, 6157, 3802, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 1886, 3274, 96, 63, 15, 32, 6372, 1511, 121, 3430, 5533, 3, 2, 898, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the average FA Cup that has gary jones as the player, and an FA trophy greater than 5?
SELECT AVG(fa_cup) FROM table_name_15 WHERE player = "gary jones" AND fa_trophy > 5
CREATE TABLE table_name_15 (fa_cup INTEGER, player VARCHAR, fa_trophy VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 89, 9, 834, 4658, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 3, 89, 9, 834, 17, 29006, 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, 71, 17217, 599, 89, 9, 834, 4658, 61, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 1959, 3274, 96, 1478, 63, 3, 1927, 1496, 121, 3430, 3, 89, 9, 834, 17, 29006, 2490, 305, 1, -100, -100, -100, -100, -100, ...
What FA trophys have tony hemmings as the player, with a league greater than 15?
SELECT SUM(fa_trophy) FROM table_name_98 WHERE player = "tony hemmings" AND league > 15
CREATE TABLE table_name_98 (fa_trophy INTEGER, player VARCHAR, league VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 89, 9, 834, 17, 29006, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 5533, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 8536, 23921, 7, 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, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 89, 9, 834, 17, 29006, 61, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 1959, 3274, 96, 17, 106, 63, 3, 88, 635, 53, 7, 121, 3430, 5533, 2490, 627, 1, -100, -100, -100, -100, -100, -100, -1...
What is the score where the country is Japan?
SELECT score FROM table_name_95 WHERE country = "japan"
CREATE TABLE table_name_95 (score VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 7, 9022, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2604, 213, 8, 684, 19, 3411, 58, 1, 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, 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, 2604, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 684, 3274, 96, 1191, 2837, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which province has muju as the capital?
SELECT province FROM table_name_82 WHERE capital = "muju"
CREATE TABLE table_name_82 (province VARCHAR, capital VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 1409, 2494, 565, 584, 4280, 28027, 6, 1784, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 7985, 65, 4035, 2047, 38, 8, 1784, 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, 7985, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 1784, 3274, 96, 51, 76, 2047, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the modern equivalent of 良州 in Hanja?
SELECT modern_equivalent FROM table_name_17 WHERE hanja = "良州"
CREATE TABLE table_name_17 (modern_equivalent VARCHAR, hanja VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 18306, 834, 15, 1169, 15592, 584, 4280, 28027, 6, 3, 2618, 1191, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 941, 7072, 13, 3, 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, 941, 834, 15, 1169, 15592, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 3, 2618, 1191, 3274, 96, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the capital of the province with 양주 in Hangul?
SELECT capital FROM table_name_21 WHERE hangul = "양주"
CREATE TABLE table_name_21 (capital VARCHAR, hangul VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 4010, 9538, 584, 4280, 28027, 6, 5168, 83, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1784, 13, 8, 7985, 28, 3, 2, 16, 15280, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1784, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 5168, 83, 3274, 96, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the capital of the province with 漢州 in Hanja?
SELECT capital FROM table_name_88 WHERE hanja = "漢州"
CREATE TABLE table_name_88 (capital VARCHAR, hanja VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 4010, 9538, 584, 4280, 28027, 6, 3, 2618, 1191, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1784, 13, 8, 7985, 28, 3, 2, 16, 662...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1784, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 3, 2618, 1191, 3274, 96, 2, 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 Hanja for the sakju province?
SELECT hanja FROM table_name_78 WHERE province = "sakju"
CREATE TABLE table_name_78 (hanja VARCHAR, province VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 2618, 1191, 584, 4280, 28027, 6, 7985, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6627, 1191, 21, 8, 3, 7, 1639, 2047, 7985, 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, 3, 2618, 1191, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 7985, 3274, 96, 7, 1639, 2047, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the fewest number of top-25s for events with more than 0 wins?
SELECT MIN(top_25) FROM table_name_17 WHERE wins > 0
CREATE TABLE table_name_17 (top_25 INTEGER, wins INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 2916, 834, 1828, 3, 21342, 17966, 6, 9204, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 360, 222, 381, 13, 420, 14855, 7, 21, 984, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 2916, 834, 1828, 61, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 9204, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the highest number of top-10s in events with more than 0 wins?
SELECT MAX(top_10) FROM table_name_46 WHERE wins > 0
CREATE TABLE table_name_46 (top_10 INTEGER, wins INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 2916, 834, 1714, 3, 21342, 17966, 6, 9204, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 381, 13, 420, 4536, 7, 16, 984, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 2916, 834, 16968, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 9204, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the number of top-25s in events under 13, cuts made under 3, and 1 top-10?
SELECT top_25 FROM table_name_47 WHERE events < 13 AND cuts_made < 3 AND top_10 = 1
CREATE TABLE table_name_47 (top_25 VARCHAR, top_10 VARCHAR, events VARCHAR, cuts_made VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 2916, 834, 1828, 584, 4280, 28027, 6, 420, 834, 1714, 584, 4280, 28027, 6, 984, 584, 4280, 28027, 6, 8620, 834, 4725, 584, 4280, 28027, 61, 3, 32105, 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, 420, 834, 1828, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 984, 3, 2, 1179, 3430, 8620, 834, 4725, 3, 2, 220, 3430, 420, 834, 1714, 3274, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which season had an average under 28, a rank under 10, and a partner of Janja Lesar?
SELECT season FROM table_name_7 WHERE average < 28 AND rank < 10 AND professional_partner = "janja lesar"
CREATE TABLE table_name_7 (season VARCHAR, professional_partner VARCHAR, average VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 9476, 584, 4280, 28027, 6, 771, 834, 12300, 584, 4280, 28027, 6, 1348, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 40...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 774, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 1348, 3, 2, 2059, 3430, 11003, 3, 2, 335, 3430, 771, 834, 12300, 3274, 96, 7066, 1191, 110, 291, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest season that had rank under 1?
SELECT MAX(season) FROM table_name_45 WHERE rank < 1
CREATE TABLE table_name_45 (season INTEGER, rank INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 9476, 3, 21342, 17966, 6, 11003, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 774, 24, 141, 11003, 365, 209, 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, 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, 4800, 4, 599, 9476, 61, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 11003, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the professional partner in season 4?
SELECT professional_partner FROM table_name_29 WHERE season = 4
CREATE TABLE table_name_29 (professional_partner VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 24318, 834, 12300, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 771, 2397, 16, 774, 314, 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, 771, 834, 12300, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 774, 3274, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who had the highest rebounds against detroit?
SELECT high_rebounds FROM table_name_65 WHERE team = "detroit"
CREATE TABLE table_name_65 (high_rebounds VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 6739, 834, 23768, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 141, 8, 2030, 3, 23768, 581, 3, 26, 15252, 155, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 306, 834, 23768, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 372, 3274, 96, 26, 15252, 155, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How much gold received by nation of uzbekistan (uzb)?
SELECT MAX(gold) FROM table_name_93 WHERE nation = "uzbekistan (uzb)"
CREATE TABLE table_name_93 (gold INTEGER, nation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 14910, 3, 21342, 17966, 6, 2982, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 231, 2045, 1204, 57, 2982, 13, 3, 76, 172, 346, 2168, 5627, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 14910, 61, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 2982, 3274, 96, 76, 172, 346, 2168, 5627, 41, 76, 172, 115, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which team has the lowest gold and 0 silver?
SELECT MIN(gold) FROM table_name_68 WHERE silver < 0
CREATE TABLE table_name_68 (gold INTEGER, silver INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 14910, 3, 21342, 17966, 6, 4294, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 4073, 372, 65, 8, 7402, 2045, 11, 3, 632, 4294, 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, 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, 3, 17684, 599, 14910, 61, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 4294, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How much gold when silver, bronze and total is smaller than 1?
SELECT MAX(gold) FROM table_name_27 WHERE silver < 1 AND bronze = 1 AND total < 1
CREATE TABLE table_name_27 (gold INTEGER, total VARCHAR, silver VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 14910, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 231, 204...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14910, 61, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 4294, 3, 2, 209, 3430, 13467, 3274, 209, 3430, 792, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the ICAO with commenced operations before 1989?
SELECT icao FROM table_name_2 WHERE commenced_operations < 1989
CREATE TABLE table_name_2 (icao VARCHAR, commenced_operations INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 2617, 32, 584, 4280, 28027, 6, 3, 28916, 834, 22280, 7, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 15038, 667, 28, 3, 28916, 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, 3, 2617, 32, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 3, 28916, 834, 22280, 7, 3, 2, 9975, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the lowest commenced operations that has a nouvelair callsign?
SELECT MIN(commenced_operations) FROM table_name_90 WHERE callsign = "nouvelair"
CREATE TABLE table_name_90 (commenced_operations INTEGER, callsign VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 28916, 834, 22280, 7, 3, 21342, 17966, 6, 580, 6732, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 3, 28916, 2673, 24, 65, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 28916, 834, 22280, 7, 61, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 580, 6732, 3274, 96, 15358, 4911, 2256, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What callsign has commenced operations in 2011?
SELECT callsign FROM table_name_34 WHERE commenced_operations = 2011
CREATE TABLE table_name_34 (callsign VARCHAR, commenced_operations VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 16482, 6732, 584, 4280, 28027, 6, 3, 28916, 834, 22280, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 580, 6732, 65, 3, 28916, 2673, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 580, 6732, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 3, 28916, 834, 22280, 7, 3274, 2722, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What language is used when the service is sky primafila 10 and the package/option is qualsiasi?
SELECT language FROM table_name_19 WHERE package_option = "qualsiasi" AND television_service = "sky primafila 10"
CREATE TABLE table_name_19 (language VARCHAR, package_option VARCHAR, television_service VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 24925, 584, 4280, 28027, 6, 2642, 834, 11803, 584, 4280, 28027, 6, 4390, 834, 5114, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1612, 19, 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, 1612, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 2642, 834, 11803, 3274, 96, 11433, 7, 23, 9, 7, 23, 121, 3430, 4390, 834, 5114, 3274, 96, 5352, 3778, 8027, 9, 335, 121, 1, -100, -100, -100, -100, -100, -1...
What is the content when the package/option is qualsiasi and sky primafila 14 is the television service?
SELECT content FROM table_name_13 WHERE package_option = "qualsiasi" AND television_service = "sky primafila 14"
CREATE TABLE table_name_13 (content VARCHAR, package_option VARCHAR, television_service VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 14819, 584, 4280, 28027, 6, 2642, 834, 11803, 584, 4280, 28027, 6, 4390, 834, 5114, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 738,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 738, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 2642, 834, 11803, 3274, 96, 11433, 7, 23, 9, 7, 23, 121, 3430, 4390, 834, 5114, 3274, 96, 5352, 3778, 8027, 9, 968, 121, 1, -100, -100, -100, -100, -100, -10...
What is the HDTV that has television service of tv 8 mont blanc and content is general television?
SELECT hdtv FROM table_name_26 WHERE content = "general television" AND television_service = "tv 8 mont blanc"
CREATE TABLE table_name_26 (hdtv VARCHAR, content VARCHAR, television_service VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 107, 26, 17, 208, 584, 4280, 28027, 6, 738, 584, 4280, 28027, 6, 4390, 834, 5114, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3726...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 107, 26, 17, 208, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 738, 3274, 96, 27369, 4390, 121, 3430, 4390, 834, 5114, 3274, 96, 17, 208, 505, 6278, 8753, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
Which city's IATA is nkg?
SELECT city FROM table_name_64 WHERE iata = "nkg"
CREATE TABLE table_name_64 (city VARCHAR, iata VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 6726, 584, 4280, 28027, 6, 3, 17221, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 690, 31, 7, 27, 19282, 19, 3, 29, 8711, 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, 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, 690, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 3, 17221, 3274, 96, 29, 8711, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which airport is in Xinjiang province in the city Kuqa?
SELECT airport FROM table_name_45 WHERE province = "xinjiang" AND city = "kuqa"
CREATE TABLE table_name_45 (airport VARCHAR, province VARCHAR, city VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 2256, 1493, 584, 4280, 28027, 6, 7985, 584, 4280, 28027, 6, 690, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3761, 19, 16, 3, 4, 23, 213...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3761, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 7985, 3274, 96, 226, 23, 21391, 1468, 121, 3430, 690, 3274, 96, 2729, 1824, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which province's IATA is kix?
SELECT province FROM table_name_21 WHERE iata = "kix"
CREATE TABLE table_name_21 (province VARCHAR, iata VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 1409, 2494, 565, 584, 4280, 28027, 6, 3, 17221, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 7985, 31, 7, 27, 19282, 19, 3, 157, 2407, 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, 7985, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 3, 17221, 3274, 96, 157, 2407, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which airport's IATA is pen?
SELECT airport FROM table_name_31 WHERE iata = "pen"
CREATE TABLE table_name_31 (airport VARCHAR, iata VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 2256, 1493, 584, 4280, 28027, 6, 3, 17221, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3761, 31, 7, 27, 19282, 19, 4550, 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, 3761, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 3, 17221, 3274, 96, 3208, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Event has a Record of 4:02.54?
SELECT event FROM table_name_90 WHERE record = "4:02.54"
CREATE TABLE table_name_90 (event VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 15, 2169, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 8042, 65, 3, 9, 11392, 13, 314, 10, 12328, 5062, 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, 605, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 1368, 3274, 96, 591, 10, 12328, 5062, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Whcih Date has an Event of 3000 m?
SELECT date FROM table_name_6 WHERE event = "3000 m"
CREATE TABLE table_name_6 (date VARCHAR, event VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 5522, 584, 4280, 28027, 6, 605, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 549, 107, 75, 23, 107, 7678, 65, 46, 8042, 13, 220, 2313, 3, 51, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 605, 3274, 96, 519, 2313, 3, 51, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Record has a Date of 23 february 1986?
SELECT record FROM table_name_20 WHERE date = "23 february 1986"
CREATE TABLE table_name_20 (record VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 60, 7621, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 11392, 65, 3, 9, 7678, 13, 1902, 29976, 76, 1208, 12698, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1368, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 833, 3274, 96, 2773, 29976, 76, 1208, 12698, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Date has a Record of 8:39.49?
SELECT date FROM table_name_95 WHERE record = "8:39.49"
CREATE TABLE table_name_95 (date VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 5522, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 7678, 65, 3, 9, 11392, 13, 505, 10, 3288, 5, 3647, 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, 3301, 549, 17444, 427, 1368, 3274, 96, 927, 10, 3288, 5, 3647, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Record has a Date of 3 march 2013?
SELECT record FROM table_name_71 WHERE date = "3 march 2013"
CREATE TABLE table_name_71 (record VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 60, 7621, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 11392, 65, 3, 9, 7678, 13, 220, 10556, 2038, 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, 1368, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 833, 3274, 96, 519, 10556, 2038, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Nation has a Record of 15.16 m?
SELECT nation FROM table_name_84 WHERE record = "15.16 m"
CREATE TABLE table_name_84 (nation VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 29, 257, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 11046, 65, 3, 9, 11392, 13, 9996, 2938, 3, 51, 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, 2982, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 1368, 3274, 96, 1808, 5, 2938, 3, 51, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Nationality of the Player with more than 8 Goals and Apps of 52?
SELECT nationality FROM table_name_5 WHERE goals > 8 AND apps = 52
CREATE TABLE table_name_5 (nationality VARCHAR, goals VARCHAR, apps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 16557, 485, 584, 4280, 28027, 6, 1766, 584, 4280, 28027, 6, 4050, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 868, 485, 13, 8, 1238...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1157, 485, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 1766, 2490, 505, 3430, 4050, 3274, 9065, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many Apps did Player Gilberto with more than 1 Goals have?
SELECT AVG(apps) FROM table_name_64 WHERE player = "gilberto" AND goals > 1
CREATE TABLE table_name_64 (apps INTEGER, player VARCHAR, goals VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 3096, 7, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 1766, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 2276, 7, 410, 12387, 24378, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3096, 7, 61, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 1959, 3274, 96, 122, 173, 7041, 32, 121, 3430, 1766, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
On what date was the 4th round, with home team Itabuna, played?
SELECT date FROM table_name_4 WHERE round = "4th" AND home_team = "itabuna"
CREATE TABLE table_name_4 (date VARCHAR, round VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 5522, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 833, 47, 8, 314, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 1751, 3274, 96, 591, 189, 121, 3430, 234, 834, 11650, 3274, 96, 155, 9, 9617, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
In the 6th round match with home team Bahia, who was the away team?
SELECT away_team FROM table_name_96 WHERE round = "6th" AND home_team = "bahia"
CREATE TABLE table_name_96 (away_team VARCHAR, round VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 8006, 834, 11650, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 8, 431, 189, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 550, 834, 11650, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 1751, 3274, 96, 948, 189, 121, 3430, 234, 834, 11650, 3274, 96, 17670, 23, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
For the 5th round match with away team of Bahia, what was the final score?
SELECT score FROM table_name_65 WHERE round = "5th" AND away_team = "bahia"
CREATE TABLE table_name_65 (score VARCHAR, round VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 7, 9022, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 242, 8, 305, 189, 1751, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 1751, 3274, 96, 755, 189, 121, 3430, 550, 834, 11650, 3274, 96, 17670, 23, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which League has a Regular Season of 2nd, southeast?
SELECT league FROM table_name_58 WHERE regular_season = "2nd, southeast"
CREATE TABLE table_name_58 (league VARCHAR, regular_season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 29512, 584, 4280, 28027, 6, 1646, 834, 9476, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3815, 65, 3, 9, 17116, 7960, 13, 204, 727, 6, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5533, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 1646, 834, 9476, 3274, 96, 357, 727, 6, 26181, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who Playoffs has a Regular Season of on hiatus.?
SELECT playoffs FROM table_name_99 WHERE regular_season = "on hiatus."
CREATE TABLE table_name_99 (playoffs VARCHAR, regular_season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 4895, 1647, 7, 584, 4280, 28027, 6, 1646, 834, 9476, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 2911, 1647, 7, 65, 3, 9, 17116, 7960, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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...
[ 3, 23143, 14196, 15289, 7, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 1646, 834, 9476, 3274, 96, 106, 7102, 144, 302, 535, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the population of Kragerø?
SELECT MIN(population) FROM table_name_17 WHERE city = "kragerø"
CREATE TABLE table_name_17 (population INTEGER, city VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 9791, 7830, 3, 21342, 17966, 6, 690, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2074, 13, 7356, 1304, 2, 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, 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...
[ 3, 23143, 14196, 3, 17684, 599, 9791, 7830, 61, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 690, 3274, 96, 9669, 1304, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest population of a city that has a town status of 2010?
SELECT MAX(population) FROM table_name_91 WHERE town_status = "2010"
CREATE TABLE table_name_91 (population INTEGER, town_status VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 9791, 7830, 3, 21342, 17966, 6, 1511, 834, 8547, 302, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 2074, 13, 3, 9, 690, 24, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 9791, 7830, 61, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 1511, 834, 8547, 302, 3274, 96, 14926, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the highest population within the municipality of Porsgrunn?
SELECT MAX(population) FROM table_name_28 WHERE municipality = "porsgrunn"
CREATE TABLE table_name_28 (population INTEGER, municipality VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 9791, 7830, 3, 21342, 17966, 6, 27597, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 2074, 441, 8, 27597, 13, 9731, 7, 9667, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 9791, 7830, 61, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 27597, 3274, 96, 102, 127, 7, 9667, 29, 29, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the birthplace of the player who is 190 CM tall, plays the D position, and wears number 11?
SELECT birthplace FROM table_name_79 WHERE position = "d" AND height__cm_ = 190 AND jersey_number = 11
CREATE TABLE table_name_79 (birthplace VARCHAR, jersey_number VARCHAR, position VARCHAR, height__cm_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 20663, 4687, 584, 4280, 28027, 6, 13426, 834, 5525, 1152, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 3902, 834, 834, 75, 51, 834, 584, 4280, 28027, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3879, 4687, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 1102, 3274, 96, 26, 121, 3430, 3902, 834, 834, 75, 51, 834, 3274, 3, 11776, 3430, 13426, 834, 5525, 1152, 3274, 850, 1, -100, -100, -100, -100, -100, -1...
What's the total points that Scuderia Ferrari with a Ferrari V12 engine have before 1971?
SELECT SUM(points) FROM table_name_60 WHERE year < 1971 AND entrant = "scuderia ferrari" AND engine = "ferrari v12"
CREATE TABLE table_name_60 (points INTEGER, engine VARCHAR, year VARCHAR, entrant VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 2700, 7, 3, 21342, 17966, 6, 1948, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 3, 295, 3569, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 36...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2700, 7, 61, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 215, 3, 2, 17961, 3430, 3, 295, 3569, 3274, 96, 7, 1071, 26, 4476, 25007, 1665, 121, 3430, 1948, 3274, 96, 1010, 52, 1665, 3, 208, ...
What's the least amount of points that Walter Wolf Racing had after 1974?
SELECT MIN(points) FROM table_name_3 WHERE year > 1974 AND entrant = "walter wolf racing"
CREATE TABLE table_name_3 (points INTEGER, year VARCHAR, entrant VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 2700, 7, 3, 21342, 17966, 6, 215, 584, 4280, 28027, 6, 3, 295, 3569, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 709, 866, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 215, 2490, 17184, 3430, 3, 295, 3569, 3274, 96, 210, 8818, 3, 19747, 8191, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the sum of Year(s), when Postion is 6th, and when Competition is Commonwealth Games?
SELECT SUM(year) FROM table_name_68 WHERE position = "6th" AND competition = "commonwealth games"
CREATE TABLE table_name_68 (year INTEGER, position VARCHAR, competition VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 1201, 3, 21342, 17966, 6, 1102, 584, 4280, 28027, 6, 2259, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 2929, 599, 7, 201...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 1201, 61, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 1102, 3274, 96, 948, 189, 121, 3430, 2259, 3274, 96, 287, 2157, 1123, 138, 189, 1031, 121, 1, -100, -100, -100, -100, -100, -100, -100, -1...
What is the highest Year, when the Venue is Beijing, PR China?
SELECT MAX(year) FROM table_name_54 WHERE venue = "beijing, pr china"
CREATE TABLE table_name_54 (year INTEGER, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 1201, 3, 21342, 17966, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 2929, 6, 116, 8, 29940, 19, 14465, 6, 6045, 1473...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 1201, 61, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 5669, 3274, 96, 5358, 354, 53, 6, 4880, 20576, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the average Year, when Competition is Oceania Youth Championships?
SELECT AVG(year) FROM table_name_89 WHERE competition = "oceania youth championships"
CREATE TABLE table_name_89 (year INTEGER, competition VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 1201, 3, 21342, 17966, 6, 2259, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 2929, 6, 116, 15571, 19, 7087, 23, 9, 9452, 7666...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 1201, 61, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 2259, 3274, 96, 32, 565, 11219, 4192, 10183, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Event, when Position is 4th?
SELECT event FROM table_name_94 WHERE position = "4th"
CREATE TABLE table_name_94 (event VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 15, 2169, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8042, 6, 116, 14258, 19, 314, 189, 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, 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, 605, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 1102, 3274, 96, 591, 189, 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 Date with a Format that is cd?
SELECT date FROM table_name_87 WHERE format = "cd"
CREATE TABLE table_name_87 (date VARCHAR, format VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 5522, 584, 4280, 28027, 6, 1910, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7678, 28, 3, 9, 12439, 24, 19, 3, 75, 26, 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, 1, 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, 4225, 549, 17444, 427, 1910, 3274, 96, 75, 26, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Catalog with a Date that is march 13, 2002?
SELECT catalog FROM table_name_9 WHERE date = "march 13, 2002"
CREATE TABLE table_name_9 (catalog VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 2138, 9, 2152, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 22424, 28, 3, 9, 7678, 24, 19, 10556, 10670, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 10173, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 833, 3274, 96, 51, 7064, 10670, 4407, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Label with a Catalog that is mhcl-20017?
SELECT label FROM table_name_45 WHERE catalog = "mhcl-20017"
CREATE TABLE table_name_45 (label VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 40, 10333, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 16229, 28, 3, 9, 22424, 24, 19, 3, 51, 107, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3783, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 10173, 3274, 96, 51, 107, 75, 40, 18, 3632, 2517, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Catalog with a Date that is february 20, 2002?
SELECT catalog FROM table_name_89 WHERE date = "february 20, 2002"
CREATE TABLE table_name_89 (catalog VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 2138, 9, 2152, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 22424, 28, 3, 9, 7678, 24, 19, 29976, 76, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 10173, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 833, 3274, 96, 89, 15, 9052, 1208, 16047, 4407, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the lightest Weight (kg), when the Jersey # is greater than 22, when the Position is F, and when the Birthdate is March 19, 1980?
SELECT MIN(weight__kg_) FROM table_name_62 WHERE jersey__number > 22 AND position = "f" AND birthdate = "march 19, 1980"
CREATE TABLE table_name_62 (weight__kg_ INTEGER, birthdate VARCHAR, jersey__number VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 9378, 834, 834, 8711, 834, 3, 21342, 17966, 6, 3879, 5522, 584, 4280, 28027, 6, 13426, 834, 834, 5525, 1152, 584, 4280, 28027, 6, 1102, 584, 4280, 28027,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9378, 834, 834, 8711, 834, 61, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 13426, 834, 834, 5525, 1152, 2490, 1630, 3430, 1102, 3274, 96, 89, 121, 3430, 3879, 5522, 3274, 96, 51, 7064, 12370, 6...
What is the Position, when the Birthplace is Buffalo, New York?
SELECT position FROM table_name_92 WHERE birthplace = "buffalo, new york"
CREATE TABLE table_name_92 (position VARCHAR, birthplace VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 4718, 584, 4280, 28027, 6, 3879, 4687, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 14258, 6, 116, 8, 26337, 4687, 19, 17563, 6, 36...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1102, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 3879, 4687, 3274, 96, 115, 2999, 138, 32, 6, 126, 25453, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the Birthplace, when the Jersey # is less than 18, when the Height (cm) is higher than 185, and when the Birthdate is March 3, 1980?
SELECT birthplace FROM table_name_24 WHERE jersey__number < 18 AND height__cm_ > 185 AND birthdate = "march 3, 1980"
CREATE TABLE table_name_24 (birthplace VARCHAR, birthdate VARCHAR, jersey__number VARCHAR, height__cm_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 20663, 4687, 584, 4280, 28027, 6, 3879, 5522, 584, 4280, 28027, 6, 13426, 834, 834, 5525, 1152, 584, 4280, 28027, 6, 3902, 834, 834, 75, 51, 834, 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, 3879, 4687, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 13426, 834, 834, 5525, 1152, 3, 2, 507, 3430, 3902, 834, 834, 75, 51, 834, 2490, 3, 21594, 3430, 3879, 5522, 3274, 96, 51, 7064, 6180, 6694, 121, 1, -...
What was the final score for the game with 65,309 people in attendance?
SELECT final_score FROM table_name_28 WHERE attendance = "65,309"
CREATE TABLE table_name_28 (final_score VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 12406, 834, 7, 9022, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 804, 2604, 21, 8, 467, 28, 7123, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 804, 834, 7, 9022, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 11364, 3274, 96, 4122, 6, 1458, 1298, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What average week number had the Chicago bears as the opponent?
SELECT AVG(week) FROM table_name_58 WHERE opponent = "chicago bears"
CREATE TABLE table_name_58 (week INTEGER, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 8041, 3, 21342, 17966, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1348, 471, 381, 141, 8, 3715, 4595, 7, 38, 8, 15264, 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, 71, 17217, 599, 8041, 61, 21680, 953, 834, 4350, 834, 3449, 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, ...
What is the record for the game against New England Patriots at the Rich Stadium?
SELECT record FROM table_name_89 WHERE game_site = "rich stadium" AND opponent = "new england patriots"
CREATE TABLE table_name_89 (record VARCHAR, game_site VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 60, 7621, 584, 4280, 28027, 6, 467, 834, 3585, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1368, 21, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1368, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 467, 834, 3585, 3274, 96, 3723, 14939, 121, 3430, 15264, 3274, 96, 5534, 3, 4606, 40, 232, 6234, 12884, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -...
What did the Dallara chassis with a 5 start in 2006 finish?
SELECT finish FROM table_name_91 WHERE chassis = "dallara" AND start = "5" AND year = 2006
CREATE TABLE table_name_91 (finish VARCHAR, year VARCHAR, chassis VARCHAR, start VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 25535, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 22836, 584, 4280, 28027, 6, 456, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 410, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1992, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 22836, 3274, 96, 26, 1748, 2551, 121, 3430, 456, 3274, 96, 17395, 3430, 215, 3274, 3581, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the chassis of the Honda Engine from 2008?
SELECT chassis FROM table_name_68 WHERE engine = "honda" AND year = 2008
CREATE TABLE table_name_68 (chassis VARCHAR, engine VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 524, 6500, 7, 584, 4280, 28027, 6, 1948, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 22836, 13, 8, 12886...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 22836, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 1948, 3274, 96, 31782, 121, 3430, 215, 3274, 2628, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the earliest year of the Honda Engine with a finish of 4?
SELECT MIN(year) FROM table_name_53 WHERE engine = "honda" AND finish = 4
CREATE TABLE table_name_53 (year INTEGER, engine VARCHAR, finish VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 1201, 3, 21342, 17966, 6, 1948, 584, 4280, 28027, 6, 1992, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 16454, 215, 13, 8, 12886...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 1948, 3274, 96, 31782, 121, 3430, 1992, 3274, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What was 2002, when 2008 was, "career statistics"?
SELECT 2002 FROM table_name_6 WHERE 2008 = "career statistics"
CREATE TABLE table_name_6 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 4407, 6, 116, 2628, 47, 6, 96, 2864, 49, 7475, 121, 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, 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...
[ 3, 23143, 14196, 4407, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 2628, 3274, 96, 2864, 49, 7475, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was 2009, when 2001 was, "not masters series"?
SELECT 2009 FROM table_name_5 WHERE 2001 = "not masters series"
CREATE TABLE table_name_5 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 2464, 6, 116, 4402, 47, 6, 96, 2264, 2325, 7, 939, 121, 58, 1, 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, 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, 2464, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 4402, 3274, 96, 2264, 2325, 7, 939, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What was 2011, when 2005 was 2R, and when 2003 was 2R?
SELECT 2011 FROM table_name_40 WHERE 2005 = "2r" AND 2003 = "2r"
CREATE TABLE table_name_40 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8558, 116, 3105, 47, 204, 448, 6, 11, 116, 3888, 47, 204, 448, 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, 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, 2722, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 3105, 3274, 96, 357, 52, 121, 3430, 3888, 3274, 96, 357, 52, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was 2009, when 2012 was A, when 2003 was A, and then the Tournament was the Madrid Masters?
SELECT 2009 FROM table_name_18 WHERE 2012 = "a" AND 2003 = "a" AND tournament = "madrid masters"
CREATE TABLE table_name_18 (tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 2464, 6, 116, 1673, 47, 71, 6, 116, 3888, 47, 71, 6, 11, 258, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2464, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 1673, 3274, 96, 9, 121, 3430, 3888, 3274, 96, 9, 121, 3430, 5892, 3274, 96, 11374, 4055, 2325, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What was 2002, when 2011 was, "atp masters series"?
SELECT 2002 FROM table_name_71 WHERE 2011 = "atp masters series"
CREATE TABLE table_name_71 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 4407, 6, 116, 2722, 47, 6, 96, 144, 102, 2325, 7, 939, 121, 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, 4407, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 2722, 3274, 96, 144, 102, 2325, 7, 939, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What was the lowest wins of Larry Nelson, who ranked less than 5?
SELECT MIN(wins) FROM table_name_8 WHERE player = "larry nelson" AND rank < 5
CREATE TABLE table_name_8 (wins INTEGER, player VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 3757, 7, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 7402, 9204, 13, 17129, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 1959, 3274, 96, 40, 291, 651, 3, 29, 3573, 106, 121, 3430, 11003, 3, 2, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the sum of the earnings for rank 3?
SELECT SUM(earnings__) AS $__ FROM table_name_39 WHERE rank = 3
CREATE TABLE table_name_39 (earnings__ INTEGER, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 2741, 29, 53, 7, 834, 834, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 8, 8783, 21, 11003, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 2741, 29, 53, 7, 834, 834, 61, 6157, 1514, 834, 834, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 11003, 3274, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the country is ranked more than 4?
SELECT country FROM table_name_66 WHERE rank > 4
CREATE TABLE table_name_66 (country VARCHAR, rank INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 17529, 584, 4280, 28027, 6, 11003, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 684, 19, 3, 8232, 72, 145, 314, 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, 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, 684, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 11003, 2490, 314, 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 the total of Week with attendance of 53,147
SELECT SUM(week) FROM table_name_70 WHERE attendance = "53,147"
CREATE TABLE table_name_70 (week INTEGER, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 8041, 3, 21342, 17966, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 8, 792, 13, 6551, 28, 11364, 13, 12210, 6, 24719, 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, 180, 6122, 599, 8041, 61, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 11364, 3274, 96, 4867, 6, 24719, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the lowest week for December 26, 1999
SELECT MIN(week) FROM table_name_31 WHERE date = "december 26, 1999"
CREATE TABLE table_name_31 (week INTEGER, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 8041, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 471, 21, 1882, 13597, 5247, 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, 3, 17684, 599, 8041, 61, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 833, 3274, 96, 221, 75, 18247, 13597, 5247, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What season has 6 races and the team is Australia?
SELECT season FROM table_name_90 WHERE races = 6 AND team = "australia"
CREATE TABLE table_name_90 (season VARCHAR, races VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 9476, 584, 4280, 28027, 6, 10879, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 774, 65, 431, 10879, 11, 8, 372, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 774, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 10879, 3274, 431, 3430, 372, 3274, 96, 2064, 8792, 23, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the total number of Races when there were more than 8 wins?
SELECT COUNT(races) FROM table_name_15 WHERE wins > 8
CREATE TABLE table_name_15 (races VARCHAR, wins INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 12614, 7, 584, 4280, 28027, 6, 9204, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 10949, 7, 116, 132, 130, 72, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 12614, 7, 61, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 9204, 2490, 505, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who's the Socialist ticket with a Republican ticket of john a. may?
SELECT socialist_ticket FROM table_name_2 WHERE republican_ticket = "john a. may"
CREATE TABLE table_name_2 (socialist_ticket VARCHAR, republican_ticket VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 15745, 343, 834, 26639, 584, 4280, 28027, 6, 20237, 152, 834, 26639, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 31, 7, 8, 2730, 343, 4142,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 23737, 834, 26639, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 20237, 152, 834, 26639, 3274, 96, 27341, 3, 9, 5, 164, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who's the Republican ticket with a Democratic ticket of m. william bray?
SELECT republican_ticket FROM table_name_67 WHERE democratic_ticket = "m. william bray"
CREATE TABLE table_name_67 (republican_ticket VARCHAR, democratic_ticket VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 60, 15727, 152, 834, 26639, 584, 4280, 28027, 6, 15053, 834, 26639, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 31, 7, 8, 8994, 4142, 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, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 20237, 152, 834, 26639, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 15053, 834, 26639, 3274, 96, 51, 5, 56, 23, 265, 3858, 63, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who's the Socialist ticket with a Democratic ticket of herbert h. lehman?
SELECT socialist_ticket FROM table_name_5 WHERE democratic_ticket = "herbert h. lehman"
CREATE TABLE table_name_5 (socialist_ticket VARCHAR, democratic_ticket VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 15745, 343, 834, 26639, 584, 4280, 28027, 6, 15053, 834, 26639, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 31, 7, 8, 2730, 343, 4142, 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, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 23737, 834, 26639, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 15053, 834, 26639, 3274, 96, 760, 7041, 3, 107, 5, 90, 107, 348, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who's the Republican ticket with a Socialist ticket of frank r. crosswaith?
SELECT republican_ticket FROM table_name_61 WHERE socialist_ticket = "frank r. crosswaith"
CREATE TABLE table_name_61 (republican_ticket VARCHAR, socialist_ticket VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 60, 15727, 152, 834, 26639, 584, 4280, 28027, 6, 23737, 834, 26639, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 31, 7, 8, 8994, 4142, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 20237, 152, 834, 26639, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 23737, 834, 26639, 3274, 96, 89, 6254, 3, 52, 5, 2269, 26745, 107, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who's the Republican ticket with a Socialist ticket of edna mitchell blue?
SELECT republican_ticket FROM table_name_46 WHERE socialist_ticket = "edna mitchell blue"
CREATE TABLE table_name_46 (republican_ticket VARCHAR, socialist_ticket VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 60, 15727, 152, 834, 26639, 584, 4280, 28027, 6, 23737, 834, 26639, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 31, 7, 8, 8994, 4142, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 20237, 152, 834, 26639, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 23737, 834, 26639, 3274, 96, 15, 26, 29, 9, 181, 1033, 195, 1692, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what's the earliest year that serena williams had more than 2 sets?
SELECT MIN(year) FROM table_name_47 WHERE player = "serena williams" AND sets > 2
CREATE TABLE table_name_47 (year INTEGER, player VARCHAR, sets VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 1201, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 3369, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 3, 16454, 215, 24, 7637,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 1959, 3274, 96, 7, 49, 35, 9, 56, 23, 265, 7, 121, 3430, 3369, 2490, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what's the earliest year that the wimbledon opponent was zheng jie?
SELECT MIN(year) FROM table_name_50 WHERE event = "wimbledon" AND opponent = "zheng jie"
CREATE TABLE table_name_50 (year INTEGER, event VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 1201, 3, 21342, 17966, 6, 605, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 3, 16454, 215, 24, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 1201, 61, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 605, 3274, 96, 210, 603, 2296, 2029, 121, 3430, 15264, 3274, 96, 172, 88, 1725, 3, 354, 23, 15, 121, 1, -100, -100, -100, -100, -100, -10...
what year was the opponent caroline garcia?
SELECT SUM(year) FROM table_name_22 WHERE opponent = "caroline garcia"
CREATE TABLE table_name_22 (year INTEGER, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 1201, 3, 21342, 17966, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 215, 47, 8, 15264, 443, 32, 747, 5260, 4915, 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, 180, 6122, 599, 1201, 61, 21680, 953, 834, 4350, 834, 2884, 549, 17444, 427, 15264, 3274, 96, 1720, 32, 747, 5260, 4915, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
what's the most recent year that samantha stosur was the opponent with 20 aces and having played more than 2 sets?
SELECT MAX(year) FROM table_name_55 WHERE aces = 20 AND opponent = "samantha stosur" AND sets > 2
CREATE TABLE table_name_55 (year INTEGER, sets VARCHAR, aces VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 1201, 3, 21342, 17966, 6, 3369, 584, 4280, 28027, 6, 3, 9, 2319, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1201, 61, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 3, 9, 2319, 3274, 460, 3430, 15264, 3274, 96, 7, 9, 348, 189, 9, 3, 7, 235, 3042, 121, 3430, 3369, 2490, 204, 1, -100, -100, -100, -100,...
what year was the memphis event?
SELECT SUM(year) FROM table_name_97 WHERE event = "memphis"
CREATE TABLE table_name_97 (year INTEGER, event VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 1201, 3, 21342, 17966, 6, 605, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 215, 47, 8, 140, 7656, 159, 605, 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, 180, 6122, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 605, 3274, 96, 526, 7656, 159, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What season did the player who had the number 26 play on who came from far eastern?
SELECT season FROM table_name_26 WHERE school_club_team = "far eastern" AND number = 26
CREATE TABLE table_name_26 (season VARCHAR, school_club_team VARCHAR, number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 9476, 584, 4280, 28027, 6, 496, 834, 13442, 834, 11650, 584, 4280, 28027, 6, 381, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 774, 410, 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, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 774, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 496, 834, 13442, 834, 11650, 3274, 96, 5544, 13350, 121, 3430, 381, 3274, 2208, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What season did the player who came from Cebu play in?
SELECT season FROM table_name_64 WHERE school_club_team = "cebu"
CREATE TABLE table_name_64 (season VARCHAR, school_club_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 9476, 584, 4280, 28027, 6, 496, 834, 13442, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 774, 410, 8, 1959, 113, 764, 45, 1064, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 774, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 496, 834, 13442, 834, 11650, 3274, 96, 565, 3007, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the country in the year 2012?
SELECT country FROM table_name_69 WHERE year = 2012
CREATE TABLE table_name_69 (country VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 17529, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 684, 16, 8, 215, 1673, 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, 684, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 215, 3274, 1673, 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,...
In what year was Letecke Zavody N.P., Jinonice the manufacturer?
SELECT year FROM table_name_90 WHERE manufacturer = "letecke zavody n.p., jinonice"
CREATE TABLE table_name_90 (year VARCHAR, manufacturer VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 1201, 584, 4280, 28027, 6, 4818, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 125, 215, 47, 1563, 5007, 15, 4904, 208, 9666, 445, 5, 345, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 215, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 4818, 3274, 96, 1655, 5007, 15, 3, 1629, 208, 9666, 3, 29, 5, 102, 5, 6, 3, 354, 77, 4554, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What country had the car with the Jawa 350cc engine?
SELECT country FROM table_name_42 WHERE engine_make_capacity = "jawa 350cc"
CREATE TABLE table_name_42 (country VARCHAR, engine_make_capacity VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 17529, 584, 4280, 28027, 6, 1948, 834, 19509, 834, 4010, 9, 6726, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 684, 141, 8, 443, 28, 8, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 1948, 834, 19509, 834, 4010, 9, 6726, 3274, 96, 354, 7396, 10239, 75, 75, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
In what country was the car with the čz 171cc engine?
SELECT country FROM table_name_34 WHERE engine_make_capacity = "čz 171cc"
CREATE TABLE table_name_34 (country VARCHAR, engine_make_capacity VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 17529, 584, 4280, 28027, 6, 1948, 834, 19509, 834, 4010, 9, 6726, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 125, 684, 47, 8, 443, 28, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 1948, 834, 19509, 834, 4010, 9, 6726, 3274, 96, 2, 172, 1003, 536, 75, 75, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the name of the car that was made in the years 1956-1958?
SELECT automobile_name FROM table_name_18 WHERE year = "1956-1958"
CREATE TABLE table_name_18 (automobile_name VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 8010, 14814, 834, 4350, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 8, 443, 24, 47, 263, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 8395, 834, 4350, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 215, 3274, 96, 2294, 4834, 4481, 3449, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the name of the car manufactured by Letecke Zavody N.P., Jinonice?
SELECT automobile_name FROM table_name_11 WHERE manufacturer = "letecke zavody n.p., jinonice"
CREATE TABLE table_name_11 (automobile_name VARCHAR, manufacturer VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 8010, 14814, 834, 4350, 584, 4280, 28027, 6, 4818, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 8, 443, 9554, 57, 1563, 50...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8395, 834, 4350, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 4818, 3274, 96, 1655, 5007, 15, 3, 1629, 208, 9666, 3, 29, 5, 102, 5, 6, 3, 354, 77, 4554, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100...
Who manufactured the car with the jawa 249cc engine that was made in the years 1956-1963?
SELECT manufacturer FROM table_name_58 WHERE engine_make_capacity = "jawa 249cc" AND year = "1956-1963"
CREATE TABLE table_name_58 (manufacturer VARCHAR, engine_make_capacity VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 348, 76, 8717, 450, 49, 584, 4280, 28027, 6, 1948, 834, 19509, 834, 4010, 9, 6726, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 321...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4818, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 1948, 834, 19509, 834, 4010, 9, 6726, 3274, 96, 354, 7396, 204, 3647, 75, 75, 121, 3430, 215, 3274, 96, 2294, 4834, 4481, 3891, 121, 1, -100, -100, -100, -100...