NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
Name the total number of jons team for 15x07
SELECT COUNT(jons_team) FROM table_23292220_17 WHERE episode = "15x07"
CREATE TABLE table_23292220_17 (jons_team VARCHAR, episode VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 2884, 1755, 834, 2517, 41, 15429, 7, 834, 11650, 584, 4280, 28027, 6, 5640, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 792, 381, 13, 3, 15429, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15429, 7, 834, 11650, 61, 21680, 953, 834, 2773, 3166, 2884, 1755, 834, 2517, 549, 17444, 427, 5640, 3274, 96, 1808, 226, 4560, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Name all of Jason's teams that appeared on episode 6x02?
SELECT jasons_team FROM table_23292220_6 WHERE episode = "6x02"
CREATE TABLE table_23292220_6 (jasons_team VARCHAR, episode VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 2884, 1755, 834, 948, 41, 1191, 6577, 834, 11650, 584, 4280, 28027, 6, 5640, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 66, 13, 9637, 31, 7, 2323,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2662, 6577, 834, 11650, 21680, 953, 834, 2773, 3166, 2884, 1755, 834, 948, 549, 17444, 427, 5640, 3274, 96, 948, 226, 4305, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
In how many episodes were Vanessa Feltz and Lee Mack the team for Sean?
SELECT COUNT(episode) FROM table_23292220_6 WHERE seans_team = "Vanessa Feltz and Lee Mack"
CREATE TABLE table_23292220_6 (episode VARCHAR, seans_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 2884, 1755, 834, 948, 41, 15, 102, 159, 32, 221, 584, 4280, 28027, 6, 142, 3247, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 149, 186, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 15, 102, 159, 32, 221, 61, 21680, 953, 834, 2773, 3166, 2884, 1755, 834, 948, 549, 17444, 427, 142, 3247, 834, 11650, 3274, 96, 553, 9, 655, 9, 3, 17160, 17, 172, 11, 5531, 19155, 121, 1, -100, ...
Name the episode(s) that featured Duncan James and Johnny Vegas as Jason's team.
SELECT episode FROM table_23292220_6 WHERE jasons_team = "Duncan James and Johnny Vegas"
CREATE TABLE table_23292220_6 (episode VARCHAR, jasons_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 2884, 1755, 834, 948, 41, 15, 102, 159, 32, 221, 584, 4280, 28027, 6, 2662, 6577, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 5640, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5640, 21680, 953, 834, 2773, 3166, 2884, 1755, 834, 948, 549, 17444, 427, 2662, 6577, 834, 11650, 3274, 96, 308, 202, 1608, 2549, 11, 18398, 7615, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What round does Duncan Tappy drive in?
SELECT MAX(sf_round) FROM table_23293785_3 WHERE driver = "Duncan Tappy"
CREATE TABLE table_23293785_3 (sf_round INTEGER, driver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 4118, 4433, 834, 519, 41, 7, 89, 834, 7775, 3, 21342, 17966, 6, 2535, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1751, 405, 25108, 2067, 9632, 1262...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 7, 89, 834, 7775, 61, 21680, 953, 834, 2773, 3166, 4118, 4433, 834, 519, 549, 17444, 427, 2535, 3274, 96, 308, 202, 1608, 2067, 9632, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many racing points did England get?
SELECT MAX(race_total_pts_) FROM table_23293785_3 WHERE country = "England"
CREATE TABLE table_23293785_3 (race_total_pts_ INTEGER, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 4118, 4433, 834, 519, 41, 12614, 834, 235, 1947, 834, 102, 17, 7, 834, 3, 21342, 17966, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 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, 4800, 4, 599, 12614, 834, 235, 1947, 834, 102, 17, 7, 834, 61, 21680, 953, 834, 2773, 3166, 4118, 4433, 834, 519, 549, 17444, 427, 684, 3274, 96, 8532, 7002, 727, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
How many are the Race 2 points when Race 1 was 12?
SELECT race_2_pts_ FROM table_23293785_3 WHERE race_1_pts_ = 12
CREATE TABLE table_23293785_3 (race_2_pts_ VARCHAR, race_1_pts_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 4118, 4433, 834, 519, 41, 12614, 834, 357, 834, 102, 17, 7, 834, 584, 4280, 28027, 6, 1964, 834, 536, 834, 102, 17, 7, 834, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 1964, 834, 357, 834, 102, 17, 7, 834, 21680, 953, 834, 2773, 3166, 4118, 4433, 834, 519, 549, 17444, 427, 1964, 834, 536, 834, 102, 17, 7, 834, 3274, 586, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many millions of people in the US saw the episode number 226?
SELECT us_viewers__millions_ FROM table_23294081_11 WHERE no = 226
CREATE TABLE table_23294081_11 (us_viewers__millions_ VARCHAR, no VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 2445, 4959, 834, 2596, 41, 302, 834, 4576, 277, 834, 834, 17030, 7, 834, 584, 4280, 28027, 6, 150, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 178, 834, 4576, 277, 834, 834, 17030, 7, 834, 21680, 953, 834, 2773, 3166, 2445, 4959, 834, 2596, 549, 17444, 427, 150, 3274, 204, 2688, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the highest episode number?
SELECT MAX(no) FROM table_23294081_11
CREATE TABLE table_23294081_11 (no INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 2445, 4959, 834, 2596, 41, 29, 32, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 5640, 381, 58, 1, 0, 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, 4800, 4, 599, 29, 32, 61, 21680, 953, 834, 2773, 3166, 2445, 4959, 834, 2596, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who was performer 1 in the episode number 7 where Heather Anne Campbell was performer 2?
SELECT performer_1 FROM table_23294081_11 WHERE performer_2 = "Heather Anne Campbell" AND _number = 7
CREATE TABLE table_23294081_11 (performer_1 VARCHAR, performer_2 VARCHAR, _number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 2445, 4959, 834, 2596, 41, 883, 2032, 49, 834, 536, 584, 4280, 28027, 6, 1912, 49, 834, 357, 584, 4280, 28027, 6, 3, 834, 5525, 1152, 584, 4280, 28027, 61, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1912, 49, 834, 536, 21680, 953, 834, 2773, 3166, 2445, 4959, 834, 2596, 549, 17444, 427, 1912, 49, 834, 357, 3274, 96, 3845, 144, 760, 8977, 17034, 121, 3430, 3, 834, 5525, 1152, 3274, 489, 1, -100, -100, -100, -100...
What's the number of the episode seen by 2.99 millions of people in the US, where performer 2 was Heather Anne Campbell?
SELECT MIN(_number) FROM table_23294081_11 WHERE performer_2 = "Heather Anne Campbell" AND us_viewers__millions_ = "2.99"
CREATE TABLE table_23294081_11 (_number INTEGER, performer_2 VARCHAR, us_viewers__millions_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 2445, 4959, 834, 2596, 41, 834, 5525, 1152, 3, 21342, 17966, 6, 1912, 49, 834, 357, 584, 4280, 28027, 6, 178, 834, 4576, 277, 834, 834, 17030, 7, 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, 834, 5525, 1152, 61, 21680, 953, 834, 2773, 3166, 2445, 4959, 834, 2596, 549, 17444, 427, 1912, 49, 834, 357, 3274, 96, 3845, 144, 760, 8977, 17034, 121, 3430, 178, 834, 4576, 277, 834, 834, 17030, 7,...
Name the episode for vic reeves and claudia winkleman
SELECT episode FROM table_23292220_7 WHERE seans_team = "Vic Reeves and Claudia Winkleman"
CREATE TABLE table_23292220_7 (episode VARCHAR, seans_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 2884, 1755, 834, 940, 41, 15, 102, 159, 32, 221, 584, 4280, 28027, 6, 142, 3247, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 5640, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5640, 21680, 953, 834, 2773, 3166, 2884, 1755, 834, 940, 549, 17444, 427, 142, 3247, 834, 11650, 3274, 96, 553, 447, 419, 15, 162, 7, 11, 27292, 4871, 9434, 348, 121, 1, -100, -100, -100, -100, -100, -100, -100, -10...
Name the number of scores for episode 7x05
SELECT COUNT(scores) FROM table_23292220_7 WHERE episode = "7x05"
CREATE TABLE table_23292220_7 (scores VARCHAR, episode VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 2884, 1755, 834, 940, 41, 7, 9022, 7, 584, 4280, 28027, 6, 5640, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 381, 13, 7586, 21, 5640, 489, 226...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7, 9022, 7, 61, 21680, 953, 834, 2773, 3166, 2884, 1755, 834, 940, 549, 17444, 427, 5640, 3274, 96, 940, 226, 3076, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Name the seans team being 13 november 2008
SELECT seans_team FROM table_23292220_7 WHERE first_broadcast = "13 November 2008"
CREATE TABLE table_23292220_7 (seans_team VARCHAR, first_broadcast VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 2884, 1755, 834, 940, 41, 7, 15, 3247, 834, 11650, 584, 4280, 28027, 6, 166, 834, 115, 8635, 5254, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 142, 3247, 834, 11650, 21680, 953, 834, 2773, 3166, 2884, 1755, 834, 940, 549, 17444, 427, 166, 834, 115, 8635, 5254, 3274, 96, 2368, 1671, 2628, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Name the total number of seans team being 7x04
SELECT COUNT(seans_team) FROM table_23292220_7 WHERE episode = "7x04"
CREATE TABLE table_23292220_7 (seans_team VARCHAR, episode VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 2884, 1755, 834, 940, 41, 7, 15, 3247, 834, 11650, 584, 4280, 28027, 6, 5640, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 792, 381, 13, 142, 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, 2847, 17161, 599, 7, 15, 3247, 834, 11650, 61, 21680, 953, 834, 2773, 3166, 2884, 1755, 834, 940, 549, 17444, 427, 5640, 3274, 96, 940, 226, 6348, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the total number of scores for 7x10
SELECT COUNT(scores) FROM table_23292220_7 WHERE episode = "7x10"
CREATE TABLE table_23292220_7 (scores VARCHAR, episode VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 2884, 1755, 834, 940, 41, 7, 9022, 7, 584, 4280, 28027, 6, 5640, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 792, 381, 13, 7586, 21, 489, 226,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7, 9022, 7, 61, 21680, 953, 834, 2773, 3166, 2884, 1755, 834, 940, 549, 17444, 427, 5640, 3274, 96, 940, 226, 1714, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many dates have a total points for race of 180?
SELECT COUNT(date) FROM table_23293785_2 WHERE race_total_pts_ = 180
CREATE TABLE table_23293785_2 (date VARCHAR, race_total_pts_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 4118, 4433, 834, 357, 41, 5522, 584, 4280, 28027, 6, 1964, 834, 235, 1947, 834, 102, 17, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 5522, 61, 21680, 953, 834, 2773, 3166, 4118, 4433, 834, 357, 549, 17444, 427, 1964, 834, 235, 1947, 834, 102, 17, 7, 834, 3274, 8003, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is every points value for race 1 if the total race points is 180?
SELECT race_1_pts_ FROM table_23293785_2 WHERE race_total_pts_ = 180
CREATE TABLE table_23293785_2 (race_1_pts_ VARCHAR, race_total_pts_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 4118, 4433, 834, 357, 41, 12614, 834, 536, 834, 102, 17, 7, 834, 584, 4280, 28027, 6, 1964, 834, 235, 1947, 834, 102, 17, 7, 834, 584, 4280, 28027, 61, 3, 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, 1964, 834, 536, 834, 102, 17, 7, 834, 21680, 953, 834, 2773, 3166, 4118, 4433, 834, 357, 549, 17444, 427, 1964, 834, 235, 1947, 834, 102, 17, 7, 834, 3274, 8003, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the lowest number of total race points for the country of Belgium?
SELECT MIN(race_total_pts_) FROM table_23293785_2 WHERE country = "Belgium"
CREATE TABLE table_23293785_2 (race_total_pts_ INTEGER, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 4118, 4433, 834, 357, 41, 12614, 834, 235, 1947, 834, 102, 17, 7, 834, 3, 21342, 17966, 6, 684, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 12614, 834, 235, 1947, 834, 102, 17, 7, 834, 61, 21680, 953, 834, 2773, 3166, 4118, 4433, 834, 357, 549, 17444, 427, 684, 3274, 96, 2703, 40, 122, 2552, 121, 1, -100, -100, -100, -100, -100, -100, -...
Who is every driver for the location of Estoril Circuit?
SELECT driver FROM table_23293785_2 WHERE location = "Estoril Circuit"
CREATE TABLE table_23293785_2 (driver VARCHAR, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 4118, 4433, 834, 357, 41, 13739, 52, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 334, 2535, 21, 8, 1128, 13, 1122, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2535, 21680, 953, 834, 2773, 3166, 4118, 4433, 834, 357, 549, 17444, 427, 1128, 3274, 96, 14997, 127, 173, 17007, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest value for SF round for the country of England?
SELECT MAX(sf_round) FROM table_23293785_2 WHERE country = "England"
CREATE TABLE table_23293785_2 (sf_round INTEGER, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3166, 4118, 4433, 834, 357, 41, 7, 89, 834, 7775, 3, 21342, 17966, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 701, 21, 3, 7016, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7, 89, 834, 7775, 61, 21680, 953, 834, 2773, 3166, 4118, 4433, 834, 357, 549, 17444, 427, 684, 3274, 96, 8532, 7002, 727, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the surface for the year 2001?
SELECT surface FROM table_23297_3 WHERE year = 2001
CREATE TABLE table_23297_3 (surface VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 23188, 4327, 834, 519, 41, 26899, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1774, 21, 8, 215, 4402, 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, 1774, 21680, 953, 834, 23188, 4327, 834, 519, 549, 17444, 427, 215, 3274, 4402, 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 was the score on October 29?
SELECT score FROM table_23308178_4 WHERE date = "October 29"
CREATE TABLE table_23308178_4 (score VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 591, 41, 7, 9022, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2604, 30, 1797, 2838, 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, 2604, 21680, 953, 834, 20879, 4018, 27640, 834, 591, 549, 17444, 427, 833, 3274, 96, 28680, 2838, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many opponents were there with the record of 3-2-2?
SELECT COUNT(opponent) FROM table_23308178_4 WHERE record = "3-2-2"
CREATE TABLE table_23308178_4 (opponent VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 591, 41, 32, 102, 9977, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 16383, 130, 132, 28, 8, 1368, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 32, 102, 9977, 61, 21680, 953, 834, 20879, 4018, 27640, 834, 591, 549, 17444, 427, 1368, 3274, 96, 21160, 4949, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the record on October 17?
SELECT record FROM table_23308178_4 WHERE date = "October 17"
CREATE TABLE table_23308178_4 (record VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 591, 41, 60, 7621, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1368, 30, 1797, 1003, 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, 1368, 21680, 953, 834, 20879, 4018, 27640, 834, 591, 549, 17444, 427, 833, 3274, 96, 28680, 1003, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What date did they play agains the New York Rangers?
SELECT date FROM table_23308178_4 WHERE opponent = "New York Rangers"
CREATE TABLE table_23308178_4 (date VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 591, 41, 5522, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 410, 79, 577, 541, 7, 8, 368, 1060, 12612, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 20879, 4018, 27640, 834, 591, 549, 17444, 427, 15264, 3274, 96, 6861, 1060, 12612, 277, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many points were there scored on October 27?
SELECT MAX(points) FROM table_23308178_4 WHERE date = "October 27"
CREATE TABLE table_23308178_4 (points INTEGER, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 591, 41, 2700, 7, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 979, 130, 132, 5799, 30, 1797, 2307, 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, 4800, 4, 599, 2700, 7, 61, 21680, 953, 834, 20879, 4018, 27640, 834, 591, 549, 17444, 427, 833, 3274, 96, 28680, 2307, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many different scores are there for the game with 10-3-4 record?
SELECT COUNT(score) FROM table_23308178_5 WHERE record = "10-3-4"
CREATE TABLE table_23308178_5 (score VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 755, 41, 7, 9022, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 315, 7586, 33, 132, 21, 8, 467, 28, 335...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 7, 9022, 61, 21680, 953, 834, 20879, 4018, 27640, 834, 755, 549, 17444, 427, 1368, 3274, 96, 1714, 3486, 18, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
When was the game with 13-5-6 record played?
SELECT date FROM table_23308178_5 WHERE record = "13-5-6"
CREATE TABLE table_23308178_5 (date VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 755, 41, 5522, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 47, 8, 467, 28, 209, 18366, 5783, 1368, 1944, 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, 833, 21680, 953, 834, 20879, 4018, 27640, 834, 755, 549, 17444, 427, 1368, 3274, 96, 2368, 4525, 5783, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the minimal number of points scored in any game?
SELECT MIN(points) FROM table_23308178_5
CREATE TABLE table_23308178_5 (points INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 755, 41, 2700, 7, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 6211, 381, 13, 979, 5799, 16, 136, 467, 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, 3, 17684, 599, 2700, 7, 61, 21680, 953, 834, 20879, 4018, 27640, 834, 755, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many different games against Florida Panthers were played in Verizon Center?
SELECT COUNT(game) FROM table_23308178_5 WHERE opponent = "Florida Panthers" AND location = "Verizon Center"
CREATE TABLE table_23308178_5 (game VARCHAR, opponent VARCHAR, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 755, 41, 7261, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 315, 1031, 581, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 7261, 61, 21680, 953, 834, 20879, 4018, 27640, 834, 755, 549, 17444, 427, 15264, 3274, 96, 11251, 4055, 9, 21149, 7, 121, 3430, 1128, 3274, 96, 5000, 23, 8892, 1166, 121, 1, -100, -100, -100, -100, ...
What was the record in the November 7 game?
SELECT record FROM table_23308178_5 WHERE date = "November 7"
CREATE TABLE table_23308178_5 (record VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 755, 41, 60, 7621, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1368, 16, 8, 1671, 489, 467, 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, 1368, 21680, 953, 834, 20879, 4018, 27640, 834, 755, 549, 17444, 427, 833, 3274, 96, 28635, 489, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many times was there a record of 49-15-11?
SELECT COUNT(attendance) FROM table_23308178_9 WHERE record = "49-15-11"
CREATE TABLE table_23308178_9 (attendance VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 1298, 41, 15116, 663, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 648, 47, 132, 3, 9, 1368, 13, 9526, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 15116, 663, 61, 21680, 953, 834, 20879, 4018, 27640, 834, 1298, 549, 17444, 427, 1368, 3274, 96, 3647, 10106, 9169, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many scores had a date of March 6?
SELECT COUNT(score) FROM table_23308178_9 WHERE date = "March 6"
CREATE TABLE table_23308178_9 (score VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 1298, 41, 7, 9022, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 7586, 141, 3, 9, 833, 13, 1332, 431, 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, 2847, 17161, 599, 7, 9022, 61, 21680, 953, 834, 20879, 4018, 27640, 834, 1298, 549, 17444, 427, 833, 3274, 96, 25019, 431, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
If the date is 7-21-2006, who was the opponent?
SELECT opponent FROM table_23314951_4 WHERE date = "7-21-2006"
CREATE TABLE table_23314951_4 (opponent VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 24816, 5553, 834, 591, 41, 32, 102, 9977, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 156, 8, 833, 19, 489, 16539, 18, 21196, 6, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 20879, 24816, 5553, 834, 591, 549, 17444, 427, 833, 3274, 96, 940, 16539, 18, 21196, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
If the opponent is Kristian Pless, who was it against?
SELECT against FROM table_23314951_4 WHERE opponent = "Kristian Pless"
CREATE TABLE table_23314951_4 (against VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 24816, 5553, 834, 591, 41, 9, 16720, 7, 17, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 156, 8, 15264, 19, 9375, 12572, 276, 924, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 581, 21680, 953, 834, 20879, 24816, 5553, 834, 591, 549, 17444, 427, 15264, 3274, 96, 439, 22061, 152, 276, 924, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the winning team when max busnelli is the winning driver?
SELECT winning_team FROM table_23315271_2 WHERE winning_driver = "Max Busnelli"
CREATE TABLE table_23315271_2 (winning_team VARCHAR, winning_driver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 26320, 4450, 834, 357, 41, 8163, 834, 11650, 584, 4280, 28027, 6, 3447, 834, 13739, 52, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 3447, 372, 11...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3447, 834, 11650, 21680, 953, 834, 20879, 26320, 4450, 834, 357, 549, 17444, 427, 3447, 834, 13739, 52, 3274, 96, 21298, 5703, 10361, 23, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
In which location is aci vallelunga circuit?
SELECT location FROM table_23315271_2 WHERE circuit = "ACI Vallelunga circuit"
CREATE TABLE table_23315271_2 (location VARCHAR, circuit VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 26320, 4450, 834, 357, 41, 14836, 584, 4280, 28027, 6, 4558, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 84, 1128, 19, 3, 4268, 3, 2165, 109, 6521, 9, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1128, 21680, 953, 834, 20879, 26320, 4450, 834, 357, 549, 17444, 427, 4558, 3274, 96, 188, 3597, 21131, 15, 6521, 9, 4558, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who held the pole position in misano world circuit?
SELECT pole_position FROM table_23315271_2 WHERE circuit = "Misano World circuit"
CREATE TABLE table_23315271_2 (pole_position VARCHAR, circuit VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 26320, 4450, 834, 357, 41, 14332, 834, 4718, 584, 4280, 28027, 6, 4558, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 1213, 8, 11148, 1102, 16, 1817, 152, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11148, 834, 4718, 21680, 953, 834, 20879, 26320, 4450, 834, 357, 549, 17444, 427, 4558, 3274, 96, 329, 159, 152, 32, 1150, 4558, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
List the results for all games which involved the detroit red wings.
SELECT score FROM table_23308178_7 WHERE opponent = "Detroit Red Wings"
CREATE TABLE table_23308178_7 (score VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 940, 41, 7, 9022, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 6792, 8, 772, 21, 66, 1031, 84, 1381, 8, 3, 26, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 21680, 953, 834, 20879, 4018, 27640, 834, 940, 549, 17444, 427, 15264, 3274, 96, 308, 15252, 155, 1624, 15753, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Calculate the highest points where the win,loss, tie ratio is 28-12-6
SELECT MAX(points) FROM table_23308178_7 WHERE record = "28-12-6"
CREATE TABLE table_23308178_7 (points INTEGER, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 940, 41, 2700, 7, 3, 21342, 17966, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 18555, 342, 8, 2030, 979, 213, 8, 1369, 6, 2298, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 2700, 7, 61, 21680, 953, 834, 20879, 4018, 27640, 834, 940, 549, 17444, 427, 1368, 3274, 96, 2577, 5947, 5783, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what are the previous performance details for games involving the montreal canadiens?
SELECT record FROM table_23308178_7 WHERE opponent = "Montreal Canadiens"
CREATE TABLE table_23308178_7 (record VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 940, 41, 60, 7621, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 33, 8, 1767, 821, 1030, 21, 1031, 3, 6475, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1368, 21680, 953, 834, 20879, 4018, 27640, 834, 940, 549, 17444, 427, 15264, 3274, 96, 9168, 17, 6644, 1072, 9, 26, 8065, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which years did Michigan state university come in third place?
SELECT year FROM table_2331549_1 WHERE third_place = "Michigan State University"
CREATE TABLE table_2331549_1 (year VARCHAR, third_place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 1808, 3647, 834, 536, 41, 1201, 584, 4280, 28027, 6, 1025, 834, 4687, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 203, 410, 5847, 538, 3819, 369, 16, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 20879, 1808, 3647, 834, 536, 549, 17444, 427, 1025, 834, 4687, 3274, 96, 329, 362, 12588, 1015, 636, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who were the champions in years where michigan technological university was in third place?
SELECT champion FROM table_2331549_1 WHERE third_place = "Michigan Technological University"
CREATE TABLE table_2331549_1 (champion VARCHAR, third_place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 1808, 3647, 834, 536, 41, 17788, 12364, 584, 4280, 28027, 6, 1025, 834, 4687, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 130, 8, 6336, 7, 16, 203, 213,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6336, 21680, 953, 834, 20879, 1808, 3647, 834, 536, 549, 17444, 427, 1025, 834, 4687, 3274, 96, 329, 362, 12588, 25789, 6207, 636, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the host city in years where the host school was école de technologie supérieure?
SELECT host_city FROM table_2331549_1 WHERE host_school = "École de technologie supérieure"
CREATE TABLE table_2331549_1 (host_city VARCHAR, host_school VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 1808, 3647, 834, 536, 41, 12675, 834, 6726, 584, 4280, 28027, 6, 2290, 834, 6646, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2290, 690, 16, 203, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2290, 834, 6726, 21680, 953, 834, 20879, 1808, 3647, 834, 536, 549, 17444, 427, 2290, 834, 6646, 3274, 96, 31721, 20, 3, 13148, 15606, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who came in second place when the champion was south dakota school of mines & technology?
SELECT second_place FROM table_2331549_1 WHERE champion = "South Dakota School of Mines & Technology"
CREATE TABLE table_2331549_1 (second_place VARCHAR, champion VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 1808, 3647, 834, 536, 41, 12091, 834, 4687, 584, 4280, 28027, 6, 6336, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 764, 16, 511, 286, 116, 8, 6336, 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, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 511, 834, 4687, 21680, 953, 834, 20879, 1808, 3647, 834, 536, 549, 17444, 427, 6336, 3274, 96, 22081, 16711, 1121, 13, 13743, 7, 3, 184, 3669, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
If the average is 45.65, what is the total number of innings?
SELECT COUNT(innings) FROM table_23316034_16 WHERE average = "45.65"
CREATE TABLE table_23316034_16 (innings VARCHAR, average VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 19129, 3710, 834, 2938, 41, 10503, 7, 584, 4280, 28027, 6, 1348, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 156, 8, 1348, 19, 3479, 5, 4122, 6, 125, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 10503, 7, 61, 21680, 953, 834, 20879, 19129, 3710, 834, 2938, 549, 17444, 427, 1348, 3274, 96, 2128, 5, 4122, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the name of the player if the innings is 82?
SELECT player FROM table_23316034_16 WHERE innings = 82
CREATE TABLE table_23316034_16 (player VARCHAR, innings VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 19129, 3710, 834, 2938, 41, 20846, 584, 4280, 28027, 6, 19714, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 8, 1959, 3, 99, 8, 19714, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 20879, 19129, 3710, 834, 2938, 549, 17444, 427, 19714, 3274, 3, 4613, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
If the innings is 68, what is the average?
SELECT average FROM table_23316034_16 WHERE innings = 68
CREATE TABLE table_23316034_16 (average VARCHAR, innings VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 19129, 3710, 834, 2938, 41, 28951, 584, 4280, 28027, 6, 19714, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 156, 8, 19714, 19, 3, 3651, 6, 125, 19, 8, 1348, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1348, 21680, 953, 834, 20879, 19129, 3710, 834, 2938, 549, 17444, 427, 19714, 3274, 3, 3651, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
If the runs is 5028, what is the matches maximum?
SELECT MAX(matches) FROM table_23316034_16 WHERE runs = 5028
CREATE TABLE table_23316034_16 (matches INTEGER, runs VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 19129, 3710, 834, 2938, 41, 19515, 15, 7, 3, 21342, 17966, 6, 3154, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 156, 8, 3154, 19, 943, 2577, 6, 125, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 19515, 15, 7, 61, 21680, 953, 834, 20879, 19129, 3710, 834, 2938, 549, 17444, 427, 3154, 3274, 943, 2577, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Name the least dismissals for sammy carter
SELECT MIN(dismissals) FROM table_23316034_23 WHERE player = "Sammy Carter"
CREATE TABLE table_23316034_23 (dismissals INTEGER, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 19129, 3710, 834, 2773, 41, 26, 159, 11502, 5405, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 709, 16708, 5405, 21, 3, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 26, 159, 11502, 5405, 61, 21680, 953, 834, 20879, 19129, 3710, 834, 2773, 549, 17444, 427, 1959, 3274, 96, 134, 265, 2258, 17080, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Name the number of dismissals for adam gilchrist
SELECT COUNT(dismissals) FROM table_23316034_23 WHERE player = "Adam Gilchrist"
CREATE TABLE table_23316034_23 (dismissals VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 19129, 3710, 834, 2773, 41, 26, 159, 11502, 5405, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 381, 13, 16708, 5405, 21, 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, 2847, 17161, 599, 26, 159, 11502, 5405, 61, 21680, 953, 834, 20879, 19129, 3710, 834, 2773, 549, 17444, 427, 1959, 3274, 96, 188, 7812, 12798, 15294, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the least dismissals for 4 rank
SELECT MAX(dismissals) FROM table_23316034_23 WHERE rank = 4
CREATE TABLE table_23316034_23 (dismissals INTEGER, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 19129, 3710, 834, 2773, 41, 26, 159, 11502, 5405, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 709, 16708, 5405, 21, 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, 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, 26, 159, 11502, 5405, 61, 21680, 953, 834, 20879, 19129, 3710, 834, 2773, 549, 17444, 427, 11003, 3274, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many top 10 finishes did Ken Bouchard get in the year he won $17,695?
SELECT top_10 FROM table_2333416_2 WHERE winnings = "$17,695"
CREATE TABLE table_2333416_2 (top_10 VARCHAR, winnings VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 3710, 2938, 834, 357, 41, 2916, 834, 1714, 584, 4280, 28027, 6, 3447, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 420, 335, 13084, 410, 5704, 865...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 420, 834, 1714, 21680, 953, 834, 20879, 3710, 2938, 834, 357, 549, 17444, 427, 3447, 7, 3274, 96, 3229, 2517, 6, 3951, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What year did Ken Bouchard finish in 78th place?
SELECT year FROM table_2333416_2 WHERE position = "78th"
CREATE TABLE table_2333416_2 (year VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 3710, 2938, 834, 357, 41, 1201, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 410, 5704, 8657, 4059, 26, 1992, 16, 3, 3940,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 215, 21680, 953, 834, 20879, 3710, 2938, 834, 357, 549, 17444, 427, 1102, 3274, 96, 3940, 189, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many seasons did Ken Bouchard finish in 38th place?
SELECT COUNT(year) FROM table_2333416_2 WHERE position = "38th"
CREATE TABLE table_2333416_2 (year VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 3710, 2938, 834, 357, 41, 1201, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 9385, 410, 5704, 8657, 4059, 26, 1992, 16, 66...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 1201, 61, 21680, 953, 834, 20879, 3710, 2938, 834, 357, 549, 17444, 427, 1102, 3274, 96, 3747, 189, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the greatest number of wins Ken Bouchard had in a season?
SELECT MIN(wins) FROM table_2333416_2
CREATE TABLE table_2333416_2 (wins INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 3710, 2938, 834, 357, 41, 3757, 7, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4016, 381, 13, 9204, 5704, 8657, 4059, 26, 141, 16, 3, 9, 774, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 3757, 7, 61, 21680, 953, 834, 20879, 3710, 2938, 834, 357, 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...
How many races in 2012 season have 0 podiums?
SELECT COUNT(races) FROM table_23338693_1 WHERE season = 2012 AND podiums = 0
CREATE TABLE table_23338693_1 (races VARCHAR, season VARCHAR, podiums VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 4201, 3840, 4271, 834, 536, 41, 12614, 7, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 6, 22828, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 10879,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 12614, 7, 61, 21680, 953, 834, 2773, 4201, 3840, 4271, 834, 536, 549, 17444, 427, 774, 3274, 1673, 3430, 22828, 7, 3274, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many seasons have motopark team?
SELECT COUNT(season) FROM table_23338693_1 WHERE team = "Motopark"
CREATE TABLE table_23338693_1 (season VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 4201, 3840, 4271, 834, 536, 41, 9476, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 9385, 43, 3, 11188, 6334, 372, 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, 2847, 17161, 599, 9476, 61, 21680, 953, 834, 2773, 4201, 3840, 4271, 834, 536, 549, 17444, 427, 372, 3274, 96, 329, 32, 235, 6334, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which team has nc position for 2010 season?
SELECT team FROM table_23338693_1 WHERE position = "NC" AND season = 2010
CREATE TABLE table_23338693_1 (team VARCHAR, position VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 4201, 3840, 4271, 834, 536, 41, 11650, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 372, 65, 3, 29, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 372, 21680, 953, 834, 2773, 4201, 3840, 4271, 834, 536, 549, 17444, 427, 1102, 3274, 96, 8137, 121, 3430, 774, 3274, 2735, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many points have a series of british formula renault 2.0 winter cup and f/laps of 0?
SELECT points FROM table_23338693_1 WHERE series = "British Formula Renault 2.0 Winter Cup" AND f_laps = 0
CREATE TABLE table_23338693_1 (points VARCHAR, series VARCHAR, f_laps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 4201, 3840, 4271, 834, 536, 41, 2700, 7, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 6, 3, 89, 834, 8478, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 979, 21680, 953, 834, 2773, 4201, 3840, 4271, 834, 536, 549, 17444, 427, 939, 3274, 96, 279, 13224, 7, 107, 13786, 20493, 6864, 4272, 3802, 121, 3430, 3, 89, 834, 8478, 7, 3274, 3, 632, 1, -100, -100, -100, -100, ...
If the amount of rebounds is 0, what is the maximum minutes?
SELECT MAX(minutes) FROM table_23346303_5 WHERE rebounds = 0
CREATE TABLE table_23346303_5 (minutes INTEGER, rebounds VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4448, 23335, 834, 755, 41, 6890, 7, 3, 21342, 17966, 6, 3, 23768, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 156, 8, 866, 13, 3, 23768, 19, 8014, 125, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 6890, 7, 61, 21680, 953, 834, 20879, 4448, 23335, 834, 755, 549, 17444, 427, 3, 23768, 3274, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the points total number if the assists is 7?
SELECT COUNT(points) FROM table_23346303_5 WHERE assists = 7
CREATE TABLE table_23346303_5 (points VARCHAR, assists VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4448, 23335, 834, 755, 41, 2700, 7, 584, 4280, 28027, 6, 13041, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 979, 792, 381, 3, 99, 8, 13041, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 2700, 7, 61, 21680, 953, 834, 20879, 4448, 23335, 834, 755, 549, 17444, 427, 13041, 3274, 489, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
If the field goals is 26, what are the players names?
SELECT player FROM table_23346303_5 WHERE field_goals = 26
CREATE TABLE table_23346303_5 (player VARCHAR, field_goals VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4448, 23335, 834, 755, 41, 20846, 584, 4280, 28027, 6, 1057, 834, 839, 5405, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 156, 8, 1057, 1766, 19, 13597, 125, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 20879, 4448, 23335, 834, 755, 549, 17444, 427, 1057, 834, 839, 5405, 3274, 2208, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
If the player is Jasmine Wynne, what is the minimum number of steals?
SELECT MIN(steals) FROM table_23346303_5 WHERE player = "Jasmine Wynne"
CREATE TABLE table_23346303_5 (steals INTEGER, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4448, 23335, 834, 755, 41, 849, 5405, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 156, 8, 1959, 19, 2215, 7, 8695, 11314, 29, 29, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 849, 5405, 61, 21680, 953, 834, 20879, 4448, 23335, 834, 755, 549, 17444, 427, 1959, 3274, 96, 683, 9, 7, 8695, 11314, 29, 29, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the blocks total number if the points is 4?
SELECT COUNT(blocks) FROM table_23346303_5 WHERE points = 4
CREATE TABLE table_23346303_5 (blocks VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4448, 23335, 834, 755, 41, 10734, 7, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6438, 792, 381, 3, 99, 8, 979, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 10734, 7, 61, 21680, 953, 834, 20879, 4448, 23335, 834, 755, 549, 17444, 427, 979, 3274, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many steals did jasmine wynne have?
SELECT steals FROM table_23346303_4 WHERE player = "Jasmine Wynne"
CREATE TABLE table_23346303_4 (steals VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4448, 23335, 834, 591, 41, 849, 5405, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 11332, 7, 410, 2662, 7, 8695, 3, 25269,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11332, 7, 21680, 953, 834, 20879, 4448, 23335, 834, 591, 549, 17444, 427, 1959, 3274, 96, 683, 9, 7, 8695, 11314, 29, 29, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many games did janae stokes play?
SELECT MAX(games_played) FROM table_23346303_4 WHERE player = "Janae Stokes"
CREATE TABLE table_23346303_4 (games_played INTEGER, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4448, 23335, 834, 591, 41, 7261, 7, 834, 4895, 15, 26, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 1031, 410, 3, 7066, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 7261, 7, 834, 4895, 15, 26, 61, 21680, 953, 834, 20879, 4448, 23335, 834, 591, 549, 17444, 427, 1959, 3274, 96, 683, 152, 9, 15, 28089, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
How many rebounds did crystal ayers have?
SELECT COUNT(rebounds) FROM table_23346303_4 WHERE player = "Crystal Ayers"
CREATE TABLE table_23346303_4 (rebounds VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4448, 23335, 834, 591, 41, 23768, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 3, 23768, 410, 6884, 3, 9, 63, 277, 43, 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, 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, 23768, 61, 21680, 953, 834, 20879, 4448, 23335, 834, 591, 549, 17444, 427, 1959, 3274, 96, 254, 651, 8407, 71, 63, 277, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the Orangemen record during game 3?
SELECT record FROM table_23346983_1 WHERE game = 3
CREATE TABLE table_23346983_1 (record VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3710, 3951, 4591, 834, 536, 41, 60, 7621, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 7311, 904, 1368, 383, 467, 220, 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, 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, 2773, 3710, 3951, 4591, 834, 536, 549, 17444, 427, 467, 3274, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the record for the Orangemen when they played against Army?
SELECT record FROM table_23346983_1 WHERE opponent = "Army"
CREATE TABLE table_23346983_1 (record VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3710, 3951, 4591, 834, 536, 41, 60, 7621, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1368, 21, 8, 7311, 904, 116, 79...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1368, 21680, 953, 834, 2773, 3710, 3951, 4591, 834, 536, 549, 17444, 427, 15264, 3274, 96, 23823, 63, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many points did the Orangemen score in game 1?
SELECT MAX(orangemen_points) FROM table_23346983_1 WHERE game = 1
CREATE TABLE table_23346983_1 (orangemen_points INTEGER, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3710, 3951, 4591, 834, 536, 41, 32, 5517, 904, 834, 2700, 7, 3, 21342, 17966, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 979, 410, 8, 7311...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 32, 5517, 904, 834, 2700, 7, 61, 21680, 953, 834, 2773, 3710, 3951, 4591, 834, 536, 549, 17444, 427, 467, 3274, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who did the Orangemen play against when their record was 5-1?
SELECT opponent FROM table_23346983_1 WHERE record = "5-1"
CREATE TABLE table_23346983_1 (opponent VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3710, 3951, 4591, 834, 536, 41, 32, 102, 9977, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 410, 8, 7311, 904, 577, 581, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 2773, 3710, 3951, 4591, 834, 536, 549, 17444, 427, 1368, 3274, 96, 755, 2292, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the location for 2007
SELECT location FROM table_23379776_6 WHERE year = 2007
CREATE TABLE table_23379776_6 (location VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 4118, 4327, 3959, 834, 948, 41, 14836, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 1128, 21, 4101, 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, 1128, 21680, 953, 834, 2773, 4118, 4327, 3959, 834, 948, 549, 17444, 427, 215, 3274, 4101, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Display the lowest score for candidate Mir-Hossein Mousavi when candidate Mohsen Rezaee scored 44809 votes
SELECT MIN(mir_hossein_mousavi) FROM table_23390604_1 WHERE mohsen_rezaee = 44809
CREATE TABLE table_23390604_1 (mir_hossein_mousavi INTEGER, mohsen_rezaee VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 2394, 3328, 591, 834, 536, 41, 5884, 834, 11982, 7, 2455, 834, 51, 1162, 2960, 3, 21342, 17966, 6, 2288, 107, 7, 35, 834, 2638, 9, 15, 15, 584, 4280, 28027, 61, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 5884, 834, 11982, 7, 2455, 834, 51, 1162, 2960, 61, 21680, 953, 834, 20879, 2394, 3328, 591, 834, 536, 549, 17444, 427, 2288, 107, 7, 35, 834, 2638, 9, 15, 15, 3274, 314, 3707, 4198, 1, -100, -100, ...
What is the highest score for candidate Mohsen Rezaee when candidate mir-hossein mousavi scored 837858 votes?
SELECT MAX(mohsen_rezaee) FROM table_23390604_1 WHERE mir_hossein_mousavi = 837858
CREATE TABLE table_23390604_1 (mohsen_rezaee INTEGER, mir_hossein_mousavi VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 2394, 3328, 591, 834, 536, 41, 51, 32, 107, 7, 35, 834, 2638, 9, 15, 15, 3, 21342, 17966, 6, 1870, 834, 11982, 7, 2455, 834, 51, 1162, 2960, 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, 4800, 4, 599, 51, 32, 107, 7, 35, 834, 2638, 9, 15, 15, 61, 21680, 953, 834, 20879, 2394, 3328, 591, 834, 536, 549, 17444, 427, 1870, 834, 11982, 7, 2455, 834, 51, 1162, 2960, 3274, 3, 4591, 3940, 3449, 1, -100,...
List all the total scores for the election which had 3072 invalid votes
SELECT total_votes FROM table_23390604_1 WHERE spoiled_ballots = 3072
CREATE TABLE table_23390604_1 (total_votes VARCHAR, spoiled_ballots VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 2394, 3328, 591, 834, 536, 41, 235, 1947, 834, 1621, 1422, 584, 4280, 28027, 6, 3, 29793, 834, 3849, 3171, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 6792...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 792, 834, 1621, 1422, 21680, 953, 834, 20879, 2394, 3328, 591, 834, 536, 549, 17444, 427, 3, 29793, 834, 3849, 3171, 7, 3274, 604, 5865, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the highest score of candidate mir-hossein mousavi in the location known as azarbaijan, west?
SELECT MAX(mir_hossein_mousavi) FROM table_23390604_1 WHERE province = "Azarbaijan, West"
CREATE TABLE table_23390604_1 (mir_hossein_mousavi INTEGER, province VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 2394, 3328, 591, 834, 536, 41, 5884, 834, 11982, 7, 2455, 834, 51, 1162, 2960, 3, 21342, 17966, 6, 7985, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 5884, 834, 11982, 7, 2455, 834, 51, 1162, 2960, 61, 21680, 953, 834, 20879, 2394, 3328, 591, 834, 536, 549, 17444, 427, 7985, 3274, 96, 188, 7061, 9441, 7066, 6, 1244, 121, 1, -100, -100, -100, -100, ...
List all the results for mahmoud ahmadinejad when candidate mir-hossein mousavi obtained 218481 votes.
SELECT mahmoud_ahmadinejad FROM table_23390604_1 WHERE mir_hossein_mousavi = 218481
CREATE TABLE table_23390604_1 (mahmoud_ahmadinejad VARCHAR, mir_hossein_mousavi VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 2394, 3328, 591, 834, 536, 41, 51, 9, 107, 51, 1063, 26, 834, 9, 107, 11374, 630, 1191, 26, 584, 4280, 28027, 6, 1870, 834, 11982, 7, 2455, 834, 51, 1162, 2960, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 954, 107, 51, 1063, 26, 834, 9, 107, 11374, 630, 1191, 26, 21680, 953, 834, 20879, 2394, 3328, 591, 834, 536, 549, 17444, 427, 1870, 834, 11982, 7, 2455, 834, 51, 1162, 2960, 3274, 1401, 4608, 4959, 1, -100, -100, ...
What was the highest number of votes for mir-hossein mousavi when the number of invalid votes is 5683
SELECT MAX(mir_hossein_mousavi) FROM table_23390604_1 WHERE spoiled_ballots = 5683
CREATE TABLE table_23390604_1 (mir_hossein_mousavi INTEGER, spoiled_ballots VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 2394, 3328, 591, 834, 536, 41, 5884, 834, 11982, 7, 2455, 834, 51, 1162, 2960, 3, 21342, 17966, 6, 3, 29793, 834, 3849, 3171, 7, 584, 4280, 28027, 61, 3, 32105, 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, 4800, 4, 599, 5884, 834, 11982, 7, 2455, 834, 51, 1162, 2960, 61, 21680, 953, 834, 20879, 2394, 3328, 591, 834, 536, 549, 17444, 427, 3, 29793, 834, 3849, 3171, 7, 3274, 11526, 4591, 1, -100, -100, -100, -100, -100,...
Name surface for 8 round
SELECT surface FROM table_23385853_1 WHERE round = 8
CREATE TABLE table_23385853_1 (surface VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3747, 3449, 4867, 834, 536, 41, 26899, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 1774, 21, 505, 1751, 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, 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, 1774, 21680, 953, 834, 2773, 3747, 3449, 4867, 834, 536, 549, 17444, 427, 1751, 3274, 505, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Name the rally base for 5 round
SELECT rally_base FROM table_23385853_1 WHERE round = 5
CREATE TABLE table_23385853_1 (rally_base VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3747, 3449, 4867, 834, 536, 41, 52, 1427, 834, 10925, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 13980, 1247, 21, 305, 175...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13980, 834, 10925, 21680, 953, 834, 2773, 3747, 3449, 4867, 834, 536, 549, 17444, 427, 1751, 3274, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Name the rally base for rallye de france alsace
SELECT rally_base FROM table_23385853_1 WHERE rally_name = "Rallye de France Alsace"
CREATE TABLE table_23385853_1 (rally_base VARCHAR, rally_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3747, 3449, 4867, 834, 536, 41, 52, 1427, 834, 10925, 584, 4280, 28027, 6, 13980, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 13980, 1247, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13980, 834, 10925, 21680, 953, 834, 2773, 3747, 3449, 4867, 834, 536, 549, 17444, 427, 13980, 834, 4350, 3274, 96, 448, 1427, 15, 20, 1410, 4746, 3302, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the lowest position for a driver with 2 points?
SELECT MAX(pos) FROM table_23385853_19 WHERE points = 2
CREATE TABLE table_23385853_19 (pos INTEGER, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3747, 3449, 4867, 834, 2294, 41, 2748, 3, 21342, 17966, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 1102, 21, 3, 9, 2535, 28, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 2748, 61, 21680, 953, 834, 2773, 3747, 3449, 4867, 834, 2294, 549, 17444, 427, 979, 3274, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What driver(s) had over 65 stag wins?
SELECT driver FROM table_23385853_19 WHERE stage_wins = 65
CREATE TABLE table_23385853_19 (driver VARCHAR, stage_wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3747, 3449, 4867, 834, 2294, 41, 13739, 52, 584, 4280, 28027, 6, 1726, 834, 3757, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 2535, 599, 7, 61, 141, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2535, 21680, 953, 834, 2773, 3747, 3449, 4867, 834, 2294, 549, 17444, 427, 1726, 834, 3757, 7, 3274, 7123, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the power stage wins total number if the wins is 10?
SELECT COUNT(power_stage_wins) FROM table_23385853_20 WHERE wins = 10
CREATE TABLE table_23385853_20 (power_stage_wins VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3747, 3449, 4867, 834, 1755, 41, 6740, 834, 10705, 834, 3757, 7, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 579, 1726, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6740, 834, 10705, 834, 3757, 7, 61, 21680, 953, 834, 2773, 3747, 3449, 4867, 834, 1755, 549, 17444, 427, 9204, 3274, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
If finishes is 10, what is the POS minimum?
SELECT MIN(pos) FROM table_23385853_20 WHERE finishes = 10
CREATE TABLE table_23385853_20 (pos INTEGER, finishes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3747, 3449, 4867, 834, 1755, 41, 2748, 3, 21342, 17966, 6, 13084, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 156, 13084, 19, 10372, 125, 19, 8, 3, 16034, 2559...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2748, 61, 21680, 953, 834, 2773, 3747, 3449, 4867, 834, 1755, 549, 17444, 427, 13084, 3274, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the finishes maximum number?
SELECT MAX(finishes) FROM table_23385853_20
CREATE TABLE table_23385853_20 (finishes INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3747, 3449, 4867, 834, 1755, 41, 25535, 15, 7, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 13084, 2411, 381, 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, 25535, 15, 7, 61, 21680, 953, 834, 2773, 3747, 3449, 4867, 834, 1755, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
When relay is the station type and 5kw is the power kw what is the branding?
SELECT branding FROM table_23394920_1 WHERE power_kw = "5kW" AND station_type = "Relay"
CREATE TABLE table_23394920_1 (branding VARCHAR, power_kw VARCHAR, station_type VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4240, 27749, 834, 536, 41, 12164, 53, 584, 4280, 28027, 6, 579, 834, 157, 210, 584, 4280, 28027, 6, 2478, 834, 6137, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 14282, 21680, 953, 834, 20879, 4240, 27749, 834, 536, 549, 17444, 427, 579, 834, 157, 210, 3274, 96, 755, 21729, 121, 3430, 2478, 834, 6137, 3274, 96, 1649, 5595, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100...
When dxrt-tv is the callsign what is the power kw?
SELECT power_kw FROM table_23394920_1 WHERE callsign = "DXRT-TV"
CREATE TABLE table_23394920_1 (power_kw VARCHAR, callsign VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4240, 27749, 834, 536, 41, 6740, 834, 157, 210, 584, 4280, 28027, 6, 580, 6732, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 3, 26, 226, 52, 17, 18, 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, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 579, 834, 157, 210, 21680, 953, 834, 20879, 4240, 27749, 834, 536, 549, 17444, 427, 580, 6732, 3274, 96, 308, 4, 5934, 18, 4562, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When dxzb-tv is the call sign what is the power kw?
SELECT power_kw FROM table_23394920_1 WHERE callsign = "DXZB-TV"
CREATE TABLE table_23394920_1 (power_kw VARCHAR, callsign VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4240, 27749, 834, 536, 41, 6740, 834, 157, 210, 584, 4280, 28027, 6, 580, 6732, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 3, 26, 226, 172, 115, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 579, 834, 157, 210, 21680, 953, 834, 20879, 4240, 27749, 834, 536, 549, 17444, 427, 580, 6732, 3274, 96, 308, 4, 956, 279, 18, 4562, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
When dxcc-tv is the call sign how many station types are there?
SELECT COUNT(station_type) FROM table_23394920_1 WHERE callsign = "DXCC-TV"
CREATE TABLE table_23394920_1 (station_type VARCHAR, callsign VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4240, 27749, 834, 536, 41, 6682, 834, 6137, 584, 4280, 28027, 6, 580, 6732, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 3, 26, 226, 75, 75, 18, 17, 208...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 6682, 834, 6137, 61, 21680, 953, 834, 20879, 4240, 27749, 834, 536, 549, 17444, 427, 580, 6732, 3274, 96, 308, 4, 2823, 18, 4562, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When dwhr-tv is the call sign how many station types are there?
SELECT COUNT(station_type) FROM table_23394920_1 WHERE callsign = "DWHR-TV"
CREATE TABLE table_23394920_1 (station_type VARCHAR, callsign VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4240, 27749, 834, 536, 41, 6682, 834, 6137, 584, 4280, 28027, 6, 580, 6732, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 3, 26, 210, 107, 52, 18, 17, 20...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 6682, 834, 6137, 61, 21680, 953, 834, 20879, 4240, 27749, 834, 536, 549, 17444, 427, 580, 6732, 3274, 96, 20293, 11120, 18, 4562, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What date did Episode 22 originally air?
SELECT COUNT(original_airdate) FROM table_23392257_4 WHERE _number = 22
CREATE TABLE table_23392257_4 (original_airdate VARCHAR, _number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3288, 2884, 3436, 834, 591, 41, 21878, 834, 2256, 5522, 584, 4280, 28027, 6, 3, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 410, 161...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 21878, 834, 2256, 5522, 61, 21680, 953, 834, 2773, 3288, 2884, 3436, 834, 591, 549, 17444, 427, 3, 834, 5525, 1152, 3274, 1630, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What episode premier received 0.680 million viewers?
SELECT original_airdate FROM table_23392257_4 WHERE viewers__millions_ = "0.680"
CREATE TABLE table_23392257_4 (original_airdate VARCHAR, viewers__millions_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3288, 2884, 3436, 834, 591, 41, 21878, 834, 2256, 5522, 584, 4280, 28027, 6, 13569, 834, 834, 17030, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 926, 834, 2256, 5522, 21680, 953, 834, 2773, 3288, 2884, 3436, 834, 591, 549, 17444, 427, 13569, 834, 834, 17030, 7, 834, 3274, 96, 22787, 2079, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What timeslot received 0.673 viewers?
SELECT timeslot FROM table_23392257_4 WHERE viewers__millions_ = "0.673"
CREATE TABLE table_23392257_4 (timeslot VARCHAR, viewers__millions_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 3288, 2884, 3436, 834, 591, 41, 715, 7, 3171, 584, 4280, 28027, 6, 13569, 834, 834, 17030, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 648, 3171, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 648, 3171, 21680, 953, 834, 2773, 3288, 2884, 3436, 834, 591, 549, 17444, 427, 13569, 834, 834, 17030, 7, 834, 3274, 96, 22787, 4552, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the original air date of the episode that was directed by David Paymer?
SELECT original_air_date FROM table_23399481_2 WHERE directed_by = "David Paymer"
CREATE TABLE table_23399481_2 (original_air_date VARCHAR, directed_by VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 3264, 3707, 536, 834, 357, 41, 21878, 834, 2256, 834, 5522, 584, 4280, 28027, 6, 6640, 834, 969, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 926, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 926, 834, 2256, 834, 5522, 21680, 953, 834, 20879, 3264, 3707, 536, 834, 357, 549, 17444, 427, 6640, 834, 969, 3274, 96, 308, 9, 6961, 5077, 935, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
If the amount of U.S. viewers is 2.14 million, who was the episode directed by?
SELECT directed_by FROM table_23399481_2 WHERE us_viewers__in_millions_ = "2.14"
CREATE TABLE table_23399481_2 (directed_by VARCHAR, us_viewers__in_millions_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 3264, 3707, 536, 834, 357, 41, 22955, 834, 969, 584, 4280, 28027, 6, 178, 834, 4576, 277, 834, 834, 77, 834, 17030, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 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, 6640, 834, 969, 21680, 953, 834, 20879, 3264, 3707, 536, 834, 357, 549, 17444, 427, 178, 834, 4576, 277, 834, 834, 77, 834, 17030, 7, 834, 3274, 96, 14489, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
If the amount of U.S. viewers is 2.05 milliom, who was the episode directed by?
SELECT directed_by FROM table_23399481_2 WHERE us_viewers__in_millions_ = "2.05"
CREATE TABLE table_23399481_2 (directed_by VARCHAR, us_viewers__in_millions_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 3264, 3707, 536, 834, 357, 41, 22955, 834, 969, 584, 4280, 28027, 6, 178, 834, 4576, 277, 834, 834, 77, 834, 17030, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 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, 6640, 834, 969, 21680, 953, 834, 20879, 3264, 3707, 536, 834, 357, 549, 17444, 427, 178, 834, 4576, 277, 834, 834, 77, 834, 17030, 7, 834, 3274, 96, 24273, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the director name is the U.S. viewers is 2.22 million?
SELECT directed_by FROM table_23399481_2 WHERE us_viewers__in_millions_ = "2.22"
CREATE TABLE table_23399481_2 (directed_by VARCHAR, us_viewers__in_millions_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 3264, 3707, 536, 834, 357, 41, 22955, 834, 969, 584, 4280, 28027, 6, 178, 834, 4576, 277, 834, 834, 77, 834, 17030, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 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, 0, 0...
[ 3, 23143, 14196, 6640, 834, 969, 21680, 953, 834, 20879, 3264, 3707, 536, 834, 357, 549, 17444, 427, 178, 834, 4576, 277, 834, 834, 77, 834, 17030, 7, 834, 3274, 96, 15300, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100...