NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
What's the score for a game over 56 with a record of 29-24-7 with a lundqvist decision?
SELECT score FROM table_name_18 WHERE game > 56 AND decision = "lundqvist" AND record = "29-24-7"
CREATE TABLE table_name_18 (score VARCHAR, record VARCHAR, game VARCHAR, decision VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 7, 9022, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 6, 1357, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 467, 2490, 11526, 3430, 1357, 3274, 96, 40, 1106, 1824, 3466, 17, 121, 3430, 1368, 3274, 96, 3166, 14962, 6832, 121, 1, -100, -100, -100, -100, -100, -100, -100...
What is the High rebounds with a Series with 4–2?
SELECT high_rebounds FROM table_name_13 WHERE series = "4–2"
CREATE TABLE table_name_13 (high_rebounds VARCHAR, series VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 6739, 834, 23768, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1592, 3, 23768, 28, 3, 9, 4531, 28, 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, 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, 2368, 549, 17444, 427, 939, 3274, 96, 591, 104, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the High rebounds with a High assists with bryant (7), and a Team of @ utah?
SELECT high_rebounds FROM table_name_9 WHERE high_assists = "bryant (7)" AND team = "@ utah"
CREATE TABLE table_name_9 (high_rebounds VARCHAR, high_assists VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 6739, 834, 23768, 584, 4280, 28027, 6, 306, 834, 6500, 7, 17, 7, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 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, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 306, 834, 23768, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 306, 834, 6500, 7, 17, 7, 3274, 96, 115, 651, 288, 3, 24358, 121, 3430, 372, 3274, 96, 1741, 3, 76, 17, 9, 107, 121, 1, -100, -100, -100, -100,...
What is the Series with a High rebounds with gasol (10)?
SELECT series FROM table_name_54 WHERE high_rebounds = "gasol (10)"
CREATE TABLE table_name_54 (series VARCHAR, high_rebounds VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 10833, 7, 584, 4280, 28027, 6, 306, 834, 23768, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4531, 28, 3, 9, 1592, 3, 23768, 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, 939, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 306, 834, 23768, 3274, 96, 122, 9, 4099, 41, 16968, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Tell me the D 49 and D 46 of r 13
SELECT d_49 FROM table_name_64 WHERE d_46 = "r 13"
CREATE TABLE table_name_64 (d_49 VARCHAR, d_46 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 26, 834, 3647, 584, 4280, 28027, 6, 3, 26, 834, 4448, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 8779, 140, 8, 309, 9526, 11, 309, 9668, 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, 3, 26, 834, 3647, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 3, 26, 834, 4448, 3274, 96, 52, 1179, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
I want the D 40 with D 44 of d 15
SELECT d_40 FROM table_name_17 WHERE d_44 = "d 15"
CREATE TABLE table_name_17 (d_40 VARCHAR, d_44 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 26, 834, 2445, 584, 4280, 28027, 6, 3, 26, 834, 3628, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 27, 241, 8, 309, 1283, 28, 309, 8537, 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, 3, 26, 834, 2445, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 3, 26, 834, 3628, 3274, 96, 26, 627, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
I want the D 45 and D 42 of r 22
SELECT d_45 FROM table_name_58 WHERE d_42 = "r 22"
CREATE TABLE table_name_58 (d_45 VARCHAR, d_42 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 26, 834, 2128, 584, 4280, 28027, 6, 3, 26, 834, 4165, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 27, 241, 8, 309, 3479, 11, 309, 6426, 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, 3, 26, 834, 2128, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 3, 26, 834, 4165, 3274, 96, 52, 1630, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
I want the D 46 for D 45 of r 5
SELECT d_46 FROM table_name_54 WHERE d_45 = "r 5"
CREATE TABLE table_name_54 (d_46 VARCHAR, d_45 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 26, 834, 4448, 584, 4280, 28027, 6, 3, 26, 834, 2128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 27, 241, 8, 309, 9668, 21, 309, 3479, 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, 3, 26, 834, 4448, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 3, 26, 834, 2128, 3274, 96, 52, 3, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
I want the D 47 for D 41 being r 21
SELECT d_47 FROM table_name_78 WHERE d_41 = "r 21"
CREATE TABLE table_name_78 (d_47 VARCHAR, d_41 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 26, 834, 4177, 584, 4280, 28027, 6, 3, 26, 834, 4853, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 27, 241, 8, 309, 10635, 21, 309, 8798, 271, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 26, 834, 4177, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 3, 26, 834, 4853, 3274, 96, 52, 1401, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the Name with a Year of junior, and a High School with wheatley?
SELECT name FROM table_name_54 WHERE year = "junior" AND high_school = "wheatley"
CREATE TABLE table_name_54 (name VARCHAR, year VARCHAR, high_school VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 4350, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 306, 834, 6646, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 5570, 28, 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, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 564, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 215, 3274, 96, 6959, 23, 127, 121, 3430, 306, 834, 6646, 3274, 96, 210, 88, 144, 1306, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the Home Town with a Name with rob cunningham?
SELECT home_town FROM table_name_40 WHERE name = "rob cunningham"
CREATE TABLE table_name_40 (home_town VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 5515, 834, 3540, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1210, 4463, 28, 3, 9, 5570, 28, 3, 5840, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 234, 834, 3540, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 564, 3274, 96, 5840, 123, 9416, 1483, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Position with a Year with freshman, and a Weight larger than 210?
SELECT position FROM table_name_79 WHERE year = "freshman" AND weight > 210
CREATE TABLE table_name_79 (position VARCHAR, year VARCHAR, weight VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 4718, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 1293, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 14258, 28, 3, 9, 2929, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1102, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 215, 3274, 96, 20164, 348, 121, 3430, 1293, 2490, 3, 15239, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Home Town with a Year of freshman, and a Height with 6–6?
SELECT home_town FROM table_name_81 WHERE year = "freshman" AND height = "6–6"
CREATE TABLE table_name_81 (home_town VARCHAR, year VARCHAR, height VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 5515, 834, 3540, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 3902, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1210, 4463, 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, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 234, 834, 3540, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 215, 3274, 96, 20164, 348, 121, 3430, 3902, 3274, 96, 948, 104, 948, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Name with a Year with freshman, and a Home Town with los angeles, ca, and a Height of 6–4?
SELECT name FROM table_name_90 WHERE year = "freshman" AND home_town = "los angeles, ca" AND height = "6–4"
CREATE TABLE table_name_90 (name VARCHAR, height VARCHAR, year VARCHAR, home_town VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 4350, 584, 4280, 28027, 6, 3902, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 234, 834, 3540, 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, 564, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 215, 3274, 96, 20164, 348, 121, 3430, 234, 834, 3540, 3274, 96, 2298, 11831, 15, 7, 6, 212, 121, 3430, 3902, 3274, 96, 948, 104, 20364, 1, -100, -100, -100, ...
What is the Result for Goal 3?
SELECT result FROM table_name_30 WHERE goal = 3
CREATE TABLE table_name_30 (result VARCHAR, goal VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 1288, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 20119, 21, 17916, 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, 741, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 1288, 3274, 220, 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 average ties when the team is montreal victorias and the games played is more than 8?
SELECT AVG(ties) FROM table_name_73 WHERE team = "montreal victorias" AND games_played > 8
CREATE TABLE table_name_73 (ties INTEGER, team VARCHAR, games_played VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4552, 41, 3010, 3, 21342, 17966, 6, 372, 584, 4280, 28027, 6, 1031, 834, 4895, 15, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 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, 71, 17217, 599, 3010, 61, 21680, 953, 834, 4350, 834, 4552, 549, 17444, 427, 372, 3274, 96, 4662, 6644, 3, 7287, 3600, 9, 7, 121, 3430, 1031, 834, 4895, 15, 26, 2490, 505, 1, -100, -100, -100, -100, -100, -100, -1...
what is the average losses when the wins is 3?
SELECT AVG(losses) FROM table_name_24 WHERE wins = 3
CREATE TABLE table_name_24 (losses INTEGER, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 2298, 2260, 3, 21342, 17966, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 1348, 8467, 116, 8, 9204, 19, 220, 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, 71, 17217, 599, 2298, 2260, 61, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 9204, 3274, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the highest goals against when the wins is less than 1?
SELECT MAX(goals_against) FROM table_name_54 WHERE wins < 1
CREATE TABLE table_name_54 (goals_against INTEGER, wins INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 839, 5405, 834, 9, 16720, 7, 17, 3, 21342, 17966, 6, 9204, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 2030, 1766, 581, 116, 8, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 839, 5405, 834, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 9204, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
what is the total number of goals for when the ties is more than 0, the goals against is more than 35 and the wins is less than 2?
SELECT COUNT(goals_for) FROM table_name_48 WHERE ties > 0 AND goals_against > 35 AND wins < 2
CREATE TABLE table_name_48 (goals_for VARCHAR, wins VARCHAR, ties VARCHAR, goals_against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 839, 5405, 834, 1161, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 6, 3, 3010, 584, 4280, 28027, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 61, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 839, 5405, 834, 1161, 61, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 3, 3010, 2490, 3, 632, 3430, 1766, 834, 9, 16720, 7, 17, 2490, 3097, 3430, 9204, 3, 2, 204, 1, -100, -100, -100, -100,...
what is the sum of the losses when the goals against is less than 34 and the games played is less than 8?
SELECT SUM(losses) FROM table_name_80 WHERE goals_against < 34 AND games_played < 8
CREATE TABLE table_name_80 (losses INTEGER, goals_against VARCHAR, games_played VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 2298, 2260, 3, 21342, 17966, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 1031, 834, 4895, 15, 26, 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, 180, 6122, 599, 2298, 2260, 61, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 1766, 834, 9, 16720, 7, 17, 3, 2, 6154, 3430, 1031, 834, 4895, 15, 26, 3, 2, 505, 1, -100, -100, -100, -100, -100, -100, -100, -...
What is the name of the platform used for various computers and consoles?
SELECT platform FROM table_name_11 WHERE system = "various computers and consoles"
CREATE TABLE table_name_11 (platform VARCHAR, system VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 29100, 584, 4280, 28027, 6, 358, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 8, 1585, 261, 21, 796, 7827, 11, 8990, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1585, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 358, 3274, 96, 9504, 1162, 7827, 11, 8990, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which system is named ELKJS?
SELECT system FROM table_name_66 WHERE name = "elkjs"
CREATE TABLE table_name_66 (system VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 3734, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 358, 19, 2650, 262, 22527, 23787, 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, 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, 358, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 564, 3274, 96, 15, 40, 157, 354, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the system called that is named ELKJS?
SELECT system FROM table_name_56 WHERE name = "elkjs"
CREATE TABLE table_name_56 (system VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 3734, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 358, 718, 24, 19, 2650, 262, 22527, 23787, 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, 358, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 564, 3274, 96, 15, 40, 157, 354, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What are the numbers for the item completed earlier than 1904?
SELECT numbers FROM table_name_13 WHERE completed < 1904
CREATE TABLE table_name_13 (numbers VARCHAR, completed INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 5525, 1152, 7, 584, 4280, 28027, 6, 2012, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 2302, 21, 8, 2118, 2012, 2283, 145, 957, 6348...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2302, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 2012, 3, 2, 957, 6348, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
For the item with more than 10, and numbers of 53-58, 61-72, what is the lowest completed?
SELECT MIN(completed) FROM table_name_97 WHERE quantity > 10 AND numbers = "53-58, 61-72"
CREATE TABLE table_name_97 (completed INTEGER, quantity VARCHAR, numbers VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 25288, 26, 3, 21342, 17966, 6, 8708, 584, 4280, 28027, 6, 2302, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 242, 8, 2118, 28, 72, 145, 10372, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 25288, 26, 61, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 8708, 2490, 335, 3430, 2302, 3274, 96, 4867, 18, 3449, 6, 3, 4241, 18, 5865, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the quantity of the item with the numbers of 29-36?
SELECT AVG(quantity) FROM table_name_91 WHERE numbers = "29-36"
CREATE TABLE table_name_91 (quantity INTEGER, numbers VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 13158, 485, 3, 21342, 17966, 6, 2302, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 8708, 13, 8, 2118, 28, 8, 2302, 13, 2838, 18, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13158, 485, 61, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 2302, 3274, 96, 3166, 18, 3420, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
How many reg GP for rick vaive in round 1?
SELECT SUM(reg_gp) FROM table_name_40 WHERE player = "rick vaive" AND rd__number > 1
CREATE TABLE table_name_40 (reg_gp INTEGER, player VARCHAR, rd__number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 60, 122, 834, 122, 102, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 3, 52, 26, 834, 834, 5525, 1152, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 60, 122, 834, 122, 102, 61, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 1959, 3274, 96, 5206, 409, 757, 121, 3430, 3, 52, 26, 834, 834, 5525, 1152, 2490, 209, 1, -100, -100, -100, -100, -100...
How many reg GP for rick vaive in round 1?
SELECT SUM(reg_gp) FROM table_name_19 WHERE player = "rick vaive" AND rd__number < 1
CREATE TABLE table_name_19 (reg_gp INTEGER, player VARCHAR, rd__number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 60, 122, 834, 122, 102, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 3, 52, 26, 834, 834, 5525, 1152, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 60, 122, 834, 122, 102, 61, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 1959, 3274, 96, 5206, 409, 757, 121, 3430, 3, 52, 26, 834, 834, 5525, 1152, 3, 2, 209, 1, -100, -100, -100, -100, -1...
How many rounds exist for picks under 5?
SELECT COUNT(rd__number) FROM table_name_21 WHERE pick__number < 5
CREATE TABLE table_name_21 (rd__number VARCHAR, pick__number INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 52, 26, 834, 834, 5525, 1152, 584, 4280, 28027, 6, 1432, 834, 834, 5525, 1152, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 14419, 3223,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 52, 26, 834, 834, 5525, 1152, 61, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 1432, 834, 834, 5525, 1152, 3, 2, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who did the Jets play in their post-week 15 game?
SELECT opponent FROM table_name_2 WHERE week > 15
CREATE TABLE table_name_2 (opponent VARCHAR, week INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 32, 102, 9977, 584, 4280, 28027, 6, 471, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 2645, 410, 8, 12434, 7, 577, 16, 70, 442, 18, 8041, 627, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15264, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 471, 2490, 627, 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,...
Who did the Jets play in their pre-week 9 game at the Robert F. Kennedy memorial stadium?
SELECT opponent FROM table_name_32 WHERE week < 9 AND game_site = "robert f. kennedy memorial stadium"
CREATE TABLE table_name_32 (opponent VARCHAR, week VARCHAR, game_site VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2668, 41, 32, 102, 9977, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 6, 467, 834, 3585, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 410, 8, 12434, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 21680, 953, 834, 4350, 834, 2668, 549, 17444, 427, 471, 3, 2, 668, 3430, 467, 834, 3585, 3274, 96, 5840, 49, 17, 3, 89, 5, 3, 9376, 15, 26, 63, 15827, 14939, 121, 1, -100, -100, -100, -100, -100, -100, -1...
What was the date of the game when the Canadiens had a record of 31–19–9?
SELECT date FROM table_name_40 WHERE record = "31–19–9"
CREATE TABLE table_name_40 (date VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 5522, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 833, 13, 8, 467, 116, 8, 1072, 9, 26, 8065, 141, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 1368, 3274, 96, 3341, 104, 2294, 104, 1298, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who was the visiting team at the game when the Canadiens had a record of 30–19–9?
SELECT visitor FROM table_name_29 WHERE record = "30–19–9"
CREATE TABLE table_name_29 (visitor VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 3466, 155, 127, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 3644, 372, 44, 8, 467, 116, 8, 1072, 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, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 7019, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 1368, 3274, 96, 1458, 104, 2294, 104, 1298, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What school did bo jackson attend?
SELECT school FROM table_name_96 WHERE player = "bo jackson"
CREATE TABLE table_name_96 (school VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 6646, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 496, 410, 3005, 3, 9325, 739, 2467, 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, 496, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 1959, 3274, 96, 115, 32, 3, 9325, 739, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the highest guard picked?
SELECT MAX(pick) FROM table_name_50 WHERE position = "guard"
CREATE TABLE table_name_50 (pick INTEGER, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 17967, 3, 21342, 17966, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2030, 4879, 4758, 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, 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, 4800, 4, 599, 17967, 61, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 1102, 3274, 96, 11010, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the highest pick for a player from auburn?
SELECT MAX(pick) FROM table_name_60 WHERE school = "auburn"
CREATE TABLE table_name_60 (pick INTEGER, school VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 17967, 3, 21342, 17966, 6, 496, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 1432, 21, 3, 9, 1959, 45, 185, 7223, 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, 4800, 4, 599, 17967, 61, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 496, 3274, 96, 402, 7223, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Tell me the rider with 18.185 points round 1
SELECT rider FROM table_name_54 WHERE round_1_points = "18.185"
CREATE TABLE table_name_54 (rider VARCHAR, round_1_points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 4055, 49, 584, 4280, 28027, 6, 1751, 834, 536, 834, 2700, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 8779, 140, 8, 2564, 52, 28, 12265, 21...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2564, 52, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 1751, 834, 536, 834, 2700, 7, 3274, 96, 2606, 5, 21594, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Tell me the most total for horse of carlson
SELECT MAX(total) FROM table_name_10 WHERE horse = "carlson"
CREATE TABLE table_name_10 (total INTEGER, horse VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 235, 1947, 3, 21342, 17966, 6, 4952, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 8779, 140, 8, 167, 792, 21, 4952, 13, 443, 40, 739, 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, 4800, 4, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 4952, 3274, 96, 1720, 40, 739, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Tell me the rider that had round 1 points of 7.465 and total more than 16.615
SELECT rider FROM table_name_65 WHERE total > 16.615 AND round_1_points = "7.465"
CREATE TABLE table_name_65 (rider VARCHAR, total VARCHAR, round_1_points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 4055, 49, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 6, 1751, 834, 536, 834, 2700, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 8779, 140, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2564, 52, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 792, 2490, 10128, 948, 1808, 3430, 1751, 834, 536, 834, 2700, 7, 3274, 96, 940, 5, 4448, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What were the assists on April 8 in game less than 78?
SELECT high_assists FROM table_name_75 WHERE game < 78 AND date = "april 8"
CREATE TABLE table_name_75 (high_assists VARCHAR, game VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 6739, 834, 6500, 7, 17, 7, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 130, 8, 13041,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 306, 834, 6500, 7, 17, 7, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 467, 3, 2, 3, 3940, 3430, 833, 3274, 96, 9, 2246, 40, 505, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the score of game 82?
SELECT score FROM table_name_91 WHERE game = 82
CREATE TABLE table_name_91 (score VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 7, 9022, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2604, 13, 467, 3, 4613, 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, 2604, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 467, 3274, 3, 4613, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When was there a game at Kardinia Park?
SELECT date FROM table_name_78 WHERE venue = "kardinia park"
CREATE TABLE table_name_78 (date VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 5522, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 47, 132, 3, 9, 467, 44, 4556, 2644, 23, 9, 1061, 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, 3940, 549, 17444, 427, 5669, 3274, 96, 4031, 2644, 23, 9, 2447, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
who had the high points when chris bosh (13) had the high rebounds?
SELECT high_points FROM table_name_97 WHERE high_rebounds = "chris bosh (13)"
CREATE TABLE table_name_97 (high_points VARCHAR, high_rebounds VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 6739, 834, 2700, 7, 584, 4280, 28027, 6, 306, 834, 23768, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 113, 141, 8, 306, 979, 116, 3, 524, 52, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 306, 834, 2700, 7, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 306, 834, 23768, 3274, 96, 524, 52, 159, 3005, 7, 107, 4077, 5268, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
what is the score when the team is @ cleveland?
SELECT score FROM table_name_20 WHERE team = "@ cleveland"
CREATE TABLE table_name_20 (score VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 7, 9022, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 2604, 116, 8, 372, 19, 3320, 3, 75, 4563, 232, 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...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 372, 3274, 96, 1741, 3, 75, 4563, 232, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
who had the high rebounds when the game number was 6?
SELECT high_rebounds FROM table_name_70 WHERE game = 6
CREATE TABLE table_name_70 (high_rebounds VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 6739, 834, 23768, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 113, 141, 8, 306, 3, 23768, 116, 8, 467, 381, 47, 431,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 306, 834, 23768, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 467, 3274, 431, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the score when the NY Islanders was the visiting team?
SELECT score FROM table_name_67 WHERE visitor = "ny islanders"
CREATE TABLE table_name_67 (score VARCHAR, visitor VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 7, 9022, 584, 4280, 28027, 6, 7019, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2604, 116, 8, 5825, 2834, 277, 47, 8, 3644, 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, 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, 3708, 549, 17444, 427, 7019, 3274, 96, 29, 63, 3368, 277, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What was the record when the visiting team was Ottawa?
SELECT record FROM table_name_54 WHERE visitor = "ottawa"
CREATE TABLE table_name_54 (record VARCHAR, visitor VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 60, 7621, 584, 4280, 28027, 6, 7019, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1368, 116, 8, 3644, 372, 47, 19809, 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, 1368, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 7019, 3274, 96, 32, 17, 17, 7396, 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 full number of Total Seats with a constituency seat number bigger than 0 with the Liberal Democrat party, and the Regional seat number is smaller than 6?
SELECT SUM(total_seats) FROM table_name_26 WHERE constituency_seats > 0 AND party = "liberal democrat" AND regional_seats < 6
CREATE TABLE table_name_26 (total_seats INTEGER, regional_seats VARCHAR, constituency_seats VARCHAR, party VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 235, 1947, 834, 7, 1544, 7, 3, 21342, 17966, 6, 3518, 834, 7, 1544, 7, 584, 4280, 28027, 6, 6439, 4392, 834, 7, 1544, 7, 584, 4280, 28027, 6, 1088, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 235, 1947, 834, 7, 1544, 7, 61, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 6439, 4392, 834, 7, 1544, 7, 2490, 3, 632, 3430, 1088, 3274, 96, 10661, 138, 3, 23319, 121, 3430, 3518, 834, 7, ...
How many regional seats were there with the SNP party and where the number of total seats was bigger than 46?
SELECT COUNT(regional_seats) FROM table_name_77 WHERE party = "snp" AND total_seats > 46
CREATE TABLE table_name_77 (regional_seats VARCHAR, party VARCHAR, total_seats VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 18145, 138, 834, 7, 1544, 7, 584, 4280, 28027, 6, 1088, 584, 4280, 28027, 6, 792, 834, 7, 1544, 7, 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, 2847, 17161, 599, 18145, 138, 834, 7, 1544, 7, 61, 21680, 953, 834, 4350, 834, 4013, 549, 17444, 427, 1088, 3274, 96, 7, 29, 102, 121, 3430, 792, 834, 7, 1544, 7, 2490, 9668, 1, -100, -100, -100, -100, -100, -100,...
Which team was the visitor on January 10?
SELECT visitor FROM table_name_69 WHERE date = "january 10"
CREATE TABLE table_name_69 (visitor VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 3466, 155, 127, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 372, 47, 8, 7019, 30, 1762, 335, 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, 7019, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 833, 3274, 96, 7066, 76, 1208, 335, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the average Draw when the Place is larger than 5?
SELECT AVG(draw) FROM table_name_65 WHERE place > 5
CREATE TABLE table_name_65 (draw INTEGER, place INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 19489, 3, 21342, 17966, 6, 286, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 19183, 116, 8, 3399, 19, 2186, 145, 305, 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, 19489, 61, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 286, 2490, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the lowest Draw when the Artist is Stine Findsen and the Points are larger than 42?
SELECT MIN(draw) FROM table_name_95 WHERE artist = "stine findsen" AND points > 42
CREATE TABLE table_name_95 (draw INTEGER, artist VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 19489, 3, 21342, 17966, 6, 2377, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 19183, 116, 8, 9152, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 19489, 61, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 2377, 3274, 96, 7, 4070, 12902, 35, 121, 3430, 979, 2490, 6426, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Draw that has Points larger than 44 and a Place larger than 1?
SELECT AVG(draw) FROM table_name_92 WHERE points > 44 AND place > 1
CREATE TABLE table_name_92 (draw INTEGER, points VARCHAR, place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 19489, 3, 21342, 17966, 6, 979, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 19183, 24, 65, 4564, 7, 2186...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 19489, 61, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 979, 2490, 8537, 3430, 286, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the position of the player from round 2 from Sweden?
SELECT position FROM table_name_21 WHERE round = 2 AND nationality = "sweden"
CREATE TABLE table_name_21 (position VARCHAR, round VARCHAR, nationality VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 4718, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 6, 1157, 485, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1102, 13, 8, 1959, 45...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1102, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 1751, 3274, 204, 3430, 1157, 485, 3274, 96, 7, 1123, 537, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the highest round of Ian Cole, who played position d from the United States?
SELECT MAX(round) FROM table_name_35 WHERE position = "d" AND nationality = "united states" AND player = "ian cole"
CREATE TABLE table_name_35 (round INTEGER, player VARCHAR, position VARCHAR, nationality VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 7775, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 1157, 485, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 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, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 7775, 61, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 1102, 3274, 96, 26, 121, 3430, 1157, 485, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 1959, 3274, 96, 23, 152, 7632, 15, 121, 1, -100, -100,...
Who is the player from Denmark who plays position c?
SELECT player FROM table_name_68 WHERE position = "c" AND nationality = "denmark"
CREATE TABLE table_name_68 (player VARCHAR, position VARCHAR, nationality VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 20846, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 1157, 485, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 1959, 45, 18001, 113,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1959, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 1102, 3274, 96, 75, 121, 3430, 1157, 485, 3274, 96, 537, 3920, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which college/junior/club team (league) did Brett Sonne play in?
SELECT college_junior_club_team__league_ FROM table_name_45 WHERE player = "brett sonne"
CREATE TABLE table_name_45 (college_junior_club_team__league_ VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 3297, 7883, 834, 6959, 23, 127, 834, 13442, 834, 11650, 834, 834, 29512, 834, 584, 4280, 28027, 6, 1959, 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, 0, 0, 0...
[ 3, 23143, 14196, 1900, 834, 6959, 23, 127, 834, 13442, 834, 11650, 834, 834, 29512, 834, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 1959, 3274, 96, 1999, 17, 17, 3, 7, 5993, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
Which date has a To par of –12?
SELECT date FROM table_name_53 WHERE to_par = "–12"
CREATE TABLE table_name_53 (date VARCHAR, to_par VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 5522, 584, 4280, 28027, 6, 12, 834, 1893, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 833, 65, 3, 9, 304, 260, 13, 3, 104, 2122, 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, 4867, 549, 17444, 427, 12, 834, 1893, 3274, 96, 104, 2122, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many attended the game on December 16, 2001?
SELECT attendance FROM table_name_92 WHERE date = "december 16, 2001"
CREATE TABLE table_name_92 (attendance VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 15116, 663, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 5526, 8, 467, 30, 1882, 11940, 4402, 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, 11364, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 833, 3274, 96, 221, 75, 18247, 11940, 4402, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What week is a bye week?
SELECT week FROM table_name_64 WHERE date = "bye"
CREATE TABLE table_name_64 (week VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 8041, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 471, 19, 3, 9, 57, 15, 471, 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, 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, 471, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 833, 3274, 96, 969, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many years entered service when there were 13 locomotives?
SELECT COUNT(entered_service) FROM table_name_89 WHERE locomotive = "13"
CREATE TABLE table_name_89 (entered_service VARCHAR, locomotive VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 35, 11196, 834, 5114, 584, 4280, 28027, 6, 31301, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 203, 5136, 313, 116, 132, 130, 1179, 313...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 35, 11196, 834, 5114, 61, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 31301, 3274, 96, 2368, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which locomotive had a 2-8-2t type, entered service year prior to 1915, and which was built after 1911?
SELECT locomotive FROM table_name_9 WHERE type = "2-8-2t" AND entered_service < 1915 AND built > 1911
CREATE TABLE table_name_9 (locomotive VARCHAR, built VARCHAR, type VARCHAR, entered_service VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 5133, 32, 17732, 15, 584, 4280, 28027, 6, 1192, 584, 4280, 28027, 6, 686, 584, 4280, 28027, 6, 5136, 834, 5114, 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, 31301, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 686, 3274, 96, 357, 6039, 4949, 17, 121, 3430, 5136, 834, 5114, 3, 2, 957, 1808, 3430, 1192, 2490, 28623, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest number of wins with a goal difference less than 4 at the Villarreal CF and more than 38 played?
SELECT MAX(wins) FROM table_name_82 WHERE goal_difference < 4 AND club = "villarreal cf" AND played > 38
CREATE TABLE table_name_82 (wins INTEGER, played VARCHAR, goal_difference VARCHAR, club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 3757, 7, 3, 21342, 17966, 6, 1944, 584, 4280, 28027, 6, 1288, 834, 26, 99, 11788, 584, 4280, 28027, 6, 1886, 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, 4800, 4, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 1288, 834, 26, 99, 11788, 3, 2, 314, 3430, 1886, 3274, 96, 24887, 52, 6644, 3, 75, 89, 121, 3430, 1944, 2490, 6654, 1, -100, -100, -1...
What is the highest number played with a goal difference less than -27?
SELECT MAX(played) FROM table_name_57 WHERE goal_difference < -27
CREATE TABLE table_name_57 (played INTEGER, goal_difference INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 4895, 15, 26, 3, 21342, 17966, 6, 1288, 834, 26, 99, 11788, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 381, 1944, 28, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 4895, 15, 26, 61, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 1288, 834, 26, 99, 11788, 3, 2, 3, 18, 2555, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the highest number of loss with a 7 position and more than 45 goals?
SELECT MAX(losses) FROM table_name_73 WHERE position = 7 AND goals_for > 45
CREATE TABLE table_name_73 (losses INTEGER, position VARCHAR, goals_for VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4552, 41, 2298, 2260, 3, 21342, 17966, 6, 1102, 584, 4280, 28027, 6, 1766, 834, 1161, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 381, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 2298, 2260, 61, 21680, 953, 834, 4350, 834, 4552, 549, 17444, 427, 1102, 3274, 489, 3430, 1766, 834, 1161, 2490, 3479, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the highest position with less than 17 losses, more than 57 goals, and a goal difference less than 4?
SELECT MAX(position) FROM table_name_39 WHERE losses < 17 AND goals_for > 57 AND goal_difference < 4
CREATE TABLE table_name_39 (position INTEGER, goal_difference VARCHAR, losses VARCHAR, goals_for VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 4718, 3, 21342, 17966, 6, 1288, 834, 26, 99, 11788, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 6, 1766, 834, 1161, 584, 4280, 28027, 61, 3, 32105, 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, 4800, 4, 599, 4718, 61, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 8467, 3, 2, 1003, 3430, 1766, 834, 1161, 2490, 3, 3436, 3430, 1288, 834, 26, 99, 11788, 3, 2, 314, 1, -100, -100, -100, -100, -100, -100, ...
What is the average goal difference with 51 goals scored against and less than 17 losses?
SELECT AVG(goal_difference) FROM table_name_4 WHERE goals_against = 51 AND losses < 17
CREATE TABLE table_name_4 (goal_difference INTEGER, goals_against VARCHAR, losses VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 839, 138, 834, 26, 99, 11788, 3, 21342, 17966, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 8467, 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, 71, 17217, 599, 839, 138, 834, 26, 99, 11788, 61, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 1766, 834, 9, 16720, 7, 17, 3274, 11696, 3430, 8467, 3, 2, 1003, 1, -100, -100, -100, -100, -100, -100, -100, -10...
What is the lowest position with 32-6 points and less then 59 goals when there are more than 38 played?
SELECT MIN(position) FROM table_name_37 WHERE points = "32-6" AND goals_against < 59 AND played > 38
CREATE TABLE table_name_37 (position INTEGER, played VARCHAR, points VARCHAR, goals_against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 4718, 3, 21342, 17966, 6, 1944, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 6, 1766, 834, 9, 16720, 7, 17, 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, 3, 17684, 599, 4718, 61, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 979, 3274, 96, 2668, 5783, 121, 3430, 1766, 834, 9, 16720, 7, 17, 3, 2, 3, 3390, 3430, 1944, 2490, 6654, 1, -100, -100, -100, -100, -100,...
What was the final score of the Australian Open?
SELECT score_in_the_final FROM table_name_13 WHERE championship = "australian open"
CREATE TABLE table_name_13 (score_in_the_final VARCHAR, championship VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 7, 9022, 834, 77, 834, 532, 834, 12406, 584, 4280, 28027, 6, 10183, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 804, 2604, 13, 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, 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, 2368, 549, 17444, 427, 10183, 3274, 96, 402, 3109, 9928, 539, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What record was set by walter brennan before 1941?
SELECT record_set FROM table_name_30 WHERE actor = "walter brennan" AND year < 1941
CREATE TABLE table_name_30 (record_set VARCHAR, actor VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 60, 7621, 834, 2244, 584, 4280, 28027, 6, 7556, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1368, 47, 356, 57, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1368, 834, 2244, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 7556, 3274, 96, 210, 8818, 6397, 35, 29, 152, 121, 3430, 215, 3, 2, 24822, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the earliest year for ordinary people to appear in the notes?
SELECT MIN(year) FROM table_name_83 WHERE notes = "ordinary people"
CREATE TABLE table_name_83 (year INTEGER, notes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 1201, 3, 21342, 17966, 6, 3358, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 16454, 215, 21, 9495, 151, 12, 2385, 16, 8, 3358, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 3358, 3274, 96, 29819, 151, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
what is the engine when the rounds ar all, the tyre is m and the driver is david coulthard?
SELECT engine_† FROM table_name_98 WHERE rounds = "all" AND tyre = "m" AND driver = "david coulthard"
CREATE TABLE table_name_98 (engine_† VARCHAR, driver VARCHAR, rounds VARCHAR, tyre VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 20165, 834, 2, 584, 4280, 28027, 6, 2535, 584, 4280, 28027, 6, 14419, 584, 4280, 28027, 6, 3, 17, 63, 60, 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, 1948, 834, 2, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 14419, 3274, 96, 1748, 121, 3430, 3, 17, 63, 60, 3274, 96, 51, 121, 3430, 2535, 3274, 96, 26, 9, 6961, 576, 83, 17, 5651, 121, 1, -100, -100, -100...
who is the entrant when the engine is bmw p82?
SELECT entrant FROM table_name_92 WHERE engine_† = "bmw p82"
CREATE TABLE table_name_92 (entrant VARCHAR, engine_† VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 295, 3569, 584, 4280, 28027, 6, 1948, 834, 2, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 113, 19, 8, 3, 295, 3569, 116, 8, 1948, 19, 3, 294...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 295, 3569, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 1948, 834, 2, 3274, 96, 29471, 3, 102, 4613, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
what is the rounds when the engine is mercedes fo110m?
SELECT rounds FROM table_name_17 WHERE engine_† = "mercedes fo110m"
CREATE TABLE table_name_17 (rounds VARCHAR, engine_† VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 7775, 7, 584, 4280, 28027, 6, 1948, 834, 2, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 14419, 116, 8, 1948, 19, 3, 935, 565, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 14419, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 1948, 834, 2, 3274, 96, 935, 565, 1395, 5575, 19277, 51, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
who is the driver when the engine is mercedes fo110m?
SELECT driver FROM table_name_1 WHERE engine_† = "mercedes fo110m"
CREATE TABLE table_name_1 (driver VARCHAR, engine_† VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 13739, 52, 584, 4280, 28027, 6, 1948, 834, 2, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 113, 19, 8, 2535, 116, 8, 1948, 19, 3, 935, 565, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2535, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 1948, 834, 2, 3274, 96, 935, 565, 1395, 5575, 19277, 51, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the tyre when the engine is asiatech at02 and the driver is alex yoong?
SELECT tyre FROM table_name_47 WHERE engine_† = "asiatech at02" AND driver = "alex yoong"
CREATE TABLE table_name_47 (tyre VARCHAR, engine_† VARCHAR, driver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 17, 63, 60, 584, 4280, 28027, 6, 1948, 834, 2, 584, 4280, 28027, 6, 2535, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 3, 17, 63,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17, 63, 60, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 1948, 834, 2, 3274, 96, 15974, 3470, 44, 4305, 121, 3430, 2535, 3274, 96, 138, 994, 3, 63, 32, 2444, 121, 1, -100, -100, -100, -100, -100, -100, ...
what is the chassis when the tyre is b, the engine is ferrari 050 ferrari 051 and the driver is rubens barrichello?
SELECT chassis FROM table_name_14 WHERE tyre = "b" AND engine_† = "ferrari 050 ferrari 051" AND driver = "rubens barrichello"
CREATE TABLE table_name_14 (chassis VARCHAR, driver VARCHAR, tyre VARCHAR, engine_† VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 524, 6500, 7, 584, 4280, 28027, 6, 2535, 584, 4280, 28027, 6, 3, 17, 63, 60, 584, 4280, 28027, 6, 1948, 834, 2, 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, 22836, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 3, 17, 63, 60, 3274, 96, 115, 121, 3430, 1948, 834, 2, 3274, 96, 1010, 52, 1665, 3, 632, 1752, 25007, 1665, 3, 3076, 536, 121, 3430, 2535, 3274, 96, 14446,...
What is the rank of the rider with time of 1:41.40.55?
SELECT SUM(rank) FROM table_name_24 WHERE time = "1:41.40.55"
CREATE TABLE table_name_24 (rank INTEGER, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 6254, 3, 21342, 17966, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11003, 13, 8, 2564, 52, 28, 97, 13, 209, 10, 4853, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 6254, 61, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 97, 3274, 96, 536, 10, 591, 14912, 12100, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the time of the rider with a 398cc yamaha?
SELECT time FROM table_name_85 WHERE team = "398cc yamaha"
CREATE TABLE table_name_85 (time VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 715, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 97, 13, 8, 2564, 52, 28, 3, 9, 220, 3916, 75, 75, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 97, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 372, 3274, 96, 519, 3916, 75, 75, 3, 22990, 1024, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the time of the rider ranked 6?
SELECT time FROM table_name_76 WHERE rank = 6
CREATE TABLE table_name_76 (time VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 715, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 97, 13, 8, 2564, 52, 3, 8232, 431, 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, 97, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 11003, 3274, 431, 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,...
Who is the rider with a 399cc Kawasaki?
SELECT rider FROM table_name_94 WHERE team = "399cc kawasaki"
CREATE TABLE table_name_94 (rider VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 4055, 49, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 2564, 52, 28, 3, 9, 220, 3264, 75, 75, 2209, 94...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2564, 52, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 372, 3274, 96, 519, 3264, 75, 75, 3, 1258, 9491, 11259, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Where did Tyler Haws, 2009 Utah Mr. Basketball, go to high school?
SELECT high_school FROM table_name_89 WHERE utah_mr_basketball = "tyler haws" AND year = 2009
CREATE TABLE table_name_89 (high_school VARCHAR, utah_mr_basketball VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 6739, 834, 6646, 584, 4280, 28027, 6, 3, 76, 17, 9, 107, 834, 51, 52, 834, 4883, 8044, 3184, 584, 4280, 28027, 6, 215, 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, 306, 834, 6646, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 3, 76, 17, 9, 107, 834, 51, 52, 834, 4883, 8044, 3184, 3274, 96, 17, 63, 1171, 4244, 210, 7, 121, 3430, 215, 3274, 2464, 1, -100, -100, -100, -1...
How much have players earned with 14 wins ranked below 3?
SELECT COUNT(earnings__) AS $__ FROM table_name_5 WHERE wins = 14 AND rank > 3
CREATE TABLE table_name_5 (earnings__ VARCHAR, wins VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 2741, 29, 53, 7, 834, 834, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 231, 43, 150...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2741, 29, 53, 7, 834, 834, 61, 6157, 1514, 834, 834, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 9204, 3274, 968, 3430, 11003, 2490, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who built the car that ran out of fuel before 28 laps?
SELECT constructor FROM table_name_47 WHERE laps < 28 AND time_retired = "out of fuel"
CREATE TABLE table_name_47 (constructor VARCHAR, laps VARCHAR, time_retired VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 15982, 5317, 584, 4280, 28027, 6, 14941, 7, 584, 4280, 28027, 6, 97, 834, 10682, 1271, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 1192, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6774, 127, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 14941, 7, 3, 2, 2059, 3430, 97, 834, 10682, 1271, 3274, 96, 670, 13, 2914, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the high lap total for cards with a grid larger than 21, and a Time/Retired of +2 laps?
SELECT MAX(laps) FROM table_name_91 WHERE grid > 21 AND time_retired = "+2 laps"
CREATE TABLE table_name_91 (laps INTEGER, grid VARCHAR, time_retired VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 8478, 7, 3, 21342, 17966, 6, 8634, 584, 4280, 28027, 6, 97, 834, 10682, 1271, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 306, 149...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8478, 7, 61, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 8634, 2490, 1401, 3430, 97, 834, 10682, 1271, 3274, 96, 1220, 357, 14941, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which SECR numbers have a class of b1?
SELECT secr_numbers FROM table_name_36 WHERE class = "b1"
CREATE TABLE table_name_36 (secr_numbers VARCHAR, class VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 7549, 52, 834, 5525, 1152, 7, 584, 4280, 28027, 6, 853, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5985, 4545, 2302, 43, 3, 9, 853, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4220, 52, 834, 5525, 1152, 7, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 853, 3274, 96, 115, 536, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which class was made in 1880?
SELECT class FROM table_name_34 WHERE year_made = "1880"
CREATE TABLE table_name_34 (class VARCHAR, year_made VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 4057, 584, 4280, 28027, 6, 215, 834, 4725, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 853, 47, 263, 16, 507, 2079, 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, 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, 853, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 215, 834, 4725, 3274, 96, 2606, 2079, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the date of the game when attendance is more than 20,682?
SELECT date FROM table_name_59 WHERE attendance > 20 OFFSET 682
CREATE TABLE table_name_59 (date VARCHAR, attendance INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 5522, 584, 4280, 28027, 6, 11364, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 833, 13, 8, 467, 116, 11364, 19, 72, 145, 16047, 3651...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 11364, 2490, 460, 3, 15316, 20788, 431, 4613, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which home team played the Away team from Richmond?
SELECT home_team FROM table_name_29 WHERE away_team = "richmond"
CREATE TABLE table_name_29 (home_team VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 5515, 834, 11650, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 234, 372, 1944, 8, 71, 1343, 372, 45, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 234, 834, 11650, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 550, 834, 11650, 3274, 96, 3723, 6764, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the home teams score while playing the away team of south melbourne?
SELECT home_team AS score FROM table_name_73 WHERE away_team = "south melbourne"
CREATE TABLE table_name_73 (home_team VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4552, 41, 5515, 834, 11650, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 234, 2323, 2604, 298, 1556, 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, 234, 834, 11650, 6157, 2604, 21680, 953, 834, 4350, 834, 4552, 549, 17444, 427, 550, 834, 11650, 3274, 96, 7, 670, 107, 3, 2341, 26255, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the score of the away team while playing at the arden street oval?
SELECT away_team AS score FROM table_name_53 WHERE venue = "arden street oval"
CREATE TABLE table_name_53 (away_team VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 8006, 834, 11650, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2604, 13, 8, 550, 372, 298, 1556, 44, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 550, 834, 11650, 6157, 2604, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 5669, 3274, 96, 986, 35, 2815, 17986, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What are the rounds for the B tyres and Ferrari 053 engine +?
SELECT rounds FROM table_name_50 WHERE tyre = "b" AND engine_† = "ferrari 053"
CREATE TABLE table_name_50 (rounds VARCHAR, tyre VARCHAR, engine_† VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 7775, 7, 584, 4280, 28027, 6, 3, 17, 63, 60, 584, 4280, 28027, 6, 1948, 834, 2, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 1441...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14419, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 3, 17, 63, 60, 3274, 96, 115, 121, 3430, 1948, 834, 2, 3274, 96, 1010, 52, 1665, 3, 3076, 519, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What kind of chassis does Ricardo Zonta have?
SELECT chassis FROM table_name_30 WHERE driver = "ricardo zonta"
CREATE TABLE table_name_30 (chassis VARCHAR, driver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 524, 6500, 7, 584, 4280, 28027, 6, 2535, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 773, 13, 22836, 405, 2403, 6043, 32, 1027, 1770, 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, 0, 0, 0, 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, 1458, 549, 17444, 427, 2535, 3274, 96, 2234, 986, 32, 3, 8892, 17, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What kind of free practice is there with a Ford RS2 engine +?
SELECT free_practice_driver_s_ FROM table_name_8 WHERE engine_† = "ford rs2"
CREATE TABLE table_name_8 (free_practice_driver_s_ VARCHAR, engine_† VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 2113, 834, 22255, 15, 834, 13739, 52, 834, 7, 834, 584, 4280, 28027, 6, 1948, 834, 2, 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, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 339, 834, 22255, 15, 834, 13739, 52, 834, 7, 834, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 1948, 834, 2, 3274, 96, 2590, 3, 52, 7, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the total number of matches with a loss less than 5 in the 2008/2009 season and has a draw larger than 9?
SELECT COUNT(matches) FROM table_name_53 WHERE lost < 5 AND season = "2008/2009" AND draw > 9
CREATE TABLE table_name_53 (matches VARCHAR, draw VARCHAR, lost VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 19515, 15, 7, 584, 4280, 28027, 6, 3314, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 6, 774, 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, 2847, 17161, 599, 19515, 15, 7, 61, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 1513, 3, 2, 305, 3430, 774, 3274, 96, 16128, 87, 16660, 121, 3430, 3314, 2490, 668, 1, -100, -100, -100, -100, -100, -100, -100,...
What competition has a score greater than 30, a draw less than 5, and a loss larger than 10?
SELECT competition FROM table_name_88 WHERE points > 30 AND draw < 5 AND lost > 10
CREATE TABLE table_name_88 (competition VARCHAR, lost VARCHAR, points VARCHAR, draw VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 287, 4995, 4749, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 6, 3314, 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, 2259, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 979, 2490, 604, 3430, 3314, 3, 2, 305, 3430, 1513, 2490, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the sum of the losses that a match score larger than 26, a points score of 62, and a draw greater than 5?
SELECT SUM(lost) FROM table_name_6 WHERE matches > 26 AND points = 62 AND draw > 5
CREATE TABLE table_name_6 (lost INTEGER, draw VARCHAR, matches VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 2298, 17, 3, 21342, 17966, 6, 3314, 584, 4280, 28027, 6, 6407, 584, 4280, 28027, 6, 979, 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, 2298, 17, 61, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 6407, 2490, 2208, 3430, 979, 3274, 3, 4056, 3430, 3314, 2490, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the record for the game on January 19?
SELECT record FROM table_name_92 WHERE date = "january 19"
CREATE TABLE table_name_92 (record VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 60, 7621, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1368, 21, 8, 467, 30, 1762, 957, 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, 1368, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 833, 3274, 96, 7066, 76, 1208, 957, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the score of the game on January 12?
SELECT score FROM table_name_46 WHERE date = "january 12"
CREATE TABLE table_name_46 (score VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 7, 9022, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2604, 13, 8, 467, 30, 1762, 586, 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, 4448, 549, 17444, 427, 833, 3274, 96, 7066, 76, 1208, 586, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who was the home team when the vistor team was the Montreal Canadiens on February 12?
SELECT home FROM table_name_60 WHERE visitor = "montreal canadiens" AND date = "february 12"
CREATE TABLE table_name_60 (home VARCHAR, visitor VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 5515, 584, 4280, 28027, 6, 7019, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 234, 372, 116, 8, 5931, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 234, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 7019, 3274, 96, 4662, 6644, 27114, 7, 121, 3430, 833, 3274, 96, 89, 15, 9052, 1208, 586, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...