NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
what is the original channel when the note is co-star in year 2012?
SELECT original_channel FROM table_name_61 WHERE note = "co-star" AND year = 2012
CREATE TABLE table_name_61 (original_channel VARCHAR, note VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 21878, 834, 19778, 584, 4280, 28027, 6, 2232, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 926, 4245, 116, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 926, 834, 19778, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 2232, 3274, 96, 509, 18, 3624, 121, 3430, 215, 3274, 1673, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
what is the original channel when the year is after 2012?
SELECT original_channel FROM table_name_7 WHERE year > 2012
CREATE TABLE table_name_7 (original_channel VARCHAR, year INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 21878, 834, 19778, 584, 4280, 28027, 6, 215, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 926, 4245, 116, 8, 215, 19, 227, 1673, 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, 926, 834, 19778, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 215, 2490, 1673, 1, -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 year when the note is supporting and the title is rokumeikan?
SELECT year FROM table_name_5 WHERE note = "supporting" AND title = "rokumeikan"
CREATE TABLE table_name_5 (year VARCHAR, note VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 1201, 584, 4280, 28027, 6, 2232, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 215, 116, 8, 2232, 19, 3956...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 215, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 2232, 3274, 96, 20390, 53, 121, 3430, 2233, 3274, 96, 52, 18512, 526, 23, 3304, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the title when the year is after 2011 and the original channel is nhk?
SELECT title FROM table_name_71 WHERE year > 2011 AND original_channel = "nhk"
CREATE TABLE table_name_71 (title VARCHAR, year VARCHAR, original_channel VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 21869, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 926, 834, 19778, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 2233, 116, 8, 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, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2233, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 215, 2490, 2722, 3430, 926, 834, 19778, 3274, 96, 29, 107, 157, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
On which circuit does lorenzo bandini have the fastest lap as well as the pole position?
SELECT circuit FROM table_name_91 WHERE fastest_lap = "lorenzo bandini" AND pole_position = "lorenzo bandini"
CREATE TABLE table_name_91 (circuit VARCHAR, fastest_lap VARCHAR, pole_position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 15357, 21560, 584, 4280, 28027, 6, 10391, 834, 8478, 584, 4280, 28027, 6, 11148, 834, 4718, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 84, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4558, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 10391, 834, 8478, 3274, 96, 322, 15, 20547, 1928, 77, 23, 121, 3430, 11148, 834, 4718, 3274, 96, 322, 15, 20547, 1928, 77, 23, 121, 1, -100, -100, -100, -100,...
At what race does jim clark has a Pole position on the Circuit of monaco?
SELECT race FROM table_name_72 WHERE pole_position = "jim clark" AND circuit = "monaco"
CREATE TABLE table_name_72 (race VARCHAR, pole_position VARCHAR, circuit VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 12614, 584, 4280, 28027, 6, 11148, 834, 4718, 584, 4280, 28027, 6, 4558, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 486, 125, 1964, 405, 3, 354...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1964, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 11148, 834, 4718, 3274, 96, 354, 603, 6860, 157, 121, 3430, 4558, 3274, 96, 2157, 9, 509, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Report is on the Circuit of reims?
SELECT report FROM table_name_32 WHERE circuit = "reims"
CREATE TABLE table_name_32 (report VARCHAR, circuit VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2668, 41, 60, 1493, 584, 4280, 28027, 6, 4558, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3750, 19, 30, 8, 17007, 13, 3, 60, 603, 7, 58, 1, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 934, 21680, 953, 834, 4350, 834, 2668, 549, 17444, 427, 4558, 3274, 96, 60, 603, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
On what Date is there a race on the Circuit of brands hatch?
SELECT date FROM table_name_77 WHERE circuit = "brands hatch"
CREATE TABLE table_name_77 (date VARCHAR, circuit VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 5522, 584, 4280, 28027, 6, 4558, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 7678, 19, 132, 3, 9, 1964, 30, 8, 17007, 13, 3635, 2061...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4013, 549, 17444, 427, 4558, 3274, 96, 12164, 7, 20618, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the Winnning driver in which lorenzo bandini has the fastest lap as well as the Pole position?
SELECT winning_driver FROM table_name_21 WHERE fastest_lap = "lorenzo bandini" AND pole_position = "lorenzo bandini"
CREATE TABLE table_name_21 (winning_driver VARCHAR, fastest_lap VARCHAR, pole_position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 8163, 834, 13739, 52, 584, 4280, 28027, 6, 10391, 834, 8478, 584, 4280, 28027, 6, 11148, 834, 4718, 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, 3447, 834, 13739, 52, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 10391, 834, 8478, 3274, 96, 322, 15, 20547, 1928, 77, 23, 121, 3430, 11148, 834, 4718, 3274, 96, 322, 15, 20547, 1928, 77, 23, 121, 1, -100, ...
On what date is there a Tryre of d at the Circuit of monaco?
SELECT date FROM table_name_91 WHERE tyre = "d" AND circuit = "monaco"
CREATE TABLE table_name_91 (date VARCHAR, tyre VARCHAR, circuit VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 5522, 584, 4280, 28027, 6, 3, 17, 63, 60, 584, 4280, 28027, 6, 4558, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 833, 19, 132, 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, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 3, 17, 63, 60, 3274, 96, 26, 121, 3430, 4558, 3274, 96, 2157, 9, 509, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What's the date that Morocco has an Against along with a surface of hard?
SELECT date FROM table_name_46 WHERE against = "morocco" AND surface = "hard"
CREATE TABLE table_name_46 (date VARCHAR, against VARCHAR, surface VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 5522, 584, 4280, 28027, 6, 581, 584, 4280, 28027, 6, 1774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 833, 24, 25559, 65, 46, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 581, 3274, 96, 2528, 13377, 32, 121, 3430, 1774, 3274, 96, 5651, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What's Round has a Surface of hard and Opponent of Jelena Simic?
SELECT round FROM table_name_51 WHERE surface = "hard" AND opponent = "jelena simic"
CREATE TABLE table_name_51 (round VARCHAR, surface VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 7775, 584, 4280, 28027, 6, 1774, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 9609, 65, 3, 9, 18884, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1751, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 1774, 3274, 96, 5651, 121, 3430, 15264, 3274, 96, 1924, 40, 35, 9, 108, 3113, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What driver won in the xv grand prix de l'albigeois in a vehicle by ferrari?
SELECT winning_driver FROM table_name_95 WHERE constructor = "ferrari" AND race_name = "xv grand prix de l'albigeois"
CREATE TABLE table_name_95 (winning_driver VARCHAR, constructor VARCHAR, race_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 8163, 834, 13739, 52, 584, 4280, 28027, 6, 6774, 127, 584, 4280, 28027, 6, 1964, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 253...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3447, 834, 13739, 52, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 6774, 127, 3274, 96, 1010, 52, 1665, 121, 3430, 1964, 834, 4350, 3274, 96, 226, 208, 1907, 3407, 20, 3, 40, 31, 138, 12911, 15, 32, 159, 121...
What is the latest death with a description of BR-Built inspection saloon?
SELECT MAX(date) FROM table_name_4 WHERE description = "br-built inspection saloon"
CREATE TABLE table_name_4 (date INTEGER, description VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 5522, 3, 21342, 17966, 6, 4210, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1251, 1687, 28, 3, 9, 4210, 13, 3, 6934, 18, 7793, 17...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 5522, 61, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 4210, 3274, 96, 115, 52, 18, 16152, 6082, 5394, 32, 106, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the identifying number for a description of Stanier (Period III) full brake?
SELECT number_ & _name FROM table_name_57 WHERE description = "stanier (period iii) full brake"
CREATE TABLE table_name_57 (number_ VARCHAR, _name VARCHAR, description VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 5525, 1152, 834, 584, 4280, 28027, 6, 3, 834, 4350, 584, 4280, 28027, 6, 4210, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 9690...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 381, 834, 3, 184, 3, 834, 4350, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 4210, 3274, 96, 5627, 972, 41, 4267, 32, 26, 3, 23, 23, 23, 61, 423, 9563, 121, 1, -100, -100, -100, -100, -100, -100, -100, -10...
What is the date with identifying number of No. 37817?
SELECT date FROM table_name_86 WHERE number_ & _name = "no. 37817"
CREATE TABLE table_name_86 (date VARCHAR, number_ VARCHAR, _name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 5522, 584, 4280, 28027, 6, 381, 834, 584, 4280, 28027, 6, 3, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 833, 28, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 381, 834, 3, 184, 3, 834, 4350, 3274, 96, 29, 32, 5, 220, 3940, 2517, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the release date for the standard cd release format in north america?
SELECT release_date FROM table_name_18 WHERE release_format = "standard cd" AND country = "north america"
CREATE TABLE table_name_18 (release_date VARCHAR, release_format VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 21019, 834, 5522, 584, 4280, 28027, 6, 1576, 834, 8995, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1576, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1576, 834, 5522, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 1576, 834, 8995, 3274, 96, 16020, 3, 75, 26, 121, 3430, 684, 3274, 96, 29, 127, 189, 3, 23064, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the cat no for the label mute and the standard cd format?
SELECT cat_no FROM table_name_23 WHERE label_s_ = "mute" AND release_format = "standard cd"
CREATE TABLE table_name_23 (cat_no VARCHAR, label_s_ VARCHAR, release_format VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 2138, 834, 29, 32, 584, 4280, 28027, 6, 3783, 834, 7, 834, 584, 4280, 28027, 6, 1576, 834, 8995, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 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, 0, 0...
[ 3, 23143, 14196, 1712, 834, 29, 32, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 3783, 834, 7, 834, 3274, 96, 4246, 15, 121, 3430, 1576, 834, 8995, 3274, 96, 16020, 3, 75, 26, 121, 1, -100, -100, -100, -100, -100, -100, -100...
What is the rating for the episode with the night rank of 11 and timeslot rank is larger than 4?
SELECT AVG(rating) FROM table_name_51 WHERE night_rank = "11" AND timeslot_rank > 4
CREATE TABLE table_name_51 (rating INTEGER, night_rank VARCHAR, timeslot_rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 52, 1014, 3, 21342, 17966, 6, 706, 834, 6254, 584, 4280, 28027, 6, 648, 3171, 834, 6254, 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, 0...
[ 3, 23143, 14196, 71, 17217, 599, 52, 1014, 61, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 706, 834, 6254, 3274, 96, 2596, 121, 3430, 648, 3171, 834, 6254, 2490, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the smallest share for a timeslot ranking less than 4 and fewer viewers than 8.78 million?
SELECT MIN(share) FROM table_name_67 WHERE viewers__m_ < 8.78 AND timeslot_rank < 4
CREATE TABLE table_name_67 (share INTEGER, viewers__m_ VARCHAR, timeslot_rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 12484, 3, 21342, 17966, 6, 13569, 834, 834, 51, 834, 584, 4280, 28027, 6, 648, 3171, 834, 6254, 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, 3, 17684, 599, 12484, 61, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 13569, 834, 834, 51, 834, 3, 2, 4848, 3940, 3430, 648, 3171, 834, 6254, 3, 2, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the rating of the episode with 13.47 million viewers and overall rank larger than 6?
SELECT SUM(rating) FROM table_name_69 WHERE viewers__m_ = 13.47 AND overall_rank > 6
CREATE TABLE table_name_69 (rating INTEGER, viewers__m_ VARCHAR, overall_rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 52, 1014, 3, 21342, 17966, 6, 13569, 834, 834, 51, 834, 584, 4280, 28027, 6, 1879, 834, 6254, 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, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 52, 1014, 61, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 13569, 834, 834, 51, 834, 3274, 8808, 4177, 3430, 1879, 834, 6254, 2490, 431, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the rank of the episode with a share of 6 and timeslot rank smaller than 4?
SELECT AVG(overall_rank) FROM table_name_39 WHERE share = 6 AND timeslot_rank < 4
CREATE TABLE table_name_39 (overall_rank INTEGER, share VARCHAR, timeslot_rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 1890, 1748, 834, 6254, 3, 21342, 17966, 6, 698, 584, 4280, 28027, 6, 648, 3171, 834, 6254, 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, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 1890, 1748, 834, 6254, 61, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 698, 3274, 431, 3430, 648, 3171, 834, 6254, 3, 2, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many premierships for the queensland raceway?
SELECT premierships FROM table_name_40 WHERE venue = "queensland raceway"
CREATE TABLE table_name_40 (premierships VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 2026, 51, 972, 2009, 7, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 2761, 2009, 7, 21, 8, 14915, 7, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2761, 2009, 7, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 5669, 3274, 96, 835, 35, 7, 40, 232, 1964, 1343, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many premierships for the commonwealth bank trophy league?
SELECT premierships FROM table_name_25 WHERE league = "commonwealth bank trophy"
CREATE TABLE table_name_25 (premierships VARCHAR, league VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 2026, 51, 972, 2009, 7, 584, 4280, 28027, 6, 5533, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 2761, 2009, 7, 21, 8, 1017, 1123, 138...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2761, 2009, 7, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 5533, 3274, 96, 287, 2157, 1123, 138, 189, 2137, 23921, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
In which round was there a pick of 4?
SELECT MAX(round) FROM table_name_66 WHERE pick = 4
CREATE TABLE table_name_66 (round INTEGER, pick VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 7775, 3, 21342, 17966, 6, 1432, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 84, 1751, 47, 132, 3, 9, 1432, 13, 314, 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, 4800, 4, 599, 7775, 61, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 1432, 3274, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many rounds were there an offensive tackle position?
SELECT COUNT(round) FROM table_name_66 WHERE position = "offensive tackle"
CREATE TABLE table_name_66 (round VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 7775, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 14419, 130, 132, 46, 12130, 8000, 1102, 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, 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, 2847, 17161, 599, 7775, 61, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 1102, 3274, 96, 858, 23039, 15, 8000, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What was the pick number in round 228 for Mike Ford?
SELECT MAX(pick) FROM table_name_44 WHERE player = "mike ford" AND round > 228
CREATE TABLE table_name_44 (pick INTEGER, player VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 17967, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1432, 381, 16, 1751, 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, 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, 3628, 549, 17444, 427, 1959, 3274, 96, 20068, 15, 21, 26, 121, 3430, 1751, 2490, 204, 2577, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What year was E. Meyer the driver?
SELECT year FROM table_name_9 WHERE driver = "e. meyer"
CREATE TABLE table_name_9 (year VARCHAR, driver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 1201, 584, 4280, 28027, 6, 2535, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 47, 262, 5, 19191, 8, 2535, 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, 215, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 2535, 3274, 96, 15, 5, 140, 7975, 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 name of the driver of the vehicle constructed by Bugatti in Anfa?
SELECT driver FROM table_name_2 WHERE constructor = "bugatti" AND location = "anfa"
CREATE TABLE table_name_2 (driver VARCHAR, constructor VARCHAR, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 13739, 52, 584, 4280, 28027, 6, 6774, 127, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 8, 2535,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2535, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 6774, 127, 3274, 96, 14588, 15817, 121, 3430, 1128, 3274, 96, 152, 89, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What company constructed the vehicle in the location not held in 1933?
SELECT constructor FROM table_name_99 WHERE location = "not held" AND year = "1933"
CREATE TABLE table_name_99 (constructor VARCHAR, location VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 15982, 5317, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 349, 8520, 8, 1689, 16, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6774, 127, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 1128, 3274, 96, 2264, 1213, 121, 3430, 215, 3274, 96, 2294, 4201, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What company constructed the vehicle when the driver shows as not held?
SELECT constructor FROM table_name_61 WHERE driver = "not held"
CREATE TABLE table_name_61 (constructor VARCHAR, driver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 15982, 5317, 584, 4280, 28027, 6, 2535, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 349, 8520, 8, 1689, 116, 8, 2535, 1267, 38, 59, 1213, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6774, 127, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 2535, 3274, 96, 2264, 1213, 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 name of the driver in 1955?
SELECT driver FROM table_name_18 WHERE year = "1955"
CREATE TABLE table_name_18 (driver VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 13739, 52, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 8, 2535, 16, 23652, 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, 2535, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 215, 3274, 96, 22464, 17395, 1, -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 name of the constructor when report shows report in 1955?
SELECT constructor FROM table_name_48 WHERE "report" = "report" AND year = "1955"
CREATE TABLE table_name_48 (constructor VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 15982, 5317, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 8, 6774, 127, 116, 934, 1267, 934, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6774, 127, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 96, 60, 1493, 121, 3274, 96, 60, 1493, 121, 3430, 215, 3274, 96, 22464, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the inductioin for 1975–1976?
SELECT induction FROM table_name_93 WHERE years = "1975–1976"
CREATE TABLE table_name_93 (induction VARCHAR, years VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 77, 8291, 584, 4280, 28027, 6, 203, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 16, 7472, 23, 32, 77, 21, 16312, 104, 2294, 3959, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 16, 8291, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 203, 3274, 96, 2294, 3072, 104, 2294, 3959, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the power of an engine of 1972?
SELECT power FROM table_name_73 WHERE years = "1972"
CREATE TABLE table_name_73 (power VARCHAR, years VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4552, 41, 6740, 584, 4280, 28027, 6, 203, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 579, 13, 46, 1948, 13, 16583, 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, 579, 21680, 953, 834, 4350, 834, 4552, 549, 17444, 427, 203, 3274, 96, 2294, 5865, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
In the game where richmond was the away team, what venue was it played at?
SELECT venue FROM table_name_99 WHERE away_team = "richmond"
CREATE TABLE table_name_99 (venue VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 15098, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 8, 467, 213, 2354, 6764, 47, 8, 550, 372, 6, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5669, 21680, 953, 834, 4350, 834, 3264, 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, -100, -100, ...
On what date did the match where fitzroy was the home team occur?
SELECT date FROM table_name_90 WHERE home_team = "fitzroy"
CREATE TABLE table_name_90 (date VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 5522, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 833, 410, 8, 1588, 213, 1400, 172, 8170, 47, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 234, 834, 11650, 3274, 96, 89, 5615, 8170, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the smallest apps in Honduras with less than 2 goals for Club Deportivo Victoria in a division over 1?
SELECT MIN(apps) FROM table_name_79 WHERE country = "honduras" AND goals < 2 AND team = "club deportivo victoria" AND division > 1
CREATE TABLE table_name_79 (apps INTEGER, division VARCHAR, team VARCHAR, country VARCHAR, goals VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 3096, 7, 3, 21342, 17966, 6, 4889, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 1766, 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, 3, 17684, 599, 3096, 7, 61, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 684, 3274, 96, 107, 106, 26, 2414, 7, 121, 3430, 1766, 3, 2, 204, 3430, 372, 3274, 96, 13442, 20, 1493, 23, 1621, 3, 7287, 3600, 9, ...
What grid for jacques villeneuve with over 36 laps?
SELECT MAX(grid) FROM table_name_8 WHERE driver = "jacques villeneuve" AND laps > 36
CREATE TABLE table_name_8 (grid INTEGER, driver VARCHAR, laps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 3496, 26, 3, 21342, 17966, 6, 2535, 584, 4280, 28027, 6, 14941, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 8634, 21, 2662, 75, 7771, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 3496, 26, 61, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 2535, 3274, 96, 1191, 75, 7771, 3, 1420, 26445, 121, 3430, 14941, 7, 2490, 4475, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What were the lowest laps of Tarso Marques?
SELECT MIN(laps) FROM table_name_69 WHERE driver = "tarso marques"
CREATE TABLE table_name_69 (laps INTEGER, driver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 8478, 7, 3, 21342, 17966, 6, 2535, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 130, 8, 7402, 14941, 7, 13, 5509, 7, 32, 1571, 7771, 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, 17684, 599, 8478, 7, 61, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 2535, 3274, 96, 2046, 7, 32, 16577, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What's the average Grid for those who spun off after Lap 64?
SELECT AVG(grid) FROM table_name_68 WHERE time_retired = "spun off" AND laps > 64
CREATE TABLE table_name_68 (grid INTEGER, time_retired VARCHAR, laps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 3496, 26, 3, 21342, 17966, 6, 97, 834, 10682, 1271, 584, 4280, 28027, 6, 14941, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 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, 71, 17217, 599, 3496, 26, 61, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 97, 834, 10682, 1271, 3274, 96, 7, 6225, 326, 121, 3430, 14941, 7, 2490, 6687, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the grid total that has a Time/Retired of + 1:33.141, and under 70 laps?
SELECT SUM(grid) FROM table_name_27 WHERE time_retired = "+ 1:33.141" AND laps < 70
CREATE TABLE table_name_27 (grid INTEGER, time_retired VARCHAR, laps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 3496, 26, 3, 21342, 17966, 6, 97, 834, 10682, 1271, 584, 4280, 28027, 6, 14941, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 863...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3496, 26, 61, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 97, 834, 10682, 1271, 3274, 96, 1220, 209, 10, 4201, 5, 26059, 121, 3430, 14941, 7, 3, 2, 2861, 1, -100, -100, -100, -100, -100, -10...
What is the high lap total for tyrrell - yamaha, and a Time/Retired of + 1 lap?
SELECT MAX(laps) FROM table_name_42 WHERE constructor = "tyrrell - yamaha" AND time_retired = "+ 1 lap"
CREATE TABLE table_name_42 (laps INTEGER, constructor VARCHAR, time_retired VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 8478, 7, 3, 21342, 17966, 6, 6774, 127, 584, 4280, 28027, 6, 97, 834, 10682, 1271, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 306...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4165, 549, 17444, 427, 6774, 127, 3274, 96, 17, 63, 21290, 3, 18, 3, 22990, 1024, 121, 3430, 97, 834, 10682, 1271, 3274, 96, 1220, 209, 14941, 121, 1, -100, ...
What is the low lap total for a grid of 14?
SELECT MIN(laps) FROM table_name_12 WHERE grid = 14
CREATE TABLE table_name_12 (laps INTEGER, grid VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 8478, 7, 3, 21342, 17966, 6, 8634, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 731, 14941, 792, 21, 3, 9, 8634, 13, 968, 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, 3, 17684, 599, 8478, 7, 61, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 8634, 3274, 968, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
How many laps for martin brundle with a grid of less than 10?
SELECT COUNT(laps) FROM table_name_54 WHERE driver = "martin brundle" AND grid < 10
CREATE TABLE table_name_54 (laps VARCHAR, driver VARCHAR, grid VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 8478, 7, 584, 4280, 28027, 6, 2535, 584, 4280, 28027, 6, 8634, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 14941, 7, 21, 3157, 17, 7...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 8478, 7, 61, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 2535, 3274, 96, 1635, 17, 77, 25376, 26, 109, 121, 3430, 8634, 3, 2, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the average points in the quarterfinals domestic cup?
SELECT AVG(points) FROM table_name_72 WHERE domestic_cup = "quarterfinals"
CREATE TABLE table_name_72 (points INTEGER, domestic_cup VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 2700, 7, 3, 21342, 17966, 6, 4422, 834, 4658, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1348, 979, 16, 8, 2893, 12406, 7, 4422, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2700, 7, 61, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 4422, 834, 4658, 3274, 96, 19973, 12406, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which level is quarterfinals domestic cup?
SELECT level FROM table_name_22 WHERE domestic_cup = "quarterfinals"
CREATE TABLE table_name_22 (level VARCHAR, domestic_cup VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 4563, 584, 4280, 28027, 6, 4422, 834, 4658, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 593, 19, 2893, 12406, 7, 4422, 4119, 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, 593, 21680, 953, 834, 4350, 834, 2884, 549, 17444, 427, 4422, 834, 4658, 3274, 96, 19973, 12406, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What format is catalogue 148615 in?
SELECT format FROM table_name_78 WHERE catalogue = "148615"
CREATE TABLE table_name_78 (format VARCHAR, catalogue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 8995, 584, 4280, 28027, 6, 14978, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1910, 19, 14978, 968, 3840, 1808, 16, 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, 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, 1910, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 14978, 3274, 96, 24748, 4241, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which region was on June 8, 2004?
SELECT region FROM table_name_7 WHERE date = "june 8, 2004"
CREATE TABLE table_name_7 (region VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 18145, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1719, 47, 30, 1515, 9478, 4406, 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, 1719, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 833, 3274, 96, 6959, 15, 9478, 4406, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What format is catalogue WPCR13504 in?
SELECT format FROM table_name_94 WHERE catalogue = "wpcr13504"
CREATE TABLE table_name_94 (format VARCHAR, catalogue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 8995, 584, 4280, 28027, 6, 14978, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1910, 19, 14978, 549, 23165, 2368, 1752, 591, 16, 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, 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, 1910, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 14978, 3274, 96, 210, 102, 75, 52, 2368, 1752, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What format is the Catalogue 9362486152 from the region of Australia in?
SELECT format FROM table_name_79 WHERE catalogue = "9362486152" AND region = "australia"
CREATE TABLE table_name_79 (format VARCHAR, catalogue VARCHAR, region VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 8995, 584, 4280, 28027, 6, 14978, 584, 4280, 28027, 6, 1719, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1910, 19, 8, 22424, 76, 15, 668, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1910, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 14978, 3274, 96, 4271, 4056, 3707, 4241, 5373, 121, 3430, 1719, 3274, 96, 2064, 8792, 23, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What region is the catalogue number 9362486152 that was from September 3, 2004 from?
SELECT region FROM table_name_50 WHERE catalogue = "9362486152" AND date = "september 3, 2004"
CREATE TABLE table_name_50 (region VARCHAR, catalogue VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 18145, 584, 4280, 28027, 6, 14978, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1719, 19, 8, 14978, 381, 668, 3420...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1719, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 14978, 3274, 96, 4271, 4056, 3707, 4241, 5373, 121, 3430, 833, 3274, 96, 7, 6707, 18247, 6180, 4406, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What region is the catalogue released on June 8, 2004 from?
SELECT region FROM table_name_88 WHERE date = "june 8, 2004"
CREATE TABLE table_name_88 (region VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 18145, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1719, 19, 8, 14978, 1883, 30, 1515, 9478, 4406, 45, 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, 1719, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 833, 3274, 96, 6959, 15, 9478, 4406, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What day is carlton the home side?
SELECT date FROM table_name_87 WHERE home_team = "carlton"
CREATE TABLE table_name_87 (date VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 5522, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 239, 19, 443, 7377, 8, 234, 596, 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, 833, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 234, 834, 11650, 3274, 96, 1720, 7377, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the home team's score when south melbourne is away?
SELECT home_team AS score FROM table_name_23 WHERE away_team = "south melbourne"
CREATE TABLE table_name_23 (home_team VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 5515, 834, 11650, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 234, 372, 31, 7, 2604, 116, 34...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 234, 834, 11650, 6157, 2604, 21680, 953, 834, 4350, 834, 2773, 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, ...
Tell me the listed when cerclis id is msd004006995
SELECT listed FROM table_name_17 WHERE cerclis_id = "msd004006995"
CREATE TABLE table_name_17 (listed VARCHAR, cerclis_id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 19279, 584, 4280, 28027, 6, 19259, 40, 159, 834, 23, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 8779, 140, 8, 2616, 116, 19259, 40, 159, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2616, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 19259, 40, 159, 834, 23, 26, 3274, 96, 51, 7, 26, 1206, 5548, 3951, 3301, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the timeslor rank for the episode with larger than 2.9 rating, rating/share of 2.6/8 and rank for the night higher than 5?
SELECT AVG(rank__timeslot_) FROM table_name_2 WHERE rating > 2.9 AND rating / SHARE(18 - 49) = 2.6 / 8 AND rank__night_ > 5
CREATE TABLE table_name_2 (rank__timeslot_ INTEGER, rank__night_ VARCHAR, rating VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 6254, 834, 834, 715, 7, 3171, 834, 3, 21342, 17966, 6, 11003, 834, 834, 7602, 834, 584, 4280, 28027, 6, 5773, 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, 71, 17217, 599, 6254, 834, 834, 715, 7, 3171, 834, 61, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 5773, 2490, 3, 27297, 3430, 5773, 3, 87, 10046, 7451, 599, 2606, 3, 18, 9526, 61, 3274, 3, 22724, 3, 87, 5...
What is the smallest rating with nightly rank smaller than 7, timeslot rank smaller than 5 and eposide after episode 6?
SELECT MIN(rating) FROM table_name_27 WHERE rank__night_ < 7 AND rank__timeslot_ < 5 AND episode > 6
CREATE TABLE table_name_27 (rating INTEGER, episode VARCHAR, rank__night_ VARCHAR, rank__timeslot_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 52, 1014, 3, 21342, 17966, 6, 5640, 584, 4280, 28027, 6, 11003, 834, 834, 7602, 834, 584, 4280, 28027, 6, 11003, 834, 834, 715, 7, 3171, 834, 584, 4280...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 52, 1014, 61, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 11003, 834, 834, 7602, 834, 3, 2, 489, 3430, 11003, 834, 834, 715, 7, 3171, 834, 3, 2, 305, 3430, 5640, 2490, 431, 1, -100, -100, -...
What is the lowest nightly rank for an episode after episode 1 with a rating/share of 2.6/8?
SELECT MIN(rank__night_) FROM table_name_91 WHERE rating / SHARE(18 - 49) = 2.6 / 8 AND episode > 1
CREATE TABLE table_name_91 (rank__night_ INTEGER, episode VARCHAR, rating VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 6254, 834, 834, 7602, 834, 3, 21342, 17966, 6, 5640, 584, 4280, 28027, 6, 5773, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 3, 17684, 599, 6254, 834, 834, 7602, 834, 61, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 5773, 3, 87, 10046, 7451, 599, 2606, 3, 18, 9526, 61, 3274, 3, 22724, 3, 87, 505, 3430, 5640, 2490, 209, 1, -100, ...
What is the timeslot rank when the rating is smaller than 2.6 and the share is more than 4?
SELECT AVG(rank__timeslot_) FROM table_name_97 WHERE rating < 2.6 AND share > 4
CREATE TABLE table_name_97 (rank__timeslot_ INTEGER, rating VARCHAR, share VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 6254, 834, 834, 715, 7, 3171, 834, 3, 21342, 17966, 6, 5773, 584, 4280, 28027, 6, 698, 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, 0...
[ 3, 23143, 14196, 71, 17217, 599, 6254, 834, 834, 715, 7, 3171, 834, 61, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 5773, 3, 2, 3, 22724, 3430, 698, 2490, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the smallest timeslot rank when the rating is smaller than 2.6?
SELECT MIN(rank__timeslot_) FROM table_name_29 WHERE rating < 2.6
CREATE TABLE table_name_29 (rank__timeslot_ INTEGER, rating INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 6254, 834, 834, 715, 7, 3171, 834, 3, 21342, 17966, 6, 5773, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 17924, 648, 3171, 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, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 6254, 834, 834, 715, 7, 3171, 834, 61, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 5773, 3, 2, 3, 22724, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What away team played at Kardinia Park?
SELECT away_team FROM table_name_24 WHERE venue = "kardinia park"
CREATE TABLE table_name_24 (away_team VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 8006, 834, 11650, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 550, 372, 1944, 44, 4556, 2644, 23, 9, 1061, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 550, 834, 11650, 21680, 953, 834, 4350, 834, 2266, 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...
What team played Hawthorn?
SELECT away_team FROM table_name_82 WHERE home_team = "hawthorn"
CREATE TABLE table_name_82 (away_team VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 8006, 834, 11650, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 372, 1944, 1626, 210, 17, 6293, 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, 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, 550, 834, 11650, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 234, 834, 11650, 3274, 96, 1024, 210, 17, 6293, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the total wins with less than 21 goals taken?
SELECT SUM(wins) FROM table_name_19 WHERE goals_against < 21
CREATE TABLE table_name_19 (wins INTEGER, goals_against INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 3757, 7, 3, 21342, 17966, 6, 1766, 834, 9, 16720, 7, 17, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 9204, 28, 705, 145, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 1766, 834, 9, 16720, 7, 17, 3, 2, 1401, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the date of game 59?
SELECT date FROM table_name_96 WHERE game = 59
CREATE TABLE table_name_96 (date VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 5522, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 833, 13, 467, 3, 3390, 58, 1, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 467, 3274, 3, 3390, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What player is a lock with 1 cap?
SELECT player FROM table_name_16 WHERE position = "lock" AND caps = 1
CREATE TABLE table_name_16 (player VARCHAR, position VARCHAR, caps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 20846, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 16753, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1959, 19, 3, 9, 6081, 28, 209, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 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, 2938, 549, 17444, 427, 1102, 3274, 96, 4029, 121, 3430, 16753, 3274, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What position does ceri sweeney with under 87 caps of the newport gwent dragons play?
SELECT position FROM table_name_41 WHERE club_province = "newport gwent dragons" AND caps < 87 AND player = "ceri sweeney"
CREATE TABLE table_name_41 (position VARCHAR, player VARCHAR, club_province VARCHAR, caps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 4718, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 6, 1886, 834, 1409, 2494, 565, 584, 4280, 28027, 6, 16753, 584, 4280, 28027, 61, 3, 32105, 32106, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1102, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 1886, 834, 1409, 2494, 565, 3274, 96, 5534, 1493, 3, 122, 16103, 14580, 7, 121, 3430, 16753, 3, 2, 3, 4225, 3430, 1959, 3274, 96, 2110, 23, 3, 7, 1123, 15, ...
What player has 12 caps?
SELECT player FROM table_name_36 WHERE caps = 12
CREATE TABLE table_name_36 (player VARCHAR, caps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 20846, 584, 4280, 28027, 6, 16753, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1959, 65, 586, 16753, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 16753, 3274, 586, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Tell me the Shuji Kondo for MAZADA of X with Ryuji Hijikata of hijikata (14:24)
SELECT shuji_kondo FROM table_name_90 WHERE mazada = "x" AND ryuji_hijikata = "hijikata (14:24)"
CREATE TABLE table_name_90 (shuji_kondo VARCHAR, mazada VARCHAR, ryuji_hijikata VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 14279, 354, 23, 834, 157, 17381, 584, 4280, 28027, 6, 3, 18983, 9, 26, 9, 584, 4280, 28027, 6, 3, 651, 76, 354, 23, 834, 107, 17279, 8682, 9, 584, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 14279, 354, 23, 834, 157, 17381, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 3, 18983, 9, 26, 9, 3274, 96, 226, 121, 3430, 3, 651, 76, 354, 23, 834, 107, 17279, 8682, 9, 3274, 96, 107, 17279, 8682, 9, ...
Name the El samurai with MAZADA of x for Ryuji Hijikata of draw (30:00)
SELECT el_samurai FROM table_name_30 WHERE mazada = "x" AND ryuji_hijikata = "draw (30:00)"
CREATE TABLE table_name_30 (el_samurai VARCHAR, mazada VARCHAR, ryuji_hijikata VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 15, 40, 834, 7, 265, 2414, 23, 584, 4280, 28027, 6, 3, 18983, 9, 26, 9, 584, 4280, 28027, 6, 3, 651, 76, 354, 23, 834, 107, 17279, 8682, 9, 584, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 15, 40, 834, 7, 265, 2414, 23, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 3, 18983, 9, 26, 9, 3274, 96, 226, 121, 3430, 3, 651, 76, 354, 23, 834, 107, 17279, 8682, 9, 3274, 96, 19489, 6918, 25713, 6...
Name the MAZADA for El Samurai of mazada (16:22)
SELECT mazada FROM table_name_67 WHERE el_samurai = "mazada (16:22)"
CREATE TABLE table_name_67 (mazada VARCHAR, el_samurai VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 18983, 9, 26, 9, 584, 4280, 28027, 6, 3, 15, 40, 834, 7, 265, 2414, 23, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 283, 10491, 167...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 18983, 9, 26, 9, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 3, 15, 40, 834, 7, 265, 2414, 23, 3274, 96, 18983, 9, 26, 9, 19198, 10, 2884, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the Shuji Kondo for MAZADA of hijikata (14:24)
SELECT shuji_kondo FROM table_name_61 WHERE mazada = "hijikata (14:24)"
CREATE TABLE table_name_61 (shuji_kondo VARCHAR, mazada VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 14279, 354, 23, 834, 157, 17381, 584, 4280, 28027, 6, 3, 18983, 9, 26, 9, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 14565, 354, 23,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14279, 354, 23, 834, 157, 17381, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 3, 18983, 9, 26, 9, 3274, 96, 107, 17279, 8682, 9, 41, 2534, 10, 2266, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
when was the building withdrawn when the builder was ac cars and was introduced before 1958?
SELECT SUM(withdrawn) FROM table_name_78 WHERE builder = "ac cars" AND introduced < 1958
CREATE TABLE table_name_78 (withdrawn INTEGER, builder VARCHAR, introduced VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 28032, 3, 21342, 17966, 6, 918, 49, 584, 4280, 28027, 6, 3665, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 116, 47, 8, 740, 3, 28032, 116, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 28032, 61, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 918, 49, 3274, 96, 9, 75, 2948, 121, 3430, 3665, 3, 2, 22306, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the decision on october 5?
SELECT decision FROM table_name_44 WHERE date = "october 5"
CREATE TABLE table_name_44 (decision VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 221, 18901, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1357, 30, 3, 32, 75, 235, 1152, 305, 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, 1357, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 833, 3274, 96, 32, 75, 235, 1152, 3, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Who played home team at Victoria Park?
SELECT home_team FROM table_name_41 WHERE venue = "victoria park"
CREATE TABLE table_name_41 (home_team VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 5515, 834, 11650, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 1944, 234, 372, 44, 7488, 1061, 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, 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, 234, 834, 11650, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 5669, 3274, 96, 7287, 3600, 9, 2447, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What Season has Goals greater than 0 and less than 33 Apps?
SELECT season FROM table_name_34 WHERE goals > 0 AND apps < 33
CREATE TABLE table_name_34 (season VARCHAR, goals VARCHAR, apps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 9476, 584, 4280, 28027, 6, 1766, 584, 4280, 28027, 6, 4050, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 7960, 65, 17916, 7, 2123, 145, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 774, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 1766, 2490, 3, 632, 3430, 4050, 3, 2, 5400, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many carries for the RB averaging 4.7, and a long of over 30 yards?
SELECT SUM(car) FROM table_name_65 WHERE avg = 4.7 AND long > 30
CREATE TABLE table_name_65 (car INTEGER, avg VARCHAR, long VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 1720, 3, 21342, 17966, 6, 3, 9, 208, 122, 584, 4280, 28027, 6, 307, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 3, 11078, 21, 8, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 1720, 61, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 3, 9, 208, 122, 3274, 3, 25211, 3430, 307, 2490, 604, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many yards did kevin swayne average, with a long carry over 7?
SELECT MIN(avg) FROM table_name_43 WHERE player = "kevin swayne" AND long > 7
CREATE TABLE table_name_43 (avg INTEGER, player VARCHAR, long VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 9, 208, 122, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 307, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 6460, 410, 3, 1050, 249...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9, 208, 122, 61, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 1959, 3274, 96, 1050, 2494, 3, 7, 1343, 29, 15, 121, 3430, 307, 2490, 489, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the catalogue for Harbor Lights as a title?
SELECT catalogue FROM table_name_59 WHERE song_title = "harbor lights"
CREATE TABLE table_name_59 (catalogue VARCHAR, song_title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 2138, 9, 10384, 584, 4280, 28027, 6, 2324, 834, 21869, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 14978, 21, 17590, 2892, 7, 38, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14978, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 2324, 834, 21869, 3274, 96, 3272, 6693, 4113, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What cataglogue has 27 tracks?
SELECT catalogue FROM table_name_51 WHERE track = 27
CREATE TABLE table_name_51 (catalogue VARCHAR, track VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 2138, 9, 10384, 584, 4280, 28027, 6, 1463, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 212, 2408, 10384, 65, 2307, 6542, 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, 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, 14978, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 1463, 3274, 2307, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which year first played with Double W-L of 8–3?
SELECT first_year_played FROM table_name_12 WHERE doubles_w_l = "8–3"
CREATE TABLE table_name_12 (first_year_played VARCHAR, doubles_w_l VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 14672, 834, 1201, 834, 4895, 15, 26, 584, 4280, 28027, 6, 1486, 7, 834, 210, 834, 40, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 215, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 166, 834, 1201, 834, 4895, 15, 26, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 1486, 7, 834, 210, 834, 40, 3274, 96, 927, 104, 519, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the height that has a year after 1983 and is named Phoenix Tower?
SELECT height_ft___m FROM table_name_28 WHERE year > 1983 AND name = "phoenix tower"
CREATE TABLE table_name_28 (height_ft___m VARCHAR, year VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 88, 2632, 834, 89, 17, 834, 834, 834, 51, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 564, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 3902, 834, 89, 17, 834, 834, 834, 51, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 215, 2490, 15041, 3430, 564, 3274, 96, 9553, 35, 2407, 7293, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the oldest year listed with the 1500 Louisiana Street name?
SELECT MIN(year) FROM table_name_87 WHERE name = "1500 louisiana street"
CREATE TABLE table_name_87 (year INTEGER, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 1201, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 10043, 215, 2616, 28, 8, 15011, 15625, 1887, 564, 58, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 564, 3274, 96, 536, 2560, 16585, 159, 13662, 2815, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the Height of rank 11?
SELECT height_ft___m FROM table_name_32 WHERE rank = "11"
CREATE TABLE table_name_32 (height_ft___m VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2668, 41, 88, 2632, 834, 89, 17, 834, 834, 834, 51, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 24231, 13, 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, 3902, 834, 89, 17, 834, 834, 834, 51, 21680, 953, 834, 4350, 834, 2668, 549, 17444, 427, 11003, 3274, 96, 2596, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the largest enrollment for anglican day schools founded after 1929?
SELECT MAX(enrolment) FROM table_name_82 WHERE denomination = "anglican" AND day_boarding = "day" AND founded > 1929
CREATE TABLE table_name_82 (enrolment INTEGER, founded VARCHAR, denomination VARCHAR, day_boarding VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 35, 3491, 297, 3, 21342, 17966, 6, 5710, 584, 4280, 28027, 6, 28730, 584, 4280, 28027, 6, 239, 834, 13993, 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, 4800, 4, 599, 35, 3491, 297, 61, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 28730, 3274, 96, 1468, 2176, 152, 121, 3430, 239, 834, 13993, 3274, 96, 1135, 121, 3430, 5710, 2490, 27332, 1, -100, -100, -100, -1...
What city of license is associated with call sign w244bk?
SELECT city_of_license FROM table_name_44 WHERE call_sign = "w244bk"
CREATE TABLE table_name_44 (city_of_license VARCHAR, call_sign VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 6726, 834, 858, 834, 28062, 584, 4280, 28027, 6, 580, 834, 6732, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 690, 13, 3344, 19, 1968, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 690, 834, 858, 834, 28062, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 580, 834, 6732, 3274, 96, 210, 357, 3628, 115, 157, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What city of license has a Frequency under 107.7, and a call sign of w247aq?
SELECT city_of_license FROM table_name_52 WHERE frequency_mhz < 107.7 AND call_sign = "w247aq"
CREATE TABLE table_name_52 (city_of_license VARCHAR, frequency_mhz VARCHAR, call_sign VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 6726, 834, 858, 834, 28062, 584, 4280, 28027, 6, 7321, 834, 51, 107, 172, 584, 4280, 28027, 6, 580, 834, 6732, 584, 4280, 28027, 61, 3, 32105, 32106, 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, 690, 834, 858, 834, 28062, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 7321, 834, 51, 107, 172, 3, 2, 3, 18057, 5, 940, 3430, 580, 834, 6732, 3274, 96, 210, 357, 4177, 9, 1824, 121, 1, -100, -100, -100, -...
Which team was played against on the game where Earl Watson (6) had the highest assists on January 19?
SELECT team FROM table_name_19 WHERE high_assists = "earl watson (6)" AND date = "january 19"
CREATE TABLE table_name_19 (team VARCHAR, high_assists VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 11650, 584, 4280, 28027, 6, 306, 834, 6500, 7, 17, 7, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 372, 47, 194...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 372, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 306, 834, 6500, 7, 17, 7, 3274, 96, 2741, 40, 8036, 17, 739, 3, 18669, 121, 3430, 833, 3274, 96, 7066, 76, 1208, 957, 121, 1, -100, -100, -100, -100, -100, ...
A singular abbreviation of p. is used for what singular word?
SELECT singular_word FROM table_name_18 WHERE singular_abbreviation = "p."
CREATE TABLE table_name_18 (singular_word VARCHAR, singular_abbreviation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 7, 53, 4885, 834, 6051, 584, 4280, 28027, 6, 22166, 834, 12982, 60, 2099, 257, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 71, 22166, 703, 1999,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 22166, 834, 6051, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 22166, 834, 12982, 60, 2099, 257, 3274, 96, 102, 535, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
A plural abbreviation of pp. is used for what singular word?
SELECT singular_word FROM table_name_82 WHERE plural_abbreviation = "pp."
CREATE TABLE table_name_82 (singular_word VARCHAR, plural_abbreviation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 7, 53, 4885, 834, 6051, 584, 4280, 28027, 6, 28037, 834, 12982, 60, 2099, 257, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 71, 28037, 703, 1999,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 22166, 834, 6051, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 28037, 834, 12982, 60, 2099, 257, 3274, 96, 1572, 535, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
The plural word of hands uses what singular word?
SELECT singular_word FROM table_name_24 WHERE plural_word = "hands"
CREATE TABLE table_name_24 (singular_word VARCHAR, plural_word VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 7, 53, 4885, 834, 6051, 584, 4280, 28027, 6, 28037, 834, 6051, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 37, 28037, 1448, 13, 1780, 2284, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 22166, 834, 6051, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 28037, 834, 6051, 3274, 96, 2894, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
The plural word of following lines or pages has what plural abbreviation?
SELECT plural_abbreviation FROM table_name_21 WHERE plural_word = "following lines or pages"
CREATE TABLE table_name_21 (plural_abbreviation VARCHAR, plural_word VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 12456, 4900, 834, 12982, 60, 2099, 257, 584, 4280, 28027, 6, 28037, 834, 6051, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 37, 28037, 1448, 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, 28037, 834, 12982, 60, 2099, 257, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 28037, 834, 6051, 3274, 96, 25278, 53, 2356, 42, 1688, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
The plural abbreviation of ll. uses what plural word?
SELECT plural_word FROM table_name_94 WHERE plural_abbreviation = "ll."
CREATE TABLE table_name_94 (plural_word VARCHAR, plural_abbreviation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 12456, 4900, 834, 6051, 584, 4280, 28027, 6, 28037, 834, 12982, 60, 2099, 257, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 37, 28037, 703, 1999, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 28037, 834, 6051, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 28037, 834, 12982, 60, 2099, 257, 3274, 96, 195, 535, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
The singular word of hand uses what plural word?
SELECT plural_word FROM table_name_20 WHERE singular_word = "hand"
CREATE TABLE table_name_20 (plural_word VARCHAR, singular_word VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 12456, 4900, 834, 6051, 584, 4280, 28027, 6, 22166, 834, 6051, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 37, 22166, 1448, 13, 609, 2284, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 28037, 834, 6051, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 22166, 834, 6051, 3274, 96, 2894, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How much did the home team st kilda score?
SELECT home_team AS score FROM table_name_76 WHERE home_team = "st kilda"
CREATE TABLE table_name_76 (home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 5515, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 231, 410, 8, 234, 372, 3, 7, 17, 3, 157, 173, 26, 9, 2604, 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, 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, 234, 834, 11650, 6157, 2604, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 234, 834, 11650, 3274, 96, 7, 17, 3, 157, 173, 26, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When the crowd was larger than 7,500 what was the away teams score?
SELECT away_team AS score FROM table_name_84 WHERE crowd > 7 OFFSET 500
CREATE TABLE table_name_84 (away_team VARCHAR, crowd INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 8006, 834, 11650, 584, 4280, 28027, 6, 4374, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 366, 8, 4374, 47, 2186, 145, 7973, 2560, 125, 47, 8, 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, 0, 0, 0, 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, 4608, 549, 17444, 427, 4374, 2490, 489, 3, 15316, 20788, 2899, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the total number of people to attend games at junction oval?
SELECT COUNT(crowd) FROM table_name_42 WHERE venue = "junction oval"
CREATE TABLE table_name_42 (crowd VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 75, 3623, 26, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 792, 381, 13, 151, 12, 2467, 1031, 44, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 75, 3623, 26, 61, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 5669, 3274, 96, 6959, 4985, 17986, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many people have attended victoria park?
SELECT COUNT(crowd) FROM table_name_62 WHERE venue = "victoria park"
CREATE TABLE table_name_62 (crowd VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 75, 3623, 26, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 151, 43, 5526, 3, 7287, 3600, 9, 2447, 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, 2847, 17161, 599, 75, 3623, 26, 61, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 5669, 3274, 96, 7287, 3600, 9, 2447, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many people voted in the election of 1941?
SELECT number_of_votes FROM table_name_79 WHERE election = 1941
CREATE TABLE table_name_79 (number_of_votes VARCHAR, election VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 5525, 1152, 834, 858, 834, 1621, 1422, 584, 4280, 28027, 6, 4356, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 151, 3, 11060, 16, 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, 381, 834, 858, 834, 1621, 1422, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 4356, 3274, 24822, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which candidate lost the election that 770,046 people voted in?
SELECT candidate FROM table_name_99 WHERE outcome_of_election = "lost" AND number_of_votes = "770,046"
CREATE TABLE table_name_99 (candidate VARCHAR, outcome_of_election VARCHAR, number_of_votes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 1608, 12416, 342, 584, 4280, 28027, 6, 6138, 834, 858, 834, 15, 12252, 584, 4280, 28027, 6, 381, 834, 858, 834, 1621, 1422, 584, 4280, 28027, 61, 3, 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, 0...
[ 3, 23143, 14196, 4775, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 6138, 834, 858, 834, 15, 12252, 3274, 96, 2298, 17, 121, 3430, 381, 834, 858, 834, 1621, 1422, 3274, 96, 26920, 6, 632, 4448, 121, 1, -100, -100, -100, -100, ...