question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
What's the part 3 of the verb with part 4 gelopen?
CREATE TABLE table_1745843_7 (part_3 VARCHAR, part_4 VARCHAR)
{ "SQL_Query": "SELECT part_3 FROM table_1745843_7 WHERE part_4 = \"gelopen\"" }
How many different classes of verbs are there whose part 3 is lucon?
CREATE TABLE table_1745843_6 (class VARCHAR, part_3 VARCHAR)
{ "SQL_Query": "SELECT COUNT(class) FROM table_1745843_6 WHERE part_3 = \"lucon\"" }
What's the class of the verb whose part 1 is lesan?
CREATE TABLE table_1745843_6 (class VARCHAR, part_1 VARCHAR)
{ "SQL_Query": "SELECT class FROM table_1745843_6 WHERE part_1 = \"lesan\"" }
How many different part 3 verbs are there that mean to freeze?
CREATE TABLE table_1745843_6 (part_3 VARCHAR, verb_meaning VARCHAR)
{ "SQL_Query": "SELECT COUNT(part_3) FROM table_1745843_6 WHERE verb_meaning = \"to freeze\"" }
What's the part 3 of the verb whose class is 4?
CREATE TABLE table_1745843_6 (part_3 VARCHAR, class VARCHAR)
{ "SQL_Query": "SELECT part_3 FROM table_1745843_6 WHERE class = \"4\"" }
What's the part 3 of the verb in class 5?
CREATE TABLE table_1745843_6 (part_3 VARCHAR, class VARCHAR)
{ "SQL_Query": "SELECT part_3 FROM table_1745843_6 WHERE class = \"5\"" }
What is the class of the word who's second participle is laug?
CREATE TABLE table_1745843_5 (class VARCHAR, part_2 VARCHAR)
{ "SQL_Query": "SELECT class FROM table_1745843_5 WHERE part_2 = \"laug\"" }
What is the meaning of the class 6 verbs?
CREATE TABLE table_1745843_5 (verb_meaning VARCHAR, class VARCHAR)
{ "SQL_Query": "SELECT verb_meaning FROM table_1745843_5 WHERE class = \"6\"" }
What is the 3rd participle of the verb whose 2nd participle is band?
CREATE TABLE table_1745843_5 (part_3 VARCHAR, part_2 VARCHAR)
{ "SQL_Query": "SELECT part_3 FROM table_1745843_5 WHERE part_2 = \"band\"" }
What is the 1st participle of the verb whose 4th participle is haitans?
CREATE TABLE table_1745843_5 (part_1 VARCHAR, part_4 VARCHAR)
{ "SQL_Query": "SELECT part_1 FROM table_1745843_5 WHERE part_4 = \"haitans\"" }
For part 2 *lauk, what is listed for part 4?
CREATE TABLE table_1745843_2 (part_4 VARCHAR, part_2 VARCHAR)
{ "SQL_Query": "SELECT part_4 FROM table_1745843_2 WHERE part_2 = \"*lauk\"" }
What is the verb meaning for *bundun?
CREATE TABLE table_1745843_2 (verb_meaning VARCHAR, part_3 VARCHAR)
{ "SQL_Query": "SELECT verb_meaning FROM table_1745843_2 WHERE part_3 = \"*bundun\"" }
For part 2 *raid, what is listed for part 3?
CREATE TABLE table_1745843_2 (part_3 VARCHAR, part_2 VARCHAR)
{ "SQL_Query": "SELECT part_3 FROM table_1745843_2 WHERE part_2 = \"*raid\"" }
What word is listed under part 2 for part 4 *ridanaz?
CREATE TABLE table_1745843_2 (part_2 VARCHAR, part_4 VARCHAR)
{ "SQL_Query": "SELECT part_2 FROM table_1745843_2 WHERE part_4 = \"*ridanaz\"" }
What is listed under part 1 for class 3b?
CREATE TABLE table_1745843_2 (part_1 VARCHAR, class VARCHAR)
{ "SQL_Query": "SELECT part_1 FROM table_1745843_2 WHERE class = \"3b\"" }
What class is the verb wich its part 4 is frosinn
CREATE TABLE table_1745843_10 (class VARCHAR, part_4 VARCHAR)
{ "SQL_Query": "SELECT class FROM table_1745843_10 WHERE part_4 = \"frosinn\"" }
What class is the verb wich its part 3 is heldu
CREATE TABLE table_1745843_10 (class VARCHAR, part_3 VARCHAR)
{ "SQL_Query": "SELECT class FROM table_1745843_10 WHERE part_3 = \"heldu\"" }
What is part 1 of the verb in class 7b
CREATE TABLE table_1745843_10 (part_1 VARCHAR, class VARCHAR)
{ "SQL_Query": "SELECT part_1 FROM table_1745843_10 WHERE class = \"7b\"" }
What is part 1 of the verb in class 4
CREATE TABLE table_1745843_10 (part_3 VARCHAR, class VARCHAR)
{ "SQL_Query": "SELECT part_3 FROM table_1745843_10 WHERE class = \"4\"" }
How many verbs mean to bear
CREATE TABLE table_1745843_10 (part_4 VARCHAR, verb_meaning VARCHAR)
{ "SQL_Query": "SELECT COUNT(part_4) FROM table_1745843_10 WHERE verb_meaning = \"to bear\"" }
How many verbs mean to grow, to produce
CREATE TABLE table_1745843_10 (part_1 VARCHAR, verb_meaning VARCHAR)
{ "SQL_Query": "SELECT COUNT(part_1) FROM table_1745843_10 WHERE verb_meaning = \"to grow, to produce\"" }
Who wrote the episode "The Dream Lover", which was viewed by 3.96 million viewers?
CREATE TABLE table_17467578_1 (written_by VARCHAR, us_viewers__million_ VARCHAR)
{ "SQL_Query": "SELECT written_by FROM table_17467578_1 WHERE us_viewers__million_ = \"3.96\"" }
What is the original air date of episode 8? Answer: Dec. 21, 2006
CREATE TABLE table_17467578_1 (original_airdate VARCHAR, episode__number VARCHAR)
{ "SQL_Query": "SELECT COUNT(original_airdate) FROM table_17467578_1 WHERE episode__number = 8" }
Who wrote the episode "The Cold Turkey", which was viewed by 3.73 million viewers?
CREATE TABLE table_17467578_1 (written_by VARCHAR, us_viewers__million_ VARCHAR)
{ "SQL_Query": "SELECT written_by FROM table_17467578_1 WHERE us_viewers__million_ = \"3.73\"" }
Who wrote episode 11?
CREATE TABLE table_17467578_1 (written_by VARCHAR, episode__number VARCHAR)
{ "SQL_Query": "SELECT written_by FROM table_17467578_1 WHERE episode__number = 11" }
What was the original airdate of the episode "The Cold Turkey", which was viewed by 3.73 million viewers?
CREATE TABLE table_17467578_1 (original_airdate VARCHAR, us_viewers__million_ VARCHAR)
{ "SQL_Query": "SELECT original_airdate FROM table_17467578_1 WHERE us_viewers__million_ = \"3.73\"" }
Name the class for boten
CREATE TABLE table_1745843_9 (class VARCHAR, part_3 VARCHAR)
{ "SQL_Query": "SELECT class FROM table_1745843_9 WHERE part_3 = \"boten\"" }
Name the part 3 for treffen
CREATE TABLE table_1745843_9 (part_3 VARCHAR, part_1 VARCHAR)
{ "SQL_Query": "SELECT part_3 FROM table_1745843_9 WHERE part_1 = \"treffen\"" }
Name the part one for to give
CREATE TABLE table_1745843_9 (part_1 VARCHAR, verb_meaning VARCHAR)
{ "SQL_Query": "SELECT part_1 FROM table_1745843_9 WHERE verb_meaning = \"to give\"" }
Name the class for schliefen
CREATE TABLE table_1745843_9 (class VARCHAR, part_3 VARCHAR)
{ "SQL_Query": "SELECT class FROM table_1745843_9 WHERE part_3 = \"schliefen\"" }
Name the verb meaning for half drosch
CREATE TABLE table_1745843_9 (verb_meaning VARCHAR, part_2 VARCHAR)
{ "SQL_Query": "SELECT verb_meaning FROM table_1745843_9 WHERE part_2 = \"half drosch\"" }
If the product code is 2t6267, who was the director?
CREATE TABLE table_17467447_1 (directed_by VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT directed_by FROM table_17467447_1 WHERE production_code = \"2T6267\"" }
What is the air date when the U.S. viewers was 5.50 million?
CREATE TABLE table_17467447_1 (original_airdate VARCHAR, us_viewers__million_ VARCHAR)
{ "SQL_Query": "SELECT original_airdate FROM table_17467447_1 WHERE us_viewers__million_ = \"5.50\"" }
Who were the writers for production code 2t6268?
CREATE TABLE table_17467447_1 (written_by VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT written_by FROM table_17467447_1 WHERE production_code = \"2T6268\"" }
Name the number of builders for number 96
CREATE TABLE table_1748444_1 (builder VARCHAR, number VARCHAR)
{ "SQL_Query": "SELECT COUNT(builder) FROM table_1748444_1 WHERE number = \"96\"" }
Name the builder for date built is january 1910
CREATE TABLE table_1748444_1 (builder VARCHAR, date_built VARCHAR)
{ "SQL_Query": "SELECT builder FROM table_1748444_1 WHERE date_built = \"January 1910\"" }
Name the disposition for date built is march 1909
CREATE TABLE table_1748444_1 (disposition VARCHAR, date_built VARCHAR)
{ "SQL_Query": "SELECT disposition FROM table_1748444_1 WHERE date_built = \"March 1909\"" }
What is the title of episode number 96 in the series?
CREATE TABLE table_17482534_1 (title VARCHAR, no_in_series VARCHAR)
{ "SQL_Query": "SELECT title FROM table_17482534_1 WHERE no_in_series = \"96\"" }
What number in season is the episode directed by Gene Stupnitsky?
CREATE TABLE table_17482534_1 (no_in_season VARCHAR, directed_by VARCHAR)
{ "SQL_Query": "SELECT no_in_season FROM table_17482534_1 WHERE directed_by = \"Gene Stupnitsky\"" }
How many viewers did the episode written by Warren Lieberstein & Halsted Sullivan have?
CREATE TABLE table_17482534_1 (us_viewers__millions_ VARCHAR, written_by VARCHAR)
{ "SQL_Query": "SELECT us_viewers__millions_ FROM table_17482534_1 WHERE written_by = \"Warren Lieberstein & Halsted Sullivan\"" }
How many writers are listed for the episode with a production code of 5008?
CREATE TABLE table_17482534_1 (written_by VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT COUNT(written_by) FROM table_17482534_1 WHERE production_code = \"5008\"" }
What number in the series are the episodes with production code 5016/5017?
CREATE TABLE table_17482534_1 (no_in_series VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT no_in_series FROM table_17482534_1 WHERE production_code = \"5016/5017\"" }
How many locations have the call signs dxjp-fm?
CREATE TABLE table_17487395_1 (location VARCHAR, callsign VARCHAR)
{ "SQL_Query": "SELECT COUNT(location) FROM table_17487395_1 WHERE callsign = \"DXJP-FM\"" }
What is the call sign of the station with the frequency of 90.3mhz
CREATE TABLE table_17487395_1 (callsign VARCHAR, frequency VARCHAR)
{ "SQL_Query": "SELECT callsign FROM table_17487395_1 WHERE frequency = \"90.3MHz\"" }
What is the call sign for the station that uses the branding, mom's radio 101.5 tacloban?
CREATE TABLE table_17487395_1 (callsign VARCHAR, branding VARCHAR)
{ "SQL_Query": "SELECT callsign FROM table_17487395_1 WHERE branding = \"Mom's Radio 101.5 Tacloban\"" }
What is the branding for stations located in Cebu?
CREATE TABLE table_17487395_1 (branding VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT branding FROM table_17487395_1 WHERE location = \"Cebu\"" }
Which eagle riders whose ova (harmony gold dub) is dr. kozaburo nambu?
CREATE TABLE table_17480471_3 (eagle_riders VARCHAR, ova__harmony_gold_dub_ VARCHAR)
{ "SQL_Query": "SELECT eagle_riders FROM table_17480471_3 WHERE ova__harmony_gold_dub_ = \"Dr. Kozaburo Nambu\"" }
Which battle of the planets where ova (harmony gold dub) is solaris?
CREATE TABLE table_17480471_3 (battle_of_the_planets VARCHAR, ova__harmony_gold_dub_ VARCHAR)
{ "SQL_Query": "SELECT battle_of_the_planets FROM table_17480471_3 WHERE ova__harmony_gold_dub_ = \"Solaris\"" }
Which eagle riders have battle of the planets as zoltar?
CREATE TABLE table_17480471_3 (eagle_riders VARCHAR, battle_of_the_planets VARCHAR)
{ "SQL_Query": "SELECT eagle_riders FROM table_17480471_3 WHERE battle_of_the_planets = \"Zoltar\"" }
Which gatchaman has eagle riders as lukan?
CREATE TABLE table_17480471_3 (gatchaman VARCHAR, eagle_riders VARCHAR)
{ "SQL_Query": "SELECT gatchaman FROM table_17480471_3 WHERE eagle_riders = \"Lukan\"" }
What eagle riders where ova (harmony gold dub) is lord zortek?
CREATE TABLE table_17480471_3 (eagle_riders VARCHAR, ova__harmony_gold_dub_ VARCHAR)
{ "SQL_Query": "SELECT eagle_riders FROM table_17480471_3 WHERE ova__harmony_gold_dub_ = \"Lord Zortek\"" }
What pregame host was on espn and had taylor twellman color commentating?
CREATE TABLE table_17516922_1 (pregame_host VARCHAR, network VARCHAR, color_commentator VARCHAR)
{ "SQL_Query": "SELECT pregame_host FROM table_17516922_1 WHERE network = \"ESPN\" AND color_commentator = \"Taylor Twellman\"" }
What pregame analyst(s) had rob stone and monica gonzalez as sideline reporters and were on tsn2?
CREATE TABLE table_17516922_1 (pregame_analysts VARCHAR, sideline_reporters VARCHAR, network VARCHAR)
{ "SQL_Query": "SELECT pregame_analysts FROM table_17516922_1 WHERE sideline_reporters = \"Rob Stone and Monica Gonzalez\" AND network = \"TSN2\"" }
What color commentator(s) were in 2010?
CREATE TABLE table_17516922_1 (color_commentator VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT color_commentator FROM table_17516922_1 WHERE year = 2010" }
What is the last year that had sideline reporters rob stone and monica gonzalez?
CREATE TABLE table_17516922_1 (year INTEGER, sideline_reporters VARCHAR)
{ "SQL_Query": "SELECT MAX(year) FROM table_17516922_1 WHERE sideline_reporters = \"Rob Stone and Monica Gonzalez\"" }
Who had the play-by-play on espn with sideline reporter monica gonzalez?
CREATE TABLE table_17516922_1 (play_by_play VARCHAR, network VARCHAR, sideline_reporters VARCHAR)
{ "SQL_Query": "SELECT play_by_play FROM table_17516922_1 WHERE network = \"ESPN\" AND sideline_reporters = \"Monica Gonzalez\"" }
What was the name of race #28?
CREATE TABLE table_1749567_2 (name VARCHAR, number VARCHAR)
{ "SQL_Query": "SELECT name FROM table_1749567_2 WHERE number = 28" }
The Eyserweg race was which race #?
CREATE TABLE table_1749567_2 (number INTEGER, name VARCHAR)
{ "SQL_Query": "SELECT MAX(number) FROM table_1749567_2 WHERE name = \"Eyserweg\"" }
Which race had an average climb of 40%?
CREATE TABLE table_1749567_2 (location VARCHAR, average_climb___percentage_ VARCHAR)
{ "SQL_Query": "SELECT location FROM table_1749567_2 WHERE average_climb___percentage_ = 40" }
The Keutenberg race had what race length?
CREATE TABLE table_1749567_2 (length__in_m_ INTEGER, name VARCHAR)
{ "SQL_Query": "SELECT MAX(length__in_m_) FROM table_1749567_2 WHERE name = \"Keutenberg\"" }
In the Champions league, what is the Minimum
CREATE TABLE table_17505751_5 (Champions INTEGER)
{ "SQL_Query": "SELECT MIN(Champions) AS league FROM table_17505751_5" }
In the Champions league is the forward position smaller than 6.0
CREATE TABLE table_17505751_5 (Champions VARCHAR, position VARCHAR, league VARCHAR)
{ "SQL_Query": "SELECT COUNT(Champions) AS league FROM table_17505751_5 WHERE position = \"Forward\" AND league < 6.0" }
when the total is 8 and copa del rey is 0 what is the minimum league
CREATE TABLE table_17505751_5 (league INTEGER, total VARCHAR, copa_del_rey VARCHAR)
{ "SQL_Query": "SELECT MIN(league) FROM table_17505751_5 WHERE total = 8 AND copa_del_rey = 0" }
when the position is forward and the league is 5 what number is the Champion league
CREATE TABLE table_17505751_5 (Champions VARCHAR, league VARCHAR, position VARCHAR)
{ "SQL_Query": "SELECT COUNT(Champions) AS league FROM table_17505751_5 WHERE league = 5 AND position = \"Forward\"" }
if p is bigger than 4.0 what is total number
CREATE TABLE table_17505751_5 (total VARCHAR, p INTEGER)
{ "SQL_Query": "SELECT COUNT(total) FROM table_17505751_5 WHERE p > 4.0" }
What was the 2008 election status when glenn nye was the running democrat?
CREATE TABLE table_17503169_1 (democratic VARCHAR)
{ "SQL_Query": "SELECT 2008 AS _status FROM table_17503169_1 WHERE democratic = \"Glenn Nye\"" }
Who was the republican candidate in the race with incumbent thelma drake?
CREATE TABLE table_17503169_1 (republican VARCHAR, incumbent VARCHAR)
{ "SQL_Query": "SELECT republican FROM table_17503169_1 WHERE incumbent = \"Thelma Drake\"" }
How many districts had republican Bob Goodlatte as a candidate?
CREATE TABLE table_17503169_1 (district VARCHAR, republican VARCHAR)
{ "SQL_Query": "SELECT COUNT(district) FROM table_17503169_1 WHERE republican = \"Bob Goodlatte\"" }
Who was the democratic candidate when the republican was frank wolf?
CREATE TABLE table_17503169_1 (democratic VARCHAR, republican VARCHAR)
{ "SQL_Query": "SELECT democratic FROM table_17503169_1 WHERE republican = \"Frank Wolf\"" }
How many won when points against is 410?
CREATE TABLE table_17510803_2 (won VARCHAR, points_against VARCHAR)
{ "SQL_Query": "SELECT COUNT(won) FROM table_17510803_2 WHERE points_against = \"410\"" }
How many bonus points are there when points for is 385?
CREATE TABLE table_17510803_2 (bonus_points VARCHAR, points_for VARCHAR)
{ "SQL_Query": "SELECT bonus_points FROM table_17510803_2 WHERE points_for = \"385\"" }
How many clubs have 62 points?
CREATE TABLE table_17510803_2 (club VARCHAR, points VARCHAR)
{ "SQL_Query": "SELECT COUNT(club) FROM table_17510803_2 WHERE points = \"62\"" }
How many bonus points were won by 5?
CREATE TABLE table_17510803_2 (bonus_points VARCHAR, won VARCHAR)
{ "SQL_Query": "SELECT bonus_points FROM table_17510803_2 WHERE won = \"5\"" }
How many have been played for 362 points?
CREATE TABLE table_17510803_2 (played VARCHAR, points_for VARCHAR)
{ "SQL_Query": "SELECT played FROM table_17510803_2 WHERE points_for = \"362\"" }
How many points against have a lose of 13?
CREATE TABLE table_17510803_2 (points_against VARCHAR, lost VARCHAR)
{ "SQL_Query": "SELECT points_against FROM table_17510803_2 WHERE lost = \"13\"" }
What is the highest possible level?
CREATE TABLE table_1751142_2 (level INTEGER)
{ "SQL_Query": "SELECT MAX(level) FROM table_1751142_2" }
What is the shuttle time for the level where the speed is 15.5 km/h?
CREATE TABLE table_1751142_2 (shuttle_time__seconds_ VARCHAR, speed__km_h_ VARCHAR)
{ "SQL_Query": "SELECT shuttle_time__seconds_ FROM table_1751142_2 WHERE speed__km_h_ = \"15.5\"" }
What is the fewest number of shuttles where the shuttle time is 6.55 seconds?
CREATE TABLE table_1751142_2 (shuttles INTEGER, shuttle_time__seconds_ VARCHAR)
{ "SQL_Query": "SELECT MIN(shuttles) FROM table_1751142_2 WHERE shuttle_time__seconds_ = \"6.55\"" }
What is the distance (in meters) when the shuttle time is 6.86 seconds?
CREATE TABLE table_1751142_2 (distance__m_ INTEGER, shuttle_time__seconds_ VARCHAR)
{ "SQL_Query": "SELECT MIN(distance__m_) FROM table_1751142_2 WHERE shuttle_time__seconds_ = \"6.86\"" }
How many 3rd ru does Costa Rica have?
CREATE TABLE table_17522854_6 (country VARCHAR)
{ "SQL_Query": "SELECT MAX(3 AS rd_ru) FROM table_17522854_6 WHERE country = \"Costa Rica\"" }
How many 3rd ru does Canada have?
CREATE TABLE table_17522854_6 (country VARCHAR)
{ "SQL_Query": "SELECT COUNT(3 AS rd_ru) FROM table_17522854_6 WHERE country = \"Canada\"" }
What is the least number of miss united continents?
CREATE TABLE table_17522854_6 (miss_united_continent INTEGER)
{ "SQL_Query": "SELECT MIN(miss_united_continent) FROM table_17522854_6" }
How many different lead margins were stated in the poll administered on September 11, 2008?
CREATE TABLE table_17538810_10 (lead_margin VARCHAR, dates_administered VARCHAR)
{ "SQL_Query": "SELECT COUNT(lead_margin) FROM table_17538810_10 WHERE dates_administered = \"September 11, 2008\"" }
Name the common name for rhampholeon spectrum
CREATE TABLE table_175442_1 (common_name VARCHAR, scientific_name VARCHAR)
{ "SQL_Query": "SELECT common_name FROM table_175442_1 WHERE scientific_name = \"Rhampholeon spectrum\"" }
Name the scientific name for veiled chameleon
CREATE TABLE table_175442_1 (scientific_name VARCHAR, common_name VARCHAR)
{ "SQL_Query": "SELECT scientific_name FROM table_175442_1 WHERE common_name = \"Veiled chameleon\"" }
Name the common name for furcifer pardalis
CREATE TABLE table_175442_1 (common_name VARCHAR, scientific_name VARCHAR)
{ "SQL_Query": "SELECT common_name FROM table_175442_1 WHERE scientific_name = \"Furcifer pardalis\"" }
Name the number of color for furcifer pardalis
CREATE TABLE table_175442_1 (color VARCHAR, scientific_name VARCHAR)
{ "SQL_Query": "SELECT COUNT(color) FROM table_175442_1 WHERE scientific_name = \"Furcifer pardalis\"" }
Name the number of international frieghts for domestic mail of 260
CREATE TABLE table_1754531_4 (international_freight VARCHAR, domestic_mail VARCHAR)
{ "SQL_Query": "SELECT COUNT(international_freight) FROM table_1754531_4 WHERE domestic_mail = 260" }
Name the total number of domestic mail for 7853 for total frieght and mail
CREATE TABLE table_1754531_4 (domestic_mail VARCHAR, total_freight_and_mail VARCHAR)
{ "SQL_Query": "SELECT COUNT(domestic_mail) FROM table_1754531_4 WHERE total_freight_and_mail = 7853" }
Namw the total number for domestic freight for international mail is larger than 1.0 with domestic mail for 260
CREATE TABLE table_1754531_4 (domestic_freight VARCHAR, international_mail VARCHAR, domestic_mail VARCHAR)
{ "SQL_Query": "SELECT COUNT(domestic_freight) FROM table_1754531_4 WHERE international_mail > 1.0 AND domestic_mail = 260" }
What was the highest vote for others?
CREATE TABLE table_1756284_1 (others_number INTEGER)
{ "SQL_Query": "SELECT MAX(others_number) FROM table_1756284_1" }
When Kerry# was 199060, what was the percentage?
CREATE TABLE table_1756284_1 (kerry_percentage VARCHAR, kerry_number VARCHAR)
{ "SQL_Query": "SELECT kerry_percentage FROM table_1756284_1 WHERE kerry_number = 199060" }
What was the highest vote number for Bush?
CREATE TABLE table_1756284_1 (bush_number INTEGER)
{ "SQL_Query": "SELECT MAX(bush_number) FROM table_1756284_1" }
How many transfer windows coming from Crystal Palace?
CREATE TABLE table_17596418_4 (COUnT VARCHAR, moving_from VARCHAR)
{ "SQL_Query": "SELECT COUnT AS transfer_window FROM table_17596418_4 WHERE moving_from = \"Crystal palace\"" }
What country has a P of GK?
CREATE TABLE table_17596418_4 (country VARCHAR, p VARCHAR)
{ "SQL_Query": "SELECT country FROM table_17596418_4 WHERE p = \"GK\"" }
What is the P for the player moving from Everton?
CREATE TABLE table_17596418_4 (p VARCHAR, moving_from VARCHAR)
{ "SQL_Query": "SELECT p FROM table_17596418_4 WHERE moving_from = \"Everton\"" }
Name the competition of panathinaikos
CREATE TABLE table_17594659_1 (competition VARCHAR, opposition VARCHAR)
{ "SQL_Query": "SELECT competition FROM table_17594659_1 WHERE opposition = \"Panathinaikos\"" }
What is every value for viewers for ranking #51 for the Tuesday 9:00 p.m. timeslot?
CREATE TABLE table_175980_2 (viewers__in_millions_ VARCHAR, ranking VARCHAR, timeslot VARCHAR)
{ "SQL_Query": "SELECT viewers__in_millions_ FROM table_175980_2 WHERE ranking = \"#51\" AND timeslot = \"Tuesday 9:00 p.m.\"" }
What finales took place in the Tuesday 9:30 p.m. timeslot?
CREATE TABLE table_175980_2 (finale VARCHAR, timeslot VARCHAR)
{ "SQL_Query": "SELECT finale FROM table_175980_2 WHERE timeslot = \"Tuesday 9:30 p.m.\"" }
What premieres had a finale on May 25, 2004?
CREATE TABLE table_175980_2 (premiere VARCHAR, finale VARCHAR)
{ "SQL_Query": "SELECT premiere FROM table_175980_2 WHERE finale = \"May 25, 2004\"" }