NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
What is the Status of the dinosaur, whose notes are, "n coelurosauria"?
SELECT status FROM table_name_73 WHERE notes = "n coelurosauria"
CREATE TABLE table_name_73 (status VARCHAR, notes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4552, 41, 8547, 302, 584, 4280, 28027, 6, 3358, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 19318, 13, 8, 21677, 6, 3, 2544, 3358, 33, 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, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2637, 21680, 953, 834, 4350, 834, 4552, 549, 17444, 427, 3358, 3274, 96, 29, 576, 15, 40, 76, 1859, 9, 459, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What are the Notes of the dinosaur, whose Status is nomen dubium, and whose Location is China?
SELECT notes FROM table_name_26 WHERE status = "nomen dubium" AND location = "china"
CREATE TABLE table_name_26 (notes VARCHAR, status VARCHAR, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 7977, 7, 584, 4280, 28027, 6, 2637, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 2507, 7, 13, 8, 21677, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3358, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 2637, 3274, 96, 3114, 35, 146, 115, 2552, 121, 3430, 1128, 3274, 96, 5675, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Novelty of the dinosaur, whose naming Author was Galton?
SELECT novelty FROM table_name_37 WHERE authors = "galton"
CREATE TABLE table_name_37 (novelty VARCHAR, authors VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 5326, 15, 40, 17, 63, 584, 4280, 28027, 6, 5921, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 24388, 17, 63, 13, 8, 21677, 6, 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, 30372, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 5921, 3274, 96, 122, 9, 7377, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the number listed under against when there were less than 13 losses and less than 2 byes?
SELECT COUNT(against) FROM table_name_72 WHERE losses < 13 AND byes < 2
CREATE TABLE table_name_72 (against VARCHAR, losses VARCHAR, byes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 9, 16720, 7, 17, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 6, 57, 15, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 381, 261...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 8467, 3, 2, 1179, 3430, 57, 15, 7, 3, 2, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest number listed under against when there were 15 losses and more than 1 win?
SELECT MAX(against) FROM table_name_97 WHERE losses = 15 AND wins > 1
CREATE TABLE table_name_97 (against INTEGER, losses VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 9, 16720, 7, 17, 3, 21342, 17966, 6, 8467, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 381, 2616,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 8467, 3274, 627, 3430, 9204, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the average number of Byes when there were less than 0 losses and were against 1247?
SELECT AVG(byes) FROM table_name_75 WHERE against = 1247 AND draws < 0
CREATE TABLE table_name_75 (byes INTEGER, against VARCHAR, draws VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 969, 15, 7, 3, 21342, 17966, 6, 581, 584, 4280, 28027, 6, 14924, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 381, 13, 938, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 969, 15, 7, 61, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 581, 3274, 586, 4177, 3430, 14924, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest number listed under against when there were less than 3 wins and less than 15 losses?
SELECT MAX(against) FROM table_name_20 WHERE wins < 3 AND losses < 15
CREATE TABLE table_name_20 (against INTEGER, wins VARCHAR, losses VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 9, 16720, 7, 17, 3, 21342, 17966, 6, 9204, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 381, 2616,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 9204, 3, 2, 220, 3430, 8467, 3, 2, 627, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average public debt % of GDP in 2013 Q1 of the country with a member slate sorted by GDP of Czech Republic and a GDP per capita in PPP US dollars in 2012 greater than 27,191?
SELECT AVG(public_debt__percentage_of_gdp__2013_q1_) FROM table_name_7 WHERE member_state_sorted_by_gdp = "czech republic" AND gdp_per_capita_in_ppp_us$__2012_ > 27 OFFSET 191
CREATE TABLE table_name_7 (public_debt__percentage_of_gdp__2013_q1_ INTEGER, member_state_sorted_by_gdp VARCHAR, gdp_per_capita_in_ppp_us$__2012_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 15727, 834, 221, 115, 17, 834, 834, 883, 3728, 545, 834, 858, 834, 122, 26, 102, 834, 834, 11138, 834, 1824, 536, 834, 3, 21342, 17966, 6, 1144, 834, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 15727, 834, 221, 115, 17, 834, 834, 883, 3728, 545, 834, 858, 834, 122, 26, 102, 834, 834, 11138, 834, 1824, 536, 834, 61, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 1144, 834, 5540, 834, 14...
What is the largest inflation % annual in 2012 of the country with a public debt % of GDP in 2013 Q1 greater than 88.2 and a GDP % of EU in 2012 of 2.9%?
SELECT MAX(inflation__percentage_annual__2012_) FROM table_name_74 WHERE public_debt__percentage_of_gdp__2013_q1_ > 88.2 AND gdp__percentage_of_eu__2012_ = "2.9%"
CREATE TABLE table_name_74 (inflation__percentage_annual__2012_ INTEGER, public_debt__percentage_of_gdp__2013_q1_ VARCHAR, gdp__percentage_of_eu__2012_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 77, 89, 6105, 834, 834, 883, 3728, 545, 834, 30627, 834, 834, 12172, 834, 3, 21342, 17966, 6, 452, 834, 221, 115, 17, 834, 834, 883, 3728, 545, 834, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 77, 89, 6105, 834, 834, 883, 3728, 545, 834, 30627, 834, 834, 12172, 834, 61, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 452, 834, 221, 115, 17, 834, 834, 883, 3728, 545, 834, 858, 834, 122, ...
What is the GDP % of EU in 2012 of the country with a GDP in billions of USD in 2012 of 256.3?
SELECT gdp__percentage_of_eu__2012_ FROM table_name_19 WHERE gdp_in_s_billion_of_usd__2012_ = 256.3
CREATE TABLE table_name_19 (gdp__percentage_of_eu__2012_ VARCHAR, gdp_in_s_billion_of_usd__2012_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 122, 26, 102, 834, 834, 883, 3728, 545, 834, 858, 834, 15, 76, 834, 834, 12172, 834, 584, 4280, 28027, 6, 3, 122, 26, 102, 834, 77, 834, 7, 834, 11...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 122, 26, 102, 834, 834, 883, 3728, 545, 834, 858, 834, 15, 76, 834, 834, 12172, 834, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 3, 122, 26, 102, 834, 77, 834, 7, 834, 115, 14916, 834, 858, 834, 302, ...
What is the Chord with a Major that is third of e?
SELECT chord FROM table_name_69 WHERE major_third = "e"
CREATE TABLE table_name_69 (chord VARCHAR, major_third VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 19220, 26, 584, 4280, 28027, 6, 779, 834, 14965, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 17531, 26, 28, 3, 9, 9236, 24, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 20513, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 779, 834, 14965, 3274, 96, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Chord with a Minor that is seventh of f?
SELECT chord FROM table_name_73 WHERE minor_seventh = "f"
CREATE TABLE table_name_73 (chord VARCHAR, minor_seventh VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4552, 41, 19220, 26, 584, 4280, 28027, 6, 4012, 834, 7, 6190, 189, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 17531, 26, 28, 3, 9, 20650, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 20513, 21680, 953, 834, 4350, 834, 4552, 549, 17444, 427, 4012, 834, 7, 6190, 189, 3274, 96, 89, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the Major third with a Perfect fifth that is d?
SELECT major_third FROM table_name_20 WHERE perfect_fifth = "d"
CREATE TABLE table_name_20 (major_third VARCHAR, perfect_fifth VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 16547, 127, 834, 14965, 584, 4280, 28027, 6, 626, 834, 89, 99, 189, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 9236, 1025, 28, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 779, 834, 14965, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 626, 834, 89, 99, 189, 3274, 96, 26, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Perfect fifth with a Minor that is seventh of d?
SELECT perfect_fifth FROM table_name_48 WHERE minor_seventh = "d"
CREATE TABLE table_name_48 (perfect_fifth VARCHAR, minor_seventh VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 22588, 834, 89, 99, 189, 584, 4280, 28027, 6, 4012, 834, 7, 6190, 189, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7710, 8486, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 626, 834, 89, 99, 189, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 4012, 834, 7, 6190, 189, 3274, 96, 26, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Where was the game, and how many attended the game on january 2?
SELECT location_attendance FROM table_name_69 WHERE date = "january 2"
CREATE TABLE table_name_69 (location_attendance VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 14836, 834, 15116, 663, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2840, 47, 8, 467, 6, 11, 149, 186, 5526, 8, 467,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1128, 834, 15116, 663, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 833, 3274, 96, 7066, 76, 1208, 204, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Location and Attendance with a Record of 21–22?
SELECT location_attendance FROM table_name_16 WHERE record = "21–22"
CREATE TABLE table_name_16 (location_attendance VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 14836, 834, 15116, 663, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 10450, 11, 22497, 663, 28, 3, 9, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1128, 834, 15116, 663, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 1368, 3274, 96, 2658, 104, 2884, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the date of the game against North Carolina?
SELECT date FROM table_name_10 WHERE opponent = "north carolina"
CREATE TABLE table_name_10 (date VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 5522, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 833, 13, 8, 467, 581, 1117, 5089, 58, 1, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 15264, 3274, 96, 29, 127, 189, 443, 12057, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many FG percent values are associated with 59 assists and offensive rebounds under 40?
SELECT COUNT(fg_pct) FROM table_name_21 WHERE asst = 59 AND off_reb < 40
CREATE TABLE table_name_21 (fg_pct VARCHAR, asst VARCHAR, off_reb VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 89, 122, 834, 102, 75, 17, 584, 4280, 28027, 6, 38, 7, 17, 584, 4280, 28027, 6, 326, 834, 60, 115, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 89, 122, 834, 102, 75, 17, 61, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 38, 7, 17, 3274, 3, 3390, 3430, 326, 834, 60, 115, 3, 2, 1283, 1, -100, -100, -100, -100, -100, -100, -100, -10...
What is the total number of offensive rebounds for players with under 65 total rebounds, 5 defensive rebounds, and under 7 assists?
SELECT COUNT(off_reb) FROM table_name_8 WHERE total_reb < 65 AND def_reb = 5 AND asst < 7
CREATE TABLE table_name_8 (off_reb VARCHAR, asst VARCHAR, total_reb VARCHAR, def_reb VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 1647, 834, 60, 115, 584, 4280, 28027, 6, 38, 7, 17, 584, 4280, 28027, 6, 792, 834, 60, 115, 584, 4280, 28027, 6, 20, 89, 834, 60, 115, 584, 4280, 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, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 1647, 834, 60, 115, 61, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 792, 834, 60, 115, 3, 2, 7123, 3430, 20, 89, 834, 60, 115, 3274, 305, 3430, 38, 7, 17, 3, 2, 489, 1, -100, -100, -100...
Which Round has a Competition of uefa cup, and a Series of 5–2?
SELECT round FROM table_name_34 WHERE competition = "uefa cup" AND series = "5–2"
CREATE TABLE table_name_34 (round VARCHAR, competition VARCHAR, series VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 7775, 584, 4280, 28027, 6, 2259, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 9609, 65, 3, 9, 15571, 13, 3, 76,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1751, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 2259, 3274, 96, 76, 15, 89, 9, 4119, 121, 3430, 939, 3274, 96, 755, 104, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Series has a Home of 2–0, and an Opponent of panathinaikos?
SELECT series FROM table_name_96 WHERE home = "2–0" AND opponent = "panathinaikos"
CREATE TABLE table_name_96 (series VARCHAR, home VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 10833, 7, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 4531, 65, 3, 9, 1210, 13, 20...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 939, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 234, 3274, 96, 357, 104, 632, 121, 3430, 15264, 3274, 96, 2837, 144, 2907, 9, 12027, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which Home has a Competition of european cup, and a Round of qf?
SELECT home FROM table_name_70 WHERE competition = "european cup" AND round = "qf"
CREATE TABLE table_name_70 (home VARCHAR, competition VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 5515, 584, 4280, 28027, 6, 2259, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1210, 65, 3, 9, 15571, 13, 14864, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 234, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 2259, 3274, 96, 28188, 152, 4119, 121, 3430, 1751, 3274, 96, 1824, 89, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which Season has an Opponent of hibernians?
SELECT season FROM table_name_4 WHERE opponent = "hibernians"
CREATE TABLE table_name_4 (season VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 9476, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 7960, 65, 46, 4495, 9977, 13, 7102, 1152, 15710, 7, 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, 774, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 15264, 3274, 96, 107, 23, 1152, 15710, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which Opponent has an Away of 1–1, and a Home of 3–3?
SELECT opponent FROM table_name_25 WHERE away = "1–1" AND home = "3–3"
CREATE TABLE table_name_25 (opponent VARCHAR, away VARCHAR, home VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 32, 102, 9977, 584, 4280, 28027, 6, 550, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 4495, 9977, 65, 46, 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, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 550, 3274, 96, 536, 104, 536, 121, 3430, 234, 3274, 96, 519, 104, 519, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Home has a Round of r1, and an Opponent of dundee united?
SELECT home FROM table_name_72 WHERE round = "r1" AND opponent = "dundee united"
CREATE TABLE table_name_72 (home VARCHAR, round VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 5515, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1210, 65, 3, 9, 9609, 13, 3, 52...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 234, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 1751, 3274, 96, 52, 536, 121, 3430, 15264, 3274, 96, 26, 1106, 15, 15, 18279, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the set 2 the has 1 set of 21-25, and 4 sets of 25-20?
SELECT set_2 FROM table_name_17 WHERE set_1 = "21-25" AND set_4 = "25-20"
CREATE TABLE table_name_17 (set_2 VARCHAR, set_1 VARCHAR, set_4 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 2244, 834, 357, 584, 4280, 28027, 6, 356, 834, 536, 584, 4280, 28027, 6, 356, 834, 591, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 356, 834, 357, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 356, 834, 536, 3274, 96, 2658, 14855, 121, 3430, 356, 834, 591, 3274, 96, 1828, 7988, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is Domenik Hixon's average rush?
SELECT avg FROM table_name_76 WHERE player = "domenik hixon"
CREATE TABLE table_name_76 (avg VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 9, 208, 122, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 10576, 15, 4953, 2018, 226, 106, 31, 7, 1348, 105...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 9, 208, 122, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 1959, 3274, 96, 5012, 15, 4953, 7102, 226, 106, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the total number of Viewers when the rank is #40?
SELECT COUNT(viewers) FROM table_name_30 WHERE rank = "#40"
CREATE TABLE table_name_30 (viewers VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 4576, 277, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 4197, 277, 116, 8, 11003, 19, 171...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4576, 277, 61, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 11003, 3274, 96, 4663, 2445, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average Episode # with a share of 9, and #35 is rank and less than 8.21 viewers?
SELECT AVG(episode__number) FROM table_name_96 WHERE share = 9 AND rank = "#35" AND viewers < 8.21
CREATE TABLE table_name_96 (episode__number INTEGER, viewers VARCHAR, share VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 15, 102, 159, 32, 221, 834, 834, 5525, 1152, 3, 21342, 17966, 6, 13569, 584, 4280, 28027, 6, 698, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 15, 102, 159, 32, 221, 834, 834, 5525, 1152, 61, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 698, 3274, 668, 3430, 11003, 3274, 96, 4663, 2469, 121, 3430, 13569, 3, 2, 4848, 2658, 1, -100, -...
What is the lowest Bronze with a Nation of egypt (egy) and with a Gold that is smaller than 2?
SELECT MIN(bronze) FROM table_name_56 WHERE nation = "egypt (egy)" AND gold < 2
CREATE TABLE table_name_56 (bronze INTEGER, nation VARCHAR, gold VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 13711, 776, 3, 21342, 17966, 6, 2982, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 20841, 28, 3, 9...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 13711, 776, 61, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 2982, 3274, 96, 15, 122, 63, 102, 17, 41, 15, 122, 63, 61, 121, 3430, 2045, 3, 2, 204, 1, -100, -100, -100, -100, -100, -100, -10...
What is the total number of Silver with a Total that is smaller than 1?
SELECT COUNT(silver) FROM table_name_19 WHERE total < 1
CREATE TABLE table_name_19 (silver VARCHAR, total INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 7, 173, 624, 584, 4280, 28027, 6, 792, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 5642, 28, 3, 9, 9273, 24, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 792, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the highest Total with a Rank that is smaller than 4 and a Nation of tunisia (tun) with a Gold that is smaller than 2?
SELECT MAX(total) FROM table_name_57 WHERE rank < 4 AND nation = "tunisia (tun)" AND gold < 2
CREATE TABLE table_name_57 (total INTEGER, gold VARCHAR, rank VARCHAR, nation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 235, 1947, 3, 21342, 17966, 6, 2045, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 2982, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 11003, 3, 2, 314, 3430, 2982, 3274, 96, 17, 202, 159, 23, 9, 41, 17, 202, 61, 121, 3430, 2045, 3, 2, 204, 1, -100, -100, -100, -1...
What is the average Total with a Nation of ethiopia (eth) and a Rank that is larger than 9?
SELECT AVG(total) FROM table_name_4 WHERE nation = "ethiopia (eth)" AND rank > 9
CREATE TABLE table_name_4 (total INTEGER, nation VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 235, 1947, 3, 21342, 17966, 6, 2982, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 9273, 28, 3, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 2982, 3274, 96, 15, 7436, 18916, 41, 15, 189, 61, 121, 3430, 11003, 2490, 668, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
From which region is the album with release date of 19 June 2007?
SELECT region FROM table_name_7 WHERE date = "19 june 2007"
CREATE TABLE table_name_7 (region VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 18145, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 1029, 84, 1719, 19, 8, 2306, 28, 1576, 833, 13, 957, 1515, 4101, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1719, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 833, 3274, 96, 2294, 3, 6959, 15, 4101, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which label released the catalog Magik Muzik CD 07 on 28 March 2007?
SELECT label FROM table_name_86 WHERE date = "28 march 2007" AND catalog = "magik muzik cd 07"
CREATE TABLE table_name_86 (label VARCHAR, date VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 40, 10333, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3783, 1883, 8, 10173, 22673, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3783, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 833, 3274, 96, 2577, 10556, 4101, 121, 3430, 10173, 3274, 96, 7493, 23, 157, 4035, 702, 157, 3, 75, 26, 10668, 121, 1, -100, -100, -100, -100, -100, -100, -10...
For the catalog title DP068-07, what formats are available?
SELECT format FROM table_name_52 WHERE catalog = "dp068-07"
CREATE TABLE table_name_52 (format VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 8995, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 242, 8, 10173, 2233, 3, 7410, 632, 3651, 18, 4560, 6, 125, 10874, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1910, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 10173, 3274, 96, 26, 102, 632, 3651, 18, 4560, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Term in office with an Order that is 9?
SELECT term_in_office FROM table_name_21 WHERE order = "9"
CREATE TABLE table_name_21 (term_in_office VARCHAR, order VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 1987, 834, 77, 834, 19632, 584, 4280, 28027, 6, 455, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 11679, 16, 828, 28, 46, 5197, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1657, 834, 77, 834, 19632, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 455, 3274, 96, 1298, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What competition has June 19, 2004 as the date?
SELECT competition FROM table_name_5 WHERE date = "june 19, 2004"
CREATE TABLE table_name_5 (competition VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 287, 4995, 4749, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 2259, 65, 1515, 12370, 4406, 38, 8, 833, 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, 2259, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 833, 3274, 96, 6959, 15, 12370, 4406, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What result has January 21, 2002 as the date?
SELECT result FROM table_name_51 WHERE date = "january 21, 2002"
CREATE TABLE table_name_51 (result VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 741, 65, 1762, 12026, 4407, 38, 8, 833, 58, 1, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 741, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 833, 3274, 96, 7066, 76, 1208, 12026, 4407, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What date has alamodome, san antonio, united states as the venue?
SELECT date FROM table_name_63 WHERE venue = "alamodome, san antonio, united states"
CREATE TABLE table_name_63 (date VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 5522, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 65, 491, 9, 7360, 7159, 6, 3, 7, 152, 3, 9, 6992, 23,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 5669, 3274, 96, 138, 9, 7360, 7159, 6, 3, 7, 152, 3, 9, 6992, 23, 32, 6, 18279, 2315, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What date has 2006 fifa world cup qualification as the competition, and alamodome, san antonio, united States as the venue?
SELECT date FROM table_name_40 WHERE competition = "2006 fifa world cup qualification" AND venue = "alamodome, san antonio, united states"
CREATE TABLE table_name_40 (date VARCHAR, competition VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 5522, 584, 4280, 28027, 6, 2259, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 65, 3581, 361, 89, 9, 296, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 2259, 3274, 96, 21196, 361, 89, 9, 296, 4119, 15513, 121, 3430, 5669, 3274, 96, 138, 9, 7360, 7159, 6, 3, 7, 152, 3, 9, 6992, 23, 32, 6, 18279, 2315, 121, ...
What is the rank of the nation with more than 0 silver medals and 38 bronze medals?
SELECT rank FROM table_name_97 WHERE silver > 0 AND bronze = 38
CREATE TABLE table_name_97 (rank VARCHAR, silver VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 6254, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11003, 13, 8, 2982, 28, 7...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 11003, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 4294, 2490, 3, 632, 3430, 13467, 3274, 6654, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which astrological sign has the Latin motto of Vita?
SELECT sign FROM table_name_21 WHERE latin_motto = "vita"
CREATE TABLE table_name_21 (sign VARCHAR, latin_motto VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 6732, 584, 4280, 28027, 6, 3, 14098, 834, 8888, 235, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3, 12163, 4478, 1320, 65, 8, 6271, 26014,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1320, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 3, 14098, 834, 8888, 235, 3274, 96, 12411, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the translation of the sign of Aquarius?
SELECT translation FROM table_name_15 WHERE sign = "aquarius"
CREATE TABLE table_name_15 (translation VARCHAR, sign VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 7031, 6105, 584, 4280, 28027, 6, 1320, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7314, 13, 8, 1320, 13, 11154, 18956, 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, 7314, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 1320, 3274, 96, 9, 4960, 18956, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which modern house title translates to prison?
SELECT modern_title_of_house FROM table_name_46 WHERE translation = "prison"
CREATE TABLE table_name_46 (modern_title_of_house VARCHAR, translation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 18306, 834, 21869, 834, 858, 834, 1840, 584, 4280, 28027, 6, 7314, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 941, 629, 2233, 3, 29213, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 941, 834, 21869, 834, 858, 834, 1840, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 7314, 3274, 96, 2246, 739, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Latin motto of the sign that translates to spouse?
SELECT latin_motto FROM table_name_94 WHERE translation = "spouse"
CREATE TABLE table_name_94 (latin_motto VARCHAR, translation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 14098, 834, 8888, 235, 584, 4280, 28027, 6, 7314, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6271, 26014, 13, 8, 1320, 24, 3, 292...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14098, 834, 8888, 235, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 7314, 3274, 96, 7990, 1074, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the modern house title of the 1st house?
SELECT modern_title_of_house FROM table_name_27 WHERE house = "1st"
CREATE TABLE table_name_27 (modern_title_of_house VARCHAR, house VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 18306, 834, 21869, 834, 858, 834, 1840, 584, 4280, 28027, 6, 629, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 941, 629, 2233, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 941, 834, 21869, 834, 858, 834, 1840, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 629, 3274, 96, 536, 7, 17, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which sign has a modern house title of House of Partnerships?
SELECT sign FROM table_name_50 WHERE modern_title_of_house = "house of partnerships"
CREATE TABLE table_name_50 (sign VARCHAR, modern_title_of_house VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 6732, 584, 4280, 28027, 6, 941, 834, 21869, 834, 858, 834, 1840, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1320, 65, 3, 9, 941, 629, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1320, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 941, 834, 21869, 834, 858, 834, 1840, 3274, 96, 1840, 13, 13416, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the sum for the int yards that has an assts more than 3, and player Jay Alford?
SELECT SUM(int_yards) FROM table_name_81 WHERE assts > 3 AND player = "jay alford"
CREATE TABLE table_name_81 (int_yards INTEGER, assts VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 77, 17, 834, 6636, 7, 3, 21342, 17966, 6, 38, 7, 17, 7, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 77, 17, 834, 6636, 7, 61, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 38, 7, 17, 7, 2490, 220, 3430, 1959, 3274, 96, 1191, 63, 491, 2590, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the Time with a Score that is 80-34?
SELECT time FROM table_name_38 WHERE score = "80-34"
CREATE TABLE table_name_38 (time VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 715, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2900, 28, 3, 9, 17763, 24, 19, 2775, 18, 3710, 58, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 97, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 2604, 3274, 96, 2079, 3486, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Date with a Home that is hamilton wildcats?
SELECT date FROM table_name_29 WHERE home = "hamilton wildcats"
CREATE TABLE table_name_29 (date VARCHAR, home VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 5522, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7678, 28, 3, 9, 1210, 24, 19, 3, 1483, 23, 7377, 364...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 234, 3274, 96, 1483, 23, 7377, 3645, 2138, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the Ground with a Date that is 2008-06-20?
SELECT ground FROM table_name_42 WHERE date = "2008-06-20"
CREATE TABLE table_name_42 (ground VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 9232, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 13908, 28, 3, 9, 7678, 24, 19, 2628, 18, 5176, 7988, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1591, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 833, 3274, 96, 16128, 18, 5176, 7988, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Away with a Ground that is humber college lakeshore?
SELECT away FROM table_name_88 WHERE ground = "humber college lakeshore"
CREATE TABLE table_name_88 (away VARCHAR, ground VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 8006, 584, 4280, 28027, 6, 1591, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 71, 1343, 28, 3, 9, 13908, 24, 19, 3, 4884, 1152, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 550, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 1591, 3274, 96, 4884, 1152, 1900, 6957, 13303, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Time with a Ground that is humber college north?
SELECT time FROM table_name_7 WHERE ground = "humber college north"
CREATE TABLE table_name_7 (time VARCHAR, ground VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 715, 584, 4280, 28027, 6, 1591, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2900, 28, 3, 9, 13908, 24, 19, 3, 4884, 1152, 1900, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 97, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 1591, 3274, 96, 4884, 1152, 1900, 3457, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Away with a Ground that is humber college north?
SELECT away FROM table_name_9 WHERE ground = "humber college north"
CREATE TABLE table_name_9 (away VARCHAR, ground VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 8006, 584, 4280, 28027, 6, 1591, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 71, 1343, 28, 3, 9, 13908, 24, 19, 3, 4884, 1152, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 550, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 1591, 3274, 96, 4884, 1152, 1900, 3457, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the College with a Round # that is 290?
SELECT college FROM table_name_20 WHERE round__number = 290
CREATE TABLE table_name_20 (college VARCHAR, round__number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 3297, 7883, 584, 4280, 28027, 6, 1751, 834, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1888, 28, 3, 9, 9609, 171...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1900, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 1751, 834, 834, 5525, 1152, 3274, 3, 23838, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the College with a Player that is dean caliguire?
SELECT college FROM table_name_49 WHERE player = "dean caliguire"
CREATE TABLE table_name_49 (college VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 3297, 7883, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1888, 28, 3, 9, 12387, 24, 19, 20, 152, 212, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1900, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 1959, 3274, 96, 221, 152, 212, 2825, 15427, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the first leg of the semi-final?
SELECT first_leg FROM table_name_78 WHERE round = "semi-final"
CREATE TABLE table_name_78 (first_leg VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 14672, 834, 5772, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 166, 4553, 13, 8, 4772, 18, 12406, 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, 166, 834, 5772, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 1751, 3274, 96, 7, 15, 51, 23, 18, 12406, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What was the first leg score against Real Sociedad?
SELECT first_leg FROM table_name_66 WHERE opposition = "real sociedad"
CREATE TABLE table_name_66 (first_leg VARCHAR, opposition VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 14672, 834, 5772, 584, 4280, 28027, 6, 8263, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 166, 4553, 2604, 581, 2977, 16874, 15, 1467...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 166, 834, 5772, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 8263, 3274, 96, 6644, 3, 5444, 15, 14677, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What was the first leg against Hibernian?
SELECT first_leg FROM table_name_13 WHERE opposition = "hibernian"
CREATE TABLE table_name_13 (first_leg VARCHAR, opposition VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 14672, 834, 5772, 584, 4280, 28027, 6, 8263, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 166, 4553, 581, 2018, 1152, 15710, 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, 166, 834, 5772, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 8263, 3274, 96, 107, 23, 1152, 15710, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who were the opposition in the quarter-final?
SELECT opposition FROM table_name_50 WHERE round = "quarter-final"
CREATE TABLE table_name_50 (opposition VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 29585, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 130, 8, 8263, 16, 8, 2893, 18, 12406, 58, 1, 0, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 8263, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 1751, 3274, 96, 19973, 18, 12406, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the least number of assists among players ranked 2?
SELECT MIN(assists) FROM table_name_53 WHERE rank = 2
CREATE TABLE table_name_53 (assists INTEGER, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 6500, 7, 17, 7, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 709, 381, 13, 13041, 859, 1508, 3, 8232, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6500, 7, 17, 7, 61, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 11003, 3274, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the lowest total when the rank is 14 and the gold medals is larger than 0?
SELECT MIN(total) FROM table_name_34 WHERE rank = "14" AND gold > 0
CREATE TABLE table_name_34 (total INTEGER, rank VARCHAR, gold VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 235, 1947, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 792, 116, 8, 11...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 11003, 3274, 96, 2534, 121, 3430, 2045, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the total number of medals when there are 18 gold medals?
SELECT SUM(total) FROM table_name_83 WHERE gold = 18
CREATE TABLE table_name_83 (total INTEGER, gold VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 235, 1947, 3, 21342, 17966, 6, 2045, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 9365, 7, 116, 132, 33, 507, 2045, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 2045, 3274, 507, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the number of bronze medals when the total is greater than 1, more than 2 silver medals are won, and the rank is 2?
SELECT bronze FROM table_name_94 WHERE total > 1 AND silver > "2" AND rank = "2"
CREATE TABLE table_name_94 (bronze VARCHAR, rank VARCHAR, total VARCHAR, silver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 13711, 776, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 13467, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 792, 2490, 209, 3430, 4294, 2490, 96, 357, 121, 3430, 11003, 3274, 96, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What was the location of the game when the record was 12-4?
SELECT location FROM table_name_74 WHERE record = "12-4"
CREATE TABLE table_name_74 (location VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 14836, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1128, 13, 8, 467, 116, 8, 1368, 47, 586, 4278, 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, 1128, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 1368, 3274, 96, 2122, 18, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the location of the game when the record was 2-1?
SELECT location FROM table_name_86 WHERE record = "2-1"
CREATE TABLE table_name_86 (location VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 14836, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1128, 13, 8, 467, 116, 8, 1368, 47, 3, 17234, 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, 1128, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 1368, 3274, 96, 17234, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What day was the game that had the Cavaliers as visiting team and the Knicks as the home team?
SELECT date FROM table_name_85 WHERE visitor = "cavaliers" AND home = "knicks"
CREATE TABLE table_name_85 (date VARCHAR, visitor VARCHAR, home VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 5522, 584, 4280, 28027, 6, 7019, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 239, 47, 8, 467, 24, 141, 8, 17655...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 7019, 3274, 96, 658, 2165, 4518, 121, 3430, 234, 3274, 96, 157, 11191, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the main span in feet from a year of 2009 or more recent with a rank less than 94 and 1,310 main span metres?
SELECT main_span_feet FROM table_name_69 WHERE year_opened > 2009 AND rank < 94 AND main_span_metres = "1,310"
CREATE TABLE table_name_69 (main_span_feet VARCHAR, main_span_metres VARCHAR, year_opened VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 7484, 834, 7, 2837, 834, 89, 15, 15, 17, 584, 4280, 28027, 6, 711, 834, 7, 2837, 834, 22404, 7, 584, 4280, 28027, 6, 215, 834, 26940, 584, 4280, 2802...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 711, 834, 7, 2837, 834, 89, 15, 15, 17, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 215, 834, 26940, 2490, 2464, 3430, 11003, 3, 2, 3, 4240, 3430, 711, 834, 7, 2837, 834, 22404, 7, 3274, 96, 4347, 19947, ...
What is the main span feet from opening year of 1936 in the United States with a rank greater than 47 and 421 main span metres?
SELECT main_span_feet FROM table_name_43 WHERE year_opened = 1936 AND country = "united states" AND rank > 47 AND main_span_metres = "421"
CREATE TABLE table_name_43 (main_span_feet VARCHAR, main_span_metres VARCHAR, rank VARCHAR, year_opened VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 7484, 834, 7, 2837, 834, 89, 15, 15, 17, 584, 4280, 28027, 6, 711, 834, 7, 2837, 834, 22404, 7, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 215,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 711, 834, 7, 2837, 834, 89, 15, 15, 17, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 215, 834, 26940, 3274, 27598, 3430, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 11003, 2490, 10635, 3430, 711, 834, 7, ...
What is the highest rank from the year greater than 2010 with 430 main span metres?
SELECT MAX(rank) FROM table_name_69 WHERE year_opened > 2010 AND main_span_metres = "430"
CREATE TABLE table_name_69 (rank INTEGER, year_opened VARCHAR, main_span_metres VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 6254, 3, 21342, 17966, 6, 215, 834, 26940, 584, 4280, 28027, 6, 711, 834, 7, 2837, 834, 22404, 7, 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, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 6254, 61, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 215, 834, 26940, 2490, 2735, 3430, 711, 834, 7, 2837, 834, 22404, 7, 3274, 96, 25449, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100...
What is the oldest year with a main span feet of 1,640 in South Korea?
SELECT MIN(year_opened) FROM table_name_52 WHERE main_span_feet = "1,640" AND country = "south korea"
CREATE TABLE table_name_52 (year_opened INTEGER, main_span_feet VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 1201, 834, 26940, 3, 21342, 17966, 6, 711, 834, 7, 2837, 834, 89, 15, 15, 17, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 3, 17684, 599, 1201, 834, 26940, 61, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 711, 834, 7, 2837, 834, 89, 15, 15, 17, 3274, 96, 4347, 23714, 121, 3430, 684, 3274, 96, 7, 670, 107, 3, 5543, 15, 9, 121, ...
What was the score of the game when the record was 39–21–4?
SELECT score FROM table_name_49 WHERE record = "39–21–4"
CREATE TABLE table_name_49 (score VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 7, 9022, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2604, 13, 8, 467, 116, 8, 1368, 47, 6352, 104, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 1368, 3274, 96, 3288, 104, 2658, 104, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the date of the game with a score of 2–1?
SELECT date FROM table_name_60 WHERE score = "2–1"
CREATE TABLE table_name_60 (date VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 5522, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 833, 13, 8, 467, 28, 3, 9, 2604, 13, 204, 104, 536,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 2604, 3274, 96, 357, 104, 536, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the earliest week that the Texans played at the Cleveland Browns Stadium?
SELECT MIN(week) FROM table_name_10 WHERE game_site = "cleveland browns stadium"
CREATE TABLE table_name_10 (week INTEGER, game_site VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 8041, 3, 21342, 17966, 6, 467, 834, 3585, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 16454, 471, 24, 8, 3, 13598, 3247, 1944, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 8041, 61, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 467, 834, 3585, 3274, 96, 75, 4563, 232, 4216, 7, 14939, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
When did the Texans play at LP Field?
SELECT date FROM table_name_90 WHERE game_site = "lp field"
CREATE TABLE table_name_90 (date VARCHAR, game_site VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 5522, 584, 4280, 28027, 6, 467, 834, 3585, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 410, 8, 3, 13598, 3247, 577, 44, 3, 6892, 7257, 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, 833, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 467, 834, 3585, 3274, 96, 40, 102, 1057, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which quarterback had an Avg/G of 195.8?
SELECT name FROM table_name_11 WHERE avg_g = 195.8
CREATE TABLE table_name_11 (name VARCHAR, avg_g VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 4350, 584, 4280, 28027, 6, 3, 9, 208, 122, 834, 122, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 20134, 141, 46, 71, 208, 122, 87, 517, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 564, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 3, 9, 208, 122, 834, 122, 3274, 3, 22464, 5, 927, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which royal house corresponds to Polyxenos Epiphanes Soter?
SELECT royal_house FROM table_name_84 WHERE name = "polyxenos epiphanes soter"
CREATE TABLE table_name_84 (royal_house VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 8170, 138, 834, 1840, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 11268, 629, 10423, 7, 12, 7945, 226, 15, 4844,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11268, 834, 1840, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 564, 3274, 96, 3233, 63, 226, 15, 4844, 9241, 8237, 15, 7, 78, 449, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is Mark, when Name is Dmytro Hlushchenko?
SELECT mark FROM table_name_19 WHERE name = "dmytro hlushchenko"
CREATE TABLE table_name_19 (mark VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 3920, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 2185, 6, 116, 5570, 19, 309, 2258, 17, 52, 32, 454, 40, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3946, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 564, 3274, 96, 26, 2258, 17, 52, 32, 3, 107, 40, 8489, 524, 18994, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is Country, when Lane is 5, and when React is greater than 0.166?
SELECT country FROM table_name_80 WHERE lane = 5 AND react > 0.166
CREATE TABLE table_name_80 (country VARCHAR, lane VARCHAR, react VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 17529, 584, 4280, 28027, 6, 3, 8102, 584, 4280, 28027, 6, 8922, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 6993, 6, 116, 11834, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 3, 8102, 3274, 305, 3430, 8922, 2490, 4097, 26811, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the lowest Lane, when Country is France, and when React is less than 0.14100000000000001?
SELECT MIN(lane) FROM table_name_28 WHERE country = "france" AND react < 0.14100000000000001
CREATE TABLE table_name_28 (lane INTEGER, country VARCHAR, react VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 8102, 3, 21342, 17966, 6, 684, 584, 4280, 28027, 6, 8922, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 11834, 6, 116, 6993, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17684, 599, 8102, 61, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 684, 3274, 96, 89, 5219, 121, 3430, 8922, 3, 2, 4097, 2534, 16824, 19568, 19568, 17465, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Heat, when Mark is 6.69?
SELECT heat FROM table_name_42 WHERE mark = "6.69"
CREATE TABLE table_name_42 (heat VARCHAR, mark VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 88, 144, 584, 4280, 28027, 6, 3946, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7862, 6, 116, 2185, 19, 4357, 3951, 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, 1678, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 3946, 3274, 96, 28833, 1298, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the average number of points for a song ranked 2nd with a draw greater than 3?
SELECT AVG(points) FROM table_name_35 WHERE rank = "2nd" AND draw > 3
CREATE TABLE table_name_35 (points INTEGER, rank VARCHAR, draw VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 2700, 7, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 3314, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 381, 13, 979, 21,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 11003, 3274, 96, 357, 727, 121, 3430, 3314, 2490, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the total number of draws for songs performed by Miranda with fewer than 48 points?
SELECT COUNT(draw) FROM table_name_64 WHERE performer = "miranda" AND points < 48
CREATE TABLE table_name_64 (draw VARCHAR, performer VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 19489, 584, 4280, 28027, 6, 1912, 49, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 14924, 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, 2847, 17161, 599, 19489, 61, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 1912, 49, 3274, 96, 5884, 232, 9, 121, 3430, 979, 3, 2, 4678, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the HDTV when the content shows a timeshift +1 di disney junior?
SELECT hdtv FROM table_name_54 WHERE content = "timeshift +1 di disney junior"
CREATE TABLE table_name_54 (hdtv VARCHAR, content VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 107, 26, 17, 208, 584, 4280, 28027, 6, 738, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3726, 4562, 116, 8, 738, 1267, 3, 9, 97,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 107, 26, 17, 208, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 738, 3274, 96, 715, 22872, 3, 18446, 1227, 1028, 3186, 9212, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Country when the language is italian english, and the television service is disney xd +1?
SELECT country FROM table_name_12 WHERE language = "italian english" AND television_service = "disney xd +1"
CREATE TABLE table_name_12 (country VARCHAR, language VARCHAR, television_service VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 17529, 584, 4280, 28027, 6, 1612, 584, 4280, 28027, 6, 4390, 834, 5114, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6993, 116, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 1612, 3274, 96, 155, 9, 9928, 22269, 121, 3430, 4390, 834, 5114, 3274, 96, 26, 159, 3186, 3, 226, 26, 3, 18446, 121, 1, -100, -100, -100, -100, -100, -100, -...
What is the HDTV when the Package/Option is sky famiglia, and a Television service of boomerang +1?
SELECT hdtv FROM table_name_67 WHERE package_option = "sky famiglia" AND television_service = "boomerang +1"
CREATE TABLE table_name_67 (hdtv VARCHAR, package_option VARCHAR, television_service VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 107, 26, 17, 208, 584, 4280, 28027, 6, 2642, 834, 11803, 584, 4280, 28027, 6, 4390, 834, 5114, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 107, 26, 17, 208, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 2642, 834, 11803, 3274, 96, 5352, 3, 89, 3690, 4707, 9, 121, 3430, 4390, 834, 5114, 3274, 96, 12840, 935, 1468, 3, 18446, 121, 1, -100, -100,...
What shows as Content for the Television service of nickelodeon +1?
SELECT content FROM table_name_75 WHERE television_service = "nickelodeon +1"
CREATE TABLE table_name_75 (content VARCHAR, television_service VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 14819, 584, 4280, 28027, 6, 4390, 834, 5114, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1267, 38, 7185, 21, 8, 21922, 313, 13, 22958, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 738, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 4390, 834, 5114, 3274, 96, 2532, 5768, 32, 221, 106, 3, 18446, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the sum of Year 2007(s), when the Year 2005 is greater than 29,377?
SELECT SUM(year_2007) FROM table_name_23 WHERE year_2005 > 29 OFFSET 377
CREATE TABLE table_name_23 (year_2007 INTEGER, year_2005 INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 1201, 834, 20615, 3, 21342, 17966, 6, 215, 834, 22594, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 2929, 4101, 599, 7, 20...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 1201, 834, 20615, 61, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 215, 834, 22594, 2490, 2838, 3, 15316, 20788, 220, 4013, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
On what day was the game that ended in a score of 97-38?
SELECT date FROM table_name_17 WHERE score = "97-38"
CREATE TABLE table_name_17 (date VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 5522, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 239, 47, 8, 467, 24, 3492, 16, 3, 9, 2604, 13, 3, 432...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 2604, 3274, 96, 4327, 18, 3747, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who was the home team of the game at the time of 14:00?
SELECT home FROM table_name_53 WHERE time = "14:00"
CREATE TABLE table_name_53 (home VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 5515, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 234, 372, 13, 8, 467, 44, 8, 97, 13, 968, 10, 1206, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 234, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 97, 3274, 96, 2534, 10, 1206, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who was the home team of the game at the time of 15:00?
SELECT home FROM table_name_33 WHERE time = "15:00"
CREATE TABLE table_name_33 (home VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 5515, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 234, 372, 13, 8, 467, 44, 8, 97, 13, 209, 19870, 58,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 234, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 97, 3274, 96, 536, 19870, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
On what day was the game that ended in a score of 97-38?
SELECT date FROM table_name_1 WHERE score = "97-38"
CREATE TABLE table_name_1 (date VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 5522, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 239, 47, 8, 467, 24, 3492, 16, 3, 9, 2604, 13, 3, 4327...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 2604, 3274, 96, 4327, 18, 3747, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who was the away team of the game at the time 15:00?
SELECT away FROM table_name_57 WHERE time = "15:00"
CREATE TABLE table_name_57 (away VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 8006, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 550, 372, 13, 8, 467, 44, 8, 97, 209, 19870, 58, 1, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 550, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 97, 3274, 96, 536, 19870, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
On what grounds did the away team of the Toronto Rebels play?
SELECT ground FROM table_name_5 WHERE away = "toronto rebels"
CREATE TABLE table_name_5 (ground VARCHAR, away VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 9232, 584, 4280, 28027, 6, 550, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 9808, 410, 8, 550, 372, 13, 8, 7030, 24438, 7, 577, 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, 1591, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 550, 3274, 96, 235, 4438, 32, 16054, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which capital has a Hangul of 경상남도?
SELECT capital FROM table_name_97 WHERE hangul_chosongul = "경상남도"
CREATE TABLE table_name_97 (capital VARCHAR, hangul_chosongul VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 4010, 9538, 584, 4280, 28027, 6, 5168, 83, 834, 3995, 739, 6106, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1784, 65, 3, 9, 15280, 83, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1784, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 5168, 83, 834, 3995, 739, 6106, 3274, 96, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which country has a city with a Hanja of 平安北道?
SELECT country FROM table_name_83 WHERE hanja = "平安北道"
CREATE TABLE table_name_83 (country VARCHAR, hanja VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 17529, 584, 4280, 28027, 6, 3, 2618, 1191, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 684, 65, 3, 9, 690, 28, 3, 9, 6627, 1191, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 3, 2618, 1191, 3274, 96, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the RR Romaja for the province that has Hangul of 강원도 and capital of Wonsan?
SELECT rr_romaja FROM table_name_85 WHERE hangul_chosongul = "강원도" AND capital = "wonsan"
CREATE TABLE table_name_85 (rr_romaja VARCHAR, hangul_chosongul VARCHAR, capital VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 52, 52, 834, 3522, 9, 1191, 584, 4280, 28027, 6, 5168, 83, 834, 3995, 739, 6106, 584, 4280, 28027, 6, 1784, 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, 3, 52, 52, 834, 3522, 9, 1191, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 5168, 83, 834, 3995, 739, 6106, 3274, 96, 2, 121, 3430, 1784, 3274, 96, 210, 106, 7, 152, 121, 1, -100, -100, -100, -100, -100, -...
What is the area for the province having Hangul of 경기도?
SELECT area FROM table_name_60 WHERE hangul_chosongul = "경기도"
CREATE TABLE table_name_60 (area VARCHAR, hangul_chosongul VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 498, 584, 4280, 28027, 6, 5168, 83, 834, 3995, 739, 6106, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 616, 21, 8, 7985, 578, 15280...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 616, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 5168, 83, 834, 3995, 739, 6106, 3274, 96, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the M-R Romaja for the province having a capital of Cheongju?
SELECT m_r_romaja FROM table_name_34 WHERE capital = "cheongju"
CREATE TABLE table_name_34 (m_r_romaja VARCHAR, capital VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 51, 834, 52, 834, 3522, 9, 1191, 584, 4280, 28027, 6, 1784, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 283, 18, 448, 16082, 1191,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 51, 834, 52, 834, 3522, 9, 1191, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 1784, 3274, 96, 1033, 2444, 2047, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...