Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
8,400
<question>: What were the scores when Jamie and Johns guest was Phillips Idowu? <context>: CREATE TABLE table_29141354_2 (scores VARCHAR, jamie_and_johns_guest VARCHAR)
SELECT scores FROM table_29141354_2 WHERE jamie_and_johns_guest = "Phillips Idowu"
8,401
<question>: When was episode 02x02 first broadcast? <context>: CREATE TABLE table_29141354_2 (first_broadcast VARCHAR, episode VARCHAR)
SELECT first_broadcast FROM table_29141354_2 WHERE episode = "02x02"
8,402
<question>: Who was Andrew and Georgies guest when Jamie and Johns guest was Jessica Ennis? <context>: CREATE TABLE table_29141354_2 (andrew_and_georgies_guest VARCHAR, jamie_and_johns_guest VARCHAR)
SELECT andrew_and_georgies_guest FROM table_29141354_2 WHERE jamie_and_johns_guest = "Jessica Ennis"
8,403
<question>: When was episode 02x07 first broadcast? <context>: CREATE TABLE table_29141354_2 (first_broadcast VARCHAR, episode VARCHAR)
SELECT first_broadcast FROM table_29141354_2 WHERE episode = "02x07"
8,404
<question>: List all the MCs with peak ranking of 6 who were inducted in 2007. <context>: CREATE TABLE table_29160596_1 (top_mc VARCHAR, year_inducted VARCHAR, peak_ranking VARCHAR)
SELECT top_mc FROM table_29160596_1 WHERE year_inducted = 2007 AND peak_ranking = 6
8,405
<question>: List all the MCs with 5 appearances who were inducted in 2007? <context>: CREATE TABLE table_29160596_1 (top_mc VARCHAR, appearances VARCHAR, year_inducted VARCHAR)
SELECT top_mc FROM table_29160596_1 WHERE appearances = 5 AND year_inducted = 2007
8,406
<question>: How many appearances by Meek Mill? <context>: CREATE TABLE table_29160596_1 (appearances INTEGER, top_mc VARCHAR)
SELECT MAX(appearances) FROM table_29160596_1 WHERE top_mc = "Meek Mill"
8,407
<question>: What are the championship venues where the score was 6–7 (4–7) , 3–6? <context>: CREATE TABLE table_29163303_1 (championship VARCHAR, score VARCHAR)
SELECT championship FROM table_29163303_1 WHERE score = "6–7 (4–7) , 3–6"
8,408
<question>: On what surface was the Australian Open (6) played on? <context>: CREATE TABLE table_29163303_1 (surface VARCHAR, championship VARCHAR)
SELECT surface FROM table_29163303_1 WHERE championship = "Australian Open (6)"
8,409
<question>: Who was Bob Bryan's partner/s on a hard surface in 2003? <context>: CREATE TABLE table_29163303_1 (partner VARCHAR, year VARCHAR, surface VARCHAR)
SELECT partner FROM table_29163303_1 WHERE year = 2003 AND surface = "Hard"
8,410
<question>: which vessel area was called for on november 30, 1970 <context>: CREATE TABLE table_291768_1 (shipyard VARCHAR, commissioned VARCHAR)
SELECT shipyard FROM table_291768_1 WHERE commissioned = "November 30, 1970"
8,411
<question>: what project was initially started before september 20, 1968 <context>: CREATE TABLE table_291768_1 (commissioned VARCHAR, launched VARCHAR)
SELECT commissioned FROM table_291768_1 WHERE launched = "September 20, 1968"
8,412
<question>: when was the first start date that actually began on august 6, 1969 <context>: CREATE TABLE table_291768_1 (launched VARCHAR, commissioned VARCHAR)
SELECT launched FROM table_291768_1 WHERE commissioned = "August 6, 1969"
8,413
<question>: Who directed the episode with production code ip01003? <context>: CREATE TABLE table_29273057_1 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_29273057_1 WHERE production_code = "IP01003"
8,414
<question>: How many poles does the European F3 Open series have? <context>: CREATE TABLE table_29434211_1 (poles VARCHAR, series VARCHAR)
SELECT poles FROM table_29434211_1 WHERE series = "European F3 Open"
8,415
<question>: What is the maximum season that has exactly 2 podiums? <context>: CREATE TABLE table_29434211_1 (season INTEGER, podiums VARCHAR)
SELECT MAX(season) FROM table_29434211_1 WHERE podiums = 2
8,416
<question>: Who wrote episode 23 of the season? <context>: CREATE TABLE table_29436007_1 (written_by VARCHAR, no_in_season VARCHAR)
SELECT written_by FROM table_29436007_1 WHERE no_in_season = 23
8,417
<question>: How many seasons are there for the 3rd position? <context>: CREATE TABLE table_29471472_1 (season VARCHAR, position VARCHAR)
SELECT COUNT(season) FROM table_29471472_1 WHERE position = "3rd"
8,418
<question>: What season was the team autosport academy? <context>: CREATE TABLE table_29471472_1 (season INTEGER, team VARCHAR)
SELECT MAX(season) FROM table_29471472_1 WHERE team = "Autosport Academy"
8,419
<question>: What is the series for race 7 <context>: CREATE TABLE table_29471472_1 (series VARCHAR, races VARCHAR)
SELECT series FROM table_29471472_1 WHERE races = 7
8,420
<question>: What season shows podium 7? <context>: CREATE TABLE table_29471472_1 (season INTEGER, podiums VARCHAR)
SELECT MIN(season) FROM table_29471472_1 WHERE podiums = 7
8,421
<question>: How many French heads of state have a head of mission of Xavier Daufresne de la Chevalerie? <context>: CREATE TABLE table_29474481_4 (french_head_of_state VARCHAR, head_of_mission VARCHAR)
SELECT COUNT(french_head_of_state) FROM table_29474481_4 WHERE head_of_mission = "Xavier Daufresne de la Chevalerie"
8,422
<question>: What city is Tiffin University located in? <context>: CREATE TABLE table_29483673_1 (location___city VARCHAR, institution VARCHAR)
SELECT location___city FROM table_29483673_1 WHERE institution = "Tiffin University"
8,423
<question>: What is the enrollment at the private university? <context>: CREATE TABLE table_29483673_1 (enrollment VARCHAR, affiliation VARCHAR)
SELECT enrollment FROM table_29483673_1 WHERE affiliation = "Private"
8,424
<question>: What is the original air date when the director is Rowan Woods and the writer is Peter Duncan? <context>: CREATE TABLE table_29494395_3 (originalair_date VARCHAR, director VARCHAR, writer VARCHAR)
SELECT originalair_date FROM table_29494395_3 WHERE director = "Rowan Woods" AND writer = "Peter Duncan"
8,425
<question>: How many sources are there for south africa? <context>: CREATE TABLE table_29487895_2 (source_s_ VARCHAR, country___region VARCHAR)
SELECT COUNT(source_s_) FROM table_29487895_2 WHERE country___region = "South Africa"
8,426
<question>: What is the premiere date of the american disney xd tron uprising site? <context>: CREATE TABLE table_29487895_2 (series_premiere VARCHAR, source_s_ VARCHAR)
SELECT series_premiere FROM table_29487895_2 WHERE source_s_ = "American Disney XD Tron Uprising Site"
8,427
<question>: What country is in the region of France? <context>: CREATE TABLE table_29487895_2 (title_in_country VARCHAR, country___region VARCHAR)
SELECT title_in_country FROM table_29487895_2 WHERE country___region = "France"
8,428
<question>: What is the title in Canada? <context>: CREATE TABLE table_29487895_2 (title_in_country VARCHAR, country___region VARCHAR)
SELECT title_in_country FROM table_29487895_2 WHERE country___region = "Canada"
8,429
<question>: What was the best finish for 206 on the money list? <context>: CREATE TABLE table_29499399_2 (best_finish VARCHAR, money_list_rank VARCHAR)
SELECT best_finish FROM table_29499399_2 WHERE money_list_rank = "206"
8,430
<question>: How many ranks on the money list had a best finish of t10? <context>: CREATE TABLE table_29499399_2 (money_list_rank VARCHAR, best_finish VARCHAR)
SELECT COUNT(money_list_rank) FROM table_29499399_2 WHERE best_finish = "T10"
8,431
<question>: Which money list ranks had a best finish of 2? <context>: CREATE TABLE table_29499399_2 (money_list_rank VARCHAR, best_finish VARCHAR)
SELECT COUNT(money_list_rank) FROM table_29499399_2 WHERE best_finish = "2"
8,432
<question>: What is Jonathan Kaye's money list ranking? <context>: CREATE TABLE table_29499399_2 (money_list_rank VARCHAR, player VARCHAR)
SELECT COUNT(money_list_rank) FROM table_29499399_2 WHERE player = "Jonathan Kaye"
8,433
<question>: Where is Cameron Beckman's rank on the money list? <context>: CREATE TABLE table_29499399_2 (money_list_rank VARCHAR, player VARCHAR)
SELECT money_list_rank FROM table_29499399_2 WHERE player = "Cameron Beckman"
8,434
<question>: When 6 is the w what is the pa? <context>: CREATE TABLE table_29565541_2 (pa VARCHAR, w VARCHAR)
SELECT pa FROM table_29565541_2 WHERE w = 6
8,435
<question>: When 5 is the l what is the lowest amount of stolen ends? <context>: CREATE TABLE table_29565541_2 (stolen_ends INTEGER, l VARCHAR)
SELECT MIN(stolen_ends) FROM table_29565541_2 WHERE l = 5
8,436
<question>: How many million people in the US saw the episode with production code 105? <context>: CREATE TABLE table_29569969_2 (us_viewers__millions_ VARCHAR, production_code VARCHAR)
SELECT us_viewers__millions_ FROM table_29569969_2 WHERE production_code = 105
8,437
<question>: Who directed the episode that had 1.48 million viewers in the U.S.? <context>: CREATE TABLE table_29569969_2 (directed_by VARCHAR, us_viewers__millions_ VARCHAR)
SELECT directed_by FROM table_29569969_2 WHERE us_viewers__millions_ = "1.48"
8,438
<question>: what is the status for seed 14 <context>: CREATE TABLE table_29572583_20 (status VARCHAR, seed VARCHAR)
SELECT status FROM table_29572583_20 WHERE seed = 14
8,439
<question>: which player had the status to the fourth round lost to tsvetana pironkova [32] Answers: <context>: CREATE TABLE table_29572583_20 (player VARCHAR, status VARCHAR)
SELECT player FROM table_29572583_20 WHERE status = "Fourth round lost to Tsvetana Pironkova [32]"
8,440
<question>: how many new points does the player roberta vinci have? <context>: CREATE TABLE table_29572583_20 (new_points INTEGER, player VARCHAR)
SELECT MAX(new_points) FROM table_29572583_20 WHERE player = "Roberta Vinci"
8,441
<question>: How many o-19% are where the quartier is in saint-loup? <context>: CREATE TABLE table_29615165_5 (_percentage_0_19_years VARCHAR, quartier VARCHAR)
SELECT _percentage_0_19_years FROM table_29615165_5 WHERE quartier = "Saint-Loup"
8,442
<question>: how many 20-39% are in pont-de-vivaux? <context>: CREATE TABLE table_29615165_5 (_percentage_20_39_years VARCHAR, quartier VARCHAR)
SELECT COUNT(_percentage_20_39_years) FROM table_29615165_5 WHERE quartier = "Pont-de-Vivaux"
8,443
<question>: the quartier menpenti has how many 40-59 year olds? <context>: CREATE TABLE table_29615165_5 (_percentage_40_59_years VARCHAR, quartier VARCHAR)
SELECT _percentage_40_59_years FROM table_29615165_5 WHERE quartier = "Menpenti"
8,444
<question>: What episode number in the series was directed by Winrich Kolbe? <context>: CREATE TABLE table_29585196_1 (no_in_series INTEGER, directed_by VARCHAR)
SELECT MIN(no_in_series) FROM table_29585196_1 WHERE directed_by = "Winrich Kolbe"
8,445
<question>: What is the position for the university of akron michigan bucks affiliation <context>: CREATE TABLE table_29626583_1 (position VARCHAR, affiliation VARCHAR)
SELECT position FROM table_29626583_1 WHERE affiliation = "University of Akron Michigan Bucks"
8,446
<question>: What is the position for the university of north carolina carolina dynamo affiliation <context>: CREATE TABLE table_29626583_1 (position VARCHAR, affiliation VARCHAR)
SELECT position FROM table_29626583_1 WHERE affiliation = "University of North Carolina Carolina Dynamo"
8,447
<question>: how many pick# does the chivas usa mls team have <context>: CREATE TABLE table_29626583_1 (pick__number INTEGER, mls_team VARCHAR)
SELECT MAX(pick__number) FROM table_29626583_1 WHERE mls_team = "Chivas USA"
8,448
<question>: how many pick# does the university of akron reading united michigan bucks affiliation have <context>: CREATE TABLE table_29626583_1 (pick__number VARCHAR, affiliation VARCHAR)
SELECT COUNT(pick__number) FROM table_29626583_1 WHERE affiliation = "University of Akron Reading United Michigan Bucks"
8,449
<question>: what is the position for the united states u-20 affiliation <context>: CREATE TABLE table_29626583_1 (position VARCHAR, affiliation VARCHAR)
SELECT position FROM table_29626583_1 WHERE affiliation = "United States U-20"
8,450
<question>: What is the title of the episode with a production code of FL209? <context>: CREATE TABLE table_29747178_3 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_29747178_3 WHERE production_code = "FL209"
8,451
<question>: Who directed the episode that was watched by 2.67 million U.S. viewers? <context>: CREATE TABLE table_29747178_3 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT directed_by FROM table_29747178_3 WHERE us_viewers__million_ = "2.67"
8,452
<question>: What is the lowest value for int. caps? <context>: CREATE TABLE table_29743928_5 (int_caps INTEGER)
SELECT MIN(int_caps) FROM table_29743928_5
8,453
<question>: How many trains are there for the route via trivandrum, ernakulam, newdelhi? <context>: CREATE TABLE table_29770377_1 (train_number VARCHAR, route_via VARCHAR)
SELECT COUNT(train_number) FROM table_29770377_1 WHERE route_via = "Trivandrum, Ernakulam, NewDelhi"
8,454
<question>: What is the route for the destination of guruvayur? <context>: CREATE TABLE table_29770377_1 (route_via VARCHAR, destination VARCHAR)
SELECT route_via FROM table_29770377_1 WHERE destination = "Guruvayur"
8,455
<question>: How many route/via's are there for the ernad express? <context>: CREATE TABLE table_29770377_1 (route_via VARCHAR, train_name VARCHAR)
SELECT COUNT(route_via) FROM table_29770377_1 WHERE train_name = "Ernad Express"
8,456
<question>: What is the destination of the route kulitthurai,neyyattinkara? <context>: CREATE TABLE table_29770377_1 (destination VARCHAR, route_via VARCHAR)
SELECT destination FROM table_29770377_1 WHERE route_via = "Kulitthurai,Neyyattinkara"
8,457
<question>: What is the train number for the train name island express with a destination of kanniyakumari? <context>: CREATE TABLE table_29770377_1 (train_number VARCHAR, train_name VARCHAR, destination VARCHAR)
SELECT train_number FROM table_29770377_1 WHERE train_name = "Island Express" AND destination = "Kanniyakumari"
8,458
<question>: How many reservations for sc/st are there in constituency 191? <context>: CREATE TABLE table_29785324_4 (reservation_for_sc_st VARCHAR, constituency_no VARCHAR)
SELECT COUNT(reservation_for_sc_st) FROM table_29785324_4 WHERE constituency_no = 191
8,459
<question>: Which locations had their first year in 2001? <context>: CREATE TABLE table_29788320_2 (location VARCHAR, first_year VARCHAR)
SELECT location FROM table_29788320_2 WHERE first_year = 2001
8,460
<question>: How many editions did Club Q-base concept have ? <context>: CREATE TABLE table_29788320_2 (number_of_editions VARCHAR, concept VARCHAR)
SELECT COUNT(number_of_editions) FROM table_29788320_2 WHERE concept = "Club Q-BASE"
8,461
<question>: What is the lowest value for runs when the average is 42.36? <context>: CREATE TABLE table_2985664_8 (runs INTEGER, average VARCHAR)
SELECT MIN(runs) FROM table_2985664_8 WHERE average = "42.36"
8,462
<question>: How many entries for 50 occur when strike rate is 92.81? <context>: CREATE TABLE table_2985664_8 (strike_rate VARCHAR)
SELECT COUNT(50) FROM table_2985664_8 WHERE strike_rate = "92.81"
8,463
<question>: What is the lowest value for innings? <context>: CREATE TABLE table_2985664_8 (innings INTEGER)
SELECT MIN(innings) FROM table_2985664_8
8,464
<question>: What is every strike rate when cathces/stumpings is 13/1? <context>: CREATE TABLE table_2985664_8 (strike_rate VARCHAR, catches_stumpings VARCHAR)
SELECT strike_rate FROM table_2985664_8 WHERE catches_stumpings = "13/1"
8,465
<question>: What is every high score for a strike rate of 84.88? <context>: CREATE TABLE table_2985664_8 (high_score VARCHAR, strike_rate VARCHAR)
SELECT high_score FROM table_2985664_8 WHERE strike_rate = "84.88"
8,466
<question>: How many entries for 100 occur when the average is 15.78? <context>: CREATE TABLE table_2985664_8 (average VARCHAR)
SELECT COUNT(100) FROM table_2985664_8 WHERE average = "15.78"
8,467
<question>: What is the chromosomal location of il-1β? <context>: CREATE TABLE table_29871617_1 (chromosomal_location VARCHAR, name VARCHAR)
SELECT chromosomal_location FROM table_29871617_1 WHERE name = "IL-1β"
8,468
<question>: What are the coreceptors of the chromosomes in that location 11q22.2-q22.3? <context>: CREATE TABLE table_29871617_1 (coreceptor VARCHAR, chromosomal_location VARCHAR)
SELECT coreceptor FROM table_29871617_1 WHERE chromosomal_location = "11q22.2-q22.3"
8,469
<question>: How many different chromosomal locations are there in the family il-1f8? <context>: CREATE TABLE table_29871617_1 (chromosomal_location VARCHAR, family_name VARCHAR)
SELECT COUNT(chromosomal_location) FROM table_29871617_1 WHERE family_name = "IL-1F8"
8,470
<question>: Where is il-36β located? <context>: CREATE TABLE table_29871617_1 (chromosomal_location VARCHAR, name VARCHAR)
SELECT chromosomal_location FROM table_29871617_1 WHERE name = "IL-36β"
8,471
<question>: What are the names listed in the family il-1f2? <context>: CREATE TABLE table_29871617_1 (name VARCHAR, family_name VARCHAR)
SELECT name FROM table_29871617_1 WHERE family_name = "IL-1F2"
8,472
<question>: Which chromosomes have an unknown property? <context>: CREATE TABLE table_29871617_1 (name VARCHAR, property VARCHAR)
SELECT name FROM table_29871617_1 WHERE property = "Unknown"
8,473
<question>: Name the least mister international <context>: CREATE TABLE table_30007505_1 (mister_international INTEGER)
SELECT MIN(mister_international) FROM table_30007505_1
8,474
<question>: Name the most total for south korea <context>: CREATE TABLE table_30007505_1 (total INTEGER, country_territory VARCHAR)
SELECT MAX(total) FROM table_30007505_1 WHERE country_territory = "South Korea"
8,475
<question>: Name the semifinalists for singapore <context>: CREATE TABLE table_30007505_1 (semifinalists VARCHAR, country_territory VARCHAR)
SELECT semifinalists FROM table_30007505_1 WHERE country_territory = "Singapore"
8,476
<question>: Name the number of semifinalists for 19 rank <context>: CREATE TABLE table_30007505_1 (semifinalists VARCHAR, rank VARCHAR)
SELECT COUNT(semifinalists) FROM table_30007505_1 WHERE rank = 19
8,477
<question>: Where was d: ~50nm, l: ~600nm geometry researched? <context>: CREATE TABLE table_30057479_1 (researched_at VARCHAR, geometry VARCHAR)
SELECT researched_at FROM table_30057479_1 WHERE geometry = "D: ~50nm, L: ~600nm"
8,478
<question>: How many materials are there for output power of ~0.1 pw per cycle (calculated)? <context>: CREATE TABLE table_30057479_1 (material VARCHAR, output_power VARCHAR)
SELECT COUNT(material) FROM table_30057479_1 WHERE output_power = "~0.1 pW per cycle (calculated)"
8,479
<question>: How many synthesis are there for 5~16.2 pw per cycle (calculated) output power? <context>: CREATE TABLE table_30057479_1 (synthesis VARCHAR, output_power VARCHAR)
SELECT COUNT(synthesis) FROM table_30057479_1 WHERE output_power = "5~16.2 pW per cycle (calculated)"
8,480
<question>: Where was d: ~100nm, l: 1 μm geometry researched? <context>: CREATE TABLE table_30057479_1 (researched_at VARCHAR, geometry VARCHAR)
SELECT researched_at FROM table_30057479_1 WHERE geometry = "D: ~100nm, L: 1 μm"
8,481
<question>: Where was d: 25~70nm, l: 10~20 μm geometry researched? <context>: CREATE TABLE table_30057479_1 (researched_at VARCHAR, geometry VARCHAR)
SELECT researched_at FROM table_30057479_1 WHERE geometry = "D: 25~70nm, L: 10~20 μm"
8,482
<question>: Who are all providers with destination of Liverpool? <context>: CREATE TABLE table_3005999_1 (provider VARCHAR, destination VARCHAR)
SELECT provider FROM table_3005999_1 WHERE destination = "Liverpool"
8,483
<question>: What is every entry for intermediate stops for the destination of Manchester? <context>: CREATE TABLE table_3005999_1 (intermediate_stops VARCHAR, destination VARCHAR)
SELECT intermediate_stops FROM table_3005999_1 WHERE destination = "Manchester"
8,484
<question>: How many route numbers occur for the origin of Birmingham and destination of Bristol? <context>: CREATE TABLE table_3005999_1 (route_number VARCHAR, origin VARCHAR, destination VARCHAR)
SELECT COUNT(route_number) FROM table_3005999_1 WHERE origin = "Birmingham" AND destination = "Bristol"
8,485
<question>: What is every origin for the destination of Manchester? <context>: CREATE TABLE table_3005999_1 (origin VARCHAR, destination VARCHAR)
SELECT origin FROM table_3005999_1 WHERE destination = "Manchester"
8,486
<question>: How many providers have a destination of Blackpool? <context>: CREATE TABLE table_3005999_1 (provider VARCHAR, destination VARCHAR)
SELECT COUNT(provider) FROM table_3005999_1 WHERE destination = "Blackpool"
8,487
<question>: What is the maximum number of starts? <context>: CREATE TABLE table_3005915_3 (starts INTEGER)
SELECT MAX(starts) FROM table_3005915_3
8,488
<question>: What is the maximum number of poles? <context>: CREATE TABLE table_3005915_3 (poles INTEGER)
SELECT MAX(poles) FROM table_3005915_3
8,489
<question>: What is the minimum number of poles? <context>: CREATE TABLE table_3005915_3 (poles INTEGER)
SELECT MIN(poles) FROM table_3005915_3
8,490
<question>: Name the date for s. valentino alla muta , italia <context>: CREATE TABLE table_30073089_2 (date VARCHAR, location VARCHAR)
SELECT date FROM table_30073089_2 WHERE location = "S. Valentino Alla Muta , Italia"
8,491
<question>: Name the date for 2011 and position larger than 2.0 <context>: CREATE TABLE table_30073089_2 (date VARCHAR, season VARCHAR, position VARCHAR)
SELECT date FROM table_30073089_2 WHERE season = 2011 AND position > 2.0
8,492
<question>: Name the discipline for 1561 fis points <context>: CREATE TABLE table_30073089_2 (discipline VARCHAR, fis_points VARCHAR)
SELECT discipline FROM table_30073089_2 WHERE fis_points = 1561
8,493
<question>: Name the position for fis points being 3495 <context>: CREATE TABLE table_30073089_2 (position VARCHAR, fis_points VARCHAR)
SELECT position FROM table_30073089_2 WHERE fis_points = 3495
8,494
<question>: what is the number of the wc matches if the matches were 79 <context>: CREATE TABLE table_30085411_1 (WC INTEGER, matches VARCHAR)
SELECT MAX(WC) AS matches FROM table_30085411_1 WHERE matches = 79
8,495
<question>: what is the number of the least matches <context>: CREATE TABLE table_30085411_1 (matches INTEGER)
SELECT MIN(matches) FROM table_30085411_1
8,496
<question>: if the matches are 16 what is the wc matches <context>: CREATE TABLE table_30085411_1 (WC INTEGER, matches VARCHAR)
SELECT MAX(WC) AS matches FROM table_30085411_1 WHERE matches = 16
8,497
<question>: Which barony contains a townland with an area 24 acres? <context>: CREATE TABLE table_30120555_1 (barony VARCHAR, area__acres__ VARCHAR)
SELECT barony FROM table_30120555_1 WHERE area__acres__ = 24
8,498
<question>: How many different civil parishes is Canrooska a part of? <context>: CREATE TABLE table_30120555_1 (civil_parish VARCHAR, townland VARCHAR)
SELECT COUNT(civil_parish) FROM table_30120555_1 WHERE townland = "Canrooska"
8,499
<question>: What poor law union is Curradonohoe a part of? <context>: CREATE TABLE table_30120555_1 (poor_law_union VARCHAR, townland VARCHAR)
SELECT poor_law_union FROM table_30120555_1 WHERE townland = "Curradonohoe"