answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT MIN(pa) FROM table_29546142_2 WHERE w = 2
CREATE TABLE table_29546142_2 (pa INTEGER, w VARCHAR)
Name the least pa for w being 2
SELECT skip__club_ FROM table_29546030_2 WHERE pa = 28
CREATE TABLE table_29546030_2 (skip__club_ VARCHAR, pa VARCHAR)
Which skip (club) had 28 PA?
SELECT MAX(stolen_ends) FROM table_29546030_2 WHERE w = 1
CREATE TABLE table_29546030_2 (stolen_ends INTEGER, w VARCHAR)
What is the most amount of stolen ends for a skip with 1 W?
SELECT skip__club_ FROM table_29546030_2 WHERE pa = 31 AND blank_ends = 9
CREATE TABLE table_29546030_2 (skip__club_ VARCHAR, pa VARCHAR, blank_ends VARCHAR)
Which skip (club) had 31 PA and 9 blank ends?
SELECT MIN(blank_ends) FROM table_29546030_2 WHERE pf = 44
CREATE TABLE table_29546030_2 (blank_ends INTEGER, pf VARCHAR)
What is the least amount of blank ends for a skip who has 44 PF?
SELECT COUNT(high_points) FROM table_29556461_9 WHERE team = "UMass"
CREATE TABLE table_29556461_9 (high_points VARCHAR, team VARCHAR)
How many high points occur with the team Umass?
SELECT high_points FROM table_29556461_8 WHERE team = "La Salle"
CREATE TABLE table_29556461_8 (high_points VARCHAR, team VARCHAR)
When la salle is the team who has the highest amount of points?
SELECT MAX(game) FROM table_29556461_8 WHERE high_assists = "Allen/Moore/Wyatt – 4"
CREATE TABLE table_29556461_8 (game INTEGER, high_assists VARCHAR)
When allen/moore/wyatt – 4 have the highest amount of assists what is the highest game?
SELECT record FROM table_29556461_8 WHERE team = "Dayton"
CREATE TABLE table_29556461_8 (record VARCHAR, team VARCHAR)
When dayton is the team what is the record?
SELECT song_title FROM table_29547777_1 WHERE result__placement_ = "to the Live Shows"
CREATE TABLE table_29547777_1 (song_title VARCHAR, result__placement_ VARCHAR)
What the title of the song when the result is to the live shows?
SELECT episode FROM table_29547777_1 WHERE original_performer = "Diana Ross"
CREATE TABLE table_29547777_1 (episode VARCHAR, original_performer VARCHAR)
What is the episode when the original performaer is diana ross?
SELECT original_performer FROM table_29547777_1 WHERE episode = "Casting"
CREATE TABLE table_29547777_1 (original_performer VARCHAR, episode VARCHAR)
Who is the original performer when the episode is casting?
SELECT COUNT(skip__club_) FROM table_29546218_3 WHERE pf = 40
CREATE TABLE table_29546218_3 (skip__club_ VARCHAR, pf VARCHAR)
What is the total mumber of skip (club) entries when the pf is 40?
SELECT name FROM table_29562161_1 WHERE starting_price = "66/1"
CREATE TABLE table_29562161_1 (name VARCHAR, starting_price VARCHAR)
What horse had a starting price of 66/1?
SELECT MIN(l) FROM table_29565120_2 WHERE w = 4
CREATE TABLE table_29565120_2 (l INTEGER, w VARCHAR)
What is the L when the W is 4?
SELECT MAX(l) FROM table_29565601_2
CREATE TABLE table_29565601_2 (l INTEGER)
What is the largest number in L?
SELECT MIN(pa) FROM table_29565601_2 WHERE pf = 73
CREATE TABLE table_29565601_2 (pa INTEGER, pf VARCHAR)
What is the PA when the PF is 73?
SELECT blank_ends FROM table_29565673_2 WHERE w > 6.0
CREATE TABLE table_29565673_2 (blank_ends VARCHAR, w INTEGER)
What is the blank ends record when the win record is higher than 6.0?
SELECT w FROM table_29565673_2 WHERE pa = 62
CREATE TABLE table_29565673_2 (w VARCHAR, pa VARCHAR)
What is the win record where the pa record is 62?
SELECT l FROM table_29565858_2 WHERE stolen_ends = 1
CREATE TABLE table_29565858_2 (l VARCHAR, stolen_ends VARCHAR)
What is listed under L when the stolen ends is 1?
SELECT COUNT(rank) FROM table_29572583_19 WHERE new_points = 1155
CREATE TABLE table_29572583_19 (rank VARCHAR, new_points VARCHAR)
How many rank entries are there when new points are 1155?
SELECT MIN(new_points) FROM table_29572583_19 WHERE status = "Second round lost to Xavier Malisse"
CREATE TABLE table_29572583_19 (new_points INTEGER, status VARCHAR)
What is listed in new points when status is second round lost to xavier malisse?
SELECT status FROM table_29572583_19 WHERE points = 4595
CREATE TABLE table_29572583_19 (status VARCHAR, points VARCHAR)
What is the status when points is 4595?
SELECT status FROM table_29572583_19 WHERE rank = 2
CREATE TABLE table_29572583_19 (status VARCHAR, rank VARCHAR)
What is the status when the rank is 2?
SELECT MAX(points) FROM table_29572583_19 WHERE rank = 17
CREATE TABLE table_29572583_19 (points INTEGER, rank VARCHAR)
How many points are listed when the rank is 17?
SELECT COUNT(seed) FROM table_29572583_19 WHERE points = 2175
CREATE TABLE table_29572583_19 (seed VARCHAR, points VARCHAR)
How many seed entries are there when points are 2175?
SELECT clubs_remaining FROM table_29566686_1 WHERE winners_from_previous_round = 4
CREATE TABLE table_29566686_1 (clubs_remaining VARCHAR, winners_from_previous_round VARCHAR)
How many clubs remained when there were 4 winners from the previous round?
SELECT MIN(clubs_remaining) FROM table_29566686_1 WHERE leagues_entering_at_this_round = "Allsvenskan"
CREATE TABLE table_29566686_1 (clubs_remaining INTEGER, leagues_entering_at_this_round VARCHAR)
What is the maximum number of clubs remaining when the league entering at this round was allsvenskan?
SELECT COUNT(clubs_involved) FROM table_29566686_1 WHERE leagues_entering_at_this_round = "Allsvenskan"
CREATE TABLE table_29566686_1 (clubs_involved VARCHAR, leagues_entering_at_this_round VARCHAR)
How many different values of clubs involved were there when the league entering at this round was allsvenskan?
SELECT programme FROM table_29566606_11 WHERE original_channel_s_ = "CITV"
CREATE TABLE table_29566606_11 (programme VARCHAR, original_channel_s_ VARCHAR)
Which programs were originally broadcast on CITV?
SELECT date_of_return FROM table_29566606_11 WHERE programme = "Big Brother"
CREATE TABLE table_29566606_11 (date_of_return VARCHAR, programme VARCHAR)
What is the date of return for the program for the program "Big Brother"?
SELECT COUNT(episode) FROM table_29574579_1 WHERE directed_by = "Jamie Payne"
CREATE TABLE table_29574579_1 (episode VARCHAR, directed_by VARCHAR)
How many episodes are directed by Jamie Payne?
SELECT uk_viewers__million_ FROM table_29574579_1 WHERE share___percentage_ = "10.8"
CREATE TABLE table_29574579_1 (uk_viewers__million_ VARCHAR, share___percentage_ VARCHAR)
How many millions of viewers are listed when the share is 10.8?
SELECT directed_by FROM table_29574579_1 WHERE uk_viewers__million_ = "2.70"
CREATE TABLE table_29574579_1 (directed_by VARCHAR, uk_viewers__million_ VARCHAR)
Who is the director when there are 2.70 million viewers?
SELECT episode FROM table_29574579_1 WHERE uk_viewers__million_ = "4.50"
CREATE TABLE table_29574579_1 (episode VARCHAR, uk_viewers__million_ VARCHAR)
How many episodes hve 4.50 million viewers?
SELECT directed_by FROM table_29574579_1 WHERE share___percentage_ = "11.8"
CREATE TABLE table_29574579_1 (directed_by VARCHAR, share___percentage_ VARCHAR)
Who is the director when the share is 11.8?
SELECT written_by FROM table_29583441_1 WHERE production_code = 57376
CREATE TABLE table_29583441_1 (written_by VARCHAR, production_code VARCHAR)
Who wrote the episode with production code 57376?
SELECT MIN(production_code) FROM table_29583441_1
CREATE TABLE table_29583441_1 (production_code INTEGER)
What is the smallest numbered production code listed?
SELECT original_air_date FROM table_29583441_1 WHERE directed_by = "Christian I. Nyby II"
CREATE TABLE table_29583441_1 (original_air_date VARCHAR, directed_by VARCHAR)
What date did the episode that was directed by Christian i. nyby ii originally air on?
SELECT original_air_date FROM table_29584044_1 WHERE no_in_series = 31
CREATE TABLE table_29584044_1 (original_air_date VARCHAR, no_in_series VARCHAR)
What is the original air date of the episode that was number 31 in the series?
SELECT original_air_date FROM table_29584044_1 WHERE directed_by = "Bruce Seth Green"
CREATE TABLE table_29584044_1 (original_air_date VARCHAR, directed_by VARCHAR)
What is the original air date of the episode that was directed by Bruce Seth Green?
SELECT COUNT(place) FROM table_29583818_3 WHERE couple = "Kerry & Daniel"
CREATE TABLE table_29583818_3 (place VARCHAR, couple VARCHAR)
How many times is the couple kerry & daniel?
SELECT COUNT(couple) FROM table_29583818_3 WHERE total_points = "128.0"
CREATE TABLE table_29583818_3 (couple VARCHAR, total_points VARCHAR)
how many times is the total points 128.0?
SELECT COUNT(place) FROM table_29583818_3 WHERE couple = "Laura and Colin"
CREATE TABLE table_29583818_3 (place VARCHAR, couple VARCHAR)
How many times is the couple laura and colin?
SELECT average FROM table_29583818_3 WHERE place = 16
CREATE TABLE table_29583818_3 (average VARCHAR, place VARCHAR)
what is the average when the place is 16?
SELECT COUNT(place) FROM table_29583818_3 WHERE rank_by_average = 4
CREATE TABLE table_29583818_3 (place VARCHAR, rank_by_average VARCHAR)
How many times is the rank by average 4?
SELECT COUNT(written_by) FROM table_29584601_1 WHERE no_in_series = 56
CREATE TABLE table_29584601_1 (written_by VARCHAR, no_in_series VARCHAR)
How many different pairs of writers wrote the episode with series number 56?
SELECT last_school_college FROM table_29598261_1 WHERE name = "Chris McNamara"
CREATE TABLE table_29598261_1 (last_school_college VARCHAR, name VARCHAR)
what is the school for chris mcnamara?
SELECT COUNT(hometown) FROM table_29598261_1 WHERE name = "Faisal Aden"
CREATE TABLE table_29598261_1 (hometown VARCHAR, name VARCHAR)
how many hometowns for faisal aden?
SELECT year FROM table_29598261_1 WHERE name = "Chris McNamara"
CREATE TABLE table_29598261_1 (year VARCHAR, name VARCHAR)
what year is chris mcnamara?
SELECT height FROM table_29598261_1 WHERE last_school_college = "Columbia River HS"
CREATE TABLE table_29598261_1 (height VARCHAR, last_school_college VARCHAR)
what is the height of columbia river hs?
SELECT hometown FROM table_29598261_1 WHERE name = "Mike Ladd"
CREATE TABLE table_29598261_1 (hometown VARCHAR, name VARCHAR)
what is the hometown for mike ladd?
SELECT COUNT(season) FROM table_29619494_2 WHERE apocalypstix = "2nd"
CREATE TABLE table_29619494_2 (season VARCHAR, apocalypstix VARCHAR)
How many seasons did Apocalypstix place 2nd?
SELECT season FROM table_29619494_2 WHERE sake_tuyas = "1st"
CREATE TABLE table_29619494_2 (season VARCHAR, sake_tuyas VARCHAR)
What season did the Sake Tuyas come in 1st place?
SELECT MAX(season) FROM table_29619494_2 WHERE denim_demons = "3rd"
CREATE TABLE table_29619494_2 (season INTEGER, denim_demons VARCHAR)
What is the most recent season where the Denim Demons placed 3rd?
SELECT sake_tuyas FROM table_29619494_2 WHERE denim_demons = "4th"
CREATE TABLE table_29619494_2 (sake_tuyas VARCHAR, denim_demons VARCHAR)
What place did the Sake Tuyas come in when the Denim Demons were 4th?
SELECT apocalypstix FROM table_29619494_2 WHERE denim_demons = "2nd"
CREATE TABLE table_29619494_2 (apocalypstix VARCHAR, denim_demons VARCHAR)
List all the places that the Apocalypstix occupied when the Denim Demons were 2nd.
SELECT mls_team FROM table_29626583_3 WHERE position = "Midfielder" AND player = "Konrad Warzycha"
CREATE TABLE table_29626583_3 (mls_team VARCHAR, position VARCHAR, player VARCHAR)
Which team has a midfielder of konrad warzycha?
SELECT MAX(pick__number) FROM table_29626583_3 WHERE mls_team = "Toronto FC" AND affiliation = "LDU Quito"
CREATE TABLE table_29626583_3 (pick__number INTEGER, mls_team VARCHAR, affiliation VARCHAR)
What is the pick number for the team toronto fc and affiliation is ldu quito?
SELECT mls_team FROM table_29626583_3 WHERE player = "Jason Herrick"
CREATE TABLE table_29626583_3 (mls_team VARCHAR, player VARCHAR)
Which MLS team picked player Jason Herrick?
SELECT position FROM table_29626583_3 WHERE mls_team = "New York Red Bulls"
CREATE TABLE table_29626583_3 (position VARCHAR, mls_team VARCHAR)
What position did the team new york red bulls pick?
SELECT position FROM table_29626583_3 WHERE affiliation = "LDU Quito"
CREATE TABLE table_29626583_3 (position VARCHAR, affiliation VARCHAR)
What was the position when the affiliation is ldu quito?
SELECT COUNT(peak) FROM table_29633639_1 WHERE chinese_title = "萬凰之王"
CREATE TABLE table_29633639_1 (peak VARCHAR, chinese_title VARCHAR)
how many peaks where for the chinese episode named 萬凰之王
SELECT MAX(average) FROM table_29633639_1 WHERE chinese_title = "魚躍在花見"
CREATE TABLE table_29633639_1 (average INTEGER, chinese_title VARCHAR)
what is the number of the average of the drama titled 魚躍在花見
SELECT hk_viewers FROM table_29633639_1 WHERE english_title = "A Great Way to Care"
CREATE TABLE table_29633639_1 (hk_viewers VARCHAR, english_title VARCHAR)
how many milion of viewers where in the episode called in english "is a great way to care"
SELECT premiere FROM table_29633639_1 WHERE peak = 34
CREATE TABLE table_29633639_1 (premiere VARCHAR, peak VARCHAR)
what is the number of the premiere for the 34 peak
SELECT MIN(week) FROM table_29679510_2
CREATE TABLE table_29679510_2 (week INTEGER)
In what week was the first game played?
SELECT COUNT(object_date) FROM table_29635868_1 WHERE origin = "Samoa"
CREATE TABLE table_29635868_1 (object_date VARCHAR, origin VARCHAR)
How many object dates have origin in Samoa?
SELECT COUNT(origin) FROM table_29635868_1 WHERE title_ & _link_to_episode_on_youtube = "Samoan Cricket Bats"
CREATE TABLE table_29635868_1 (origin VARCHAR, title_ VARCHAR, _link_to_episode_on_youtube VARCHAR)
How many origins have titles of Samoan cricket bats?
SELECT COUNT(object_date) FROM table_29635868_1 WHERE episode_number = 16
CREATE TABLE table_29635868_1 (object_date VARCHAR, episode_number VARCHAR)
How many object dates does episode #16 have?
SELECT participants_recipients FROM table_29644931_1 WHERE film_festival = "61st Berlin International film_festival"
CREATE TABLE table_29644931_1 (participants_recipients VARCHAR, film_festival VARCHAR)
Which films participated in the 61st Berlin international film festival?
SELECT result FROM table_29644931_1 WHERE category = "Opening Night Film"
CREATE TABLE table_29644931_1 (result VARCHAR, category VARCHAR)
What was the result when competing in the Opening NIght Film category?
SELECT participants_recipients FROM table_29644931_1 WHERE film_festival = "30th Hawaii International film_festival"
CREATE TABLE table_29644931_1 (participants_recipients VARCHAR, film_festival VARCHAR)
Which films participated in the 30th Hawaii International Film Festival?
SELECT participants_recipients FROM table_29644931_1 WHERE category = "Best Newcomer"
CREATE TABLE table_29644931_1 (participants_recipients VARCHAR, category VARCHAR)
Which films participated when the category was Best Newcomer?
SELECT season FROM table_29697744_1 WHERE position = "5th"
CREATE TABLE table_29697744_1 (season VARCHAR, position VARCHAR)
in which year the season was in 5th position
SELECT movements FROM table_29697744_1 WHERE position = "7th"
CREATE TABLE table_29697744_1 (movements VARCHAR, position VARCHAR)
what is the name of the movement in the 7th position
SELECT level FROM table_29697744_1 WHERE position = "7th"
CREATE TABLE table_29697744_1 (level VARCHAR, position VARCHAR)
what is the name of the level for the 7th position
SELECT COUNT(section) FROM table_29697744_1 WHERE season = "2008"
CREATE TABLE table_29697744_1 (section VARCHAR, season VARCHAR)
how many sections are for the season of 2008
SELECT season FROM table_29697744_1 WHERE position = "9th"
CREATE TABLE table_29697744_1 (season VARCHAR, position VARCHAR)
in what year the position was the 9th
SELECT eliminated AS by FROM table_29692554_2 WHERE time = "18:48"
CREATE TABLE table_29692554_2 (eliminated VARCHAR, time VARCHAR)
Who was eliminated a person at 18:48?
SELECT COUNT(entered) FROM table_29692554_2 WHERE time = "21:09"
CREATE TABLE table_29692554_2 (entered VARCHAR, time VARCHAR)
How many entries are shown for entered at 21:09?
SELECT wrestler FROM table_29692554_2 WHERE method_of_elimination = "Pinned after a spear" AND time = "22:50"
CREATE TABLE table_29692554_2 (wrestler VARCHAR, method_of_elimination VARCHAR, time VARCHAR)
Who was eliminated by being pinned after a spear at 22:50?
SELECT eliminated FROM table_29692554_2 WHERE time = "22:50"
CREATE TABLE table_29692554_2 (eliminated VARCHAR, time VARCHAR)
What number was the person eliminated at 22:50?
SELECT circuit FROM table_29686983_1 WHERE fastest_lap = "Sam Lowes" AND winning_rider = "Luca Scassa"
CREATE TABLE table_29686983_1 (circuit VARCHAR, fastest_lap VARCHAR, winning_rider VARCHAR)
what is the circuit where the fastest lap is sam lowes and the winning rider is luca scassa?
SELECT round FROM table_29686983_1 WHERE fastest_lap = "Fabien Foret" AND pole_position = "David Salom"
CREATE TABLE table_29686983_1 (round VARCHAR, fastest_lap VARCHAR, pole_position VARCHAR)
what is the round wher the fabien foret had the fastest lap and david salom was the pole position?
SELECT fastest_lap FROM table_29686983_1 WHERE round = 1
CREATE TABLE table_29686983_1 (fastest_lap VARCHAR, round VARCHAR)
who had the fastest lap for round 1?
SELECT pole_position FROM table_29686983_1 WHERE country = "France"
CREATE TABLE table_29686983_1 (pole_position VARCHAR, country VARCHAR)
what is the pole position for france?
SELECT MAX(round) FROM table_29686983_1 WHERE pole_position = "Fabien Foret"
CREATE TABLE table_29686983_1 (round INTEGER, pole_position VARCHAR)
what is the maximum round and fabien foret had the pole position?
SELECT COUNT(ave_attendance) FROM table_2970978_1 WHERE ___ave_on_prev_season = "+645"
CREATE TABLE table_2970978_1 (ave_attendance VARCHAR, ___ave_on_prev_season VARCHAR)
How many values of attendance occur when ave. on previous season is +645?
SELECT MIN(ave_attendance) FROM table_2970978_1 WHERE ___ave_on_prev_season = "-459"
CREATE TABLE table_2970978_1 (ave_attendance INTEGER, ___ave_on_prev_season VARCHAR)
What is the lowest value of average attendance when average on previous season is -459?
SELECT MIN(ave_attendance) FROM table_2970978_1 WHERE ___ave_on_prev_season = "+644"
CREATE TABLE table_2970978_1 (ave_attendance INTEGER, ___ave_on_prev_season VARCHAR)
What is the least value for average attendance when average on previous season is +644?
SELECT ___ave_on_prev_season FROM table_2970978_1 WHERE competition = "League Two"
CREATE TABLE table_2970978_1 (___ave_on_prev_season VARCHAR, competition VARCHAR)
What is every value for average on previous season if the competition is league two?
SELECT MIN(w) FROM table_29704430_1
CREATE TABLE table_29704430_1 (w INTEGER)
What is the least w?
SELECT MAX(stolen_ends) FROM table_29704430_1
CREATE TABLE table_29704430_1 (stolen_ends INTEGER)
What is the most stolen ends?
SELECT MIN(total_appearances) FROM table_29701419_2 WHERE total_goals = 289
CREATE TABLE table_29701419_2 (total_appearances INTEGER, total_goals VARCHAR)
What is the total appearances when the total goals is 289?
SELECT MAX(league_goals) FROM table_29701419_2 WHERE total_goals = 179
CREATE TABLE table_29701419_2 (league_goals INTEGER, total_goals VARCHAR)
What is the league goals when the total goals is 179?
SELECT COUNT(total_appearances) FROM table_29701419_2 WHERE league_appearances = 192
CREATE TABLE table_29701419_2 (total_appearances VARCHAR, league_appearances VARCHAR)
How many total appearances are there when the league appearances is 192?
SELECT away_team FROM table_29728596_2 WHERE competition = "1st ``Republic of Srpska Football Day``" AND home_team = "U 14 Republic of Srpska"
CREATE TABLE table_29728596_2 (away_team VARCHAR, competition VARCHAR, home_team VARCHAR)
Who were the away teams when the competition was the 1st ``republic of srpska football day`` and the home team was u 14 republic of srpska?
SELECT competition FROM table_29728596_2 WHERE away_team = "FK Kozara Gradiska"
CREATE TABLE table_29728596_2 (competition VARCHAR, away_team VARCHAR)
What were the competitions when the away team was fk kozara gradiska?
SELECT name FROM table_29743928_3 WHERE country = "DR Congo"
CREATE TABLE table_29743928_3 (name VARCHAR, country VARCHAR)
What are the names of players from the dr congo?