NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
How many birthdays does Earl Hanley Beshlin have?
SELECT COUNT(date_of_birth) FROM table_10284385_1 WHERE representative = "Earl Hanley Beshlin"
CREATE TABLE table_10284385_1 (date_of_birth VARCHAR, representative VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 2577, 4906, 4433, 834, 536, 41, 5522, 834, 858, 834, 20663, 584, 4280, 28027, 6, 6978, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 3591, 7, 405, 2210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5522, 834, 858, 834, 20663, 61, 21680, 953, 834, 1714, 2577, 4906, 4433, 834, 536, 549, 17444, 427, 6978, 3274, 96, 427, 291, 40, 6627, 1306, 493, 7, 107, 40, 77, 121, 1, -100, -100, -100, -100, ...
Which politican party has a birthday of November 10, 1880
SELECT party FROM table_10284385_1 WHERE date_of_birth = "November 10, 1880"
CREATE TABLE table_10284385_1 (party VARCHAR, date_of_birth VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 2577, 4906, 4433, 834, 536, 41, 8071, 584, 4280, 28027, 6, 833, 834, 858, 834, 20663, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3, 3003, 7439, 29, 1088...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1088, 21680, 953, 834, 1714, 2577, 4906, 4433, 834, 536, 549, 17444, 427, 833, 834, 858, 834, 20663, 3274, 96, 28635, 10372, 507, 2079, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which representative has a birthday of January 31, 1866?
SELECT representative FROM table_10284385_1 WHERE date_of_birth = "January 31, 1866"
CREATE TABLE table_10284385_1 (representative VARCHAR, date_of_birth VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 2577, 4906, 4433, 834, 536, 41, 60, 12640, 1528, 584, 4280, 28027, 6, 833, 834, 858, 834, 20663, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 6978, 65, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6978, 21680, 953, 834, 1714, 2577, 4906, 4433, 834, 536, 549, 17444, 427, 833, 834, 858, 834, 20663, 3274, 96, 30404, 12074, 507, 3539, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Singles W-L for the players named Laurynas Grigelis?
SELECT singles_w_l FROM table_10295819_1 WHERE player = "Laurynas Grigelis"
CREATE TABLE table_10295819_1 (singles_w_l VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3166, 3449, 2294, 834, 536, 41, 7, 53, 965, 834, 210, 834, 40, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7871, 7, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 712, 7, 834, 210, 834, 40, 21680, 953, 834, 1714, 3166, 3449, 2294, 834, 536, 549, 17444, 427, 1959, 3274, 96, 3612, 450, 63, 29, 9, 7, 3, 13313, 1803, 159, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Current singles ranking for the player named Mantas Bugailiškis?
SELECT current_singles_ranking FROM table_10295819_1 WHERE player = "Mantas Bugailiškis"
CREATE TABLE table_10295819_1 (current_singles_ranking VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3166, 3449, 2294, 834, 536, 41, 14907, 834, 7, 53, 965, 834, 6254, 53, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 128...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 750, 834, 7, 53, 965, 834, 6254, 53, 21680, 953, 834, 1714, 3166, 3449, 2294, 834, 536, 549, 17444, 427, 1959, 3274, 96, 7296, 17, 9, 7, 16381, 9, 173, 23, 2, 2168, 7, 121, 1, -100, -100, -100, -100, -100, -100,...
How many playerd Mrs. Darling in the 1999 Broadway?
SELECT COUNT(1999 AS _broadway) FROM table_10312547_1 WHERE character = "Mrs. Darling"
CREATE TABLE table_10312547_1 (character VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 10124, 4177, 834, 536, 41, 31886, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 1959, 26, 8667, 5, 1920, 697, 16, 8, 5247, 17963, 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, 2294, 3264, 6157, 3, 834, 115, 8635, 1343, 61, 21680, 953, 834, 17864, 10124, 4177, 834, 536, 549, 17444, 427, 1848, 3274, 96, 329, 52, 7, 5, 1920, 697, 121, 1, -100, -100, -100, -100, -100, -100, ...
Who played Peter Pan in the 1990 Broadway?
SELECT 1990 AS _broadway FROM table_10312547_1 WHERE character = "Peter Pan"
CREATE TABLE table_10312547_1 (character VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 10124, 4177, 834, 536, 41, 31886, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 1944, 2737, 4266, 16, 8, 5541, 17963, 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, 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, 5541, 6157, 3, 834, 115, 8635, 1343, 21680, 953, 834, 17864, 10124, 4177, 834, 536, 549, 17444, 427, 1848, 3274, 96, 345, 15, 449, 4266, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What date was BBC One total viewing greater then 11616996.338225884?
SELECT broadcast_date FROM table_103084_4 WHERE bbc_one_total_viewing > 11616996.338225884
CREATE TABLE table_103084_4 (broadcast_date VARCHAR, bbc_one_total_viewing INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 1458, 4608, 834, 591, 41, 115, 8635, 5254, 834, 5522, 584, 4280, 28027, 6, 3, 115, 115, 75, 834, 782, 834, 235, 1947, 834, 4576, 53, 3, 21342, 17966, 61, 3, 32105, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 6878, 834, 5522, 21680, 953, 834, 1714, 1458, 4608, 834, 591, 549, 17444, 427, 3, 115, 115, 75, 834, 782, 834, 235, 1947, 834, 4576, 53, 2490, 3, 20159, 2938, 3264, 27865, 3747, 2884, 3449, 4608, 1, -100, -100, -100...
How many years did BBC One rank 20th?
SELECT COUNT(year) FROM table_103084_4 WHERE bbc_one_rank = "20th"
CREATE TABLE table_103084_4 (year VARCHAR, bbc_one_rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 1458, 4608, 834, 591, 41, 1201, 584, 4280, 28027, 6, 3, 115, 115, 75, 834, 782, 834, 6254, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 203, 410, 99...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1201, 61, 21680, 953, 834, 1714, 1458, 4608, 834, 591, 549, 17444, 427, 3, 115, 115, 75, 834, 782, 834, 6254, 3274, 96, 1755, 189, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What year was the BBC two total viewing 7,530,000?
SELECT MIN(year) FROM table_103084_4 WHERE bbc_two_total_viewing = "7,530,000"
CREATE TABLE table_103084_4 (year INTEGER, bbc_two_total_viewing VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 1458, 4608, 834, 591, 41, 1201, 3, 21342, 17966, 6, 3, 115, 115, 75, 834, 8264, 834, 235, 1947, 834, 4576, 53, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 36...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 1201, 61, 21680, 953, 834, 1714, 1458, 4608, 834, 591, 549, 17444, 427, 3, 115, 115, 75, 834, 8264, 834, 235, 1947, 834, 4576, 53, 3274, 96, 940, 6, 755, 17093, 121, 1, -100, -100, -100, -100, -100,...
how many ↓ function / genus → with escherichia being espd
SELECT COUNT AS ↓_function___genus_→ FROM table_10321124_1 WHERE escherichia = "EspD"
CREATE TABLE table_10321124_1 (COUNT VARCHAR, escherichia VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 2658, 22504, 834, 536, 41, 5911, 17161, 584, 4280, 28027, 6, 3, 15, 11575, 362, 23, 9, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 149, 186, 3, 2, 1681, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 6157, 3, 2, 834, 23993, 834, 834, 834, 729, 302, 834, 2, 21680, 953, 834, 17864, 2658, 22504, 834, 536, 549, 17444, 427, 3, 15, 11575, 362, 23, 9, 3274, 96, 427, 7, 102, 308, 121, 1, -100, -100, -10...
what's the salmonella with escherichia being espd
SELECT salmonella FROM table_10321124_1 WHERE escherichia = "EspD"
CREATE TABLE table_10321124_1 (salmonella VARCHAR, escherichia VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 2658, 22504, 834, 536, 41, 7, 138, 2157, 5303, 584, 4280, 28027, 6, 3, 15, 11575, 362, 23, 9, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15237, 5303, 21680, 953, 834, 17864, 2658, 22504, 834, 536, 549, 17444, 427, 3, 15, 11575, 362, 23, 9, 3274, 96, 427, 7, 102, 308, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
what's the ↓ function / genus → with shigella being spa32
SELECT ↓_function___genus_→ FROM table_10321124_1 WHERE shigella = "Spa32"
CREATE TABLE table_10321124_1 (↓_function___genus_→ VARCHAR, shigella VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 2658, 22504, 834, 536, 41, 2, 834, 23993, 834, 834, 834, 729, 302, 834, 2, 584, 4280, 28027, 6, 3, 5605, 122, 5303, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 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, 3, 2, 834, 23993, 834, 834, 834, 729, 302, 834, 2, 21680, 953, 834, 17864, 2658, 22504, 834, 536, 549, 17444, 427, 3, 5605, 122, 5303, 3274, 96, 134, 102, 9, 2668, 121, 1, -100, -100, -100, -100, -100, -100, -100,...
what's the salmonella with shigella being ipgc
SELECT salmonella FROM table_10321124_1 WHERE shigella = "IpgC"
CREATE TABLE table_10321124_1 (salmonella VARCHAR, shigella VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 2658, 22504, 834, 536, 41, 7, 138, 2157, 5303, 584, 4280, 28027, 6, 3, 5605, 122, 5303, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 15237, 53...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15237, 5303, 21680, 953, 834, 17864, 2658, 22504, 834, 536, 549, 17444, 427, 3, 5605, 122, 5303, 3274, 96, 196, 102, 122, 254, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
what's the salmonella with escherichia being sepb (escn)
SELECT salmonella FROM table_10321124_1 WHERE escherichia = "SepB (EscN)"
CREATE TABLE table_10321124_1 (salmonella VARCHAR, escherichia VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 2658, 22504, 834, 536, 41, 7, 138, 2157, 5303, 584, 4280, 28027, 6, 3, 15, 11575, 362, 23, 9, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 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, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 15237, 5303, 21680, 953, 834, 17864, 2658, 22504, 834, 536, 549, 17444, 427, 3, 15, 11575, 362, 23, 9, 3274, 96, 134, 15, 102, 279, 41, 427, 7, 75, 567, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
what's the shigella with yersinia being yscp
SELECT shigella FROM table_10321124_1 WHERE yersinia = "YscP"
CREATE TABLE table_10321124_1 (shigella VARCHAR, yersinia VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 2658, 22504, 834, 536, 41, 5605, 122, 5303, 584, 4280, 28027, 6, 3, 63, 277, 77, 23, 9, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 3, 5605...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5605, 122, 5303, 21680, 953, 834, 17864, 2658, 22504, 834, 536, 549, 17444, 427, 3, 63, 277, 77, 23, 9, 3274, 96, 476, 7, 75, 345, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many original titles did Marriage Italian-Style have?
SELECT COUNT(original_title) FROM table_10321805_1 WHERE film_title_used_in_nomination = "Marriage Italian-Style"
CREATE TABLE table_10321805_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 2668, 2606, 3076, 834, 536, 41, 21878, 834, 21869, 584, 4280, 28027, 6, 814, 834, 21869, 834, 10064, 834, 77, 834, 29, 32, 14484, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 21878, 834, 21869, 61, 21680, 953, 834, 1714, 2668, 2606, 3076, 834, 536, 549, 17444, 427, 814, 834, 21869, 834, 10064, 834, 77, 834, 29, 32, 14484, 3274, 96, 329, 10269, 545, 4338, 18, 30719, 121, ...
What year was a movie with the original title La Leggenda del Santo Bevitore submitted?
SELECT year__ceremony_ FROM table_10321805_1 WHERE original_title = "La leggenda del santo bevitore"
CREATE TABLE table_10321805_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 2668, 2606, 3076, 834, 536, 41, 1201, 834, 834, 2110, 15, 21208, 834, 584, 4280, 28027, 6, 926, 834, 21869, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 21...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 215, 834, 834, 2110, 15, 21208, 834, 21680, 953, 834, 1714, 2668, 2606, 3076, 834, 536, 549, 17444, 427, 926, 834, 21869, 3274, 96, 3612, 4553, 729, 26, 9, 20, 40, 3, 7, 288, 32, 36, 5566, 127, 15, 121, 1, -100,...
what's the camp with estimated deaths of 600,000
SELECT camp FROM table_10335_1 WHERE estimated_deaths = "600,000"
CREATE TABLE table_10335_1 (camp VARCHAR, estimated_deaths VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 2469, 834, 536, 41, 12389, 584, 4280, 28027, 6, 5861, 834, 221, 9, 189, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 2856, 28, 5861, 14319,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2856, 21680, 953, 834, 17864, 2469, 834, 536, 549, 17444, 427, 5861, 834, 221, 9, 189, 7, 3274, 96, 6007, 6, 2313, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
what's the operational period with camp  sajmište
SELECT operational FROM table_10335_1 WHERE camp = "Sajmište"
CREATE TABLE table_10335_1 (operational VARCHAR, camp VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 2469, 834, 536, 41, 22280, 138, 584, 4280, 28027, 6, 2856, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 7763, 1059, 28, 2856, 3, 7, 9, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 7763, 21680, 953, 834, 17864, 2469, 834, 536, 549, 17444, 427, 2856, 3274, 96, 134, 9, 354, 51, 23, 2, 17, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what's the estimated deaths with operational period of 17 march 1942 – end of june 1943
SELECT estimated_deaths FROM table_10335_1 WHERE operational = "17 March 1942 – end of June 1943"
CREATE TABLE table_10335_1 (estimated_deaths VARCHAR, operational VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 2469, 834, 536, 41, 3340, 51, 920, 834, 221, 9, 189, 7, 584, 4280, 28027, 6, 7763, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 5861, 14319, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5861, 834, 221, 9, 189, 7, 21680, 953, 834, 17864, 2469, 834, 536, 549, 17444, 427, 7763, 3274, 96, 2517, 1332, 24466, 3, 104, 414, 13, 1515, 26436, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
what's the current country of location with operational period  of summer of 1941 to 28 june 1944
SELECT current_country_of_location FROM table_10335_1 WHERE operational = "Summer of 1941 to 28 June 1944"
CREATE TABLE table_10335_1 (current_country_of_location VARCHAR, operational VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 2469, 834, 536, 41, 14907, 834, 17529, 834, 858, 834, 14836, 584, 4280, 28027, 6, 7763, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 750, 684, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 750, 834, 17529, 834, 858, 834, 14836, 21680, 953, 834, 17864, 2469, 834, 536, 549, 17444, 427, 7763, 3274, 96, 134, 440, 935, 13, 24822, 12, 2059, 1515, 21930, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
what's the occupied territory with estimated deaths of 600,000
SELECT occupied_territory FROM table_10335_1 WHERE estimated_deaths = "600,000"
CREATE TABLE table_10335_1 (occupied_territory VARCHAR, estimated_deaths VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 2469, 834, 536, 41, 12519, 834, 17, 21301, 10972, 584, 4280, 28027, 6, 5861, 834, 221, 9, 189, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 12519, 834, 17, 21301, 10972, 21680, 953, 834, 17864, 2469, 834, 536, 549, 17444, 427, 5861, 834, 221, 9, 189, 7, 3274, 96, 6007, 6, 2313, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
what's the occupied territory with operational period of may 1940 – january 1945
SELECT occupied_territory FROM table_10335_1 WHERE operational = "May 1940 – January 1945"
CREATE TABLE table_10335_1 (occupied_territory VARCHAR, operational VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 2469, 834, 536, 41, 12519, 834, 17, 21301, 10972, 584, 4280, 28027, 6, 7763, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 3, 12519, 9964, 28, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 12519, 834, 17, 21301, 10972, 21680, 953, 834, 17864, 2469, 834, 536, 549, 17444, 427, 7763, 3274, 96, 15881, 15830, 3, 104, 1762, 18315, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which overall pick was traded to the Cleveland Browns?
SELECT overall FROM table_10360823_1 WHERE college = "Traded to the Cleveland Browns"
CREATE TABLE table_10360823_1 (overall VARCHAR, college VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 4018, 2773, 834, 536, 41, 1890, 1748, 584, 4280, 28027, 6, 1900, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1879, 1432, 47, 18107, 12, 8, 13160, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1879, 21680, 953, 834, 1714, 3420, 4018, 2773, 834, 536, 549, 17444, 427, 1900, 3274, 96, 9402, 221, 26, 12, 8, 13160, 3899, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Overall pick 240 was a pick in which round?
SELECT round FROM table_10360823_1 WHERE overall = 240
CREATE TABLE table_10360823_1 (round VARCHAR, overall VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 4018, 2773, 834, 536, 41, 7775, 584, 4280, 28027, 6, 1879, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 9126, 1432, 3, 11944, 47, 3, 9, 1432, 16, 84, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1751, 21680, 953, 834, 1714, 3420, 4018, 2773, 834, 536, 549, 17444, 427, 1879, 3274, 3, 11944, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which overall pick number went to college at Youngstown State?
SELECT MIN(overall) FROM table_10360823_1 WHERE college = "Youngstown State"
CREATE TABLE table_10360823_1 (overall INTEGER, college VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 4018, 2773, 834, 536, 41, 1890, 1748, 3, 21342, 17966, 6, 1900, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1879, 1432, 381, 877, 12, 1900, 44, 520...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1890, 1748, 61, 21680, 953, 834, 1714, 3420, 4018, 2773, 834, 536, 549, 17444, 427, 1900, 3274, 96, 3774, 1725, 7, 3540, 1015, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What position is played by pick 255 overall?
SELECT position FROM table_10360823_1 WHERE overall = 255
CREATE TABLE table_10360823_1 (position VARCHAR, overall VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 4018, 2773, 834, 536, 41, 4718, 584, 4280, 28027, 6, 1879, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1102, 19, 1944, 57, 1432, 3, 25502, 1879, 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, 1102, 21680, 953, 834, 1714, 3420, 4018, 2773, 834, 536, 549, 17444, 427, 1879, 3274, 3, 25502, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which player was chosen in round 17?
SELECT player_name FROM table_10360823_1 WHERE round = 17
CREATE TABLE table_10360823_1 (player_name VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 4018, 2773, 834, 536, 41, 20846, 834, 4350, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1959, 47, 3934, 16, 1751, 1003, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1959, 834, 4350, 21680, 953, 834, 1714, 3420, 4018, 2773, 834, 536, 549, 17444, 427, 1751, 3274, 1003, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
The record of 7-3 had the largest attendance of what?
SELECT MAX(attendance) FROM table_10361453_2 WHERE record = "7-3"
CREATE TABLE table_10361453_2 (attendance INTEGER, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 2534, 4867, 834, 357, 41, 15116, 663, 3, 21342, 17966, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 37, 1368, 13, 489, 3486, 141, 8, 2015, 11364,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15116, 663, 61, 21680, 953, 834, 1714, 3420, 2534, 4867, 834, 357, 549, 17444, 427, 1368, 3274, 96, 940, 3486, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
The record of 9-4 was against which opponent?
SELECT opponent FROM table_10361453_2 WHERE record = "9-4"
CREATE TABLE table_10361453_2 (opponent VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 2534, 4867, 834, 357, 41, 32, 102, 9977, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 37, 1368, 13, 668, 4278, 47, 581, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 1714, 3420, 2534, 4867, 834, 357, 549, 17444, 427, 1368, 3274, 96, 1298, 18, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
The game number of 8 had a record of what?
SELECT record FROM table_10361453_2 WHERE game = 8
CREATE TABLE table_10361453_2 (record VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 2534, 4867, 834, 357, 41, 60, 7621, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 37, 467, 381, 13, 505, 141, 3, 9, 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, 1368, 21680, 953, 834, 1714, 3420, 2534, 4867, 834, 357, 549, 17444, 427, 467, 3274, 505, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What round was Steve Stonebreaker drafted?
SELECT MAX(round) FROM table_10360656_1 WHERE player_name = "Steve Stonebreaker"
CREATE TABLE table_10360656_1 (round INTEGER, player_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 5176, 4834, 834, 536, 41, 7775, 3, 21342, 17966, 6, 1959, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1751, 47, 5659, 5614, 23149, 3, 235...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 7775, 61, 21680, 953, 834, 1714, 3420, 5176, 4834, 834, 536, 549, 17444, 427, 1959, 834, 4350, 3274, 96, 14337, 162, 5614, 23149, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Who was the top picki n the draft?
SELECT MIN(choice) FROM table_10360656_1
CREATE TABLE table_10360656_1 (choice INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 5176, 4834, 834, 536, 41, 3995, 867, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 420, 1432, 23, 3, 29, 8, 6488, 58, 1, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 3995, 867, 61, 21680, 953, 834, 1714, 3420, 5176, 4834, 834, 536, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What round was Bill Hill drafted?
SELECT choice FROM table_10360656_1 WHERE player_name = "Bill Hill"
CREATE TABLE table_10360656_1 (choice VARCHAR, player_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 5176, 4834, 834, 536, 41, 3995, 867, 584, 4280, 28027, 6, 1959, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1751, 47, 3259, 3588, 3, 2350...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1160, 21680, 953, 834, 1714, 3420, 5176, 4834, 834, 536, 549, 17444, 427, 1959, 834, 4350, 3274, 96, 279, 1092, 3588, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the name of the quarterback drafted?
SELECT player_name FROM table_10360656_1 WHERE position = "Quarterback"
CREATE TABLE table_10360656_1 (player_name VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 5176, 4834, 834, 536, 41, 20846, 834, 4350, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 564, 13, 8, 20134, 3, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 834, 4350, 21680, 953, 834, 1714, 3420, 5176, 4834, 834, 536, 549, 17444, 427, 1102, 3274, 96, 5991, 1408, 49, 1549, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Where is the college where Keith Hartwig plays?
SELECT college FROM table_10361625_1 WHERE player_name = "Keith Hartwig"
CREATE TABLE table_10361625_1 (college VARCHAR, player_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 2938, 1828, 834, 536, 41, 3297, 7883, 584, 4280, 28027, 6, 1959, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2840, 19, 8, 1900, 213, 17017, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1900, 21680, 953, 834, 1714, 3420, 2938, 1828, 834, 536, 549, 17444, 427, 1959, 834, 4350, 3274, 96, 439, 15, 23, 189, 10498, 14143, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the name of the linebacker at Illinois college?
SELECT player_name FROM table_10361625_1 WHERE position = "Linebacker" AND college = "Illinois"
CREATE TABLE table_10361625_1 (player_name VARCHAR, position VARCHAR, college VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 2938, 1828, 834, 536, 41, 20846, 834, 4350, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 1900, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 834, 4350, 21680, 953, 834, 1714, 3420, 2938, 1828, 834, 536, 549, 17444, 427, 1102, 3274, 96, 21022, 1549, 49, 121, 3430, 1900, 3274, 96, 196, 195, 77, 32, 159, 121, 1, -100, -100, -100, -100, -100, -100, -10...
What is the greatest round of overall 83?
SELECT MAX(round) FROM table_10361625_1 WHERE overall = 83
CREATE TABLE table_10361625_1 (round INTEGER, overall VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 2938, 1828, 834, 536, 41, 7775, 3, 21342, 17966, 6, 1879, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4016, 1751, 13, 1879, 3, 4591, 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, 4800, 4, 599, 7775, 61, 21680, 953, 834, 1714, 3420, 2938, 1828, 834, 536, 549, 17444, 427, 1879, 3274, 3, 4591, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which round did Tommy Kramer play in>
SELECT round FROM table_10361625_1 WHERE player_name = "Tommy Kramer"
CREATE TABLE table_10361625_1 (round VARCHAR, player_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 2938, 1828, 834, 536, 41, 7775, 584, 4280, 28027, 6, 1959, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1751, 410, 22091, 7356, 935, 577, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1751, 21680, 953, 834, 1714, 3420, 2938, 1828, 834, 536, 549, 17444, 427, 1959, 834, 4350, 3274, 96, 3696, 635, 63, 7356, 935, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is Rice's collage score?
SELECT overall FROM table_10361625_1 WHERE college = "Rice"
CREATE TABLE table_10361625_1 (overall VARCHAR, college VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 2938, 1828, 834, 536, 41, 1890, 1748, 584, 4280, 28027, 6, 1900, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 16869, 31, 7, 24014, 2604, 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, 1879, 21680, 953, 834, 1714, 3420, 2938, 1828, 834, 536, 549, 17444, 427, 1900, 3274, 96, 448, 867, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Where does the defensive back position appear first?
SELECT MIN(round) FROM table_10361230_1 WHERE position = "Defensive Back"
CREATE TABLE table_10361230_1 (round INTEGER, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 4241, 13427, 834, 536, 41, 7775, 3, 21342, 17966, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2840, 405, 8, 11976, 223, 1102, 2385, 166, 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, 3, 17684, 599, 7775, 61, 21680, 953, 834, 17864, 4241, 13427, 834, 536, 549, 17444, 427, 1102, 3274, 96, 2962, 23039, 15, 3195, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is Bruce Cerone overall?
SELECT MIN(overall) FROM table_10361230_1 WHERE player_name = "Bruce Cerone"
CREATE TABLE table_10361230_1 (overall INTEGER, player_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 4241, 13427, 834, 536, 41, 1890, 1748, 3, 21342, 17966, 6, 1959, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 13800, 7112, 782, 1879, 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, 3, 17684, 599, 1890, 1748, 61, 21680, 953, 834, 17864, 4241, 13427, 834, 536, 549, 17444, 427, 1959, 834, 4350, 3274, 96, 9465, 565, 7112, 782, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which player went to Emporia State?
SELECT player_name FROM table_10361230_1 WHERE college = "Emporia State"
CREATE TABLE table_10361230_1 (player_name VARCHAR, college VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 4241, 13427, 834, 536, 41, 20846, 834, 4350, 584, 4280, 28027, 6, 1900, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1959, 877, 12, 19294, 2057, 9, 1015, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1959, 834, 4350, 21680, 953, 834, 17864, 4241, 13427, 834, 536, 549, 17444, 427, 1900, 3274, 96, 427, 1167, 2057, 9, 1015, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the highest choice?
SELECT MAX(choice) FROM table_10361230_1
CREATE TABLE table_10361230_1 (choice INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 4241, 13427, 834, 536, 41, 3995, 867, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 1160, 58, 1, 0, 0, 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, 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, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 3995, 867, 61, 21680, 953, 834, 17864, 4241, 13427, 834, 536, 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 college did Bill Cappleman go to?
SELECT college FROM table_10361230_1 WHERE player_name = "Bill Cappleman"
CREATE TABLE table_10361230_1 (college VARCHAR, player_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 4241, 13427, 834, 536, 41, 3297, 7883, 584, 4280, 28027, 6, 1959, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1900, 410, 3259, 4000, 4788, 348, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1900, 21680, 953, 834, 17864, 4241, 13427, 834, 536, 549, 17444, 427, 1959, 834, 4350, 3274, 96, 279, 1092, 4000, 4788, 348, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
For the headstamp id of h2, what was the color of the bullet tip?
SELECT bullet_tip_color FROM table_1036189_1 WHERE headstamp_id = "H2"
CREATE TABLE table_1036189_1 (bullet_tip_color VARCHAR, headstamp_id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 25312, 834, 536, 41, 6724, 1655, 834, 11537, 834, 9910, 584, 4280, 28027, 6, 7701, 17, 4624, 834, 23, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 242...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11126, 834, 11537, 834, 9910, 21680, 953, 834, 1714, 3420, 25312, 834, 536, 549, 17444, 427, 7701, 17, 4624, 834, 23, 26, 3274, 96, 566, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
For the functional type of light ball, what were the other features?
SELECT other_features FROM table_1036189_1 WHERE functional_type = "Light Ball"
CREATE TABLE table_1036189_1 (other_features VARCHAR, functional_type VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 25312, 834, 536, 41, 9269, 834, 30844, 7, 584, 4280, 28027, 6, 5014, 834, 6137, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 242, 8, 5014, 686, 13, 659, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 119, 834, 30844, 7, 21680, 953, 834, 1714, 3420, 25312, 834, 536, 549, 17444, 427, 5014, 834, 6137, 3274, 96, 434, 2632, 4155, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
How many primers annulus colors were there when the color of the bullet tip was white?
SELECT COUNT(primer_annulus_color) FROM table_1036189_1 WHERE bullet_tip_color = "White"
CREATE TABLE table_1036189_1 (primer_annulus_color VARCHAR, bullet_tip_color VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 25312, 834, 536, 41, 8234, 49, 834, 152, 29, 83, 302, 834, 9910, 584, 4280, 28027, 6, 11126, 834, 11537, 834, 9910, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 8234, 49, 834, 152, 29, 83, 302, 834, 9910, 61, 21680, 953, 834, 1714, 3420, 25312, 834, 536, 549, 17444, 427, 11126, 834, 11537, 834, 9910, 3274, 96, 25571, 121, 1, -100, -100, -100, -100, -100, -...
How many bullet tips colors had other features of a blue band on case base?
SELECT COUNT(bullet_tip_color) FROM table_1036189_1 WHERE other_features = "Blue band on case base"
CREATE TABLE table_1036189_1 (bullet_tip_color VARCHAR, other_features VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3420, 25312, 834, 536, 41, 6724, 1655, 834, 11537, 834, 9910, 584, 4280, 28027, 6, 119, 834, 30844, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 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, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 6724, 1655, 834, 11537, 834, 9910, 61, 21680, 953, 834, 1714, 3420, 25312, 834, 536, 549, 17444, 427, 119, 834, 30844, 7, 3274, 96, 22530, 1928, 30, 495, 1247, 121, 1, -100, -100, -100, -100, -100, ...
How many touchdowns were scored in the year with a completion percentage of 56.0?
SELECT MIN(touchdowns) FROM table_1037590_1 WHERE completion__percentage = "56.0"
CREATE TABLE table_1037590_1 (touchdowns INTEGER, completion__percentage VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 22954, 2394, 834, 536, 41, 17681, 3035, 7, 3, 21342, 17966, 6, 6929, 834, 834, 883, 3728, 545, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 19396, 7, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 17681, 3035, 7, 61, 21680, 953, 834, 1714, 22954, 2394, 834, 536, 549, 17444, 427, 6929, 834, 834, 883, 3728, 545, 3274, 96, 755, 22642, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many years were there with 348 attempts?
SELECT COUNT(yards) FROM table_1037590_1 WHERE attempts = 348
CREATE TABLE table_1037590_1 (yards VARCHAR, attempts VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 22954, 2394, 834, 536, 41, 6636, 7, 584, 4280, 28027, 6, 9048, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 203, 130, 132, 28, 220, 3707, 9048, 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, 2847, 17161, 599, 6636, 7, 61, 21680, 953, 834, 1714, 22954, 2394, 834, 536, 549, 17444, 427, 9048, 3274, 220, 3707, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many characters is by Babs Rubenstein?
SELECT COUNT(london) FROM table_10402018_1 WHERE us_tour = "Babs Rubenstein"
CREATE TABLE table_10402018_1 (london VARCHAR, us_tour VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 2445, 9457, 834, 536, 41, 40, 106, 2029, 584, 4280, 28027, 6, 178, 834, 17, 1211, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 2850, 19, 57, 11563, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 40, 106, 2029, 61, 21680, 953, 834, 1714, 2445, 9457, 834, 536, 549, 17444, 427, 178, 834, 17, 1211, 3274, 96, 279, 14623, 15612, 20207, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which person is in the tronto/broadway and has a uk tour of n/a
SELECT toronto___broadway FROM table_10402018_1 WHERE uk_tour = "n/a"
CREATE TABLE table_10402018_1 (toronto___broadway VARCHAR, uk_tour VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 2445, 9457, 834, 536, 41, 235, 4438, 32, 834, 834, 834, 115, 8635, 1343, 584, 4280, 28027, 6, 3, 1598, 834, 17, 1211, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 12, 4438, 32, 834, 834, 834, 115, 8635, 1343, 21680, 953, 834, 1714, 2445, 9457, 834, 536, 549, 17444, 427, 3, 1598, 834, 17, 1211, 3274, 96, 29, 87, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
How many people play Frank in London?
SELECT COUNT(london) FROM table_10402018_1 WHERE character = "Frank"
CREATE TABLE table_10402018_1 (london VARCHAR, character VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 2445, 9457, 834, 536, 41, 40, 106, 2029, 584, 4280, 28027, 6, 1848, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 151, 577, 4937, 16, 1524, 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, 40, 106, 2029, 61, 21680, 953, 834, 1714, 2445, 9457, 834, 536, 549, 17444, 427, 1848, 3274, 96, 371, 6254, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Who was Class AAA during the school year of 2000-01?
SELECT class_aAA FROM table_10399701_2 WHERE school_year = "2000-01"
CREATE TABLE table_10399701_2 (class_aAA VARCHAR, school_year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 3264, 2518, 536, 834, 357, 41, 4057, 834, 9, 5498, 584, 4280, 28027, 6, 496, 834, 1201, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 4501, 22656, 383...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 853, 834, 9, 5498, 21680, 953, 834, 17864, 3264, 2518, 536, 834, 357, 549, 17444, 427, 496, 834, 1201, 3274, 96, 13527, 14772, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who was Class AAA during the same year that Class A was (tie) Apple Springs/Texline?
SELECT class_aAA FROM table_10399701_2 WHERE class_a = "(tie) Apple Springs/Texline"
CREATE TABLE table_10399701_2 (class_aAA VARCHAR, class_a VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 3264, 2518, 536, 834, 357, 41, 4057, 834, 9, 5498, 584, 4280, 28027, 6, 853, 834, 9, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 4501, 22656, 383, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 853, 834, 9, 5498, 21680, 953, 834, 17864, 3264, 2518, 536, 834, 357, 549, 17444, 427, 853, 834, 9, 3274, 96, 599, 17, 23, 15, 61, 2184, 11309, 87, 13598, 747, 121, 1, -100, -100, -100, -100, -100, -100, -100, -10...
Who was Class AAAAA during the school year of 1995-96?
SELECT class_aAAAA FROM table_10399701_2 WHERE school_year = "1995-96"
CREATE TABLE table_10399701_2 (class_aAAAA VARCHAR, school_year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 17864, 3264, 2518, 536, 834, 357, 41, 4057, 834, 9, 5498, 5498, 584, 4280, 28027, 6, 496, 834, 1201, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 4501, 2265...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 853, 834, 9, 5498, 5498, 21680, 953, 834, 17864, 3264, 2518, 536, 834, 357, 549, 17444, 427, 496, 834, 1201, 3274, 96, 2294, 3301, 18, 4314, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many records are listed on Friday, May 25?
SELECT COUNT(team_record) FROM table_10392906_2 WHERE date = "Friday, May 25"
CREATE TABLE table_10392906_2 (team_record VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3288, 3166, 5176, 834, 357, 41, 11650, 834, 60, 7621, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 3187, 33, 2616, 30, 1701,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11650, 834, 60, 7621, 61, 21680, 953, 834, 1714, 3288, 3166, 5176, 834, 357, 549, 17444, 427, 833, 3274, 96, 31157, 6, 932, 944, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many opponents were played on Saturday, June 9?
SELECT COUNT(opponent) FROM table_10392906_2 WHERE date = "Saturday, June 9"
CREATE TABLE table_10392906_2 (opponent VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3288, 3166, 5176, 834, 357, 41, 32, 102, 9977, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 16383, 130, 1944, 30, 1856, 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, 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, 1714, 3288, 3166, 5176, 834, 357, 549, 17444, 427, 833, 3274, 96, 134, 6010, 1135, 6, 1515, 668, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
In what week was the first game played at the Commerzbank-Arena?
SELECT MIN(week) FROM table_10392906_2 WHERE game_site = "Commerzbank-Arena"
CREATE TABLE table_10392906_2 (week INTEGER, game_site VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3288, 3166, 5176, 834, 357, 41, 8041, 3, 21342, 17966, 6, 467, 834, 3585, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 125, 471, 47, 8, 166, 467, 1944, 44...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8041, 61, 21680, 953, 834, 1714, 3288, 3166, 5176, 834, 357, 549, 17444, 427, 467, 834, 3585, 3274, 96, 10205, 49, 172, 4739, 18, 188, 1536, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the original air date of an episode set in 1544?
SELECT original_air_date FROM table_10413597_5 WHERE setting = "1544"
CREATE TABLE table_10413597_5 (original_air_date VARCHAR, setting VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 4853, 2469, 4327, 834, 755, 41, 21878, 834, 2256, 834, 5522, 584, 4280, 28027, 6, 1898, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 926, 799, 833, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 834, 5522, 21680, 953, 834, 1714, 4853, 2469, 4327, 834, 755, 549, 17444, 427, 1898, 3274, 96, 27308, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many settings where there for episode 29 of the season?
SELECT COUNT(setting) FROM table_10413597_5 WHERE no_in_series = 29
CREATE TABLE table_10413597_5 (setting VARCHAR, no_in_series VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 4853, 2469, 4327, 834, 755, 41, 19966, 584, 4280, 28027, 6, 150, 834, 77, 834, 10833, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 3803, 213, 132, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 19966, 61, 21680, 953, 834, 1714, 4853, 2469, 4327, 834, 755, 549, 17444, 427, 150, 834, 77, 834, 10833, 7, 3274, 2838, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who wrote the episode that was set in winter 1541/february 13, 1542?
SELECT written_by FROM table_10413597_5 WHERE setting = "Winter 1541/February 13, 1542"
CREATE TABLE table_10413597_5 (written_by VARCHAR, setting VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 4853, 2469, 4327, 834, 755, 41, 14973, 834, 969, 584, 4280, 28027, 6, 1898, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 2832, 8, 5640, 24, 47, 356, 16, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1545, 834, 969, 21680, 953, 834, 1714, 4853, 2469, 4327, 834, 755, 549, 17444, 427, 1898, 3274, 96, 518, 3870, 3, 27308, 12989, 31122, 10670, 627, 4165, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the name of the track that lasts 5:30?
SELECT track AS title FROM table_10416547_1 WHERE duration = "5:30"
CREATE TABLE table_10416547_1 (track VARCHAR, duration VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 22823, 4177, 834, 536, 41, 11991, 584, 4280, 28027, 6, 8659, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 8, 1463, 24, 336, 7, 26008, 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, 1463, 6157, 2233, 21680, 953, 834, 15442, 22823, 4177, 834, 536, 549, 17444, 427, 8659, 3274, 96, 755, 10, 1458, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the duration of the song where the major instrument is the piano and the date is 2004-02-03?
SELECT duration FROM table_10416547_1 WHERE major_instrument_s_ = "Piano" AND date = "2004-02-03"
CREATE TABLE table_10416547_1 (duration VARCHAR, major_instrument_s_ VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 22823, 4177, 834, 536, 41, 1259, 2661, 584, 4280, 28027, 6, 779, 834, 25232, 834, 7, 834, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 8659, 21680, 953, 834, 15442, 22823, 4177, 834, 536, 549, 17444, 427, 779, 834, 25232, 834, 7, 834, 3274, 96, 345, 20028, 121, 3430, 833, 3274, 96, 21653, 18, 4305, 18, 4928, 121, 1, -100, -100, -100, -100, -100, -1...
What is the total number of lyricist where the lyrics theme is romance and the song lasts 3:50?
SELECT COUNT(lyricist) FROM table_10416547_1 WHERE lyrics_theme_style = "Romance" AND duration = "3:50"
CREATE TABLE table_10416547_1 (lyricist VARCHAR, lyrics_theme_style VARCHAR, duration VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 22823, 4177, 834, 536, 41, 120, 2234, 343, 584, 4280, 28027, 6, 13475, 834, 532, 526, 834, 4084, 584, 4280, 28027, 6, 8659, 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, 2847, 17161, 599, 120, 2234, 343, 61, 21680, 953, 834, 15442, 22823, 4177, 834, 536, 549, 17444, 427, 13475, 834, 532, 526, 834, 4084, 3274, 96, 25139, 565, 121, 3430, 8659, 3274, 96, 519, 10, 1752, 121, 1, -100, -1...
What is the major instrument of the song that lasts 4:32?
SELECT major_instrument_s_ FROM table_10416547_1 WHERE duration = "4:32"
CREATE TABLE table_10416547_1 (major_instrument_s_ VARCHAR, duration VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 22823, 4177, 834, 536, 41, 16547, 127, 834, 25232, 834, 7, 834, 584, 4280, 28027, 6, 8659, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 779, 5009, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 779, 834, 25232, 834, 7, 834, 21680, 953, 834, 15442, 22823, 4177, 834, 536, 549, 17444, 427, 8659, 3274, 96, 591, 10, 2668, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the total number of music genre/style in which the lyrics are a detective story?
SELECT COUNT(music_genre_style) FROM table_10416547_1 WHERE lyrics_theme_style = "Detective story"
CREATE TABLE table_10416547_1 (music_genre_style VARCHAR, lyrics_theme_style VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 22823, 4177, 834, 536, 41, 22170, 834, 729, 60, 834, 4084, 584, 4280, 28027, 6, 13475, 834, 532, 526, 834, 4084, 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, 2847, 17161, 599, 22170, 834, 729, 60, 834, 4084, 61, 21680, 953, 834, 15442, 22823, 4177, 834, 536, 549, 17444, 427, 13475, 834, 532, 526, 834, 4084, 3274, 96, 31636, 757, 733, 121, 1, -100, -100, -100, -100, -100, ...
What is the playoffs for the usl pro select league?
SELECT playoffs FROM table_1046071_1 WHERE league = "USL Pro Select league"
CREATE TABLE table_1046071_1 (playoffs VARCHAR, league VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 3328, 4450, 834, 536, 41, 4895, 1647, 7, 584, 4280, 28027, 6, 5533, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 15289, 7, 21, 8, 178, 40, 813, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15289, 7, 21680, 953, 834, 15442, 3328, 4450, 834, 536, 549, 17444, 427, 5533, 3274, 96, 3063, 434, 749, 6185, 5533, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the number of the division for the 1st round?
SELECT COUNT(division) FROM table_1046071_1 WHERE open_cup = "1st Round"
CREATE TABLE table_1046071_1 (division VARCHAR, open_cup VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 3328, 4450, 834, 536, 41, 26, 23, 6610, 584, 4280, 28027, 6, 539, 834, 4658, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 381, 13, 8, 4889, 21, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 26, 23, 6610, 61, 21680, 953, 834, 15442, 3328, 4450, 834, 536, 549, 17444, 427, 539, 834, 4658, 3274, 96, 536, 7, 17, 9609, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What was the team where series is formula renault 2.0 nec?
SELECT team FROM table_10420426_1 WHERE series = "Formula Renault 2.0 NEC"
CREATE TABLE table_10420426_1 (team VARCHAR, series VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 26363, 2688, 834, 536, 41, 11650, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 372, 213, 939, 19, 5403, 3, 1536, 10335, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 372, 21680, 953, 834, 15442, 26363, 2688, 834, 536, 549, 17444, 427, 939, 3274, 96, 3809, 4115, 9, 20493, 6864, 445, 3073, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the total number of poles for arden international?
SELECT COUNT(poles) FROM table_10420426_1 WHERE team = "Arden International"
CREATE TABLE table_10420426_1 (poles VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 26363, 2688, 834, 536, 41, 14332, 7, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 11148, 7, 21, 3, 986, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14332, 7, 61, 21680, 953, 834, 15442, 26363, 2688, 834, 536, 549, 17444, 427, 372, 3274, 96, 188, 52, 537, 1331, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the number of wins for gp2 series for racing engineering?
SELECT COUNT(wins) FROM table_10420426_1 WHERE series = "GP2 series" AND team = "Racing Engineering"
CREATE TABLE table_10420426_1 (wins VARCHAR, series VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 26363, 2688, 834, 536, 41, 3757, 7, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 381, 13, 920...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3757, 7, 61, 21680, 953, 834, 15442, 26363, 2688, 834, 536, 549, 17444, 427, 939, 3274, 96, 8049, 357, 939, 121, 3430, 372, 3274, 96, 448, 9, 75, 53, 5623, 121, 1, -100, -100, -100, -100, -100, -...
What is the number of podiums for season 2010 for campionato italiano superstars.
SELECT COUNT(podiums) FROM table_10420426_1 WHERE season = "2010" AND series = "Campionato Italiano Superstars"
CREATE TABLE table_10420426_1 (podiums VARCHAR, season VARCHAR, series VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 26363, 2688, 834, 536, 41, 11410, 2552, 7, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 381, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 11410, 2552, 7, 61, 21680, 953, 834, 15442, 26363, 2688, 834, 536, 549, 17444, 427, 774, 3274, 96, 14926, 121, 3430, 939, 3274, 96, 24626, 8796, 32, 4338, 32, 2011, 3624, 7, 121, 1, -100, -100, -10...
What is the podium for 144 points?
SELECT podiums FROM table_10420426_1 WHERE points = 144
CREATE TABLE table_10420426_1 (podiums VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 26363, 2688, 834, 536, 41, 11410, 2552, 7, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 22828, 21, 3, 20885, 979, 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, 22828, 7, 21680, 953, 834, 15442, 26363, 2688, 834, 536, 549, 17444, 427, 979, 3274, 3, 20885, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many writers had an US air date of september 25, 1993?
SELECT COUNT(writer) FROM table_10470082_3 WHERE us_air_date = "September 25, 1993"
CREATE TABLE table_10470082_3 (writer VARCHAR, us_air_date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 9295, 4613, 834, 519, 41, 12756, 584, 4280, 28027, 6, 178, 834, 2256, 834, 5522, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 5943, 141, 46, 837, 799...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 12756, 61, 21680, 953, 834, 15442, 9295, 4613, 834, 519, 549, 17444, 427, 178, 834, 2256, 834, 5522, 3274, 96, 27652, 14105, 8388, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many villians were in No. 25?
SELECT COUNT(villains) FROM table_10470082_3 WHERE no = 25
CREATE TABLE table_10470082_3 (villains VARCHAR, no VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 9295, 4613, 834, 519, 41, 24887, 77, 7, 584, 4280, 28027, 6, 150, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 3, 208, 23306, 7, 130, 16, 465, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 24887, 77, 7, 61, 21680, 953, 834, 15442, 9295, 4613, 834, 519, 549, 17444, 427, 150, 3274, 944, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
what being the maximum year where regular season is 4th, northwest
SELECT MAX(year) FROM table_1046454_1 WHERE regular_season = "4th, Northwest"
CREATE TABLE table_1046454_1 (year INTEGER, regular_season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 4389, 5062, 834, 536, 41, 1201, 3, 21342, 17966, 6, 1646, 834, 9476, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 271, 8, 2411, 215, 213, 1646, 774, 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, 4800, 4, 599, 1201, 61, 21680, 953, 834, 15442, 4389, 5062, 834, 536, 549, 17444, 427, 1646, 834, 9476, 3274, 96, 591, 189, 6, 18194, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
what is the total number of playoffs where regular season is 6th, southwest
SELECT COUNT(playoffs) FROM table_1046454_1 WHERE regular_season = "6th, Southwest"
CREATE TABLE table_1046454_1 (playoffs VARCHAR, regular_season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 4389, 5062, 834, 536, 41, 4895, 1647, 7, 584, 4280, 28027, 6, 1646, 834, 9476, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 792, 381, 13, 15289, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4895, 1647, 7, 61, 21680, 953, 834, 15442, 4389, 5062, 834, 536, 549, 17444, 427, 1646, 834, 9476, 3274, 96, 948, 189, 6, 21423, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the maximum division
SELECT MAX(division) FROM table_1046454_1
CREATE TABLE table_1046454_1 (division INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 4389, 5062, 834, 536, 41, 26, 23, 6610, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 2411, 4889, 1, 0, 0, 0, 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, 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, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 26, 23, 6610, 61, 21680, 953, 834, 15442, 4389, 5062, 834, 536, 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's the league where regular season is 2nd, northwest
SELECT league FROM table_1046454_1 WHERE regular_season = "2nd, Northwest"
CREATE TABLE table_1046454_1 (league VARCHAR, regular_season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 4389, 5062, 834, 536, 41, 29512, 584, 4280, 28027, 6, 1646, 834, 9476, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 5533, 213, 1646, 774, 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, 5533, 21680, 953, 834, 15442, 4389, 5062, 834, 536, 549, 17444, 427, 1646, 834, 9476, 3274, 96, 357, 727, 6, 18194, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
what are all the regular season where year is 2011
SELECT regular_season FROM table_1046454_1 WHERE year = 2011
CREATE TABLE table_1046454_1 (regular_season VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 4389, 5062, 834, 536, 41, 60, 122, 4885, 834, 9476, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 33, 66, 8, 1646, 774, 213, 21...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1646, 834, 9476, 21680, 953, 834, 15442, 4389, 5062, 834, 536, 549, 17444, 427, 215, 3274, 2722, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many titles have the number 11
SELECT COUNT(title) FROM table_10470082_5 WHERE _number = 11
CREATE TABLE table_10470082_5 (title VARCHAR, _number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 9295, 4613, 834, 755, 41, 21869, 584, 4280, 28027, 6, 3, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 8342, 43, 8, 381, 850, 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, 21869, 61, 21680, 953, 834, 15442, 9295, 4613, 834, 755, 549, 17444, 427, 3, 834, 5525, 1152, 3274, 850, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many have Mrs. briar as a villain
SELECT COUNT(no) FROM table_10470082_5 WHERE villains = "Mrs. Briar"
CREATE TABLE table_10470082_5 (no VARCHAR, villains VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 9295, 4613, 834, 755, 41, 29, 32, 584, 4280, 28027, 6, 23132, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 43, 8667, 5, 3, 2160, 291, 38, 3, 9...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 29, 32, 61, 21680, 953, 834, 15442, 9295, 4613, 834, 755, 549, 17444, 427, 23132, 7, 3274, 96, 329, 52, 7, 5, 7834, 291, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
how many have the number 8
SELECT COUNT(no) FROM table_10470082_5 WHERE _number = 8
CREATE TABLE table_10470082_5 (no VARCHAR, _number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 9295, 4613, 834, 755, 41, 29, 32, 584, 4280, 28027, 6, 3, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 149, 186, 43, 8, 381, 505, 1, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 29, 32, 61, 21680, 953, 834, 15442, 9295, 4613, 834, 755, 549, 17444, 427, 3, 834, 5525, 1152, 3274, 505, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the name of the episode told by Kiki and directed by Will Dixon?
SELECT title FROM table_10470082_6 WHERE storyteller = "Kiki" AND director = "Will Dixon"
CREATE TABLE table_10470082_6 (title VARCHAR, storyteller VARCHAR, director VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 9295, 4613, 834, 948, 41, 21869, 584, 4280, 28027, 6, 733, 13069, 584, 4280, 28027, 6, 2090, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2233, 21680, 953, 834, 15442, 9295, 4613, 834, 948, 549, 17444, 427, 733, 13069, 3274, 96, 439, 9069, 121, 3430, 2090, 3274, 96, 518, 1092, 30368, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who wrote Episode #3?
SELECT writer FROM table_10470082_6 WHERE _number = 3
CREATE TABLE table_10470082_6 (writer VARCHAR, _number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 9295, 4613, 834, 948, 41, 12756, 584, 4280, 28027, 6, 3, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 2832, 16112, 20206, 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, 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, 4346, 21680, 953, 834, 15442, 9295, 4613, 834, 948, 549, 17444, 427, 3, 834, 5525, 1152, 3274, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who are the villains in the episodes where Megan is the storyteller and Lorette LeBlanc is the director?
SELECT villains FROM table_10470082_7 WHERE storyteller = "Megan" AND director = "Lorette LeBlanc"
CREATE TABLE table_10470082_7 (villains VARCHAR, storyteller VARCHAR, director VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 9295, 4613, 834, 940, 41, 24887, 77, 7, 584, 4280, 28027, 6, 733, 13069, 584, 4280, 28027, 6, 2090, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 33, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 23132, 7, 21680, 953, 834, 15442, 9295, 4613, 834, 940, 549, 17444, 427, 733, 13069, 3274, 96, 329, 15, 2565, 121, 3430, 2090, 3274, 96, 434, 127, 1954, 312, 279, 1618, 75, 121, 1, -100, -100, -100, -100, -100, -100...
What is the largest # for an episode that was written by Allison Lea Bingeman?
SELECT MAX(_number) FROM table_10470082_7 WHERE writer = "Allison Lea Bingeman"
CREATE TABLE table_10470082_7 (_number INTEGER, writer VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 9295, 4613, 834, 940, 41, 834, 5525, 1152, 3, 21342, 17966, 6, 4346, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2015, 1713, 21, 46, 5640, 24, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 834, 5525, 1152, 61, 21680, 953, 834, 15442, 9295, 4613, 834, 940, 549, 17444, 427, 4346, 3274, 96, 6838, 23, 739, 312, 9, 272, 53, 15, 348, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Name the species when petal width is 2.0 and petal length is 4.9
SELECT species FROM table_10477224_1 WHERE petal_width = "2.0" AND petal_length = "4.9"
CREATE TABLE table_10477224_1 (species VARCHAR, petal_width VARCHAR, petal_length VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 4013, 24622, 834, 536, 41, 7576, 725, 584, 4280, 28027, 6, 158, 1947, 834, 12018, 189, 584, 4280, 28027, 6, 158, 1947, 834, 19457, 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, 0, 0, 0...
[ 3, 23143, 14196, 3244, 21680, 953, 834, 15442, 4013, 24622, 834, 536, 549, 17444, 427, 158, 1947, 834, 12018, 189, 3274, 96, 24273, 121, 3430, 158, 1947, 834, 19457, 3274, 96, 27336, 121, 1, -100, -100, -100, -100, -100, -100, -100, -...
Name the sepal width for i.virginica with petal length of 5.1
SELECT sepal_width FROM table_10477224_1 WHERE species = "I.virginica" AND petal_length = "5.1"
CREATE TABLE table_10477224_1 (sepal_width VARCHAR, species VARCHAR, petal_length VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 4013, 24622, 834, 536, 41, 7, 15, 6459, 834, 12018, 189, 584, 4280, 28027, 6, 3244, 584, 4280, 28027, 6, 158, 1947, 834, 19457, 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, 142, 6459, 834, 12018, 189, 21680, 953, 834, 15442, 4013, 24622, 834, 536, 549, 17444, 427, 3244, 3274, 96, 196, 5, 5771, 122, 77, 2617, 121, 3430, 158, 1947, 834, 19457, 3274, 96, 20519, 121, 1, -100, -100, -100, -...
Name the number of species with sepal width of 3.4 and sepal length of 5.4
SELECT COUNT(species) FROM table_10477224_1 WHERE sepal_width = "3.4" AND sepal_length = "5.4"
CREATE TABLE table_10477224_1 (species VARCHAR, sepal_width VARCHAR, sepal_length VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 4013, 24622, 834, 536, 41, 7576, 725, 584, 4280, 28027, 6, 142, 6459, 834, 12018, 189, 584, 4280, 28027, 6, 142, 6459, 834, 19457, 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, 2847, 17161, 599, 7576, 725, 61, 21680, 953, 834, 15442, 4013, 24622, 834, 536, 549, 17444, 427, 142, 6459, 834, 12018, 189, 3274, 96, 23204, 121, 3430, 142, 6459, 834, 19457, 3274, 96, 27436, 121, 1, -100, -100, -100...
Name the sepal length for sepal width of 2.8 and petal length of 5.1
SELECT sepal_length FROM table_10477224_1 WHERE sepal_width = "2.8" AND petal_length = "5.1"
CREATE TABLE table_10477224_1 (sepal_length VARCHAR, sepal_width VARCHAR, petal_length VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 4013, 24622, 834, 536, 41, 7, 15, 6459, 834, 19457, 584, 4280, 28027, 6, 142, 6459, 834, 12018, 189, 584, 4280, 28027, 6, 158, 1947, 834, 19457, 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, 142, 6459, 834, 19457, 21680, 953, 834, 15442, 4013, 24622, 834, 536, 549, 17444, 427, 142, 6459, 834, 12018, 189, 3274, 96, 19419, 121, 3430, 158, 1947, 834, 19457, 3274, 96, 20519, 121, 1, -100, -100, -100, -100, -1...
Name the sepal width when sepal length is 6.5 and petal width is 2.2
SELECT sepal_width FROM table_10477224_1 WHERE sepal_length = "6.5" AND petal_width = "2.2"
CREATE TABLE table_10477224_1 (sepal_width VARCHAR, sepal_length VARCHAR, petal_width VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 4013, 24622, 834, 536, 41, 7, 15, 6459, 834, 12018, 189, 584, 4280, 28027, 6, 142, 6459, 834, 19457, 584, 4280, 28027, 6, 158, 1947, 834, 12018, 189, 584, 4280, 28027,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 142, 6459, 834, 12018, 189, 21680, 953, 834, 15442, 4013, 24622, 834, 536, 549, 17444, 427, 142, 6459, 834, 19457, 3274, 96, 17255, 121, 3430, 158, 1947, 834, 12018, 189, 3274, 96, 15300, 121, 1, -100, -100, -100, -10...
Name the sepal lengh when sepal width is 2.9 and petal width 1.3
SELECT sepal_length FROM table_10477224_1 WHERE sepal_width = "2.9" AND petal_width = "1.3"
CREATE TABLE table_10477224_1 (sepal_length VARCHAR, sepal_width VARCHAR, petal_width VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 4013, 24622, 834, 536, 41, 7, 15, 6459, 834, 19457, 584, 4280, 28027, 6, 142, 6459, 834, 12018, 189, 584, 4280, 28027, 6, 158, 1947, 834, 12018, 189, 584, 4280, 28027,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 142, 6459, 834, 19457, 21680, 953, 834, 15442, 4013, 24622, 834, 536, 549, 17444, 427, 142, 6459, 834, 12018, 189, 3274, 96, 27297, 121, 3430, 158, 1947, 834, 12018, 189, 3274, 96, 13606, 121, 1, -100, -100, -100, -10...
Who is the director and what number is the episode for episode #1 of Are You Afraid of the Dark season 3?
SELECT COUNT(director) FROM table_10470082_4 WHERE _number = 1
CREATE TABLE table_10470082_4 (director VARCHAR, _number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 9295, 4613, 834, 591, 41, 25982, 584, 4280, 28027, 6, 3, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 2090, 11, 125, 381, 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, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 25982, 61, 21680, 953, 834, 15442, 9295, 4613, 834, 591, 549, 17444, 427, 3, 834, 5525, 1152, 3274, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who is the director of the episode whom Scott Peters is the writer?
SELECT director FROM table_10470082_4 WHERE writer = "Scott Peters"
CREATE TABLE table_10470082_4 (director VARCHAR, writer VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 9295, 4613, 834, 591, 41, 25982, 584, 4280, 28027, 6, 4346, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 2090, 13, 8, 5640, 4068, 4972, 2737, 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, 2090, 21680, 953, 834, 15442, 9295, 4613, 834, 591, 549, 17444, 427, 4346, 3274, 96, 134, 10405, 2737, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who is the villain in episode #7?
SELECT villains FROM table_10470082_4 WHERE _number = 7
CREATE TABLE table_10470082_4 (villains VARCHAR, _number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 9295, 4613, 834, 591, 41, 24887, 77, 7, 584, 4280, 28027, 6, 3, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 23132, 16, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 23132, 7, 21680, 953, 834, 15442, 9295, 4613, 834, 591, 549, 17444, 427, 3, 834, 5525, 1152, 3274, 489, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who wrote episode #1 in season 7?
SELECT COUNT(writer) FROM table_10470082_8 WHERE _number = 1
CREATE TABLE table_10470082_8 (writer VARCHAR, _number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 9295, 4613, 834, 927, 41, 12756, 584, 4280, 28027, 6, 3, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 2832, 5640, 7172, 16, 774, 489, 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, 2847, 17161, 599, 12756, 61, 21680, 953, 834, 15442, 9295, 4613, 834, 927, 549, 17444, 427, 3, 834, 5525, 1152, 3274, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...