NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
How many episodes have the Netflix episode number S08E04?
SELECT COUNT(episode) FROM table_15187735_15 WHERE netflix = "S08E04"
CREATE TABLE table_15187735_15 (episode VARCHAR, netflix VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 1808, 41, 15, 102, 159, 32, 221, 584, 4280, 28027, 6, 3134, 89, 17591, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 13562, 43, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 15, 102, 159, 32, 221, 61, 21680, 953, 834, 26578, 27697, 2469, 834, 1808, 549, 17444, 427, 3134, 89, 17591, 3274, 96, 134, 4018, 427, 6348, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Segment A where Segment D is luxury sports cars?
SELECT segment_a FROM table_15187735_15 WHERE segment_d = "Luxury Sports Cars"
CREATE TABLE table_15187735_15 (segment_a VARCHAR, segment_d VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 1808, 41, 7, 15, 122, 297, 834, 9, 584, 4280, 28027, 6, 5508, 834, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 15696, 297, 71...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5508, 834, 9, 21680, 953, 834, 26578, 27697, 2469, 834, 1808, 549, 17444, 427, 5508, 834, 26, 3274, 96, 434, 3090, 450, 63, 5716, 1184, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What episode number is the episode with a segment on thinning shears?
SELECT MIN(episode) FROM table_15187735_20 WHERE segment_a = "Thinning Shears"
CREATE TABLE table_15187735_20 (episode INTEGER, segment_a VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 1755, 41, 15, 102, 159, 32, 221, 3, 21342, 17966, 6, 5508, 834, 9, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 5640, 381, 19, 8, 5640...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 15, 102, 159, 32, 221, 61, 21680, 953, 834, 26578, 27697, 2469, 834, 1755, 549, 17444, 427, 5508, 834, 9, 3274, 96, 8991, 10503, 451, 291, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which episode has segment D on custom motorcycle tanks?
SELECT MIN(episode) FROM table_15187735_20 WHERE segment_d = "Custom Motorcycle Tanks"
CREATE TABLE table_15187735_20 (episode INTEGER, segment_d VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 1755, 41, 15, 102, 159, 32, 221, 3, 21342, 17966, 6, 5508, 834, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5640, 65, 5508, 309, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15, 102, 159, 32, 221, 61, 21680, 953, 834, 26578, 27697, 2469, 834, 1755, 549, 17444, 427, 5508, 834, 26, 3274, 96, 30067, 29941, 15366, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many segment C are there in the episode where segment D is bicycle tires?
SELECT COUNT(segment_c) FROM table_15187735_20 WHERE segment_d = "Bicycle Tires"
CREATE TABLE table_15187735_20 (segment_c VARCHAR, segment_d VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 1755, 41, 7, 15, 122, 297, 834, 75, 584, 4280, 28027, 6, 5508, 834, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 5508, 205, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 7, 15, 122, 297, 834, 75, 61, 21680, 953, 834, 26578, 27697, 2469, 834, 1755, 549, 17444, 427, 5508, 834, 26, 3274, 96, 279, 23, 10136, 19737, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the first episode number?
SELECT MIN(episode) FROM table_15187735_20
CREATE TABLE table_15187735_20 (episode INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 1755, 41, 15, 102, 159, 32, 221, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 166, 5640, 381, 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, 3, 17684, 599, 15, 102, 159, 32, 221, 61, 21680, 953, 834, 26578, 27697, 2469, 834, 1755, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
How many segment b's when segment a is filigree glass
SELECT COUNT(segment_b) FROM table_15187735_16 WHERE segment_a = "Filigree Glass"
CREATE TABLE table_15187735_16 (segment_b VARCHAR, segment_a VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2938, 41, 7, 15, 122, 297, 834, 115, 584, 4280, 28027, 6, 5508, 834, 9, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 5508, 3, 115...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7, 15, 122, 297, 834, 115, 61, 21680, 953, 834, 26578, 27697, 2469, 834, 2938, 549, 17444, 427, 5508, 834, 9, 3274, 96, 3183, 2825, 60, 15, 7642, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
Whats the name of segment in s08e21
SELECT segment_a FROM table_15187735_16 WHERE netflix = "S08E21"
CREATE TABLE table_15187735_16 (segment_a VARCHAR, netflix VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2938, 41, 7, 15, 122, 297, 834, 9, 584, 4280, 28027, 6, 3134, 89, 17591, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 7, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5508, 834, 9, 21680, 953, 834, 26578, 27697, 2469, 834, 2938, 549, 17444, 427, 3134, 89, 17591, 3274, 96, 134, 4018, 427, 2658, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Whats the season/episode of segment a digital dentistry
SELECT netflix FROM table_15187735_16 WHERE segment_a = "Digital Dentistry"
CREATE TABLE table_15187735_16 (netflix VARCHAR, segment_a VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2938, 41, 1582, 89, 17591, 584, 4280, 28027, 6, 5508, 834, 9, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 7, 8, 774, 87, 15, 102, 159...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3134, 89, 17591, 21680, 953, 834, 26578, 27697, 2469, 834, 2938, 549, 17444, 427, 5508, 834, 9, 3274, 96, 30225, 28253, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Whats the name of segment D in the episode where segment A is tequila
SELECT segment_d FROM table_15187735_16 WHERE segment_a = "Tequila"
CREATE TABLE table_15187735_16 (segment_d VARCHAR, segment_a VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2938, 41, 7, 15, 122, 297, 834, 26, 584, 4280, 28027, 6, 5508, 834, 9, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 7, 8, 564, 13, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5508, 834, 26, 21680, 953, 834, 26578, 27697, 2469, 834, 2938, 549, 17444, 427, 5508, 834, 9, 3274, 96, 382, 15, 1169, 521, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the number of episods for segment c being s oyster
SELECT COUNT(episode) FROM table_15187735_18 WHERE segment_c = "s Oyster"
CREATE TABLE table_15187735_18 (episode VARCHAR, segment_c VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2606, 41, 15, 102, 159, 32, 221, 584, 4280, 28027, 6, 5508, 834, 75, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 381, 13, 30446, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15, 102, 159, 32, 221, 61, 21680, 953, 834, 26578, 27697, 2469, 834, 2606, 549, 17444, 427, 5508, 834, 75, 3274, 96, 7, 411, 63, 1370, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the least episode for fibre cement siding
SELECT MIN(episode) FROM table_15187735_18 WHERE segment_d = "Fibre Cement Siding"
CREATE TABLE table_15187735_18 (episode INTEGER, segment_d VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2606, 41, 15, 102, 159, 32, 221, 3, 21342, 17966, 6, 5508, 834, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 709, 5640, 21, 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, 3, 17684, 599, 15, 102, 159, 32, 221, 61, 21680, 953, 834, 26578, 27697, 2469, 834, 2606, 549, 17444, 427, 5508, 834, 26, 3274, 96, 3183, 1999, 205, 1194, 180, 12469, 121, 1, -100, -100, -100, -100, -100, -100, -100...
Name the segment b for 226 episode
SELECT segment_b FROM table_15187735_18 WHERE episode = 226
CREATE TABLE table_15187735_18 (segment_b VARCHAR, episode VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2606, 41, 7, 15, 122, 297, 834, 115, 584, 4280, 28027, 6, 5640, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 5508, 3, 115, 21, 204...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5508, 834, 115, 21680, 953, 834, 26578, 27697, 2469, 834, 2606, 549, 17444, 427, 5640, 3274, 204, 2688, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Name the number of sement d for solar water heaters
SELECT COUNT(segment_d) FROM table_15187735_18 WHERE segment_b = "Solar Water Heaters"
CREATE TABLE table_15187735_18 (segment_d VARCHAR, segment_b VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2606, 41, 7, 15, 122, 297, 834, 26, 584, 4280, 28027, 6, 5508, 834, 115, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 381, 13, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 7, 15, 122, 297, 834, 26, 61, 21680, 953, 834, 26578, 27697, 2469, 834, 2606, 549, 17444, 427, 5508, 834, 115, 3274, 96, 134, 17401, 2336, 7862, 277, 121, 1, -100, -100, -100, -100, -100, -100, -10...
Name the segment d for s cufflink
SELECT segment_d FROM table_15187735_18 WHERE segment_a = "s Cufflink"
CREATE TABLE table_15187735_18 (segment_d VARCHAR, segment_a VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2606, 41, 7, 15, 122, 297, 834, 26, 584, 4280, 28027, 6, 5508, 834, 9, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 5508, 3, 26, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5508, 834, 26, 21680, 953, 834, 26578, 27697, 2469, 834, 2606, 549, 17444, 427, 5508, 834, 9, 3274, 96, 7, 205, 2999, 4907, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the segment B of episode 242?
SELECT segment_b FROM table_15187735_19 WHERE episode = 242
CREATE TABLE table_15187735_19 (segment_b VARCHAR, episode VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2294, 41, 7, 15, 122, 297, 834, 115, 584, 4280, 28027, 6, 5640, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 5508, 272, 13, 564...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5508, 834, 115, 21680, 953, 834, 26578, 27697, 2469, 834, 2294, 549, 17444, 427, 5640, 3274, 997, 357, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the segment C of the episode where segment B is Film Digitization?
SELECT segment_c FROM table_15187735_19 WHERE segment_b = "Film Digitization"
CREATE TABLE table_15187735_19 (segment_c VARCHAR, segment_b VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2294, 41, 7, 15, 122, 297, 834, 75, 584, 4280, 28027, 6, 5508, 834, 115, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 5508, 205...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5508, 834, 75, 21680, 953, 834, 26578, 27697, 2469, 834, 2294, 549, 17444, 427, 5508, 834, 115, 3274, 96, 371, 173, 51, 21951, 17, 1707, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the segment A on episode 237?
SELECT segment_a FROM table_15187735_19 WHERE episode = 237
CREATE TABLE table_15187735_19 (segment_a VARCHAR, episode VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2294, 41, 7, 15, 122, 297, 834, 9, 584, 4280, 28027, 6, 5640, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 5508, 71, 30, 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...
[ 3, 23143, 14196, 5508, 834, 9, 21680, 953, 834, 26578, 27697, 2469, 834, 2294, 549, 17444, 427, 5640, 3274, 204, 4118, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the last episode which has segment d as blown glass?
SELECT MAX(episode) FROM table_15187735_4 WHERE segment_d = "Blown Glass"
CREATE TABLE table_15187735_4 (episode INTEGER, segment_d VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 591, 41, 15, 102, 159, 32, 221, 3, 21342, 17966, 6, 5508, 834, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 336, 5640, 84, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 15, 102, 159, 32, 221, 61, 21680, 953, 834, 26578, 27697, 2469, 834, 591, 549, 17444, 427, 5508, 834, 26, 3274, 96, 279, 3216, 29, 7642, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the first episode with a netflix episode code of s02e20?
SELECT MIN(episode) FROM table_15187735_4 WHERE netflix = "S02E20"
CREATE TABLE table_15187735_4 (episode INTEGER, netflix VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 591, 41, 15, 102, 159, 32, 221, 3, 21342, 17966, 6, 3134, 89, 17591, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 166, 5640, 28...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 15, 102, 159, 32, 221, 61, 21680, 953, 834, 26578, 27697, 2469, 834, 591, 549, 17444, 427, 3134, 89, 17591, 3274, 96, 134, 4305, 427, 1755, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the netflix code for episode 46?
SELECT netflix FROM table_15187735_4 WHERE episode = 46
CREATE TABLE table_15187735_4 (netflix VARCHAR, episode VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 591, 41, 1582, 89, 17591, 584, 4280, 28027, 6, 5640, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3134, 89, 17591, 1081, 21, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3134, 89, 17591, 21680, 953, 834, 26578, 27697, 2469, 834, 591, 549, 17444, 427, 5640, 3274, 9668, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the netflix code where the series and episode are 4-11?
SELECT netflix FROM table_15187735_4 WHERE series_ep = "4-11"
CREATE TABLE table_15187735_4 (netflix VARCHAR, series_ep VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 591, 41, 1582, 89, 17591, 584, 4280, 28027, 6, 939, 834, 15, 102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3134, 89, 17591, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3134, 89, 17591, 21680, 953, 834, 26578, 27697, 2469, 834, 591, 549, 17444, 427, 939, 834, 15, 102, 3274, 96, 591, 9169, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is listed in segment b when segment c is artificial flowers?
SELECT segment_b FROM table_15187735_21 WHERE segment_c = "Artificial Flowers"
CREATE TABLE table_15187735_21 (segment_b VARCHAR, segment_c VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2658, 41, 7, 15, 122, 297, 834, 115, 584, 4280, 28027, 6, 5508, 834, 75, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 2616, 16, 55...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5508, 834, 115, 21680, 953, 834, 26578, 27697, 2469, 834, 2658, 549, 17444, 427, 5508, 834, 75, 3274, 96, 7754, 23, 22816, 20294, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What are the titles of segment c when segment d is motorcycle brake locks?
SELECT segment_c FROM table_15187735_21 WHERE segment_d = "Motorcycle Brake Locks"
CREATE TABLE table_15187735_21 (segment_c VARCHAR, segment_d VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2658, 41, 7, 15, 122, 297, 834, 75, 584, 4280, 28027, 6, 5508, 834, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 8342, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5508, 834, 75, 21680, 953, 834, 26578, 27697, 2469, 834, 2658, 549, 17444, 427, 5508, 834, 26, 3274, 96, 329, 32, 17, 127, 10136, 3497, 1050, 10039, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What are the titles of segment c for series episode is 21-08?
SELECT segment_c FROM table_15187735_21 WHERE series_ep = "21-08"
CREATE TABLE table_15187735_21 (segment_c VARCHAR, series_ep VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2658, 41, 7, 15, 122, 297, 834, 75, 584, 4280, 28027, 6, 939, 834, 15, 102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 8342, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5508, 834, 75, 21680, 953, 834, 26578, 27697, 2469, 834, 2658, 549, 17444, 427, 939, 834, 15, 102, 3274, 96, 2658, 18, 4018, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What are the titles of segment b when segment c is standby generators (part 1)?
SELECT segment_b FROM table_15187735_21 WHERE segment_c = "Standby Generators (Part 1)"
CREATE TABLE table_15187735_21 (segment_b VARCHAR, segment_c VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2658, 41, 7, 15, 122, 297, 834, 115, 584, 4280, 28027, 6, 5508, 834, 75, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 8342, 13,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 5508, 834, 115, 21680, 953, 834, 26578, 27697, 2469, 834, 2658, 549, 17444, 427, 5508, 834, 75, 3274, 96, 134, 17, 232, 969, 27478, 7, 41, 13725, 8925, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What are the titles of segment a for series episode 21-12?
SELECT segment_a FROM table_15187735_21 WHERE series_ep = "21-12"
CREATE TABLE table_15187735_21 (segment_a VARCHAR, series_ep VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2658, 41, 7, 15, 122, 297, 834, 9, 584, 4280, 28027, 6, 939, 834, 15, 102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 8342, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5508, 834, 9, 21680, 953, 834, 26578, 27697, 2469, 834, 2658, 549, 17444, 427, 939, 834, 15, 102, 3274, 96, 2658, 5947, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Name the number of episode for phyllo dough
SELECT COUNT(episode) FROM table_15187735_3 WHERE segment_c = "Phyllo Dough"
CREATE TABLE table_15187735_3 (episode VARCHAR, segment_c VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 519, 41, 15, 102, 159, 32, 221, 584, 4280, 28027, 6, 5508, 834, 75, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 381, 13, 5640, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 15, 102, 159, 32, 221, 61, 21680, 953, 834, 26578, 27697, 2469, 834, 519, 549, 17444, 427, 5508, 834, 75, 3274, 96, 16977, 195, 32, 309, 4607, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100...
Name the segment d for combination locks
SELECT segment_d FROM table_15187735_3 WHERE segment_a = "Combination Locks"
CREATE TABLE table_15187735_3 (segment_d VARCHAR, segment_a VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 519, 41, 7, 15, 122, 297, 834, 26, 584, 4280, 28027, 6, 5508, 834, 9, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 5508, 3, 26, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5508, 834, 26, 21680, 953, 834, 26578, 27697, 2469, 834, 519, 549, 17444, 427, 5508, 834, 9, 3274, 96, 5890, 4517, 257, 10039, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the series ep for s02e08
SELECT series_ep FROM table_15187735_3 WHERE netflix = "S02E08"
CREATE TABLE table_15187735_3 (series_ep VARCHAR, netflix VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 519, 41, 10833, 7, 834, 15, 102, 584, 4280, 28027, 6, 3134, 89, 17591, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 939, 3, 15, 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, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 939, 834, 15, 102, 21680, 953, 834, 26578, 27697, 2469, 834, 519, 549, 17444, 427, 3134, 89, 17591, 3274, 96, 134, 4305, 427, 4018, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Name the segment c for couscous
SELECT segment_c FROM table_15187735_3 WHERE segment_b = "Couscous"
CREATE TABLE table_15187735_3 (segment_c VARCHAR, segment_b VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 519, 41, 7, 15, 122, 297, 834, 75, 584, 4280, 28027, 6, 5508, 834, 115, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 5508, 3, 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...
[ 3, 23143, 14196, 5508, 834, 75, 21680, 953, 834, 26578, 27697, 2469, 834, 519, 549, 17444, 427, 5508, 834, 115, 3274, 96, 254, 1162, 3422, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the segment c for pottery
SELECT segment_c FROM table_15187735_3 WHERE segment_b = "Pottery"
CREATE TABLE table_15187735_3 (segment_c VARCHAR, segment_b VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 519, 41, 7, 15, 122, 297, 834, 75, 584, 4280, 28027, 6, 5508, 834, 115, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 5508, 3, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5508, 834, 75, 21680, 953, 834, 26578, 27697, 2469, 834, 519, 549, 17444, 427, 5508, 834, 115, 3274, 96, 345, 14708, 651, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Name the segment d for chicken
SELECT segment_d FROM table_15187735_3 WHERE segment_c = "Chicken"
CREATE TABLE table_15187735_3 (segment_d VARCHAR, segment_c VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 519, 41, 7, 15, 122, 297, 834, 26, 584, 4280, 28027, 6, 5508, 834, 75, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 5508, 3, 26, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5508, 834, 26, 21680, 953, 834, 26578, 27697, 2469, 834, 519, 549, 17444, 427, 5508, 834, 75, 3274, 96, 3541, 23, 4695, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the Segment A for when Segment C is s Sailboard?
SELECT segment_a FROM table_15187735_6 WHERE segment_c = "s Sailboard"
CREATE TABLE table_15187735_6 (segment_a VARCHAR, segment_c VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 948, 41, 7, 15, 122, 297, 834, 9, 584, 4280, 28027, 6, 5508, 834, 75, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 15696, 297, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5508, 834, 9, 21680, 953, 834, 26578, 27697, 2469, 834, 948, 549, 17444, 427, 5508, 834, 75, 3274, 96, 7, 1138, 173, 1976, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Segment B when the Segment D is s Hammock?
SELECT segment_b FROM table_15187735_6 WHERE segment_d = "s Hammock"
CREATE TABLE table_15187735_6 (segment_b VARCHAR, segment_d VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 948, 41, 7, 15, 122, 297, 834, 115, 584, 4280, 28027, 6, 5508, 834, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 15696, 297...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5508, 834, 115, 21680, 953, 834, 26578, 27697, 2469, 834, 948, 549, 17444, 427, 5508, 834, 26, 3274, 96, 7, 5845, 51, 3961, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Netflix Episode when the Segment B is s Highlighter?
SELECT netflix FROM table_15187735_6 WHERE segment_b = "s Highlighter"
CREATE TABLE table_15187735_6 (netflix VARCHAR, segment_b VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 948, 41, 1582, 89, 17591, 584, 4280, 28027, 6, 5508, 834, 115, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11894, 16112, 116, 8,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3134, 89, 17591, 21680, 953, 834, 26578, 27697, 2469, 834, 948, 549, 17444, 427, 5508, 834, 115, 3274, 96, 7, 16388, 49, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the location of #1?
SELECT location FROM table_15190346_2 WHERE _number = 1
CREATE TABLE table_15190346_2 (location VARCHAR, _number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 11776, 519, 4448, 834, 357, 41, 14836, 584, 4280, 28027, 6, 3, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1128, 13, 7172, 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, 1128, 21680, 953, 834, 1808, 11776, 519, 4448, 834, 357, 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, -100, -100, -100, -...
What stadium was the 1994 Gator Bowl in?
SELECT stadium FROM table_15190346_2 WHERE bowl_game = "1994 Gator Bowl"
CREATE TABLE table_15190346_2 (stadium VARCHAR, bowl_game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 11776, 519, 4448, 834, 357, 41, 2427, 12925, 584, 4280, 28027, 6, 3047, 834, 7261, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 14939, 47, 8, 7520, 350, 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, 14939, 21680, 953, 834, 1808, 11776, 519, 4448, 834, 357, 549, 17444, 427, 3047, 834, 7261, 3274, 96, 2294, 4240, 350, 1016, 9713, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the stadium where the attendance was 75,406?
SELECT stadium FROM table_15190346_2 WHERE attendance = "75,406"
CREATE TABLE table_15190346_2 (stadium VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 11776, 519, 4448, 834, 357, 41, 2427, 12925, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 14939, 213, 8, 11364, 47, 6374...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14939, 21680, 953, 834, 1808, 11776, 519, 4448, 834, 357, 549, 17444, 427, 11364, 3274, 96, 3072, 6, 2445, 948, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the number of the bowl game when attendance was 79,280?
SELECT MAX(_number) FROM table_15190346_2 WHERE attendance = "79,280"
CREATE TABLE table_15190346_2 (_number INTEGER, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 11776, 519, 4448, 834, 357, 41, 834, 5525, 1152, 3, 21342, 17966, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 381, 13, 8, 3047, 467, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 834, 5525, 1152, 61, 21680, 953, 834, 1808, 11776, 519, 4448, 834, 357, 549, 17444, 427, 11364, 3274, 96, 4440, 6, 17518, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the attendance of the bowl game in Gainesville, Fl?
SELECT attendance FROM table_15190346_2 WHERE location = "Gainesville, FL"
CREATE TABLE table_15190346_2 (attendance VARCHAR, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 11776, 519, 4448, 834, 357, 41, 15116, 663, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 11364, 13, 8, 3047, 467, 16, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 11364, 21680, 953, 834, 1808, 11776, 519, 4448, 834, 357, 549, 17444, 427, 1128, 3274, 96, 517, 7043, 9727, 6, 7212, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Name the total number of median income for population 2006 for 365540
SELECT COUNT(median_monthly_per_capita___labour_force_income__hkd_) FROM table_151994_1 WHERE population__2006_est_ = 365540
CREATE TABLE table_151994_1 (median_monthly_per_capita___labour_force_income__hkd_ VARCHAR, population__2006_est_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 2294, 4240, 834, 536, 41, 8172, 29, 834, 7393, 120, 834, 883, 834, 4010, 155, 9, 834, 834, 834, 9339, 1211, 834, 10880, 834, 15759, 834, 834, 107, 157, 26, 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, 2847, 17161, 599, 8172, 29, 834, 7393, 120, 834, 883, 834, 4010, 155, 9, 834, 834, 834, 9339, 1211, 834, 10880, 834, 15759, 834, 834, 107, 157, 26, 834, 61, 21680, 953, 834, 1808, 2294, 4240, 834, 536, 549, 17444, ...
Name the minimum derby county goals
SELECT MIN(derby_county) AS Goals FROM table_15201666_3
CREATE TABLE table_15201666_3 (derby_county INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 11505, 3539, 834, 519, 41, 588, 969, 834, 13362, 63, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 2559, 74, 969, 5435, 1766, 1, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 588, 969, 834, 13362, 63, 61, 6157, 17916, 7, 21680, 953, 834, 1808, 11505, 3539, 834, 519, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Name the most derby county
SELECT MAX(derby_county) FROM table_15201666_3
CREATE TABLE table_15201666_3 (derby_county INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 11505, 3539, 834, 519, 41, 588, 969, 834, 13362, 63, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 167, 74, 969, 5435, 1, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 588, 969, 834, 13362, 63, 61, 21680, 953, 834, 1808, 11505, 3539, 834, 519, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
In episode 115 what is seen being made before British police helmets?
SELECT segment_b FROM table_15187735_9 WHERE segment_c = "British Police Helmets"
CREATE TABLE table_15187735_9 (segment_b VARCHAR, segment_c VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 1298, 41, 7, 15, 122, 297, 834, 115, 584, 4280, 28027, 6, 5508, 834, 75, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 5640, 3, 15660, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5508, 834, 115, 21680, 953, 834, 26578, 27697, 2469, 834, 1298, 549, 17444, 427, 5508, 834, 75, 3274, 96, 279, 13224, 7, 107, 5076, 22887, 15, 17, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many times was leather introduced before pedal steel guitars in episode 111?
SELECT COUNT(segment_c) FROM table_15187735_9 WHERE segment_d = "Pedal Steel Guitars"
CREATE TABLE table_15187735_9 (segment_c VARCHAR, segment_d VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 1298, 41, 7, 15, 122, 297, 834, 75, 584, 4280, 28027, 6, 5508, 834, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 648, 47, 429...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 7, 15, 122, 297, 834, 75, 61, 21680, 953, 834, 26578, 27697, 2469, 834, 1298, 549, 17444, 427, 5508, 834, 26, 3274, 96, 25048, 138, 6349, 23176, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100,...
What was the UK broadcast date for the episode which visited USA?
SELECT uk_broadcast_date FROM table_15211468_1 WHERE countries_visited = "USA"
CREATE TABLE table_15211468_1 (uk_broadcast_date VARCHAR, countries_visited VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26320, 18959, 3651, 834, 536, 41, 1598, 834, 115, 8635, 5254, 834, 5522, 584, 4280, 28027, 6, 1440, 834, 3466, 23, 1054, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 1598, 834, 115, 8635, 5254, 834, 5522, 21680, 953, 834, 26320, 18959, 3651, 834, 536, 549, 17444, 427, 1440, 834, 3466, 23, 1054, 3274, 96, 17663, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What countries are visited in the episode presented by Brian B. Thompson?
SELECT countries_visited FROM table_15211468_1 WHERE presenter = "Brian B. Thompson"
CREATE TABLE table_15211468_1 (countries_visited VARCHAR, presenter VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26320, 18959, 3651, 834, 536, 41, 13362, 2593, 834, 3466, 23, 1054, 584, 4280, 28027, 6, 915, 49, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1440, 33, 5251, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1440, 834, 3466, 23, 1054, 21680, 953, 834, 26320, 18959, 3651, 834, 536, 549, 17444, 427, 915, 49, 3274, 96, 279, 5288, 272, 5, 14653, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the episode title for the episode numbered #1.4?
SELECT episode_title FROM table_15211468_1 WHERE episode_no = "#1.4"
CREATE TABLE table_15211468_1 (episode_title VARCHAR, episode_no VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26320, 18959, 3651, 834, 536, 41, 15, 102, 159, 32, 221, 834, 21869, 584, 4280, 28027, 6, 5640, 834, 29, 32, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5640, 834, 21869, 21680, 953, 834, 26320, 18959, 3651, 834, 536, 549, 17444, 427, 5640, 834, 29, 32, 3274, 96, 4663, 14912, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Name the social democratic party for labour
SELECT social_democratic_party FROM table_152358_3 WHERE control = "labour"
CREATE TABLE table_152358_3 (social_democratic_party VARCHAR, control VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 2773, 3449, 834, 519, 41, 15745, 834, 23319, 447, 834, 8071, 584, 4280, 28027, 6, 610, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 569, 15053, 1088, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 569, 834, 23319, 447, 834, 8071, 21680, 953, 834, 1808, 2773, 3449, 834, 519, 549, 17444, 427, 610, 3274, 96, 9339, 1211, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who wrote episode 11, of which was directed by Will Waring?
SELECT written_by FROM table_15284274_1 WHERE directed_by = "Will Waring" AND no_in_season = 11
CREATE TABLE table_15284274_1 (written_by VARCHAR, directed_by VARCHAR, no_in_season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 2577, 4165, 4581, 834, 536, 41, 14973, 834, 969, 584, 4280, 28027, 6, 6640, 834, 969, 584, 4280, 28027, 6, 150, 834, 77, 834, 9476, 584, 4280, 28027, 61, 3, 32105, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1545, 834, 969, 21680, 953, 834, 1808, 2577, 4165, 4581, 834, 536, 549, 17444, 427, 6640, 834, 969, 3274, 96, 518, 1092, 1602, 53, 121, 3430, 150, 834, 77, 834, 9476, 3274, 850, 1, -100, -100, -100, -100, -100, -100...
Who wrote the episode directed by Peter Woeste?
SELECT written_by FROM table_15284274_1 WHERE directed_by = "Peter Woeste"
CREATE TABLE table_15284274_1 (written_by VARCHAR, directed_by VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 2577, 4165, 4581, 834, 536, 41, 14973, 834, 969, 584, 4280, 28027, 6, 6640, 834, 969, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 2832, 8, 5640, 6640, 57...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1545, 834, 969, 21680, 953, 834, 1808, 2577, 4165, 4581, 834, 536, 549, 17444, 427, 6640, 834, 969, 3274, 96, 345, 15, 449, 3488, 2613, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the director of Pecado Mortal
SELECT director FROM table_15277629_1 WHERE original_title = "Pecado Mortal"
CREATE TABLE table_15277629_1 (director VARCHAR, original_title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 2555, 3959, 3166, 834, 536, 41, 25982, 584, 4280, 28027, 6, 926, 834, 21869, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 2090, 13, 1276, 658, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2090, 21680, 953, 834, 1808, 2555, 3959, 3166, 834, 536, 549, 17444, 427, 926, 834, 21869, 3274, 96, 345, 15, 658, 26, 32, 19729, 138, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the original title of the Bruno Barreto film in 1989
SELECT original_title FROM table_15277629_1 WHERE director = "Bruno Barreto" AND year__ceremony_ = 1989
CREATE TABLE table_15277629_1 (original_title VARCHAR, director VARCHAR, year__ceremony_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 2555, 3959, 3166, 834, 536, 41, 21878, 834, 21869, 584, 4280, 28027, 6, 2090, 584, 4280, 28027, 6, 215, 834, 834, 2110, 15, 21208, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 926, 834, 21869, 21680, 953, 834, 1808, 2555, 3959, 3166, 834, 536, 549, 17444, 427, 2090, 3274, 96, 9465, 29, 32, 1386, 60, 235, 121, 3430, 215, 834, 834, 2110, 15, 21208, 834, 3274, 9975, 1, -100, -100, -100, -100...
What was the result for director Fernando Meirelles
SELECT result FROM table_15277629_1 WHERE director = "Fernando Meirelles"
CREATE TABLE table_15277629_1 (result VARCHAR, director VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 2555, 3959, 3166, 834, 536, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 2090, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 741, 21, 2090, 28989, 1212,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 741, 21680, 953, 834, 1808, 2555, 3959, 3166, 834, 536, 549, 17444, 427, 2090, 3274, 96, 371, 49, 29, 232, 32, 1212, 23, 52, 3167, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Name the original title of the Suzana Amaral film
SELECT original_title FROM table_15277629_1 WHERE director = "Suzana Amaral"
CREATE TABLE table_15277629_1 (original_title VARCHAR, director VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 2555, 3959, 3166, 834, 536, 41, 21878, 834, 21869, 584, 4280, 28027, 6, 2090, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 926, 2233, 13, 8, 1923, 1024...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 926, 834, 21869, 21680, 953, 834, 1808, 2555, 3959, 3166, 834, 536, 549, 17444, 427, 2090, 3274, 96, 134, 14070, 29, 9, 736, 9, 4900, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
If the country is fenghuang how many provinces are there?
SELECT COUNT(province) FROM table_152834_2 WHERE county = "Fenghuang"
CREATE TABLE table_152834_2 (province VARCHAR, county VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 2577, 3710, 834, 357, 41, 1409, 2494, 565, 584, 4280, 28027, 6, 5435, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 156, 8, 684, 19, 3, 89, 4606, 107, 76, 1468...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 1409, 2494, 565, 61, 21680, 953, 834, 1808, 2577, 3710, 834, 357, 549, 17444, 427, 5435, 3274, 96, 371, 4606, 107, 76, 1468, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is in group a when indiana is in group d?
SELECT group_a FROM table_15290638_1 WHERE group_d = "Indiana"
CREATE TABLE table_15290638_1 (group_a VARCHAR, group_d VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 3166, 5176, 3747, 834, 536, 41, 10739, 834, 9, 584, 4280, 28027, 6, 563, 834, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 16, 563, 3, 9, 116, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 563, 834, 9, 21680, 953, 834, 1808, 3166, 5176, 3747, 834, 536, 549, 17444, 427, 563, 834, 26, 3274, 96, 22126, 29, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who is in group c when wisconsin is in group d?
SELECT group_c FROM table_15290638_1 WHERE group_d = "Wisconsin"
CREATE TABLE table_15290638_1 (group_c VARCHAR, group_d VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 3166, 5176, 3747, 834, 536, 41, 10739, 834, 75, 584, 4280, 28027, 6, 563, 834, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 16, 563, 3, 75, 116,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 563, 834, 75, 21680, 953, 834, 1808, 3166, 5176, 3747, 834, 536, 549, 17444, 427, 563, 834, 26, 3274, 96, 518, 159, 8056, 77, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who is in group c when iowa is in group e?
SELECT group_c FROM table_15290638_1 WHERE group_e = "Iowa"
CREATE TABLE table_15290638_1 (group_c VARCHAR, group_e VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 3166, 5176, 3747, 834, 536, 41, 10739, 834, 75, 584, 4280, 28027, 6, 563, 834, 15, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 16, 563, 3, 75, 116,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 563, 834, 75, 21680, 953, 834, 1808, 3166, 5176, 3747, 834, 536, 549, 17444, 427, 563, 834, 15, 3274, 96, 196, 2381, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Name the old bulgarian names for yuni
SELECT old_bulgarian_names FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Yuni
CREATE TABLE table_15275060_1 (old_bulgarian_names VARCHAR, Yuni VARCHAR, Transliteration VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26320, 9979, 3328, 834, 536, 41, 1490, 834, 6724, 122, 6855, 834, 4350, 7, 584, 4280, 28027, 6, 6214, 29, 23, 584, 4280, 28027, 6, 4946, 9842, 257, 584, 4280, 28027, 61, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 625, 834, 6724, 122, 6855, 834, 4350, 7, 21680, 953, 834, 26320, 9979, 3328, 834, 536, 549, 17444, 427, 272, 4254, 25826, 21758, 834, 567, 17683, 599, 18474, 9842, 257, 61, 3274, 6214, 29, 23, 1, -100, -100, -100, -...
Name the old bulgarian names for yanuari
SELECT old_bulgarian_names FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Yanuari
CREATE TABLE table_15275060_1 (old_bulgarian_names VARCHAR, Yanuari VARCHAR, Transliteration VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26320, 9979, 3328, 834, 536, 41, 1490, 834, 6724, 122, 6855, 834, 4350, 7, 584, 4280, 28027, 6, 18707, 76, 1665, 584, 4280, 28027, 6, 4946, 9842, 257, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 625, 834, 6724, 122, 6855, 834, 4350, 7, 21680, 953, 834, 26320, 9979, 3328, 834, 536, 549, 17444, 427, 272, 4254, 25826, 21758, 834, 567, 17683, 599, 18474, 9842, 257, 61, 3274, 18707, 76, 1665, 1, -100, -100, -100, ...
Name the bulgarian name for mart
SELECT bulgarian_name FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Mart
CREATE TABLE table_15275060_1 (bulgarian_name VARCHAR, Mart VARCHAR, Transliteration VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26320, 9979, 3328, 834, 536, 41, 6724, 122, 6855, 834, 4350, 584, 4280, 28027, 6, 11163, 584, 4280, 28027, 6, 4946, 9842, 257, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 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, 25876, 6855, 834, 4350, 21680, 953, 834, 26320, 9979, 3328, 834, 536, 549, 17444, 427, 272, 4254, 25826, 21758, 834, 567, 17683, 599, 18474, 9842, 257, 61, 3274, 11163, 1, -100, -100, -100, -100, -100, -100, -100, -100,...
Who owned the team Jeremy Mayfield raced for?
SELECT listed_owner_s_ FROM table_1529793_1 WHERE driver_s_ = "Jeremy Mayfield"
CREATE TABLE table_1529793_1 (listed_owner_s_ VARCHAR, driver_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26320, 4327, 4271, 834, 536, 41, 19279, 834, 13238, 834, 7, 834, 584, 4280, 28027, 6, 2535, 834, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 4157, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2616, 834, 13238, 834, 7, 834, 21680, 953, 834, 26320, 4327, 4271, 834, 536, 549, 17444, 427, 2535, 834, 7, 834, 3274, 96, 18540, 932, 1846, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is Jason Leffler's primary sponsor?
SELECT primary_sponsor_s_ FROM table_1529793_1 WHERE driver_s_ = "Jason Leffler"
CREATE TABLE table_1529793_1 (primary_sponsor_s_ VARCHAR, driver_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26320, 4327, 4271, 834, 536, 41, 8234, 1208, 834, 7, 5041, 7, 127, 834, 7, 834, 584, 4280, 28027, 6, 2535, 834, 7, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2329, 834, 7, 5041, 7, 127, 834, 7, 834, 21680, 953, 834, 26320, 4327, 4271, 834, 536, 549, 17444, 427, 2535, 834, 7, 834, 3274, 96, 683, 9, 739, 312, 10105, 52, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
How many stages were there where the winner and the points classification were Alberto Contador?
SELECT COUNT(stage) FROM table_15294880_2 WHERE winner = "Alberto Contador" AND points_classification = "Alberto Contador"
CREATE TABLE table_15294880_2 (stage VARCHAR, winner VARCHAR, points_classification VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 3166, 3707, 2079, 834, 357, 41, 10705, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 6, 979, 834, 4057, 2420, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 10705, 61, 21680, 953, 834, 1808, 3166, 3707, 2079, 834, 357, 549, 17444, 427, 4668, 3274, 96, 25691, 49, 235, 13228, 7923, 121, 3430, 979, 834, 4057, 2420, 3274, 96, 25691, 49, 235, 13228, 7923, 121...
When the winner was Alessandro Ballan, how many total team classifications were there?
SELECT COUNT(team_classification) FROM table_15294880_2 WHERE winner = "Alessandro Ballan"
CREATE TABLE table_15294880_2 (team_classification VARCHAR, winner VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 3166, 3707, 2079, 834, 357, 41, 11650, 834, 4057, 2420, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 8, 4668, 47, 71, 924, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 11650, 834, 4057, 2420, 61, 21680, 953, 834, 1808, 3166, 3707, 2079, 834, 357, 549, 17444, 427, 4668, 3274, 96, 188, 924, 9, 22357, 4155, 152, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
When the team classification was quick step, what was the total number of general classifications?
SELECT COUNT(general_classification) FROM table_15294880_2 WHERE team_classification = "Quick Step"
CREATE TABLE table_15294880_2 (general_classification VARCHAR, team_classification VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 1808, 3166, 3707, 2079, 834, 357, 41, 27369, 834, 4057, 2420, 584, 4280, 28027, 6, 372, 834, 4057, 2420, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 8, 372, 137...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 27369, 834, 4057, 2420, 61, 21680, 953, 834, 1808, 3166, 3707, 2079, 834, 357, 549, 17444, 427, 372, 834, 4057, 2420, 3274, 96, 5991, 3142, 5021, 121, 1, -100, -100, -100, -100, -100, -100, -100, -10...
Who won the spanish grand prix?
SELECT 250 AS cc_winner FROM table_15299235_1 WHERE grand_prix = "Spanish grand_prix"
CREATE TABLE table_15299235_1 (grand_prix VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26320, 3264, 25174, 834, 536, 41, 15448, 834, 2246, 226, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 751, 8, 8438, 1273, 1907, 3407, 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, 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, 5986, 6157, 3, 75, 75, 834, 3757, 687, 21680, 953, 834, 26320, 3264, 25174, 834, 536, 549, 17444, 427, 1907, 834, 2246, 226, 3274, 96, 19675, 1273, 1907, 834, 2246, 226, 121, 1, -100, -100, -100, -100, -100, -100, -...
What is the date for the Indianapolis circuit?
SELECT date FROM table_15299235_1 WHERE circuit = "Indianapolis"
CREATE TABLE table_15299235_1 (date VARCHAR, circuit VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26320, 3264, 25174, 834, 536, 41, 5522, 584, 4280, 28027, 6, 4558, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 833, 21, 8, 23385, 4558, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 26320, 3264, 25174, 834, 536, 549, 17444, 427, 4558, 3274, 96, 22126, 29, 9, 15621, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
in round 9 who was the 250cc winner?
SELECT 250 AS cc_winner FROM table_15299235_1 WHERE round = 9
CREATE TABLE table_15299235_1 (round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 26320, 3264, 25174, 834, 536, 41, 7775, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 16, 1751, 668, 113, 47, 8, 5986, 75, 75, 4668, 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, 5986, 6157, 3, 75, 75, 834, 3757, 687, 21680, 953, 834, 26320, 3264, 25174, 834, 536, 549, 17444, 427, 1751, 3274, 668, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
If the velocity angle is ln[(1 + √5)/2] ≅ 0.481, what is the condition/parameter?
SELECT condition_parameter FROM table_15314901_1 WHERE velocity_angle_η_in_i_radians = "ln[(1 + √5)/2] ≅ 0.481"
CREATE TABLE table_15314901_1 (condition_parameter VARCHAR, velocity_angle_η_in_i_radians VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 24816, 4542, 834, 536, 41, 17558, 834, 6583, 4401, 584, 4280, 28027, 6, 22924, 834, 13247, 834, 2, 834, 77, 834, 23, 834, 5883, 3247, 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, 1706, 834, 6583, 4401, 21680, 953, 834, 27025, 24816, 4542, 834, 536, 549, 17444, 427, 22924, 834, 13247, 834, 2, 834, 77, 834, 23, 834, 5883, 3247, 3274, 96, 40, 29, 6306, 599, 536, 1768, 3, 2, 9120, 13311, 908, ...
If the the condition/parameter is rapidity of 2 hyperbolic radians, what is the coordinate velocity v dx/dt in units of c?
SELECT coordinate_velocity_v_dx_dt_in_units_of_c FROM table_15314901_1 WHERE condition_parameter = "Rapidity of 2 hyperbolic radians"
CREATE TABLE table_15314901_1 (coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR, condition_parameter VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 24816, 4542, 834, 536, 41, 509, 21122, 834, 162, 5133, 485, 834, 208, 834, 26, 226, 834, 26, 17, 834, 77, 834, 15129, 7, 834, 858, 834, 75, 584, 4280, 28027, 6, 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, 1, 1, 1...
[ 3, 23143, 14196, 11639, 834, 162, 5133, 485, 834, 208, 834, 26, 226, 834, 26, 17, 834, 77, 834, 15129, 7, 834, 858, 834, 75, 21680, 953, 834, 27025, 24816, 4542, 834, 536, 549, 17444, 427, 1706, 834, 6583, 4401, 3274, 96, 448, 9, ...
If the coordinate velocity v dx/dt in units of c is (e 2 − 1)/(e 2 + 1) ≅ 0.761, what is the velocity angle η in i-radians?
SELECT velocity_angle_η_in_i_radians FROM table_15314901_1 WHERE coordinate_velocity_v_dx_dt_in_units_of_c = "(e 2 − 1)/(e 2 + 1) ≅ 0.761"
CREATE TABLE table_15314901_1 (velocity_angle_η_in_i_radians VARCHAR, coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 24816, 4542, 834, 536, 41, 162, 5133, 485, 834, 13247, 834, 2, 834, 77, 834, 23, 834, 5883, 3247, 584, 4280, 28027, 6, 11639, 834, 162, 5133, 485, 834, 208, 834, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 22924, 834, 13247, 834, 2, 834, 77, 834, 23, 834, 5883, 3247, 21680, 953, 834, 27025, 24816, 4542, 834, 536, 549, 17444, 427, 11639, 834, 162, 5133, 485, 834, 208, 834, 26, 226, 834, 26, 17, 834, 77, 834, 15129, 7...
What is the coordinate velocity v dx/dt in units of c total number if the velocity angle η in i-radians is ln[2 + √5] ≅ 1.444?
SELECT COUNT(coordinate_velocity_v_dx_dt_in_units_of_c) FROM table_15314901_1 WHERE velocity_angle_η_in_i_radians = "ln[2 + √5] ≅ 1.444"
CREATE TABLE table_15314901_1 (coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR, velocity_angle_η_in_i_radians VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 24816, 4542, 834, 536, 41, 509, 21122, 834, 162, 5133, 485, 834, 208, 834, 26, 226, 834, 26, 17, 834, 77, 834, 15129, 7, 834, 858, 834, 75, 584, 4280, 28027, 6, 22...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 509, 21122, 834, 162, 5133, 485, 834, 208, 834, 26, 226, 834, 26, 17, 834, 77, 834, 15129, 7, 834, 858, 834, 75, 61, 21680, 953, 834, 27025, 24816, 4542, 834, 536, 549, 17444, 427, 22924, 834, 13...
If the condition/parameter is rapidity of 1 hyperbolic radian, what is the proper velocity w dx/dτ in units of c?
SELECT proper_velocity_w_dx_dτ_in_units_of_c FROM table_15314901_1 WHERE condition_parameter = "Rapidity of 1 hyperbolic radian"
CREATE TABLE table_15314901_1 (proper_velocity_w_dx_dτ_in_units_of_c VARCHAR, condition_parameter VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 24816, 4542, 834, 536, 41, 10401, 49, 834, 162, 5133, 485, 834, 210, 834, 26, 226, 834, 26, 2, 834, 77, 834, 15129, 7, 834, 858, 834, 75, 584, 4280, 28027, 6, 1706...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2757, 834, 162, 5133, 485, 834, 210, 834, 26, 226, 834, 26, 2, 834, 77, 834, 15129, 7, 834, 858, 834, 75, 21680, 953, 834, 27025, 24816, 4542, 834, 536, 549, 17444, 427, 1706, 834, 6583, 4401, 3274, 96, 448, 9, ...
What year is dayton in class AAAA?
SELECT school_year FROM table_15315103_1 WHERE class_aAAA = Dayton
CREATE TABLE table_15315103_1 (school_year VARCHAR, class_aAAA VARCHAR, Dayton VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 1808, 17864, 834, 536, 41, 6646, 834, 1201, 584, 4280, 28027, 6, 853, 834, 9, 188, 5498, 584, 4280, 28027, 6, 878, 21220, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 496, 834, 1201, 21680, 953, 834, 27025, 1808, 17864, 834, 536, 549, 17444, 427, 853, 834, 9, 188, 5498, 3274, 878, 21220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who is in class during 1995-96?
SELECT class_aAAAA FROM table_15315103_1 WHERE school_year = "1995-96"
CREATE TABLE table_15315103_1 (class_aAAAA VARCHAR, school_year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 1808, 17864, 834, 536, 41, 4057, 834, 9, 5498, 5498, 584, 4280, 28027, 6, 496, 834, 1201, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 16, 853, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 853, 834, 9, 5498, 5498, 21680, 953, 834, 27025, 1808, 17864, 834, 536, 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, -100, ...
When are all years that tournament location is Western Turnpike Golf Course?
SELECT year FROM table_15315816_1 WHERE tournament_location = "Western Turnpike Golf Course"
CREATE TABLE table_15315816_1 (year VARCHAR, tournament_location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 26556, 2938, 834, 536, 41, 1201, 584, 4280, 28027, 6, 5892, 834, 14836, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 33, 66, 203, 24, 5892, 1128, 19, 3782...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 215, 21680, 953, 834, 27025, 26556, 2938, 834, 536, 549, 17444, 427, 5892, 834, 14836, 3274, 96, 1326, 13072, 5527, 102, 5208, 7063, 8670, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When are all years that the champion is Ji Min Jeong?
SELECT year FROM table_15315816_1 WHERE champion = "Ji Min Jeong"
CREATE TABLE table_15315816_1 (year VARCHAR, champion VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 26556, 2938, 834, 536, 41, 1201, 584, 4280, 28027, 6, 6336, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 33, 66, 203, 24, 8, 6336, 19, 7802, 4765, 1022, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 215, 21680, 953, 834, 27025, 26556, 2938, 834, 536, 549, 17444, 427, 6336, 3274, 96, 683, 23, 4765, 1022, 2444, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How much are all winners share ($) in the year 2004?
SELECT winners_share__$_ FROM table_15315816_1 WHERE year = "2004"
CREATE TABLE table_15315816_1 (winners_share__$_ VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 26556, 2938, 834, 536, 41, 3757, 687, 7, 834, 12484, 834, 834, 3229, 834, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 231, 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, 8969, 834, 12484, 834, 834, 3229, 834, 21680, 953, 834, 27025, 26556, 2938, 834, 536, 549, 17444, 427, 215, 3274, 96, 21653, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When are all dates in the year 2006?
SELECT COUNT(dates) FROM table_15315816_1 WHERE year = "2006"
CREATE TABLE table_15315816_1 (dates VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 26556, 2938, 834, 536, 41, 5522, 7, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 33, 66, 5128, 16, 8, 215, 3581, 58, 1, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 5522, 7, 61, 21680, 953, 834, 27025, 26556, 2938, 834, 536, 549, 17444, 427, 215, 3274, 96, 21196, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
When are all dates with a score of 205 (–8) in Australia?
SELECT dates FROM table_15315816_1 WHERE score = "205 (–8)" AND country = "Australia"
CREATE TABLE table_15315816_1 (dates VARCHAR, score VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 26556, 2938, 834, 536, 41, 5522, 7, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 33, 66, 5128, 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, 5128, 21680, 953, 834, 27025, 26556, 2938, 834, 536, 549, 17444, 427, 2604, 3274, 96, 23201, 41, 104, 13520, 121, 3430, 684, 3274, 96, 31971, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What are all of the dates in the country of Canada?
SELECT dates FROM table_15315816_1 WHERE country = "Canada"
CREATE TABLE table_15315816_1 (dates VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 26556, 2938, 834, 536, 41, 5522, 7, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 66, 13, 8, 5128, 16, 8, 684, 13, 1894, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5128, 21680, 953, 834, 27025, 26556, 2938, 834, 536, 549, 17444, 427, 684, 3274, 96, 28811, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
When was Jenny Gleason the champion of the Northeast Delta Dental International?
SELECT dates FROM table_15315276_1 WHERE champion = "Jenny Gleason"
CREATE TABLE table_15315276_1 (dates VARCHAR, champion VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 26320, 3959, 834, 536, 41, 5522, 7, 584, 4280, 28027, 6, 6336, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 47, 24244, 350, 109, 9, 739, 8, 6336, 13, 8,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5128, 21680, 953, 834, 27025, 26320, 3959, 834, 536, 549, 17444, 427, 6336, 3274, 96, 683, 35, 29, 63, 350, 109, 9, 739, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Where was the tournament located when Misun Cho won the championship?
SELECT tournament_location FROM table_15315276_1 WHERE champion = "Misun Cho"
CREATE TABLE table_15315276_1 (tournament_location VARCHAR, champion VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 26320, 3959, 834, 536, 41, 17, 1211, 20205, 17, 834, 14836, 584, 4280, 28027, 6, 6336, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2840, 47, 8, 5892, 1069, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5892, 834, 14836, 21680, 953, 834, 27025, 26320, 3959, 834, 536, 549, 17444, 427, 6336, 3274, 96, 329, 159, 202, 6285, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the maximum purse prize of the Northeast Delta Dental International Championship?
SELECT MAX(purse__) AS $_ FROM table_15315276_1
CREATE TABLE table_15315276_1 (purse__ INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 26320, 3959, 834, 536, 41, 3791, 7, 15, 834, 834, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2411, 20717, 6441, 13, 8, 21732, 13057, 11826, 1331, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 3791, 7, 15, 834, 834, 61, 6157, 1514, 834, 21680, 953, 834, 27025, 26320, 3959, 834, 536, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many prizes were available when Jenny Shin became the champion?
SELECT COUNT(purse__) AS $_ FROM table_15315276_1 WHERE champion = "Jenny Shin"
CREATE TABLE table_15315276_1 (purse__ VARCHAR, champion VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 26320, 3959, 834, 536, 41, 3791, 7, 15, 834, 834, 584, 4280, 28027, 6, 6336, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 13340, 130, 347, 116, 24244...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 3791, 7, 15, 834, 834, 61, 6157, 1514, 834, 21680, 953, 834, 27025, 26320, 3959, 834, 536, 549, 17444, 427, 6336, 3274, 96, 683, 35, 29, 63, 14215, 121, 1, -100, -100, -100, -100, -100, -100, -100,...
Which team had 21 points?
SELECT team FROM table_15318779_1 WHERE points = 21
CREATE TABLE table_15318779_1 (team VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 25828, 4440, 834, 536, 41, 11650, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 372, 141, 1401, 979, 58, 1, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 372, 21680, 953, 834, 27025, 25828, 4440, 834, 536, 549, 17444, 427, 979, 3274, 1401, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
How many games did Palmeiras win?
SELECT MAX(won) FROM table_15318779_1 WHERE team = "Palmeiras"
CREATE TABLE table_15318779_1 (won INTEGER, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 25828, 4440, 834, 536, 41, 210, 106, 3, 21342, 17966, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 1031, 410, 8005, 15809, 7, 1369, 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, 210, 106, 61, 21680, 953, 834, 27025, 25828, 4440, 834, 536, 549, 17444, 427, 372, 3274, 96, 345, 138, 51, 15809, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Name the number of lost for against being 46
SELECT COUNT(lost) FROM table_15319684_1 WHERE against = 46
CREATE TABLE table_15319684_1 (lost VARCHAR, against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 26937, 4608, 834, 536, 41, 2298, 17, 584, 4280, 28027, 6, 581, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 381, 13, 1513, 21, 581, 271, 9668, 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, 2298, 17, 61, 21680, 953, 834, 27025, 26937, 4608, 834, 536, 549, 17444, 427, 581, 3274, 9668, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the number of against for portuguesa santista
SELECT COUNT(against) FROM table_15319684_1 WHERE team = "Portuguesa Santista"
CREATE TABLE table_15319684_1 (against VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 26937, 4608, 834, 536, 41, 9, 16720, 7, 17, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 381, 13, 581, 21, 2147, 76, 15991...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9, 16720, 7, 17, 61, 21680, 953, 834, 27025, 26937, 4608, 834, 536, 549, 17444, 427, 372, 3274, 96, 14714, 76, 15991, 9, 1051, 17, 343, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the won for difference being 33
SELECT won FROM table_15319684_1 WHERE difference = "33"
CREATE TABLE table_15319684_1 (won VARCHAR, difference VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 26937, 4608, 834, 536, 41, 210, 106, 584, 4280, 28027, 6, 1750, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 751, 21, 1750, 271, 5400, 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, 751, 21680, 953, 834, 27025, 26937, 4608, 834, 536, 549, 17444, 427, 1750, 3274, 96, 4201, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the most losst for corinthians
SELECT MIN(lost) FROM table_15319684_1 WHERE team = "Corinthians"
CREATE TABLE table_15319684_1 (lost INTEGER, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 26937, 4608, 834, 536, 41, 2298, 17, 3, 21342, 17966, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 167, 1453, 17, 21, 4301, 77, 189, 7137, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 2298, 17, 61, 21680, 953, 834, 27025, 26937, 4608, 834, 536, 549, 17444, 427, 372, 3274, 96, 13026, 77, 189, 7137, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many values of r z (arcsecond) correspond with a r y (arcsecond) value of −0.247?
SELECT r_z___arcsecond__ FROM table_15318324_1 WHERE r_y___arcsecond__ = "−0.247"
CREATE TABLE table_15318324_1 (r_z___arcsecond__ VARCHAR, r_y___arcsecond__ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 24361, 2266, 834, 536, 41, 52, 834, 172, 834, 834, 834, 4667, 12091, 834, 834, 584, 4280, 28027, 6, 3, 52, 834, 63, 834, 834, 834, 4667, 12091, 834, 834, 584, 4280, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 52, 834, 172, 834, 834, 834, 4667, 12091, 834, 834, 21680, 953, 834, 27025, 24361, 2266, 834, 536, 549, 17444, 427, 3, 52, 834, 63, 834, 834, 834, 4667, 12091, 834, 834, 3274, 96, 2, 18189, 4177, 121, 1, -100, ...
How many values of r z(arcsecond) are associated with a target datum of Ireland 1965?
SELECT r_z___arcsecond__ FROM table_15318324_1 WHERE target_datum = "Ireland 1965"
CREATE TABLE table_15318324_1 (r_z___arcsecond__ VARCHAR, target_datum VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 24361, 2266, 834, 536, 41, 52, 834, 172, 834, 834, 834, 4667, 12091, 834, 834, 584, 4280, 28027, 6, 2387, 834, 26, 144, 440, 584, 4280, 28027, 61, 3, 32105, 32106, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 52, 834, 172, 834, 834, 834, 4667, 12091, 834, 834, 21680, 953, 834, 27025, 24361, 2266, 834, 536, 549, 17444, 427, 2387, 834, 26, 144, 440, 3274, 96, 196, 60, 40, 232, 19201, 121, 1, -100, -100, -100, -100, -1...
What is the muslim percentage of the 49634 population of england and wales 000?
SELECT muslim___percentage_of_total_population_ FROM table_1532779_1 WHERE population_of_england_and_wales_000 = 49634
CREATE TABLE table_1532779_1 (muslim___percentage_of_total_population_ VARCHAR, population_of_england_and_wales_000 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 2555, 4440, 834, 536, 41, 3252, 4941, 834, 834, 834, 883, 3728, 545, 834, 858, 834, 235, 1947, 834, 9791, 7830, 834, 584, 4280, 28027, 6, 2074, 834, 858, 834, 4606, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3252, 4941, 834, 834, 834, 883, 3728, 545, 834, 858, 834, 235, 1947, 834, 9791, 7830, 834, 21680, 953, 834, 27025, 2555, 4440, 834, 536, 549, 17444, 427, 2074, 834, 858, 834, 4606, 40, 232, 834, 232, 834, 210, ...
What is the most recent census year?
SELECT MAX(census_year) FROM table_1532779_1
CREATE TABLE table_1532779_1 (census_year INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 2555, 4440, 834, 536, 41, 75, 35, 7, 302, 834, 1201, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 167, 1100, 23087, 215, 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, 4800, 4, 599, 75, 35, 7, 302, 834, 1201, 61, 21680, 953, 834, 27025, 2555, 4440, 834, 536, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the percentage of muslims during a time where there were 614 registered mosques?
SELECT muslim___percentage_of_total_population_ FROM table_1532779_1 WHERE registered_mosques = 614
CREATE TABLE table_1532779_1 (muslim___percentage_of_total_population_ VARCHAR, registered_mosques VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 2555, 4440, 834, 536, 41, 3252, 4941, 834, 834, 834, 883, 3728, 545, 834, 858, 834, 235, 1947, 834, 9791, 7830, 834, 584, 4280, 28027, 6, 3366, 834, 3972, 7771, 584, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 3252, 4941, 834, 834, 834, 883, 3728, 545, 834, 858, 834, 235, 1947, 834, 9791, 7830, 834, 21680, 953, 834, 27025, 2555, 4440, 834, 536, 549, 17444, 427, 3366, 834, 3972, 7771, 3274, 431, 2534, 1, -100, -100, -10...
Name the most pa for ontario
SELECT MAX(pa) FROM table_15333005_1 WHERE locale = Ontario
CREATE TABLE table_15333005_1 (pa INTEGER, locale VARCHAR, Ontario VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 27025, 17225, 3076, 834, 536, 41, 102, 9, 3, 21342, 17966, 6, 8522, 584, 4280, 28027, 6, 9163, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 167, 2576, 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, 4800, 4, 599, 102, 9, 61, 21680, 953, 834, 27025, 17225, 3076, 834, 536, 549, 17444, 427, 8522, 3274, 9163, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...