NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
tell how many wins there was when the score was 490
SELECT COUNT(won) FROM table_14070062_4 WHERE points_for = "490"
CREATE TABLE table_14070062_4 (won VARCHAR, points_for VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 22012, 9295, 4056, 834, 591, 41, 210, 106, 584, 4280, 28027, 6, 979, 834, 1161, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 817, 149, 186, 9204, 132, 47, 116, 8, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 210, 106, 61, 21680, 953, 834, 22012, 9295, 4056, 834, 591, 549, 17444, 427, 979, 834, 1161, 3274, 96, 591, 2394, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
how many extra points were there when the score was 48
SELECT try_bonus FROM table_14070062_4 WHERE points = "48"
CREATE TABLE table_14070062_4 (try_bonus VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 22012, 9295, 4056, 834, 591, 41, 8224, 834, 5407, 302, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 149, 186, 996, 979, 130, 132, 116, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 653, 834, 5407, 302, 21680, 953, 834, 22012, 9295, 4056, 834, 591, 549, 17444, 427, 979, 3274, 96, 3707, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
what was the extra score when the overall score was 52
SELECT losing_bonus FROM table_14070062_4 WHERE tries_for = "52"
CREATE TABLE table_14070062_4 (losing_bonus VARCHAR, tries_for VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 22012, 9295, 4056, 834, 591, 41, 2298, 53, 834, 5407, 302, 584, 4280, 28027, 6, 3, 9000, 834, 1161, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 47, 8, 996, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5489, 834, 5407, 302, 21680, 953, 834, 22012, 9295, 4056, 834, 591, 549, 17444, 427, 3, 9000, 834, 1161, 3274, 96, 5373, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
what was the score when the extras were 6
SELECT points FROM table_14070062_4 WHERE try_bonus = "6"
CREATE TABLE table_14070062_4 (points VARCHAR, try_bonus VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 22012, 9295, 4056, 834, 591, 41, 2700, 7, 584, 4280, 28027, 6, 653, 834, 5407, 302, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 47, 8, 2604, 116, 8, 996, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 979, 21680, 953, 834, 22012, 9295, 4056, 834, 591, 549, 17444, 427, 653, 834, 5407, 302, 3274, 96, 948, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What country's capital is buenos aires?
SELECT country_or_territory_with_flag FROM table_14098_1 WHERE capital = "Buenos Aires"
CREATE TABLE table_14098_1 (country_or_territory_with_flag VARCHAR, capital VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 22012, 3916, 834, 536, 41, 17529, 834, 127, 834, 17, 21301, 10972, 834, 4065, 834, 89, 5430, 584, 4280, 28027, 6, 1784, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 834, 127, 834, 17, 21301, 10972, 834, 4065, 834, 89, 5430, 21680, 953, 834, 22012, 3916, 834, 536, 549, 17444, 427, 1784, 3274, 96, 30414, 1761, 15, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What unit of measurement for uruguay?
SELECT area__km²___per_sqmi_ FROM table_14098_1 WHERE country_or_territory_with_flag = "Uruguay"
CREATE TABLE table_14098_1 (area__km²___per_sqmi_ VARCHAR, country_or_territory_with_flag VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 22012, 3916, 834, 536, 41, 498, 834, 834, 5848, 357, 834, 834, 834, 883, 834, 7, 1824, 51, 23, 834, 584, 4280, 28027, 6, 684, 834, 127, 834, 17, 21301, 10972, 834, 4065, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 616, 834, 834, 5848, 357, 834, 834, 834, 883, 834, 7, 1824, 51, 23, 834, 21680, 953, 834, 22012, 3916, 834, 536, 549, 17444, 427, 684, 834, 127, 834, 17, 21301, 10972, 834, 4065, 834, 89, 5430, 3274, 96, 1265, 135...
What country'c capital is santiago?
SELECT country_or_territory_with_flag FROM table_14098_1 WHERE capital = "Santiago"
CREATE TABLE table_14098_1 (country_or_territory_with_flag VARCHAR, capital VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 22012, 3916, 834, 536, 41, 17529, 834, 127, 834, 17, 21301, 10972, 834, 4065, 834, 89, 5430, 584, 4280, 28027, 6, 1784, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 834, 127, 834, 17, 21301, 10972, 834, 4065, 834, 89, 5430, 21680, 953, 834, 22012, 3916, 834, 536, 549, 17444, 427, 1784, 3274, 96, 134, 5965, 9, 839, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -10...
who is the the voice actor (englbeingh 1998 / pioneer) with voice actor (englbeingh 1997 / saban) being alec willows and voice actor (englbeingh 2006 / funimation) being andy mcavin
SELECT voice_actor__english_1998___pioneer_ FROM table_1410384_1 WHERE voice_actor__english_1997___saban_ = "Alec Willows" AND voice_actor__english_2006___funimation_ = "Andy McAvin"
CREATE TABLE table_1410384_1 (voice_actor__english_1998___pioneer_ VARCHAR, voice_actor__english_1997___saban_ VARCHAR, voice_actor__english_2006___funimation_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 17864, 4608, 834, 536, 41, 23235, 834, 9, 5317, 834, 834, 4606, 40, 1273, 834, 2294, 3916, 834, 834, 834, 12364, 15, 49, 834, 584, 4280, 28027, 6, 2249, 834, 9, 5317,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2249, 834, 9, 5317, 834, 834, 4606, 40, 1273, 834, 2294, 3916, 834, 834, 834, 12364, 15, 49, 834, 21680, 953, 834, 2534, 17864, 4608, 834, 536, 549, 17444, 427, 2249, 834, 9, 5317, 834, 834, 4606, 40, 1273, 834, 2...
what's the character name with voice actor (englbeingh 1997 / saban) being ian james corlett
SELECT character_name FROM table_1410384_1 WHERE voice_actor__english_1997___saban_ = "Ian James Corlett"
CREATE TABLE table_1410384_1 (character_name VARCHAR, voice_actor__english_1997___saban_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 17864, 4608, 834, 536, 41, 31886, 834, 4350, 584, 4280, 28027, 6, 2249, 834, 9, 5317, 834, 834, 4606, 40, 1273, 834, 2294, 4327, 834, 834, 834, 7, 9, 3478, 834, 584, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1848, 834, 4350, 21680, 953, 834, 2534, 17864, 4608, 834, 536, 549, 17444, 427, 2249, 834, 9, 5317, 834, 834, 4606, 40, 1273, 834, 2294, 4327, 834, 834, 834, 7, 9, 3478, 834, 3274, 96, 196, 152, 2549, 2487, 1655, ...
what's the character name with voice actor (englbeingh 1998 / pioneer) being paul dobson
SELECT character_name FROM table_1410384_1 WHERE voice_actor__english_1998___pioneer_ = "Paul Dobson"
CREATE TABLE table_1410384_1 (character_name VARCHAR, voice_actor__english_1998___pioneer_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 17864, 4608, 834, 536, 41, 31886, 834, 4350, 584, 4280, 28027, 6, 2249, 834, 9, 5317, 834, 834, 4606, 40, 1273, 834, 2294, 3916, 834, 834, 834, 12364, 15, 49, 834, 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, 1848, 834, 4350, 21680, 953, 834, 2534, 17864, 4608, 834, 536, 549, 17444, 427, 2249, 834, 9, 5317, 834, 834, 4606, 40, 1273, 834, 2294, 3916, 834, 834, 834, 12364, 15, 49, 834, 3274, 96, 23183, 531, 115, 739, 121, ...
how many voice actor (englbeingh 1998 / pioneer) with voice actor (japanese) being shinobu satouchi
SELECT COUNT(voice_actor__english_1998___pioneer_) FROM table_1410384_1 WHERE voice_actor__japanese_ = "Shinobu Satouchi"
CREATE TABLE table_1410384_1 (voice_actor__english_1998___pioneer_ VARCHAR, voice_actor__japanese_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 17864, 4608, 834, 536, 41, 23235, 834, 9, 5317, 834, 834, 4606, 40, 1273, 834, 2294, 3916, 834, 834, 834, 12364, 15, 49, 834, 584, 4280, 28027, 6, 2249, 834, 9, 5317,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 23235, 834, 9, 5317, 834, 834, 4606, 40, 1273, 834, 2294, 3916, 834, 834, 834, 12364, 15, 49, 834, 61, 21680, 953, 834, 2534, 17864, 4608, 834, 536, 549, 17444, 427, 2249, 834, 9, 5317, 834, 834, ...
who is the the voice actor (japanese) with character name being goku
SELECT voice_actor__japanese_ FROM table_1410384_1 WHERE character_name = "Goku"
CREATE TABLE table_1410384_1 (voice_actor__japanese_ VARCHAR, character_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 17864, 4608, 834, 536, 41, 23235, 834, 9, 5317, 834, 834, 1191, 2837, 15, 7, 15, 834, 584, 4280, 28027, 6, 1848, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 321...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2249, 834, 9, 5317, 834, 834, 1191, 2837, 15, 7, 15, 834, 21680, 953, 834, 2534, 17864, 4608, 834, 536, 549, 17444, 427, 1848, 834, 4350, 3274, 96, 517, 18512, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100,...
how many big wins does peru state college have
SELECT COUNT(national_titles) FROM table_14115168_4 WHERE school = "Peru State College"
CREATE TABLE table_14115168_4 (national_titles VARCHAR, school VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 15660, 24274, 834, 591, 41, 16557, 834, 21869, 7, 584, 4280, 28027, 6, 496, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 149, 186, 600, 9204, 405, 399, 76, 538,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 16557, 834, 21869, 7, 61, 21680, 953, 834, 2534, 15660, 24274, 834, 591, 549, 17444, 427, 496, 3274, 96, 12988, 76, 1015, 1888, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
which school has 14 large championships
SELECT school FROM table_14115168_4 WHERE national_titles = 14
CREATE TABLE table_14115168_4 (school VARCHAR, national_titles VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 15660, 24274, 834, 591, 41, 6646, 584, 4280, 28027, 6, 1157, 834, 21869, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 84, 496, 65, 968, 508, 10183, 7, 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, 496, 21680, 953, 834, 2534, 15660, 24274, 834, 591, 549, 17444, 427, 1157, 834, 21869, 7, 3274, 968, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
how many overall championships does concordia university have
SELECT MIN(national_titles) FROM table_14115168_4 WHERE school = "Concordia University"
CREATE TABLE table_14115168_4 (national_titles INTEGER, school VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 15660, 24274, 834, 591, 41, 16557, 834, 21869, 7, 3, 21342, 17966, 6, 496, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 149, 186, 1879, 10183, 7, 405, 975, 7621...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 16557, 834, 21869, 7, 61, 21680, 953, 834, 2534, 15660, 24274, 834, 591, 549, 17444, 427, 496, 3274, 96, 4302, 7621, 23, 9, 636, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
what's the duration with mission being sts-87
SELECT duration FROM table_14118521_1 WHERE mission = "STS-87"
CREATE TABLE table_14118521_1 (duration VARCHAR, mission VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26059, 21594, 2658, 834, 536, 41, 1259, 2661, 584, 4280, 28027, 6, 2253, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 8659, 28, 2253, 271, 3, 7, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 8659, 21680, 953, 834, 26059, 21594, 2658, 834, 536, 549, 17444, 427, 2253, 3274, 96, 4209, 134, 18, 4225, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what's the edo flight with duration being 17 days, 15 hours, 53 minutes, 18 seconds
SELECT edo_flight FROM table_14118521_1 WHERE duration = "17 days, 15 hours, 53 minutes, 18 seconds"
CREATE TABLE table_14118521_1 (edo_flight VARCHAR, duration VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26059, 21594, 2658, 834, 536, 41, 15, 26, 32, 834, 89, 2242, 584, 4280, 28027, 6, 8659, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 3, 15, 26, 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, 3, 15, 26, 32, 834, 89, 2242, 21680, 953, 834, 26059, 21594, 2658, 834, 536, 549, 17444, 427, 8659, 3274, 96, 2517, 477, 6, 627, 716, 6, 12210, 676, 6, 507, 3978, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
what's the primary payload(s) with launch date being july 8, 1994
SELECT primary_payload_s_ FROM table_14118521_1 WHERE launch_date = "July 8, 1994"
CREATE TABLE table_14118521_1 (primary_payload_s_ VARCHAR, launch_date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26059, 21594, 2658, 834, 536, 41, 8234, 1208, 834, 8832, 7134, 834, 7, 834, 584, 4280, 28027, 6, 3289, 834, 5522, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 2329, 834, 8832, 7134, 834, 7, 834, 21680, 953, 834, 26059, 21594, 2658, 834, 536, 549, 17444, 427, 3289, 834, 5522, 3274, 96, 683, 83, 63, 9478, 7520, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
what's the mission with primary payload(s) being spacelab life sciences-2
SELECT mission FROM table_14118521_1 WHERE primary_payload_s_ = "Spacelab Life Sciences-2"
CREATE TABLE table_14118521_1 (mission VARCHAR, primary_payload_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26059, 21594, 2658, 834, 536, 41, 5451, 584, 4280, 28027, 6, 2329, 834, 8832, 7134, 834, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 2253, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2253, 21680, 953, 834, 26059, 21594, 2658, 834, 536, 549, 17444, 427, 2329, 834, 8832, 7134, 834, 7, 834, 3274, 96, 24722, 9339, 2330, 9226, 4949, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
what's the shuttle with primary payload(s) being united states microgravity laboratory-1
SELECT shuttle FROM table_14118521_1 WHERE primary_payload_s_ = "United States Microgravity Laboratory-1"
CREATE TABLE table_14118521_1 (shuttle VARCHAR, primary_payload_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26059, 21594, 2658, 834, 536, 41, 14279, 8692, 584, 4280, 28027, 6, 2329, 834, 8832, 7134, 834, 7, 834, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 19317, 21680, 953, 834, 26059, 21594, 2658, 834, 536, 549, 17444, 427, 2329, 834, 8832, 7134, 834, 7, 834, 3274, 96, 5110, 23, 1054, 1323, 5893, 15299, 485, 19474, 2292, 121, 1, -100, -100, -100, -100, -100, -100, -10...
how many primary payload(s) with shuttle being columbia and duration being 13 days, 19 hours, 30 minutes, 4 seconds
SELECT COUNT(primary_payload_s_) FROM table_14118521_1 WHERE shuttle = "Columbia" AND duration = "13 days, 19 hours, 30 minutes, 4 seconds"
CREATE TABLE table_14118521_1 (primary_payload_s_ VARCHAR, shuttle VARCHAR, duration VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26059, 21594, 2658, 834, 536, 41, 8234, 1208, 834, 8832, 7134, 834, 7, 834, 584, 4280, 28027, 6, 19317, 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, 8234, 1208, 834, 8832, 7134, 834, 7, 834, 61, 21680, 953, 834, 26059, 21594, 2658, 834, 536, 549, 17444, 427, 19317, 3274, 96, 9939, 5937, 23, 9, 121, 3430, 8659, 3274, 96, 2368, 477, 6, 957, 716, ...
what's the pts with team being kopron team scot
SELECT pts FROM table_14139408_1 WHERE team = "Kopron team Scot"
CREATE TABLE table_14139408_1 (pts VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 2368, 4240, 4018, 834, 536, 41, 102, 17, 7, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 3, 102, 17, 7, 28, 372, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 102, 17, 7, 21680, 953, 834, 2534, 2368, 4240, 4018, 834, 536, 549, 17444, 427, 372, 3274, 96, 439, 32, 1409, 29, 372, 10711, 17, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what's the pts with position being nc
SELECT pts FROM table_14139408_1 WHERE position = "NC"
CREATE TABLE table_14139408_1 (pts VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 2368, 4240, 4018, 834, 536, 41, 102, 17, 7, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 3, 102, 17, 7, 28, 1102, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 102, 17, 7, 21680, 953, 834, 2534, 2368, 4240, 4018, 834, 536, 549, 17444, 427, 1102, 3274, 96, 8137, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what's the pts with poles being smaller than 1.0 and motorcycle being aprilia and class being 250cc
SELECT pts FROM table_14139408_1 WHERE poles < 1.0 AND motorcycle = "Aprilia" AND class = "250cc"
CREATE TABLE table_14139408_1 (pts VARCHAR, class VARCHAR, poles VARCHAR, motorcycle VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 2368, 4240, 4018, 834, 536, 41, 102, 17, 7, 584, 4280, 28027, 6, 853, 584, 4280, 28027, 6, 11148, 7, 584, 4280, 28027, 6, 11718, 584, 4280, 28027, 61, 3, 32105, 32106...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 102, 17, 7, 21680, 953, 834, 2534, 2368, 4240, 4018, 834, 536, 549, 17444, 427, 11148, 7, 3, 2, 3, 12734, 3430, 11718, 3274, 96, 23323, 23, 9, 121, 3430, 853, 3274, 96, 11434, 75, 75, 121, 1, -100, -100, -100...
what's the poles with pts being 81
SELECT poles FROM table_14139408_1 WHERE pts = "81"
CREATE TABLE table_14139408_1 (poles VARCHAR, pts VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 2368, 4240, 4018, 834, 536, 41, 14332, 7, 584, 4280, 28027, 6, 3, 102, 17, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 11148, 7, 28, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 11148, 7, 21680, 953, 834, 2534, 2368, 4240, 4018, 834, 536, 549, 17444, 427, 3, 102, 17, 7, 3274, 96, 4959, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
how many class with poles being bigger than 1.0
SELECT COUNT(class) FROM table_14139408_1 WHERE poles > 1.0
CREATE TABLE table_14139408_1 (class VARCHAR, poles INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 2368, 4240, 4018, 834, 536, 41, 4057, 584, 4280, 28027, 6, 11148, 7, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 149, 186, 853, 28, 11148, 7, 271, 4038, 145, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4057, 61, 21680, 953, 834, 2534, 2368, 4240, 4018, 834, 536, 549, 17444, 427, 11148, 7, 2490, 3, 12734, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
what's the position with team being skilled racing team
SELECT position FROM table_14139408_1 WHERE team = "Skilled Racing team"
CREATE TABLE table_14139408_1 (position VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 2368, 4240, 4018, 834, 536, 41, 4718, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 1102, 28, 372, 271, 6847, 8191, 37...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1102, 21680, 953, 834, 2534, 2368, 4240, 4018, 834, 536, 549, 17444, 427, 372, 3274, 96, 134, 10824, 15, 26, 16046, 372, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who was the defensive award winner in February when the rookie award was given to Rhys Duch?
SELECT defensive FROM table_14132239_3 WHERE month = "February" AND rookie = "Rhys Duch"
CREATE TABLE table_14132239_3 (defensive VARCHAR, month VARCHAR, rookie VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 2368, 2884, 3288, 834, 519, 41, 221, 23039, 15, 584, 4280, 28027, 6, 847, 584, 4280, 28027, 6, 24188, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 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, 11976, 21680, 953, 834, 2534, 2368, 2884, 3288, 834, 519, 549, 17444, 427, 847, 3274, 96, 31122, 121, 3430, 24188, 3274, 96, 448, 107, 63, 7, 970, 524, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who was the offensive award winner the week when Bob Watson was given the overall award?
SELECT offensive FROM table_14132239_3 WHERE overall = "Bob Watson"
CREATE TABLE table_14132239_3 (offensive VARCHAR, overall VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 2368, 2884, 3288, 834, 519, 41, 858, 23039, 15, 584, 4280, 28027, 6, 1879, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 12130, 2760, 4668, 8, 471, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 12130, 21680, 953, 834, 2534, 2368, 2884, 3288, 834, 519, 549, 17444, 427, 1879, 3274, 96, 279, 32, 115, 18763, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who was the defensive award winner when the rookie award was given to Daryl Veltman and the offensive award was given to Mark Steenhuis?
SELECT defensive FROM table_14132239_3 WHERE rookie = "Daryl Veltman" AND offensive = "Mark Steenhuis"
CREATE TABLE table_14132239_3 (defensive VARCHAR, rookie VARCHAR, offensive VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 2368, 2884, 3288, 834, 519, 41, 221, 23039, 15, 584, 4280, 28027, 6, 24188, 584, 4280, 28027, 6, 12130, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 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, 11976, 21680, 953, 834, 2534, 2368, 2884, 3288, 834, 519, 549, 17444, 427, 24188, 3274, 96, 308, 1208, 40, 11670, 17, 348, 121, 3430, 12130, 3274, 96, 19762, 3557, 35, 3464, 7, 121, 1, -100, -100, -100, -100, -100, ...
Who won the rookie award the week the transition award was given to Brodie Merrill and the offensive award was given to Pat Maddalena?
SELECT rookie FROM table_14132239_3 WHERE transition = "Brodie Merrill" AND offensive = "Pat Maddalena"
CREATE TABLE table_14132239_3 (rookie VARCHAR, transition VARCHAR, offensive VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 2368, 2884, 3288, 834, 519, 41, 52, 21132, 584, 4280, 28027, 6, 3508, 584, 4280, 28027, 6, 12130, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 751, 8, 241...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 24188, 21680, 953, 834, 2534, 2368, 2884, 3288, 834, 519, 549, 17444, 427, 3508, 3274, 96, 22780, 2498, 24330, 195, 121, 3430, 12130, 3274, 96, 345, 144, 5428, 5437, 29, 9, 121, 1, -100, -100, -100, -100, -100, -100, ...
What is the lowest enrollment value out of the enrollment values I'd the schools with a 3A WIAA clarification?
SELECT MIN(enrollment) FROM table_1414702_3 WHERE wiaa_classification = "3A"
CREATE TABLE table_1414702_3 (enrollment INTEGER, wiaa_classification VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 24719, 4305, 834, 519, 41, 35, 4046, 297, 3, 21342, 17966, 6, 11064, 9, 9, 834, 4057, 2420, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 179...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 35, 4046, 297, 61, 21680, 953, 834, 2534, 24719, 4305, 834, 519, 549, 17444, 427, 11064, 9, 9, 834, 4057, 2420, 3274, 96, 519, 188, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the WIAA classification of Oakland Alternative High School?
SELECT wiaa_classification FROM table_1414702_3 WHERE high_school = "Oakland Alternative"
CREATE TABLE table_1414702_3 (wiaa_classification VARCHAR, high_school VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 24719, 4305, 834, 519, 41, 210, 23, 9, 9, 834, 4057, 2420, 584, 4280, 28027, 6, 306, 834, 6646, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 12116...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11064, 9, 9, 834, 4057, 2420, 21680, 953, 834, 2534, 24719, 4305, 834, 519, 549, 17444, 427, 306, 834, 6646, 3274, 96, 667, 1639, 40, 232, 13661, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
When was Mount Tahoma established?
SELECT MAX(established) FROM table_1414702_3 WHERE high_school = "Mount Tahoma"
CREATE TABLE table_1414702_3 (established INTEGER, high_school VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 24719, 4305, 834, 519, 41, 24109, 3, 21342, 17966, 6, 306, 834, 6646, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 47, 7964, 2067, 10207, 9, 2127, 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, 4800, 4, 599, 24109, 61, 21680, 953, 834, 2534, 24719, 4305, 834, 519, 549, 17444, 427, 306, 834, 6646, 3274, 96, 329, 32, 202, 17, 2067, 10207, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What's the note about the school established in the year of 1973?
SELECT notes FROM table_1414702_3 WHERE established = 1973
CREATE TABLE table_1414702_3 (notes VARCHAR, established VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 24719, 4305, 834, 519, 41, 7977, 7, 584, 4280, 28027, 6, 2127, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 2232, 81, 8, 496, 2127, 16, 8, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3358, 21680, 953, 834, 2534, 24719, 4305, 834, 519, 549, 17444, 427, 2127, 3274, 17107, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who was in the 4th district in 1924?
SELECT 4 AS th_district FROM table_14123513_5 WHERE year = 1924
CREATE TABLE table_14123513_5 (year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26059, 25174, 2368, 834, 755, 41, 1201, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 16, 8, 314, 189, 3939, 16, 957, 2266, 58, 1, 0, 0, 0, 0, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 314, 6157, 3, 189, 834, 26, 23, 20066, 21680, 953, 834, 26059, 25174, 2368, 834, 755, 549, 17444, 427, 215, 3274, 957, 2266, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
List all FTE middle school teachers in Sunnyvale.
SELECT fte_teachers FROM table_1414743_1 WHERE school_level = "Middle" AND city = "Sunnyvale"
CREATE TABLE table_1414743_1 (fte_teachers VARCHAR, school_level VARCHAR, city VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 24719, 4906, 834, 536, 41, 89, 17, 15, 834, 30215, 7, 584, 4280, 28027, 6, 496, 834, 4563, 584, 4280, 28027, 6, 690, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 89, 17, 15, 834, 30215, 7, 21680, 953, 834, 2534, 24719, 4906, 834, 536, 549, 17444, 427, 496, 834, 4563, 3274, 96, 329, 23, 8437, 121, 3430, 690, 3274, 96, 134, 202, 29, 63, 2165, 15, 121, 1, -100, -100, -10...
What is the highest number of students with a teacher:student ratio of 20.8?
SELECT MAX(students) FROM table_1414743_1 WHERE pupil_teacher_ratio = "20.8"
CREATE TABLE table_1414743_1 (students INTEGER, pupil_teacher_ratio VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 24719, 4906, 834, 536, 41, 8637, 295, 7, 3, 21342, 17966, 6, 26913, 834, 30215, 834, 6850, 32, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 8637, 295, 7, 61, 21680, 953, 834, 2534, 24719, 4906, 834, 536, 549, 17444, 427, 26913, 834, 30215, 834, 6850, 32, 3274, 96, 357, 22384, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many FTE teachers are there when the student:teacher ration is 19?
SELECT fte_teachers FROM table_1414743_1 WHERE pupil_teacher_ratio = "19"
CREATE TABLE table_1414743_1 (fte_teachers VARCHAR, pupil_teacher_ratio VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 24719, 4906, 834, 536, 41, 89, 17, 15, 834, 30215, 7, 584, 4280, 28027, 6, 26913, 834, 30215, 834, 6850, 32, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 89, 17, 15, 834, 30215, 7, 21680, 953, 834, 2534, 24719, 4906, 834, 536, 549, 17444, 427, 26913, 834, 30215, 834, 6850, 32, 3274, 96, 2294, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What edition of congress for member-elect richard p. giles?
SELECT congress FROM table_14158567_1 WHERE member_elect = "Richard P. Giles"
CREATE TABLE table_14158567_1 (congress VARCHAR, member_elect VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 1808, 4433, 3708, 834, 536, 41, 1018, 10292, 584, 4280, 28027, 6, 1144, 834, 15, 3437, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 4182, 13, 27197, 21, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 27197, 21680, 953, 834, 2534, 1808, 4433, 3708, 834, 536, 549, 17444, 427, 1144, 834, 15, 3437, 3274, 96, 448, 362, 986, 276, 5, 3156, 965, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
how many mean elevation with lowest point being gulf of mexico and state being texas
SELECT COUNT(mean_elevation) FROM table_1416612_1 WHERE lowest_point = "Gulf of Mexico" AND state = "Texas"
CREATE TABLE table_1416612_1 (mean_elevation VARCHAR, lowest_point VARCHAR, state VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 26811, 2122, 834, 536, 41, 526, 152, 834, 15, 10912, 257, 584, 4280, 28027, 6, 7402, 834, 2700, 584, 4280, 28027, 6, 538, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 526, 152, 834, 15, 10912, 257, 61, 21680, 953, 834, 2534, 26811, 2122, 834, 536, 549, 17444, 427, 7402, 834, 2700, 3274, 96, 517, 83, 89, 13, 4726, 121, 3430, 538, 3274, 96, 13598, 9, 7, 121, 1, ...
what's the highest point with lowest point being belle fourche river at south dakota border
SELECT highest_point FROM table_1416612_1 WHERE lowest_point = "Belle Fourche River at South Dakota border"
CREATE TABLE table_1416612_1 (highest_point VARCHAR, lowest_point VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 26811, 2122, 834, 536, 41, 6739, 222, 834, 2700, 584, 4280, 28027, 6, 7402, 834, 2700, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 2030, 500, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2030, 834, 2700, 21680, 953, 834, 2534, 26811, 2122, 834, 536, 549, 17444, 427, 7402, 834, 2700, 3274, 96, 279, 693, 5933, 1033, 2473, 44, 1013, 16711, 4947, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -10...
what's the lowest elevation with highest point being charles mound
SELECT lowest_elevation FROM table_1416612_1 WHERE highest_point = "Charles Mound"
CREATE TABLE table_1416612_1 (lowest_elevation VARCHAR, highest_point VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 26811, 2122, 834, 536, 41, 3216, 222, 834, 15, 10912, 257, 584, 4280, 28027, 6, 2030, 834, 2700, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 7402, 834, 15, 10912, 257, 21680, 953, 834, 2534, 26811, 2122, 834, 536, 549, 17444, 427, 2030, 834, 2700, 3274, 96, 18947, 965, 1290, 1106, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
what's the lowest point with highest point being mount greylock
SELECT lowest_point FROM table_1416612_1 WHERE highest_point = "Mount Greylock"
CREATE TABLE table_1416612_1 (lowest_point VARCHAR, highest_point VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 26811, 2122, 834, 536, 41, 3216, 222, 834, 2700, 584, 4280, 28027, 6, 2030, 834, 2700, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 7402, 500, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7402, 834, 2700, 21680, 953, 834, 2534, 26811, 2122, 834, 536, 549, 17444, 427, 2030, 834, 2700, 3274, 96, 329, 32, 202, 17, 12630, 4029, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
what's the state with highest point being mount katahdin
SELECT state FROM table_1416612_1 WHERE highest_point = "Mount Katahdin"
CREATE TABLE table_1416612_1 (state VARCHAR, highest_point VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 26811, 2122, 834, 536, 41, 5540, 584, 4280, 28027, 6, 2030, 834, 2700, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 31, 7, 8, 538, 28, 2030, 500, 271, 95...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 538, 21680, 953, 834, 2534, 26811, 2122, 834, 536, 549, 17444, 427, 2030, 834, 2700, 3274, 96, 329, 32, 202, 17, 7482, 9, 107, 2644, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What language for the glam genre?
SELECT language FROM table_14160327_4 WHERE genre = "Glam"
CREATE TABLE table_14160327_4 (language VARCHAR, genre VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 19129, 519, 2555, 834, 591, 41, 24925, 584, 4280, 28027, 6, 5349, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1612, 21, 8, 3, 7002, 51, 5349, 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, 1612, 21680, 953, 834, 2534, 19129, 519, 2555, 834, 591, 549, 17444, 427, 5349, 3274, 96, 517, 40, 265, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What game allow the 1980s to be exportable?
SELECT exportable FROM table_14160327_4 WHERE decade = "1980s"
CREATE TABLE table_14160327_4 (exportable VARCHAR, decade VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 19129, 519, 2555, 834, 591, 41, 994, 1493, 179, 584, 4280, 28027, 6, 5112, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 467, 995, 8, 6694, 7, 12, 36, 420...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4202, 179, 21680, 953, 834, 2534, 19129, 519, 2555, 834, 591, 549, 17444, 427, 5112, 3274, 96, 2294, 2079, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many family friendly games are in the 1990s?
SELECT COUNT(family_friendly) FROM table_14160327_4 WHERE decade = "1990s"
CREATE TABLE table_14160327_4 (family_friendly VARCHAR, decade VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 19129, 519, 2555, 834, 591, 41, 15474, 834, 4905, 584, 4280, 28027, 6, 5112, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 384, 2609, 1031, 33, 16, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 15474, 834, 4905, 61, 21680, 953, 834, 2534, 19129, 519, 2555, 834, 591, 549, 17444, 427, 5112, 3274, 96, 2294, 2394, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
When 0-1 is the aggregate what are the home (1st leg)?
SELECT home__1st_leg_ FROM table_14219514_2 WHERE aggregate = "0-1"
CREATE TABLE table_14219514_2 (home__1st_leg_ VARCHAR, aggregate VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 22464, 2534, 834, 357, 41, 5515, 834, 834, 536, 7, 17, 834, 5772, 834, 584, 4280, 28027, 6, 12955, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 3, 632, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 234, 834, 834, 536, 7, 17, 834, 5772, 834, 21680, 953, 834, 24978, 22464, 2534, 834, 357, 549, 17444, 427, 12955, 3274, 96, 632, 2292, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When belgrano is the home (1st leg) what is the home (2nd leg)?
SELECT home__2nd_leg_ FROM table_14219514_2 WHERE home__1st_leg_ = "Belgrano"
CREATE TABLE table_14219514_2 (home__2nd_leg_ VARCHAR, home__1st_leg_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 22464, 2534, 834, 357, 41, 5515, 834, 834, 357, 727, 834, 5772, 834, 584, 4280, 28027, 6, 234, 834, 834, 536, 7, 17, 834, 5772, 834, 584, 4280, 28027, 61, 3, 32105, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 234, 834, 834, 357, 727, 834, 5772, 834, 21680, 953, 834, 24978, 22464, 2534, 834, 357, 549, 17444, 427, 234, 834, 834, 536, 7, 17, 834, 5772, 834, 3274, 96, 2703, 40, 7662, 32, 121, 1, -100, -100, -100, -100, -10...
When platense is the home (2nd leg) what is the 2nd leg?
SELECT 2 AS nd_leg FROM table_14219514_2 WHERE home__2nd_leg_ = "Platense"
CREATE TABLE table_14219514_2 (home__2nd_leg_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 22464, 2534, 834, 357, 41, 5515, 834, 834, 357, 727, 834, 5772, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 5350, 5167, 19, 8, 234, 4743, 727, 4553,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 204, 6157, 3, 727, 834, 5772, 21680, 953, 834, 24978, 22464, 2534, 834, 357, 549, 17444, 427, 234, 834, 834, 357, 727, 834, 5772, 834, 3274, 96, 10146, 5167, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
When altos hornos zapla is the home (1st leg) what is overall amount of 1st leg?
SELECT COUNT(1 AS st_leg) FROM table_14219514_2 WHERE home__1st_leg_ = "Altos Hornos Zapla"
CREATE TABLE table_14219514_2 (home__1st_leg_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 22464, 2534, 834, 357, 41, 5515, 834, 834, 536, 7, 17, 834, 5772, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 4445, 32, 7, 3, 6293, 32, 7, 3, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 536, 6157, 3, 7, 17, 834, 5772, 61, 21680, 953, 834, 24978, 22464, 2534, 834, 357, 549, 17444, 427, 234, 834, 834, 536, 7, 17, 834, 5772, 834, 3274, 96, 188, 40, 235, 7, 14715, 32, 7, 4904, 604...
When temperley is the home (2nd leg) what is the home (1st leg)?
SELECT home__1st_leg_ FROM table_14219514_2 WHERE home__2nd_leg_ = "Temperley"
CREATE TABLE table_14219514_2 (home__1st_leg_ VARCHAR, home__2nd_leg_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 22464, 2534, 834, 357, 41, 5515, 834, 834, 536, 7, 17, 834, 5772, 834, 584, 4280, 28027, 6, 234, 834, 834, 357, 727, 834, 5772, 834, 584, 4280, 28027, 61, 3, 32105, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 234, 834, 834, 536, 7, 17, 834, 5772, 834, 21680, 953, 834, 24978, 22464, 2534, 834, 357, 549, 17444, 427, 234, 834, 834, 357, 727, 834, 5772, 834, 3274, 96, 15291, 49, 1306, 121, 1, -100, -100, -100, -100, -100, ...
How many 2nd legs had an aggregate of 2-4?
SELECT COUNT(2 AS nd_leg) FROM table_14219514_1 WHERE aggregate = "2-4"
CREATE TABLE table_14219514_1 (aggregate VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 22464, 2534, 834, 536, 41, 31761, 15, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 204, 727, 6217, 141, 46, 12955, 13, 3, 21432, 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, 357, 6157, 3, 727, 834, 5772, 61, 21680, 953, 834, 24978, 22464, 2534, 834, 536, 549, 17444, 427, 12955, 3274, 96, 21432, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many 2nd legs are there where home (1st leg) is Independiente?
SELECT 2 AS nd_leg FROM table_14219514_1 WHERE home__1st_leg_ = "Independiente"
CREATE TABLE table_14219514_1 (home__1st_leg_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 22464, 2534, 834, 536, 41, 5515, 834, 834, 536, 7, 17, 834, 5772, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 204, 727, 6217, 33, 132, 213, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 204, 6157, 3, 727, 834, 5772, 21680, 953, 834, 24978, 22464, 2534, 834, 536, 549, 17444, 427, 234, 834, 834, 536, 7, 17, 834, 5772, 834, 3274, 96, 1570, 18790, 4741, 15, 121, 1, -100, -100, -100, -100, -100, -100, ...
Who was in home (2nd leg) when Talleres was in home (1st leg)
SELECT home__2nd_leg_ FROM table_14219514_1 WHERE home__1st_leg_ = "Talleres"
CREATE TABLE table_14219514_1 (home__2nd_leg_ VARCHAR, home__1st_leg_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 22464, 2534, 834, 536, 41, 5515, 834, 834, 357, 727, 834, 5772, 834, 584, 4280, 28027, 6, 234, 834, 834, 536, 7, 17, 834, 5772, 834, 584, 4280, 28027, 61, 3, 32105, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 234, 834, 834, 357, 727, 834, 5772, 834, 21680, 953, 834, 24978, 22464, 2534, 834, 536, 549, 17444, 427, 234, 834, 834, 536, 7, 17, 834, 5772, 834, 3274, 96, 382, 11211, 15, 7, 121, 1, -100, -100, -100, -100, -100...
Who was in 2nd leg when Boca Juniors was in home (1st leg)?
SELECT 2 AS nd_leg FROM table_14219514_1 WHERE home__1st_leg_ = "Boca Juniors"
CREATE TABLE table_14219514_1 (home__1st_leg_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 22464, 2534, 834, 536, 41, 5515, 834, 834, 536, 7, 17, 834, 5772, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 16, 204, 727, 4553, 116, 18372, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 204, 6157, 3, 727, 834, 5772, 21680, 953, 834, 24978, 22464, 2534, 834, 536, 549, 17444, 427, 234, 834, 834, 536, 7, 17, 834, 5772, 834, 3274, 96, 279, 32, 658, 10243, 7, 121, 1, -100, -100, -100, -100, -100, -100...
Name the playoffs for 2nd round open cup
SELECT playoffs FROM table_14240688_1 WHERE open_cup = "2nd Round"
CREATE TABLE table_14240688_1 (playoffs VARCHAR, open_cup VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 11944, 3651, 927, 834, 536, 41, 4895, 1647, 7, 584, 4280, 28027, 6, 539, 834, 4658, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 15289, 7, 21, 204, 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, 15289, 7, 21680, 953, 834, 2534, 11944, 3651, 927, 834, 536, 549, 17444, 427, 539, 834, 4658, 3274, 96, 357, 727, 9609, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the regular season standings for the year when the playoffs reached the conference semifinals and the team did not qualify for the US Open Cup?
SELECT reg_season FROM table_14225409_1 WHERE playoffs = "Conference Semifinals" AND us_open_cup = "Did not qualify"
CREATE TABLE table_14225409_1 (reg_season VARCHAR, playoffs VARCHAR, us_open_cup VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 2884, 5062, 4198, 834, 536, 41, 60, 122, 834, 9476, 584, 4280, 28027, 6, 15289, 7, 584, 4280, 28027, 6, 178, 834, 8751, 834, 4658, 584, 4280, 28027, 61, 3, 32105, 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, 5925, 834, 9476, 21680, 953, 834, 2534, 2884, 5062, 4198, 834, 536, 549, 17444, 427, 15289, 7, 3274, 96, 4302, 11788, 22217, 12406, 7, 121, 3430, 178, 834, 8751, 834, 4658, 3274, 96, 308, 23, 26, 59, 9448, 121, 1, ...
Name the population in 1931 for lubelskie
SELECT population__1931__in_1, 000 AS s FROM table_14245_3 WHERE voivodeship_or_city = "lubelskie"
CREATE TABLE table_14245_3 (population__1931__in_1 VARCHAR, voivodeship_or_city VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 2128, 834, 519, 41, 9791, 7830, 834, 834, 2294, 3341, 834, 834, 77, 834, 536, 584, 4280, 28027, 6, 3336, 1621, 221, 2009, 834, 127, 834, 6726, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2074, 834, 834, 2294, 3341, 834, 834, 77, 834, 4347, 6078, 6157, 3, 7, 21680, 953, 834, 24978, 2128, 834, 519, 549, 17444, 427, 3336, 1621, 221, 2009, 834, 127, 834, 6726, 3274, 96, 11158, 3573, 11390, 121, 1, -100,...
Name the population when the capital is tarnopol
SELECT population__1931__in_1, 000 AS s FROM table_14245_3 WHERE capital = "Tarnopol"
CREATE TABLE table_14245_3 (population__1931__in_1 VARCHAR, capital VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 2128, 834, 519, 41, 9791, 7830, 834, 834, 2294, 3341, 834, 834, 77, 834, 536, 584, 4280, 28027, 6, 1784, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2074, 834, 834, 2294, 3341, 834, 834, 77, 834, 4347, 6078, 6157, 3, 7, 21680, 953, 834, 24978, 2128, 834, 519, 549, 17444, 427, 1784, 3274, 96, 382, 291, 29, 32, 3233, 121, 1, -100, -100, -100, -100, -100, -100, -...
Name the most bits 14-12 for output from accumulator to character bus
SELECT MIN(bits_14_12) FROM table_14249278_1 WHERE description = "Output from accumulator to character bus"
CREATE TABLE table_14249278_1 (bits_14_12 INTEGER, description VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 2266, 4508, 3940, 834, 536, 41, 2360, 7, 834, 2534, 834, 2122, 3, 21342, 17966, 6, 4210, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 167, 14120, 968, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 2360, 7, 834, 2534, 834, 2122, 61, 21680, 953, 834, 2534, 2266, 4508, 3940, 834, 536, 549, 17444, 427, 4210, 3274, 96, 15767, 2562, 45, 3, 22274, 1016, 12, 1848, 2601, 121, 1, -100, -100, -100, -100, ...
what is smallest number in fleet for chassis manufacturer Scania and fleet numbers is 3230?
SELECT MIN(number_in_fleet) FROM table_1425948_1 WHERE chassis_manufacturer = "Scania" AND fleet_numbers = "3230"
CREATE TABLE table_1425948_1 (number_in_fleet INTEGER, chassis_manufacturer VARCHAR, fleet_numbers VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 3390, 3707, 834, 536, 41, 5525, 1152, 834, 77, 834, 89, 109, 15, 17, 3, 21342, 17966, 6, 22836, 834, 348, 76, 8717, 450, 49, 584, 4280, 28027, 6, 9111, 834, 5525, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5525, 1152, 834, 77, 834, 89, 109, 15, 17, 61, 21680, 953, 834, 24978, 3390, 3707, 834, 536, 549, 17444, 427, 22836, 834, 348, 76, 8717, 450, 49, 3274, 96, 134, 75, 11219, 121, 3430, 9111, 834, 5525...
Which chassis manufacturer is for fleet numbers range 2530-2558
SELECT chassis_manufacturer FROM table_1425948_1 WHERE fleet_numbers = "2530-2558"
CREATE TABLE table_1425948_1 (chassis_manufacturer VARCHAR, fleet_numbers VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 3390, 3707, 834, 536, 41, 524, 6500, 7, 834, 348, 76, 8717, 450, 49, 584, 4280, 28027, 6, 9111, 834, 5525, 1152, 7, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 22836, 834, 348, 76, 8717, 450, 49, 21680, 953, 834, 24978, 3390, 3707, 834, 536, 549, 17444, 427, 9111, 834, 5525, 1152, 7, 3274, 96, 1828, 1458, 14855, 3449, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
Chassis model Scania K360ua has what minimum number in fleet?
SELECT MIN(number_in_fleet) FROM table_1425948_1 WHERE chassis_model = "Scania K360UA"
CREATE TABLE table_1425948_1 (number_in_fleet INTEGER, chassis_model VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 3390, 3707, 834, 536, 41, 5525, 1152, 834, 77, 834, 89, 109, 15, 17, 3, 21342, 17966, 6, 22836, 834, 21770, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4004, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 5525, 1152, 834, 77, 834, 89, 109, 15, 17, 61, 21680, 953, 834, 24978, 3390, 3707, 834, 536, 549, 17444, 427, 22836, 834, 21770, 3274, 96, 134, 75, 11219, 480, 19208, 16597, 121, 1, -100, -100, -100, ...
Name the channels when designation is pc700
SELECT channels FROM table_142573_1 WHERE designation = "PC700"
CREATE TABLE table_142573_1 (channels VARCHAR, designation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 1828, 4552, 834, 536, 41, 19778, 7, 584, 4280, 28027, 6, 21767, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 6047, 116, 21767, 19, 3, 102, 75, 9295, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6047, 21680, 953, 834, 2534, 1828, 4552, 834, 536, 549, 17444, 427, 21767, 3274, 96, 4051, 9295, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the maximum clock rate mhz
SELECT MAX(clock_rate__mhz_) FROM table_142573_1
CREATE TABLE table_142573_1 (clock_rate__mhz_ INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 1828, 4552, 834, 536, 41, 17407, 834, 2206, 834, 834, 51, 107, 172, 834, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 2411, 6702, 1080, 3, 51, 107, 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, 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, 17407, 834, 2206, 834, 834, 51, 107, 172, 834, 61, 21680, 953, 834, 2534, 1828, 4552, 834, 536, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the bus width bits when bandwidth mb/s is 3200
SELECT bus_width__bits_ FROM table_142573_1 WHERE bandwidth__mb_s_ = 3200
CREATE TABLE table_142573_1 (bus_width__bits_ VARCHAR, bandwidth__mb_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 1828, 4552, 834, 536, 41, 3465, 834, 12018, 189, 834, 834, 2360, 7, 834, 584, 4280, 28027, 6, 19703, 834, 834, 51, 115, 834, 7, 834, 584, 4280, 28027, 61, 3, 32105, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 2601, 834, 12018, 189, 834, 834, 2360, 7, 834, 21680, 953, 834, 2534, 1828, 4552, 834, 536, 549, 17444, 427, 19703, 834, 834, 51, 115, 834, 7, 834, 3274, 220, 3632, 1, -100, -100, -100, -100, -100, -100, -100, -100,...
Name the least clock rate mhz
SELECT MIN(clock_rate__mhz_) FROM table_142573_1
CREATE TABLE table_142573_1 (clock_rate__mhz_ INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 1828, 4552, 834, 536, 41, 17407, 834, 2206, 834, 834, 51, 107, 172, 834, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 709, 6702, 1080, 3, 51, 107, 172...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17407, 834, 2206, 834, 834, 51, 107, 172, 834, 61, 21680, 953, 834, 2534, 1828, 4552, 834, 536, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the least clock rate mhz when designation is rimm 4200
SELECT MIN(clock_rate__mhz_) FROM table_142573_1 WHERE designation = "RIMM 4200"
CREATE TABLE table_142573_1 (clock_rate__mhz_ INTEGER, designation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 1828, 4552, 834, 536, 41, 17407, 834, 2206, 834, 834, 51, 107, 172, 834, 3, 21342, 17966, 6, 21767, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 709, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17407, 834, 2206, 834, 834, 51, 107, 172, 834, 61, 21680, 953, 834, 2534, 1828, 4552, 834, 536, 549, 17444, 427, 21767, 3274, 96, 5593, 8257, 314, 3632, 121, 1, -100, -100, -100, -100, -100, -100, -10...
Name the number of clock rate mhz when bandwidth mb/s is 2400
SELECT COUNT(clock_rate__mhz_) FROM table_142573_1 WHERE bandwidth__mb_s_ = 2400
CREATE TABLE table_142573_1 (clock_rate__mhz_ VARCHAR, bandwidth__mb_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 1828, 4552, 834, 536, 41, 17407, 834, 2206, 834, 834, 51, 107, 172, 834, 584, 4280, 28027, 6, 19703, 834, 834, 51, 115, 834, 7, 834, 584, 4280, 28027, 61, 3, 32105, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 17407, 834, 2206, 834, 834, 51, 107, 172, 834, 61, 21680, 953, 834, 2534, 1828, 4552, 834, 536, 549, 17444, 427, 19703, 834, 834, 51, 115, 834, 7, 834, 3274, 204, 5548, 1, -100, -100, -100, -100, ...
Which elementary schools list Cort Monroe as the principal from 2013 to 2014?
SELECT elementary_schools FROM table_14254419_3 WHERE principal__2013_2014_ = "Cort Monroe"
CREATE TABLE table_14254419_3 (elementary_schools VARCHAR, principal__2013_2014_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 1828, 3628, 2294, 834, 519, 41, 15, 3335, 1208, 834, 6646, 7, 584, 4280, 28027, 6, 3218, 834, 834, 11138, 834, 10218, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15468, 834, 6646, 7, 21680, 953, 834, 2534, 1828, 3628, 2294, 834, 519, 549, 17444, 427, 3218, 834, 834, 11138, 834, 10218, 834, 3274, 96, 13026, 17, 25182, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who are all the assistant principals that served from 2013-2014 under the principal Cort Monroe?
SELECT Assistant AS principal__2013_2014_ FROM table_14254419_3 WHERE principal__2013_2014_ = "Cort Monroe"
CREATE TABLE table_14254419_3 (Assistant VARCHAR, principal__2013_2014_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 1828, 3628, 2294, 834, 519, 41, 188, 7, 7, 343, 288, 584, 4280, 28027, 6, 3218, 834, 834, 11138, 834, 10218, 834, 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, 0...
[ 3, 23143, 14196, 9255, 6157, 3218, 834, 834, 11138, 834, 10218, 834, 21680, 953, 834, 2534, 1828, 3628, 2294, 834, 519, 549, 17444, 427, 3218, 834, 834, 11138, 834, 10218, 834, 3274, 96, 13026, 17, 25182, 121, 1, -100, -100, -100, -10...
Who played in the series that resulted in matches with the following scores: 0–3 0–8 0–1 0–2 0–3 1–4 0–9 0–5?
SELECT opponent FROM table_14263158_3 WHERE result = "0–3 0–8 0–1 0–2 0–3 1–4 0–9 0–5"
CREATE TABLE table_14263158_3 (opponent VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 3891, 26556, 834, 519, 41, 32, 102, 9977, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 1944, 16, 8, 939, 24, 741, 15, 26, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 24978, 3891, 26556, 834, 519, 549, 17444, 427, 741, 3274, 96, 632, 104, 519, 3, 632, 104, 927, 3, 632, 104, 536, 3, 632, 104, 357, 3, 632, 104, 519, 209, 104, 591, 3, 632, 104, 1298, 3, ...
Where was there a change of 6.5%?
SELECT name FROM table_1425958_1 WHERE _percentage_change = "6.5"
CREATE TABLE table_1425958_1 (name VARCHAR, _percentage_change VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 3390, 3449, 834, 536, 41, 4350, 584, 4280, 28027, 6, 3, 834, 883, 3728, 545, 834, 13073, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2840, 47, 132, 3, 9, 48...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 564, 21680, 953, 834, 24978, 3390, 3449, 834, 536, 549, 17444, 427, 3, 834, 883, 3728, 545, 834, 13073, 3274, 96, 17255, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
When the change is 8.8%, what is the density (pop/km²)?
SELECT density__pop_km²_ FROM table_1425958_1 WHERE _percentage_change = "8.8"
CREATE TABLE table_1425958_1 (density__pop_km²_ VARCHAR, _percentage_change VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 3390, 3449, 834, 536, 41, 537, 7, 485, 834, 834, 9791, 834, 5848, 357, 834, 584, 4280, 28027, 6, 3, 834, 883, 3728, 545, 834, 13073, 584, 4280, 28027, 61, 3, 32105, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 11048, 834, 834, 9791, 834, 5848, 357, 834, 21680, 953, 834, 24978, 3390, 3449, 834, 536, 549, 17444, 427, 3, 834, 883, 3728, 545, 834, 13073, 3274, 96, 927, 5, 927, 121, 1, -100, -100, -100, -100, -100, -100, -100,...
How many locations had a density (pop/km²) of 91.8 in the 2011 census?
SELECT COUNT(2011 AS _census) FROM table_1425958_1 WHERE density__pop_km²_ = "91.8"
CREATE TABLE table_1425958_1 (density__pop_km²_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 3390, 3449, 834, 536, 41, 537, 7, 485, 834, 834, 9791, 834, 5848, 357, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 3248, 141, 3, 9, 11048, 41...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13907, 6157, 3, 834, 75, 35, 7, 302, 61, 21680, 953, 834, 24978, 3390, 3449, 834, 536, 549, 17444, 427, 11048, 834, 834, 9791, 834, 5848, 357, 834, 3274, 96, 1298, 16253, 121, 1, -100, -100, -100, ...
When the % change is 8.4, what is the population rank?
SELECT MIN(population_rank) FROM table_1425958_1 WHERE _percentage_change = "8.4"
CREATE TABLE table_1425958_1 (population_rank INTEGER, _percentage_change VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 3390, 3449, 834, 536, 41, 9791, 7830, 834, 6254, 3, 21342, 17966, 6, 3, 834, 883, 3728, 545, 834, 13073, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 9791, 7830, 834, 6254, 61, 21680, 953, 834, 24978, 3390, 3449, 834, 536, 549, 17444, 427, 3, 834, 883, 3728, 545, 834, 13073, 3274, 96, 927, 5, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100...
When the population rank is 34, what the is % change?
SELECT _percentage_change FROM table_1425958_1 WHERE population_rank = 34
CREATE TABLE table_1425958_1 (_percentage_change VARCHAR, population_rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 3390, 3449, 834, 536, 41, 834, 883, 3728, 545, 834, 13073, 584, 4280, 28027, 6, 2074, 834, 6254, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 8, 2074, 110...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 834, 883, 3728, 545, 834, 13073, 21680, 953, 834, 24978, 3390, 3449, 834, 536, 549, 17444, 427, 2074, 834, 6254, 3274, 6154, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many teams scored exactly 38 points
SELECT COUNT(team) FROM table_14288212_1 WHERE points_for = 38
CREATE TABLE table_14288212_1 (team VARCHAR, points_for VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 4060, 24837, 834, 536, 41, 11650, 584, 4280, 28027, 6, 979, 834, 1161, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 2323, 5799, 1776, 6654, 979, 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, 2847, 17161, 599, 11650, 61, 21680, 953, 834, 24978, 4060, 24837, 834, 536, 549, 17444, 427, 979, 834, 1161, 3274, 6654, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
In what year did Italy begin playing?
SELECT MIN(first_played) FROM table_14288212_1 WHERE team = "Italy"
CREATE TABLE table_14288212_1 (first_played INTEGER, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 4060, 24837, 834, 536, 41, 14672, 834, 4895, 15, 26, 3, 21342, 17966, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 125, 215, 410, 5308, 1731, 1556,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14672, 834, 4895, 15, 26, 61, 21680, 953, 834, 24978, 4060, 24837, 834, 536, 549, 17444, 427, 372, 3274, 96, 196, 17, 9, 120, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
For teams that played 5 games, what was the smallest number of wins?
SELECT MIN(win) FROM table_14288212_1 WHERE played = 5
CREATE TABLE table_14288212_1 (win INTEGER, played VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 4060, 24837, 834, 536, 41, 3757, 3, 21342, 17966, 6, 1944, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 242, 2323, 24, 1944, 305, 1031, 6, 125, 47, 8, 3, 179...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 3757, 61, 21680, 953, 834, 24978, 4060, 24837, 834, 536, 549, 17444, 427, 1944, 3274, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many games did the team that began in 2011 and scored 36 points play?
SELECT COUNT(played) FROM table_14288212_1 WHERE first_played = 2011 AND points_for = 36
CREATE TABLE table_14288212_1 (played VARCHAR, first_played VARCHAR, points_for VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 4060, 24837, 834, 536, 41, 4895, 15, 26, 584, 4280, 28027, 6, 166, 834, 4895, 15, 26, 584, 4280, 28027, 6, 979, 834, 1161, 584, 4280, 28027, 61, 3, 32105, 32106, 321...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 4895, 15, 26, 61, 21680, 953, 834, 24978, 4060, 24837, 834, 536, 549, 17444, 427, 166, 834, 4895, 15, 26, 3274, 2722, 3430, 979, 834, 1161, 3274, 4475, 1, -100, -100, -100, -100, -100, -100, -100, ...
What are all the run times with 8.2 million viewers?
SELECT run_time FROM table_1429629_1 WHERE viewers__in_millions_ = "8.2"
CREATE TABLE table_1429629_1 (run_time VARCHAR, viewers__in_millions_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 4314, 3166, 834, 536, 41, 4312, 834, 715, 584, 4280, 28027, 6, 13569, 834, 834, 77, 834, 17030, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 661, 834, 715, 21680, 953, 834, 24978, 4314, 3166, 834, 536, 549, 17444, 427, 13569, 834, 834, 77, 834, 17030, 7, 834, 3274, 96, 927, 5, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What are all the episodes with an episode run time of 24:01?
SELECT episode FROM table_1429629_1 WHERE run_time = "24:01"
CREATE TABLE table_1429629_1 (episode VARCHAR, run_time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 4314, 3166, 834, 536, 41, 15, 102, 159, 32, 221, 584, 4280, 28027, 6, 661, 834, 715, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 66, 8, 13562, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5640, 21680, 953, 834, 24978, 4314, 3166, 834, 536, 549, 17444, 427, 661, 834, 715, 3274, 96, 2266, 10, 4542, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many episodes had a broadcast date and run time of 24:43?
SELECT COUNT(broadcast_date) FROM table_1429629_1 WHERE run_time = "24:43"
CREATE TABLE table_1429629_1 (broadcast_date VARCHAR, run_time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 4314, 3166, 834, 536, 41, 115, 8635, 5254, 834, 5522, 584, 4280, 28027, 6, 661, 834, 715, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 13562, 141, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 115, 8635, 5254, 834, 5522, 61, 21680, 953, 834, 24978, 4314, 3166, 834, 536, 549, 17444, 427, 661, 834, 715, 3274, 96, 2266, 10, 4906, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many members gained university status in 1900?
SELECT COUNT(research_funding__) AS £, 000 AS _ FROM table_142950_1 WHERE gained_university_status = 1900
CREATE TABLE table_142950_1 (research_funding__ VARCHAR, gained_university_status VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 25188, 834, 536, 41, 60, 13173, 834, 7610, 53, 834, 834, 584, 4280, 28027, 6, 6886, 834, 7846, 485, 834, 8547, 302, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 60, 13173, 834, 7610, 53, 834, 834, 61, 6157, 3996, 6, 6078, 6157, 3, 834, 21680, 953, 834, 24978, 25188, 834, 536, 549, 17444, 427, 6886, 834, 7846, 485, 834, 8547, 302, 3274, 19036, 1, -100, -100...
What is the largest number of students?
SELECT MAX(total_number_of_students) FROM table_142950_1
CREATE TABLE table_142950_1 (total_number_of_students INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 25188, 834, 536, 41, 235, 1947, 834, 5525, 1152, 834, 858, 834, 8637, 295, 7, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2015, 381, 13, 481, 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, 4800, 4, 599, 235, 1947, 834, 5525, 1152, 834, 858, 834, 8637, 295, 7, 61, 21680, 953, 834, 24978, 25188, 834, 536, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many members have professor edward acton as vice-chancellor?
SELECT COUNT(total_number_of_students) FROM table_142950_1 WHERE vice_chancellor = "Professor Edward Acton"
CREATE TABLE table_142950_1 (total_number_of_students VARCHAR, vice_chancellor VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 25188, 834, 536, 41, 235, 1947, 834, 5525, 1152, 834, 858, 834, 8637, 295, 7, 584, 4280, 28027, 6, 6444, 834, 8694, 8725, 127, 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, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 235, 1947, 834, 5525, 1152, 834, 858, 834, 8637, 295, 7, 61, 21680, 953, 834, 24978, 25188, 834, 536, 549, 17444, 427, 6444, 834, 8694, 8725, 127, 3274, 96, 23057, 24901, 8200, 1983, 106, 121, 1, -...
What is the year leicester was established?
SELECT MAX(established) FROM table_142950_1 WHERE location = "Leicester"
CREATE TABLE table_142950_1 (established INTEGER, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 25188, 834, 536, 41, 24109, 3, 21342, 17966, 6, 1128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 215, 90, 867, 1370, 47, 2127, 58, 1, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 24109, 61, 21680, 953, 834, 24978, 25188, 834, 536, 549, 17444, 427, 1128, 3274, 96, 2796, 867, 1370, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
which country has miss universe Hungary as former pageant?
SELECT country_territory FROM table_14308895_2 WHERE former_pageant = "Miss Universe Hungary"
CREATE TABLE table_14308895_2 (country_territory VARCHAR, former_pageant VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 1458, 4060, 3301, 834, 357, 41, 17529, 834, 17, 21301, 10972, 584, 4280, 28027, 6, 1798, 834, 6492, 288, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 84, 684, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 834, 17, 21301, 10972, 21680, 953, 834, 2534, 1458, 4060, 3301, 834, 357, 549, 17444, 427, 1798, 834, 6492, 288, 3274, 96, 329, 159, 7, 20713, 22768, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
which is the former pageant in the country where the new pageant is miss bahamas?
SELECT former_pageant FROM table_14308895_2 WHERE new_pageant = "Miss Bahamas"
CREATE TABLE table_14308895_2 (former_pageant VARCHAR, new_pageant VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 1458, 4060, 3301, 834, 357, 41, 2032, 49, 834, 6492, 288, 584, 4280, 28027, 6, 126, 834, 6492, 288, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 84, 19, 8, 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, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 1798, 834, 6492, 288, 21680, 953, 834, 2534, 1458, 4060, 3301, 834, 357, 549, 17444, 427, 126, 834, 6492, 288, 3274, 96, 329, 159, 7, 29783, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
when did new zealand last compete?
SELECT MAX(last_competed) FROM table_14308895_2 WHERE country_territory = "New Zealand"
CREATE TABLE table_14308895_2 (last_competed INTEGER, country_territory VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 1458, 4060, 3301, 834, 357, 41, 5064, 834, 30916, 26, 3, 21342, 17966, 6, 684, 834, 17, 21301, 10972, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 116, 410, 126...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5064, 834, 30916, 26, 61, 21680, 953, 834, 2534, 1458, 4060, 3301, 834, 357, 549, 17444, 427, 684, 834, 17, 21301, 10972, 3274, 96, 6861, 5725, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many new pageants does Aruba have?
SELECT COUNT(new_pageant) FROM table_14308895_2 WHERE country_territory = "Aruba"
CREATE TABLE table_14308895_2 (new_pageant VARCHAR, country_territory VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 1458, 4060, 3301, 834, 357, 41, 5534, 834, 6492, 288, 584, 4280, 28027, 6, 684, 834, 17, 21301, 10972, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 12...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5534, 834, 6492, 288, 61, 21680, 953, 834, 2534, 1458, 4060, 3301, 834, 357, 549, 17444, 427, 684, 834, 17, 21301, 10972, 3274, 96, 188, 14446, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
which is the new pageant from spain?
SELECT new_pageant FROM table_14308895_2 WHERE country_territory = "Spain"
CREATE TABLE table_14308895_2 (new_pageant VARCHAR, country_territory VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 1458, 4060, 3301, 834, 357, 41, 5534, 834, 6492, 288, 584, 4280, 28027, 6, 684, 834, 17, 21301, 10972, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 84, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 126, 834, 6492, 288, 21680, 953, 834, 2534, 1458, 4060, 3301, 834, 357, 549, 17444, 427, 684, 834, 17, 21301, 10972, 3274, 96, 134, 13585, 29, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the away team when Carlton was the home team?
SELECT away_team FROM table_14312471_1 WHERE home_team = "Carlton"
CREATE TABLE table_14312471_1 (away_team VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 25133, 22504, 4450, 834, 536, 41, 8006, 834, 11650, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 550, 372, 116, 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, 550, 834, 11650, 21680, 953, 834, 25133, 22504, 4450, 834, 536, 549, 17444, 427, 234, 834, 11650, 3274, 96, 30339, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the number of teams where conmebol 1996 did not qualify?
SELECT COUNT(team) FROM table_14310205_1 WHERE conmebol_1996 = "did not qualify"
CREATE TABLE table_14310205_1 (team VARCHAR, conmebol_1996 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 25133, 14388, 3076, 834, 536, 41, 11650, 584, 4280, 28027, 6, 975, 526, 4243, 834, 2294, 4314, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 381, 13, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 11650, 61, 21680, 953, 834, 25133, 14388, 3076, 834, 536, 549, 17444, 427, 975, 526, 4243, 834, 2294, 4314, 3274, 96, 12416, 59, 9448, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
what is the racing club where copa libertadores 1997?
SELECT copa_libertadores_1997 FROM table_14310205_1 WHERE team = "Racing Club"
CREATE TABLE table_14310205_1 (copa_libertadores_1997 VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 25133, 14388, 3076, 834, 536, 41, 10845, 9, 834, 10661, 17, 10097, 7, 834, 2294, 4327, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 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, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 7326, 9, 834, 10661, 17, 10097, 7, 834, 2294, 4327, 21680, 953, 834, 25133, 14388, 3076, 834, 536, 549, 17444, 427, 372, 3274, 96, 448, 9, 75, 53, 1949, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is th copa libertadores 1997 is qf?
SELECT copa_libertadores_1997 FROM table_14310205_1 WHERE supercopa_1996 = "QF"
CREATE TABLE table_14310205_1 (copa_libertadores_1997 VARCHAR, supercopa_1996 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 25133, 14388, 3076, 834, 536, 41, 10845, 9, 834, 10661, 17, 10097, 7, 834, 2294, 4327, 584, 4280, 28027, 6, 1355, 10845, 9, 834, 2294, 4314, 584, 4280, 28027, 61, 3, 32105, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 7326, 9, 834, 10661, 17, 10097, 7, 834, 2294, 4327, 21680, 953, 834, 25133, 14388, 3076, 834, 536, 549, 17444, 427, 1355, 10845, 9, 834, 2294, 4314, 3274, 96, 2247, 371, 121, 1, -100, -100, -100, -100, -100, -100, -...
What's the maximum crowd when scg is the ground?
SELECT MAX(crowd) FROM table_14312471_4 WHERE ground = "SCG"
CREATE TABLE table_14312471_4 (crowd INTEGER, ground VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 25133, 22504, 4450, 834, 591, 41, 75, 3623, 26, 3, 21342, 17966, 6, 1591, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 2411, 4374, 116, 3, 7, 75, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 75, 3623, 26, 61, 21680, 953, 834, 25133, 22504, 4450, 834, 591, 549, 17444, 427, 1591, 3274, 96, 134, 12150, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...