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