Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
31,500
<question>: Who was the director for the episode in season #50? <context>: CREATE TABLE table_16471432_4 (directed_by VARCHAR, series__number VARCHAR)
SELECT directed_by FROM table_16471432_4 WHERE series__number = 50
31,501
<question>: How many directors were there in total for the episode with series #62? <context>: CREATE TABLE table_16471432_4 (directed_by VARCHAR, series__number VARCHAR)
SELECT COUNT(directed_by) FROM table_16471432_4 WHERE series__number = 62
31,502
<question>: What are the nationalities of players who attended duke? <context>: CREATE TABLE table_16494599_10 (nationality VARCHAR, school_club_team VARCHAR)
SELECT COUNT(nationality) FROM table_16494599_10 WHERE school_club_team = "Duke"
31,503
<question>: How many nationalities does athlete Casey Jacobsen have? <context>: CREATE TABLE table_16494599_10 (nationality VARCHAR, player VARCHAR)
SELECT COUNT(nationality) FROM table_16494599_10 WHERE player = "Casey Jacobsen"
31,504
<question>: Who are the players that have attended Stanford? <context>: CREATE TABLE table_16494599_10 (player VARCHAR, school_club_team VARCHAR)
SELECT player FROM table_16494599_10 WHERE school_club_team = "Stanford"
31,505
<question>: How many athletes play the position of guard? <context>: CREATE TABLE table_16494599_10 (player VARCHAR, position VARCHAR)
SELECT COUNT(player) FROM table_16494599_10 WHERE position = "Guard"
31,506
<question>: During what years did athletes who attended school in Minnesota play for the Grizzlies? <context>: CREATE TABLE table_16494599_10 (years_for_grizzlies VARCHAR, school_club_team VARCHAR)
SELECT years_for_grizzlies FROM table_16494599_10 WHERE school_club_team = "Minnesota"
31,507
<question>: How many players went to depaul? <context>: CREATE TABLE table_16494599_2 (player VARCHAR, school_club_team VARCHAR)
SELECT COUNT(player) FROM table_16494599_2 WHERE school_club_team = "DePaul"
31,508
<question>: What school did the player who was with the grizzles in 2011 attend? <context>: CREATE TABLE table_16494599_3 (school_club_team VARCHAR, years_for_grizzlies VARCHAR)
SELECT school_club_team FROM table_16494599_3 WHERE years_for_grizzlies = "2011"
31,509
<question>: What players attended missouri? <context>: CREATE TABLE table_16494599_3 (player VARCHAR, school_club_team VARCHAR)
SELECT player FROM table_16494599_3 WHERE school_club_team = "Missouri"
31,510
<question>: What position(s) does the player from seton hall play? <context>: CREATE TABLE table_16494599_4 (position VARCHAR, school_club_team VARCHAR)
SELECT position FROM table_16494599_4 WHERE school_club_team = "Seton Hall"
31,511
<question>: What number does the player who was with the grizzles in 1999 wear? <context>: CREATE TABLE table_16494599_4 (no INTEGER, years_for_grizzlies VARCHAR)
SELECT MIN(no) FROM table_16494599_4 WHERE years_for_grizzlies = "1999"
31,512
<question>: What players play guard? <context>: CREATE TABLE table_16494599_4 (player VARCHAR, position VARCHAR)
SELECT player FROM table_16494599_4 WHERE position = "Guard"
31,513
<question>: What position(s) do players from bowling green play? <context>: CREATE TABLE table_16494599_4 (position VARCHAR, school_club_team VARCHAR)
SELECT position FROM table_16494599_4 WHERE school_club_team = "Bowling Green"
31,514
<question>: Name the most losses for leslie mann <context>: CREATE TABLE table_16512618_1 (losses INTEGER, manager VARCHAR)
SELECT MAX(losses) FROM table_16512618_1 WHERE manager = "Leslie Mann"
31,515
<question>: who is the vacator whre the district is new jersey 2nd? <context>: CREATE TABLE table_1651764_3 (vacator VARCHAR, district VARCHAR)
SELECT vacator FROM table_1651764_3 WHERE district = "New Jersey 2nd"
31,516
<question>: what is the date the successor seated because the person died august 17, 1954? <context>: CREATE TABLE table_1652224_5 (date_successor_seated VARCHAR, reason_for_change VARCHAR)
SELECT date_successor_seated FROM table_1652224_5 WHERE reason_for_change = "Died August 17, 1954"
31,517
<question>: who was the successor for district ohio 15th? <context>: CREATE TABLE table_1652224_5 (successor VARCHAR, district VARCHAR)
SELECT successor FROM table_1652224_5 WHERE district = "Ohio 15th"
31,518
<question>: what is the total number for reason for change is district michigan 3rd? <context>: CREATE TABLE table_1652224_5 (reason_for_change VARCHAR, district VARCHAR)
SELECT COUNT(reason_for_change) FROM table_1652224_5 WHERE district = "Michigan 3rd"
31,519
<question>: What day did ARchie Roberts die? <context>: CREATE TABLE table_16527640_3 (date_of_death VARCHAR, player VARCHAR)
SELECT date_of_death FROM table_16527640_3 WHERE player = "Archie Roberts"
31,520
<question>: What location had a VFL Game number of 9? <context>: CREATE TABLE table_16527640_3 (location VARCHAR, vfl_games VARCHAR)
SELECT location FROM table_16527640_3 WHERE vfl_games = 9
31,521
<question>: How many VFL games were located off Goodenough Island Milne Bay? <context>: CREATE TABLE table_16527640_3 (vfl_games VARCHAR, location VARCHAR)
SELECT vfl_games FROM table_16527640_3 WHERE location = "off Goodenough Island Milne Bay"
31,522
<question>: Name the 3rd stage for parameter of thrust <context>: CREATE TABLE table_16537783_2 (parameter VARCHAR)
SELECT 3 AS rd_stage FROM table_16537783_2 WHERE parameter = "Thrust"
31,523
<question>: Name the 1st stage for parameter being diameter <context>: CREATE TABLE table_16537783_2 (parameter VARCHAR)
SELECT 1 AS st_stage FROM table_16537783_2 WHERE parameter = "Diameter"
31,524
<question>: Which archbishop was ordained as bishop November 30, 1925? <context>: CREATE TABLE table_1656555_1 (archbishop VARCHAR, ordained_bishop VARCHAR)
SELECT archbishop FROM table_1656555_1 WHERE ordained_bishop = "November 30, 1925"
31,525
<question>: What is the death date of the archbishop who was ordained as bishop April 26, 1927? <context>: CREATE TABLE table_1656555_1 (died VARCHAR, ordained_bishop VARCHAR)
SELECT died FROM table_1656555_1 WHERE ordained_bishop = "April 26, 1927"
31,526
<question>: How many appointed archbishops were ordained as priests on December 20, 1959 <context>: CREATE TABLE table_1656555_1 (Appointed VARCHAR, ordained_priest VARCHAR)
SELECT COUNT(Appointed) AS archbishop FROM table_1656555_1 WHERE ordained_priest = "December 20, 1959"
31,527
<question>: What date was the person ordained as a priest in December 1838 ordained as a bishop? <context>: CREATE TABLE table_1656555_1 (ordained_bishop VARCHAR, ordained_priest VARCHAR)
SELECT ordained_bishop FROM table_1656555_1 WHERE ordained_priest = "December 1838"
31,528
<question>: When was the archbishop who vacated the throne on August 18, 1885 ordained as a priest? <context>: CREATE TABLE table_1656555_1 (ordained_priest VARCHAR, vacated_throne VARCHAR)
SELECT ordained_priest FROM table_1656555_1 WHERE vacated_throne = "August 18, 1885"
31,529
<question>: How many players Bowled 4/125? <context>: CREATE TABLE table_16570286_4 (player VARCHAR, best_bowling VARCHAR)
SELECT COUNT(player) FROM table_16570286_4 WHERE best_bowling = "4/125"
31,530
<question>: What number of wickets were there when the average was 22.66? <context>: CREATE TABLE table_16570286_4 (wickets INTEGER, average VARCHAR)
SELECT MAX(wickets) FROM table_16570286_4 WHERE average = "22.66"
31,531
<question>: How many wickets were there when average was 22.66? <context>: CREATE TABLE table_16570286_4 (wickets VARCHAR, average VARCHAR)
SELECT wickets FROM table_16570286_4 WHERE average = "22.66"
31,532
<question>: What was the best bowling score when the average was 23.33? <context>: CREATE TABLE table_16570286_4 (best_bowling VARCHAR, average VARCHAR)
SELECT best_bowling FROM table_16570286_4 WHERE average = "23.33"
31,533
<question>: How many matches had 11 wickets? <context>: CREATE TABLE table_16570286_4 (matches INTEGER, wickets VARCHAR)
SELECT MAX(matches) FROM table_16570286_4 WHERE wickets = 11
31,534
<question>: How many wickets did Alec bedser have? <context>: CREATE TABLE table_16570286_4 (wickets INTEGER, player VARCHAR)
SELECT MAX(wickets) FROM table_16570286_4 WHERE player = "Alec Bedser"
31,535
<question>: Who picked dimitri tsoumpas? <context>: CREATE TABLE table_16575609_1 (cfl_team VARCHAR, player VARCHAR)
SELECT cfl_team FROM table_16575609_1 WHERE player = "Dimitri Tsoumpas"
31,536
<question>: What position did the winnipeg blue bombers draft? <context>: CREATE TABLE table_16575609_1 (position VARCHAR, cfl_team VARCHAR)
SELECT position FROM table_16575609_1 WHERE cfl_team = "Winnipeg Blue Bombers"
31,537
<question>: Where did Brendon Labatte get picked? <context>: CREATE TABLE table_16575609_1 (pick__number INTEGER, player VARCHAR)
SELECT MIN(pick__number) FROM table_16575609_1 WHERE player = "Brendon LaBatte"
31,538
<question>: Who picked a player from Weber State? <context>: CREATE TABLE table_16575609_1 (cfl_team VARCHAR, college VARCHAR)
SELECT cfl_team FROM table_16575609_1 WHERE college = "Weber State"
31,539
<question>: What position was taken out of Louisiana-Lafayette? <context>: CREATE TABLE table_16575609_1 (position VARCHAR, college VARCHAR)
SELECT position FROM table_16575609_1 WHERE college = "Louisiana-Lafayette"
31,540
<question>: Name the college for calgary stampeders <context>: CREATE TABLE table_16575609_4 (college VARCHAR, cfl_team VARCHAR)
SELECT college FROM table_16575609_4 WHERE cfl_team = "Calgary Stampeders"
31,541
<question>: Name the most pick number for cfl team being edmonton eskimos <context>: CREATE TABLE table_16575609_4 (pick__number INTEGER, cfl_team VARCHAR)
SELECT MAX(pick__number) FROM table_16575609_4 WHERE cfl_team = "Edmonton Eskimos"
31,542
<question>: How many days are associated with production code 210? <context>: CREATE TABLE table_16581695_3 (original_airdate VARCHAR, production_code VARCHAR)
SELECT COUNT(original_airdate) FROM table_16581695_3 WHERE production_code = 210
31,543
<question>: How many titles have a production code of 211? <context>: CREATE TABLE table_16581695_3 (title VARCHAR, production_code VARCHAR)
SELECT COUNT(title) FROM table_16581695_3 WHERE production_code = 211
31,544
<question>: How many seasons have a production code of 204? <context>: CREATE TABLE table_16581695_3 (no_in_season VARCHAR, production_code VARCHAR)
SELECT COUNT(no_in_season) FROM table_16581695_3 WHERE production_code = 204
31,545
<question>: What title was written by Matt Wayne? <context>: CREATE TABLE table_16581695_3 (title VARCHAR, written_by VARCHAR)
SELECT title FROM table_16581695_3 WHERE written_by = "Matt Wayne"
31,546
<question>: What is the series episode number of the episode with production code 303? <context>: CREATE TABLE table_16581695_4 (no_in_series VARCHAR, production_code VARCHAR)
SELECT no_in_series FROM table_16581695_4 WHERE production_code = "303"
31,547
<question>: What is the production code for episode 15 in season 3? <context>: CREATE TABLE table_16581695_4 (production_code VARCHAR, no_in_season VARCHAR)
SELECT production_code FROM table_16581695_4 WHERE no_in_season = "15"
31,548
<question>: Who directed episode 12 in season 3? <context>: CREATE TABLE table_16581695_4 (directed_by VARCHAR, no_in_season VARCHAR)
SELECT directed_by FROM table_16581695_4 WHERE no_in_season = "12"
31,549
<question>: How many tree species are listed when the total plant species is 258? <context>: CREATE TABLE table_16577990_1 (tree_species VARCHAR, total_plant_species VARCHAR)
SELECT tree_species FROM table_16577990_1 WHERE total_plant_species = 258
31,550
<question>: How many tree species are there when the total plant species is 113? <context>: CREATE TABLE table_16577990_1 (tree_species VARCHAR, total_plant_species VARCHAR)
SELECT COUNT(tree_species) FROM table_16577990_1 WHERE total_plant_species = 113
31,551
<question>: What is the size of Itwara central forest reserve? <context>: CREATE TABLE table_16577990_1 (size_in_km² INTEGER, central_forest_reserve VARCHAR)
SELECT MIN(size_in_km²) FROM table_16577990_1 WHERE central_forest_reserve = "Itwara"
31,552
<question>: How many tree species are in the kitechura reserve? <context>: CREATE TABLE table_16577990_1 (tree_species VARCHAR, central_forest_reserve VARCHAR)
SELECT tree_species FROM table_16577990_1 WHERE central_forest_reserve = "Kitechura"
31,553
<question>: What episode titles have 17.93 million U.S. viewers? <context>: CREATE TABLE table_16617025_1 (title VARCHAR, us_viewers__millions_ VARCHAR)
SELECT title FROM table_16617025_1 WHERE us_viewers__millions_ = "17.93"
31,554
<question>: What episode titles have 20.94 million U.S. viewers? <context>: CREATE TABLE table_16617025_1 (title VARCHAR, us_viewers__millions_ VARCHAR)
SELECT title FROM table_16617025_1 WHERE us_viewers__millions_ = "20.94"
31,555
<question>: In what seasons did Kate Woods direct Without A Trace? <context>: CREATE TABLE table_16617025_1 (season__number VARCHAR, directed_by VARCHAR)
SELECT season__number FROM table_16617025_1 WHERE directed_by = "Kate Woods"
31,556
<question>: Who wrote Season 8? <context>: CREATE TABLE table_16617025_1 (written_by VARCHAR, season__number VARCHAR)
SELECT written_by FROM table_16617025_1 WHERE season__number = 8
31,557
<question>: When did the country that produced 1,213,000 (21st) bbl/day join Opec? <context>: CREATE TABLE table_166346_1 (joined_opec VARCHAR, production___bbl__day_ VARCHAR)
SELECT joined_opec FROM table_166346_1 WHERE production___bbl__day_ = "1,213,000 (21st)"
31,558
<question>: What was the minimum area in square kilometers that produced 3,200,000 (12th) bbl/day? <context>: CREATE TABLE table_166346_1 (area__km²_ INTEGER, production___bbl__day_ VARCHAR)
SELECT MIN(area__km²_) FROM table_166346_1 WHERE production___bbl__day_ = "3,200,000 (12th)"
31,559
<question>: What is the highest poplulation in July 2012 in the country with an area of 2149690 square kilometers? <context>: CREATE TABLE table_166346_1 (population__july_2012_ INTEGER, area__km²_ VARCHAR)
SELECT MAX(population__july_2012_) FROM table_166346_1 WHERE area__km²_ = 2149690
31,560
<question>: Which regions had a production (bbl/day) of 1,213,000 (21st)? <context>: CREATE TABLE table_166346_1 (region VARCHAR, production___bbl__day_ VARCHAR)
SELECT region FROM table_166346_1 WHERE production___bbl__day_ = "1,213,000 (21st)"
31,561
<question>: Which country had a production (bbl/day) of 2,494,000 (10th)? <context>: CREATE TABLE table_166346_1 (country VARCHAR, production___bbl__day_ VARCHAR)
SELECT country FROM table_166346_1 WHERE production___bbl__day_ = "2,494,000 (10th)"
31,562
<question>: What are all the approved treatments for the target CD30? <context>: CREATE TABLE table_1661124_1 (approved_treatment_s_ VARCHAR, target VARCHAR)
SELECT approved_treatment_s_ FROM table_1661124_1 WHERE target = "CD30"
31,563
<question>: What is the brand name for the antibody Brentuximab Vedotin? <context>: CREATE TABLE table_1661124_1 (brand_name VARCHAR, antibody VARCHAR)
SELECT brand_name FROM table_1661124_1 WHERE antibody = "Brentuximab vedotin"
31,564
<question>: How many targets are there with an approval date of 1997? <context>: CREATE TABLE table_1661124_1 (target VARCHAR, approval_date VARCHAR)
SELECT COUNT(target) FROM table_1661124_1 WHERE approval_date = 1997
31,565
<question>: What are the approved treatments when the antibody is bevacizumab? <context>: CREATE TABLE table_1661124_1 (approved_treatment_s_ VARCHAR, antibody VARCHAR)
SELECT approved_treatment_s_ FROM table_1661124_1 WHERE antibody = "Bevacizumab"
31,566
<question>: What is the target when the approved treatment is non-hodgkin lymphoma? <context>: CREATE TABLE table_1661124_1 (target VARCHAR, approved_treatment_s_ VARCHAR)
SELECT target FROM table_1661124_1 WHERE approved_treatment_s_ = "non-Hodgkin lymphoma"
31,567
<question>: What is the target with an approval date of 2006? <context>: CREATE TABLE table_1661124_1 (target VARCHAR, approval_date VARCHAR)
SELECT target FROM table_1661124_1 WHERE approval_date = 2006
31,568
<question>: What is the rural population percentage in 1979? <context>: CREATE TABLE table_16645_1 (__percentage VARCHAR, rural INTEGER, year__january_ VARCHAR)
SELECT MIN(rural), __percentage FROM table_16645_1 WHERE year__january_ = 1979
31,569
<question>: How many percentage figures are given for the urban population when the total population number is 14685? <context>: CREATE TABLE table_16645_1 (__percentage VARCHAR, urban VARCHAR, population__000_ VARCHAR)
SELECT COUNT(urban), __percentage FROM table_16645_1 WHERE population__000_ = 14685
31,570
<question>: When tajik is the ethnicity what is islam? <context>: CREATE TABLE table_16642_1 (islam VARCHAR, ethnicity VARCHAR)
SELECT islam FROM table_16642_1 WHERE ethnicity = "Tajik"
31,571
<question>: How many had a length of 455? <context>: CREATE TABLE table_16654785_2 (name VARCHAR, length__m_ VARCHAR)
SELECT COUNT(name) FROM table_16654785_2 WHERE length__m_ = 455
31,572
<question>: What is the average climb for Tenbosse? <context>: CREATE TABLE table_16654785_2 (average_climb___percentage_ INTEGER, name VARCHAR)
SELECT MIN(average_climb___percentage_) FROM table_16654785_2 WHERE name = "Tenbosse"
31,573
<question>: How many have a kilometers of 233? <context>: CREATE TABLE table_16654785_2 (number VARCHAR, kilometer VARCHAR)
SELECT number FROM table_16654785_2 WHERE kilometer = 233
31,574
<question>: How many have a length of 375? <context>: CREATE TABLE table_16654785_2 (average_climb___percentage_ VARCHAR, length__m_ VARCHAR)
SELECT COUNT(average_climb___percentage_) FROM table_16654785_2 WHERE length__m_ = 375
31,575
<question>: What was the team's playoff status in 2011? <context>: CREATE TABLE table_16636344_1 (playoffs VARCHAR, year VARCHAR)
SELECT playoffs FROM table_16636344_1 WHERE year = "2011"
31,576
<question>: What was the team's league in 2010? <context>: CREATE TABLE table_16636344_1 (league VARCHAR, year VARCHAR)
SELECT league FROM table_16636344_1 WHERE year = "2010"
31,577
<question>: What is the league name for the regular season status of 2nd, mid atlantic? <context>: CREATE TABLE table_16636344_1 (league VARCHAR, regular_season VARCHAR)
SELECT league FROM table_16636344_1 WHERE regular_season = "2nd, Mid Atlantic"
31,578
<question>: Who was the winning driver at Okayama International Circuit? <context>: CREATE TABLE table_16670746_2 (winning_driver VARCHAR, circuit VARCHAR)
SELECT winning_driver FROM table_16670746_2 WHERE circuit = "Okayama International circuit"
31,579
<question>: Who had the fastest lap when the winning team was Tom's Racing? <context>: CREATE TABLE table_16670746_2 (fastest_lap VARCHAR, winning_team VARCHAR)
SELECT fastest_lap FROM table_16670746_2 WHERE winning_team = "TOM'S Racing"
31,580
<question>: Who had the fastest lap in the race won by Team Impul at the Twin Ring Motegi circuit? <context>: CREATE TABLE table_16670746_2 (fastest_lap VARCHAR, winning_team VARCHAR, circuit VARCHAR)
SELECT fastest_lap FROM table_16670746_2 WHERE winning_team = "Team Impul" AND circuit = "Twin Ring Motegi"
31,581
<question>: How many opponents did the team play in week 13? <context>: CREATE TABLE table_16677874_2 (opponents VARCHAR, game VARCHAR)
SELECT COUNT(opponents) FROM table_16677874_2 WHERE game = 13
31,582
<question>: How many points did the opponent score on Sept. 14? <context>: CREATE TABLE table_16677887_2 (opponents INTEGER, date VARCHAR)
SELECT MAX(opponents) FROM table_16677887_2 WHERE date = "Sept. 14"
31,583
<question>: What team were the bills playing where their first down was 23? <context>: CREATE TABLE table_16677887_2 (opponent VARCHAR, bills_first_downs VARCHAR)
SELECT opponent FROM table_16677887_2 WHERE bills_first_downs = 23
31,584
<question>: What was the record for the game on Sept. 14? <context>: CREATE TABLE table_16677887_2 (record VARCHAR, date VARCHAR)
SELECT record FROM table_16677887_2 WHERE date = "Sept. 14"
31,585
<question>: When 12743 is the spelthorne what is the largest gore hundred? <context>: CREATE TABLE table_16677738_1 (gore_hundred INTEGER, spelthorne_hundred VARCHAR)
SELECT MAX(gore_hundred) FROM table_16677738_1 WHERE spelthorne_hundred = 12743
31,586
<question>: When 1546 is inns of court and chancery what is the finsbury division? <context>: CREATE TABLE table_16677738_1 (finsbury_division VARCHAR, inns_of_court_and_chancery VARCHAR)
SELECT finsbury_division FROM table_16677738_1 WHERE inns_of_court_and_chancery = 1546
31,587
<question>: What is the lowest overall year? <context>: CREATE TABLE table_16677738_1 (year INTEGER)
SELECT MIN(year) FROM table_16677738_1
31,588
<question>: When 70489 is without walls what is the inns of court and chancery? <context>: CREATE TABLE table_16677738_1 (inns_of_court_and_chancery VARCHAR, without_the_walls VARCHAR)
SELECT inns_of_court_and_chancery FROM table_16677738_1 WHERE without_the_walls = 70489
31,589
<question>: When within the walls is larger than 56174.0 what is the lowest amount without the walls? <context>: CREATE TABLE table_16677738_1 (without_the_walls INTEGER, within_the_walls INTEGER)
SELECT MIN(without_the_walls) FROM table_16677738_1 WHERE within_the_walls > 56174.0
31,590
<question>: When 272966 is the tower division what is the highest holborn division? <context>: CREATE TABLE table_16677738_1 (holborn_division INTEGER, tower_division VARCHAR)
SELECT MAX(holborn_division) FROM table_16677738_1 WHERE tower_division = 272966
31,591
<question>: What is the maximum number of stolen ends against for Japan? <context>: CREATE TABLE table_16684420_2 (stolen_ends_against INTEGER, country VARCHAR, Japan VARCHAR)
SELECT MAX(stolen_ends_against) FROM table_16684420_2 WHERE country = Japan
31,592
<question>: Who was the skip when the stolen ends against was 13? <context>: CREATE TABLE table_16684420_2 (skip VARCHAR, stolen_ends_against VARCHAR)
SELECT skip FROM table_16684420_2 WHERE stolen_ends_against = 13
31,593
<question>: Who are the batting partners for the 1997 season? <context>: CREATE TABLE table_1670921_1 (batting_partners VARCHAR, season VARCHAR)
SELECT batting_partners FROM table_1670921_1 WHERE season = "1997"
31,594
<question>: Which season reported wickets of 7th? <context>: CREATE TABLE table_1670921_1 (season VARCHAR, wicket VARCHAR)
SELECT season FROM table_1670921_1 WHERE wicket = "7th"
31,595
<question>: Which team is 9th in wickets? <context>: CREATE TABLE table_1670921_1 (fielding_team VARCHAR, wicket VARCHAR)
SELECT fielding_team FROM table_1670921_1 WHERE wicket = "9th"
31,596
<question>: What is the venue for batting partners Mahela Jayawardene and Prasanna Jayawardene <context>: CREATE TABLE table_1670921_1 (venue VARCHAR, batting_partners VARCHAR)
SELECT venue FROM table_1670921_1 WHERE batting_partners = "Mahela Jayawardene and Prasanna Jayawardene"
31,597
<question>: How many teams are listed for 3rd wickets? <context>: CREATE TABLE table_1670921_1 (batting_team VARCHAR, wicket VARCHAR)
SELECT COUNT(batting_team) FROM table_1670921_1 WHERE wicket = "3rd"
31,598
<question>: How many total batting partners were most successful in the 2006 season? <context>: CREATE TABLE table_1670921_2 (batting_partners VARCHAR, season VARCHAR)
SELECT COUNT(batting_partners) FROM table_1670921_2 WHERE season = "2006"
31,599
<question>: What batting partners batted for pakistan? <context>: CREATE TABLE table_1670921_2 (batting_partners VARCHAR, batting_team VARCHAR)
SELECT batting_partners FROM table_1670921_2 WHERE batting_team = "Pakistan"