Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
36,900 | <question>: Name the most times contested for montgomeryshire <context>: CREATE TABLE table_24329520_4 (times_contested INTEGER, county VARCHAR) | SELECT MAX(times_contested) FROM table_24329520_4 WHERE county = "Montgomeryshire" |
36,901 | <question>: Name the fate in 1832 for pembrokeshire <context>: CREATE TABLE table_24329520_4 (fate_in_1832 VARCHAR, county VARCHAR) | SELECT fate_in_1832 FROM table_24329520_4 WHERE county = "Pembrokeshire" |
36,902 | <question>: what is the least number of podiums for a formula BMW Americas series? <context>: CREATE TABLE table_24330803_1 (podiums INTEGER, series VARCHAR) | SELECT MIN(podiums) FROM table_24330803_1 WHERE series = "Formula BMW Americas" |
36,903 | <question>: What is the maximum number of wins in the formula 3 euro series? <context>: CREATE TABLE table_24330803_1 (wins INTEGER, series VARCHAR) | SELECT MAX(wins) FROM table_24330803_1 WHERE series = "Formula 3 Euro series" |
36,904 | <question>: How many positions were given when 30 points were won? <context>: CREATE TABLE table_24330803_1 (position VARCHAR, points VARCHAR) | SELECT COUNT(position) FROM table_24330803_1 WHERE points = "30" |
36,905 | <question>: How many pole positions were there for the 2011 season? <context>: CREATE TABLE table_24330803_1 (poles INTEGER, season VARCHAR) | SELECT MAX(poles) FROM table_24330803_1 WHERE season = 2011 |
36,906 | <question>: List the tournament that kent state won? <context>: CREATE TABLE table_24348134_3 (conference VARCHAR, tournament_winner VARCHAR) | SELECT conference AS Tournament FROM table_24348134_3 WHERE tournament_winner = "Kent State" |
36,907 | <question>: What team won the regular season when georgia state won the tournament? <context>: CREATE TABLE table_24348134_3 (regular_season_winner VARCHAR, tournament_winner VARCHAR) | SELECT regular_season_winner FROM table_24348134_3 WHERE tournament_winner = "Georgia State" |
36,908 | <question>: In what city did oklahoma win the tournament. <context>: CREATE TABLE table_24348134_3 (tournament_venue__city_ VARCHAR, tournament_winner VARCHAR) | SELECT tournament_venue__city_ FROM table_24348134_3 WHERE tournament_winner = "Oklahoma" |
36,909 | <question>: List the number of tournament winners when iona , siena & niagara won in the regular season. <context>: CREATE TABLE table_24348134_3 (tournament_winner VARCHAR, regular_season_winner VARCHAR) | SELECT COUNT(tournament_winner) FROM table_24348134_3 WHERE regular_season_winner = "Iona , Siena & Niagara" |
36,910 | <question>: Name the real life for eventual outcome is amtrak <context>: CREATE TABLE table_243664_1 (real_life_eventual_outcome VARCHAR, currently¹_part_of VARCHAR) | SELECT real_life_eventual_outcome FROM table_243664_1 WHERE currently¹_part_of = "Amtrak" |
36,911 | <question>: Name the real life years of operation for amtrak <context>: CREATE TABLE table_243664_1 (real_life_years_of_operation VARCHAR, currently¹_part_of VARCHAR) | SELECT real_life_years_of_operation FROM table_243664_1 WHERE currently¹_part_of = "Amtrak" |
36,912 | <question>: Name the game coast for chicago and north western <context>: CREATE TABLE table_243664_1 (game_cost VARCHAR, railroad VARCHAR) | SELECT game_cost FROM table_243664_1 WHERE railroad = "Chicago and North Western" |
36,913 | <question>: Name the game cost for merged with new york central to form penn central <context>: CREATE TABLE table_243664_1 (game_cost VARCHAR, real_life_eventual_outcome VARCHAR) | SELECT game_cost FROM table_243664_1 WHERE real_life_eventual_outcome = "Merged with New York Central to form Penn Central" |
36,914 | <question>: What is the minimum 2007 USD in Kabardino-Balkaria? <context>: CREATE TABLE table_24364690_1 (federal_subjects VARCHAR) | SELECT MIN(2007 AS __usd_) FROM table_24364690_1 WHERE federal_subjects = "Kabardino-Balkaria" |
36,915 | <question>: What is every amount for weight lost if the starting weight is 97.4? <context>: CREATE TABLE table_24370270_10 (weight_lost__kg_ VARCHAR, starting_weight__kg_ VARCHAR) | SELECT weight_lost__kg_ FROM table_24370270_10 WHERE starting_weight__kg_ = "97.4" |
36,916 | <question>: What is the starting weight if weight lost is 54.6? <context>: CREATE TABLE table_24370270_10 (starting_weight__kg_ VARCHAR, weight_lost__kg_ VARCHAR) | SELECT starting_weight__kg_ FROM table_24370270_10 WHERE weight_lost__kg_ = "54.6" |
36,917 | <question>: What is the final weight for contestant Chris? <context>: CREATE TABLE table_24370270_10 (final_weight__kg_ VARCHAR, contestant VARCHAR) | SELECT final_weight__kg_ FROM table_24370270_10 WHERE contestant = "Chris" |
36,918 | <question>: How many times did the sounddock series II aux in? <context>: CREATE TABLE table_24384861_1 (aux_in VARCHAR, version VARCHAR) | SELECT COUNT(aux_in) FROM table_24384861_1 WHERE version = "SoundDock series II" |
36,919 | <question>: Was the sounddock series I v2 iphone certified? <context>: CREATE TABLE table_24384861_1 (iphone_certified VARCHAR, version VARCHAR) | SELECT iphone_certified FROM table_24384861_1 WHERE version = "SoundDock series I v2" |
36,920 | <question>: How many connections aux in using FIrewire? <context>: CREATE TABLE table_24384861_1 (aux_in VARCHAR, dock_connection VARCHAR) | SELECT COUNT(aux_in) FROM table_24384861_1 WHERE dock_connection = "FireWire" |
36,921 | <question>: how many video out connections does the sounddock portable have? <context>: CREATE TABLE table_24384861_1 (video_out VARCHAR, version VARCHAR) | SELECT COUNT(video_out) FROM table_24384861_1 WHERE version = "SoundDock Portable" |
36,922 | <question>: Does the sounddock series I v2 have dual voltage? <context>: CREATE TABLE table_24384861_1 (dual_voltage VARCHAR, version VARCHAR) | SELECT dual_voltage FROM table_24384861_1 WHERE version = "SoundDock series I v2" |
36,923 | <question>: What type of dock connection does the sounddock series III have? <context>: CREATE TABLE table_24384861_1 (dock_connection VARCHAR, version VARCHAR) | SELECT dock_connection FROM table_24384861_1 WHERE version = "SoundDock series III" |
36,924 | <question>: Where was the game played that started at 7:00 p.m.? <context>: CREATE TABLE table_24396664_2 (game_site VARCHAR, kickoff VARCHAR) | SELECT game_site FROM table_24396664_2 WHERE kickoff = "7:00 p.m." |
36,925 | <question>: how many varsity teams are in west roxbury, ma? <context>: CREATE TABLE table_2439728_1 (varsity_teams INTEGER, location VARCHAR) | SELECT MAX(varsity_teams) FROM table_2439728_1 WHERE location = "West Roxbury, MA" |
36,926 | <question>: what is the mascot of st. paul's school? <context>: CREATE TABLE table_2439728_1 (mascot VARCHAR, school VARCHAR) | SELECT mascot FROM table_2439728_1 WHERE school = "St. Paul's school" |
36,927 | <question>: where are dragons used as mascots? <context>: CREATE TABLE table_2439728_1 (location VARCHAR, mascot VARCHAR) | SELECT location FROM table_2439728_1 WHERE mascot = "Dragons" |
36,928 | <question>: when was lawrence academy at groton established? <context>: CREATE TABLE table_2439728_1 (founded INTEGER, school VARCHAR) | SELECT MIN(founded) FROM table_2439728_1 WHERE school = "Lawrence Academy at Groton" |
36,929 | <question>: name the school located at Milton, ma. <context>: CREATE TABLE table_2439728_1 (school VARCHAR, location VARCHAR) | SELECT school FROM table_2439728_1 WHERE location = "Milton, MA" |
36,930 | <question>: how many places have 17 varsity teams? <context>: CREATE TABLE table_2439728_1 (location VARCHAR, varsity_teams VARCHAR) | SELECT COUNT(location) FROM table_2439728_1 WHERE varsity_teams = 17 |
36,931 | <question>: Which episode had bbc ranking and canle ranking of n/a? <context>: CREATE TABLE table_24399615_10 (episode_no VARCHAR, bbc_three_weekly_ranking VARCHAR, cable_rank VARCHAR) | SELECT COUNT(episode_no) FROM table_24399615_10 WHERE bbc_three_weekly_ranking = "N/A" AND cable_rank = "N/A" |
36,932 | <question>: List the number of bbc rankings with cable rankings of 6. <context>: CREATE TABLE table_24399615_10 (bbc_three_weekly_ranking VARCHAR, cable_rank VARCHAR) | SELECT bbc_three_weekly_ranking FROM table_24399615_10 WHERE cable_rank = "6" |
36,933 | <question>: List the number of viewers when the cable rank for Russell Howard's Good New was 5. <context>: CREATE TABLE table_24399615_10 (viewers VARCHAR, cable_rank VARCHAR) | SELECT viewers FROM table_24399615_10 WHERE cable_rank = "5" |
36,934 | <question>: How many individuals watched the show that had a bbc ranking of 6? <context>: CREATE TABLE table_24399615_10 (viewers VARCHAR, bbc_three_weekly_ranking VARCHAR) | SELECT COUNT(viewers) FROM table_24399615_10 WHERE bbc_three_weekly_ranking = "6" |
36,935 | <question>: How many times did episode number 8 air? <context>: CREATE TABLE table_24399615_5 (cable_rank VARCHAR, episode_no VARCHAR) | SELECT COUNT(cable_rank) FROM table_24399615_5 WHERE episode_no = 8 |
36,936 | <question>: When did episode number 6 air? <context>: CREATE TABLE table_24399615_5 (airdate VARCHAR, episode_no VARCHAR) | SELECT airdate FROM table_24399615_5 WHERE episode_no = 6 |
36,937 | <question>: How many items are listed under viewers column when the bbd three weekly ranking was 1? <context>: CREATE TABLE table_24399615_4 (viewers VARCHAR, bbc_three_weekly_ranking VARCHAR) | SELECT COUNT(viewers) FROM table_24399615_4 WHERE bbc_three_weekly_ranking = "1" |
36,938 | <question>: What episode number had a cable ranking of 8? <context>: CREATE TABLE table_24399615_4 (episode_no INTEGER, cable_rank VARCHAR) | SELECT MIN(episode_no) FROM table_24399615_4 WHERE cable_rank = "8" |
36,939 | <question>: What date did the episode air that had n/a for it's bbc three weekly ranking? <context>: CREATE TABLE table_24399615_4 (airdate VARCHAR, bbc_three_weekly_ranking VARCHAR) | SELECT airdate FROM table_24399615_4 WHERE bbc_three_weekly_ranking = "N/A" |
36,940 | <question>: What date did the episode air that had a ranking of 17 for cable? <context>: CREATE TABLE table_24399615_4 (airdate VARCHAR, cable_rank VARCHAR) | SELECT airdate FROM table_24399615_4 WHERE cable_rank = "17" |
36,941 | <question>: When 3 is the bbc three weekly ranking what is the airdate? <context>: CREATE TABLE table_24399615_8 (airdate VARCHAR, bbc_three_weekly_ranking VARCHAR) | SELECT airdate FROM table_24399615_8 WHERE bbc_three_weekly_ranking = "3" |
36,942 | <question>: When 656000 is the amount of viewers and n/a is the cable rank what is the airdate? <context>: CREATE TABLE table_24399615_8 (airdate VARCHAR, cable_rank VARCHAR, viewers VARCHAR) | SELECT airdate FROM table_24399615_8 WHERE cable_rank = "N/A" AND viewers = 656000 |
36,943 | <question>: List the states that have entry times of 49years, 29days <context>: CREATE TABLE table_24415627_2 (state_served VARCHAR, time_since_entry VARCHAR) | SELECT state_served FROM table_24415627_2 WHERE time_since_entry = "49years, 29days" |
36,944 | <question>: Of which part does congressman dick clark belong to? <context>: CREATE TABLE table_24415627_2 (party VARCHAR, senator VARCHAR) | SELECT party FROM table_24415627_2 WHERE senator = "Dick Clark" |
36,945 | <question>: On what date did congressman joseph tydings enter take his seat? <context>: CREATE TABLE table_24415627_2 (entered_senate VARCHAR, senator VARCHAR) | SELECT entered_senate FROM table_24415627_2 WHERE senator = "Joseph Tydings" |
36,946 | <question>: What are the lowest points when poles were 0 and races were 10? <context>: CREATE TABLE table_24405773_1 (points INTEGER, poles VARCHAR, races VARCHAR) | SELECT MIN(points) FROM table_24405773_1 WHERE poles = 0 AND races = 10 |
36,947 | <question>: What was the highest number of points when flaps were 0? <context>: CREATE TABLE table_24405773_1 (points INTEGER, flaps VARCHAR) | SELECT MAX(points) FROM table_24405773_1 WHERE flaps = 0 |
36,948 | <question>: Who played 20 <question>s during the issue in which Pamela Horton is on the cover? <context>: CREATE TABLE table_24425491_3 (cover_model VARCHAR) | SELECT 20 AS _questions FROM table_24425491_3 WHERE cover_model = "Pamela Horton" |
36,949 | <question>: When the power kw is 5kw, what is the frequency? <context>: CREATE TABLE table_24418525_1 (frequency VARCHAR, power_kw VARCHAR) | SELECT frequency FROM table_24418525_1 WHERE power_kw = "5kW" |
36,950 | <question>: when coverage is dumaguete central visayas region, what is the callsign? <context>: CREATE TABLE table_24418525_1 (callsign VARCHAR, coverage VARCHAR) | SELECT callsign FROM table_24418525_1 WHERE coverage = "Dumaguete Central Visayas Region" |
36,951 | <question>: How much power covers dumaguete central visayas region? <context>: CREATE TABLE table_24418525_1 (power_kw VARCHAR, coverage VARCHAR) | SELECT COUNT(power_kw) FROM table_24418525_1 WHERE coverage = "Dumaguete Central Visayas Region" |
36,952 | <question>: What frequency is mega manila set to? <context>: CREATE TABLE table_24418525_1 (frequency VARCHAR, coverage VARCHAR) | SELECT frequency FROM table_24418525_1 WHERE coverage = "Mega Manila" |
36,953 | <question>: What original air date was for the episode with production code of 108? <context>: CREATE TABLE table_24425976_2 (original_air_date VARCHAR, production_code VARCHAR) | SELECT original_air_date FROM table_24425976_2 WHERE production_code = "108" |
36,954 | <question>: How many production codes are there for episode 10 in the season? <context>: CREATE TABLE table_24425976_2 (production_code VARCHAR, season VARCHAR) | SELECT COUNT(production_code) FROM table_24425976_2 WHERE season = "10" |
36,955 | <question>: What date did the episode with code 110 originally air? <context>: CREATE TABLE table_24425976_2 (original_air_date VARCHAR, production_code VARCHAR) | SELECT original_air_date FROM table_24425976_2 WHERE production_code = "110" |
36,956 | <question>: What is the name of the episode with a production code of 107? <context>: CREATE TABLE table_24425976_2 (episode_title VARCHAR, production_code VARCHAR) | SELECT episode_title FROM table_24425976_2 WHERE production_code = "107" |
36,957 | <question>: How many episodes in the series has a production code of 111? <context>: CREATE TABLE table_24425976_2 (series VARCHAR, production_code VARCHAR) | SELECT COUNT(series) FROM table_24425976_2 WHERE production_code = "111" |
36,958 | <question>: Name the total number of payout for december 28, 2009 <context>: CREATE TABLE table_24427210_1 (payout___us VARCHAR, date VARCHAR) | SELECT COUNT(payout___us) AS $__ FROM table_24427210_1 WHERE date = "December 28, 2009" |
36,959 | <question>: Name the payout for espn for music city bowl <context>: CREATE TABLE table_24427210_1 (payout___us$__ VARCHAR, tv VARCHAR, bowl_game VARCHAR) | SELECT payout___us$__ FROM table_24427210_1 WHERE tv = "ESPN" AND bowl_game = "Music City Bowl" |
36,960 | <question>: Name the date for raymond james stadium <context>: CREATE TABLE table_24427210_1 (date VARCHAR, stadium VARCHAR) | SELECT date FROM table_24427210_1 WHERE stadium = "Raymond James stadium" |
36,961 | <question>: What date did episode 4 in the season originally air? <context>: CREATE TABLE table_24425976_7 (original_air_date VARCHAR, season VARCHAR) | SELECT original_air_date FROM table_24425976_7 WHERE season = 4 |
36,962 | <question>: What date did episode 115 in the series originally air? <context>: CREATE TABLE table_24425976_7 (original_air_date VARCHAR, series VARCHAR) | SELECT original_air_date FROM table_24425976_7 WHERE series = 115 |
36,963 | <question>: What was the 2nd leg for team #1 River Plate? <context>: CREATE TABLE table_24426072_1 (team__number1 VARCHAR) | SELECT 2 AS nd_leg FROM table_24426072_1 WHERE team__number1 = "River Plate" |
36,964 | <question>: What was team number 2's Fluminense's 2nd leg? <context>: CREATE TABLE table_24426072_1 (team__number2 VARCHAR) | SELECT 2 AS nd_leg FROM table_24426072_1 WHERE team__number2 = "Fluminense" |
36,965 | <question>: What was david ferrer seeded? <context>: CREATE TABLE table_24431264_16 (seed INTEGER, player VARCHAR) | SELECT MAX(seed) FROM table_24431264_16 WHERE player = "David Ferrer" |
36,966 | <question>: What player had 1420 points coming in? <context>: CREATE TABLE table_24431264_16 (player VARCHAR, points VARCHAR) | SELECT player FROM table_24431264_16 WHERE points = 1420 |
36,967 | <question>: How many players named victor hănescu played? <context>: CREATE TABLE table_24431264_16 (points VARCHAR, player VARCHAR) | SELECT COUNT(points) AS won FROM table_24431264_16 WHERE player = "Victor Hănescu" |
36,968 | <question>: Name the kurdistan democratic party for kurdistan list being 10 <context>: CREATE TABLE table_24440361_1 (kurdistan_democratic_party INTEGER, total_kurdistan_list VARCHAR) | SELECT MIN(kurdistan_democratic_party) FROM table_24440361_1 WHERE total_kurdistan_list = 10 |
36,969 | <question>: Name the most kirdistan list for diyala <context>: CREATE TABLE table_24440361_1 (total_kurdistan_list INTEGER, governorate VARCHAR) | SELECT MAX(total_kurdistan_list) FROM table_24440361_1 WHERE governorate = "Diyala" |
36,970 | <question>: Name the least total kurdistan list <context>: CREATE TABLE table_24440361_1 (total_kurdistan_list INTEGER) | SELECT MIN(total_kurdistan_list) FROM table_24440361_1 |
36,971 | <question>: Who won 3rd place when the mutya ng pilipinas winner was was rochelle romero ong? <context>: CREATE TABLE table_24430894_20 (mutya_ng_pilipinas_asia_pacific VARCHAR) | SELECT 2 AS nd_runner_up FROM table_24430894_20 WHERE mutya_ng_pilipinas_asia_pacific = "Rochelle Romero Ong" |
36,972 | <question>: List the number of years where ritchie ocampo was the mutya ng pilipinas winner. <context>: CREATE TABLE table_24430894_20 (year VARCHAR, mutya_ng_pilipinas_asia_pacific VARCHAR) | SELECT COUNT(year) FROM table_24430894_20 WHERE mutya_ng_pilipinas_asia_pacific = "Ritchie Ocampo" |
36,973 | <question>: Name the number of awardees for english and hindi <context>: CREATE TABLE table_24446718_7 (awardee_s_ VARCHAR, language VARCHAR) | SELECT COUNT(awardee_s_) FROM table_24446718_7 WHERE language = "English and Hindi" |
36,974 | <question>: Name the name of award for zubeen garg <context>: CREATE TABLE table_24446718_7 (name_of_award VARCHAR, awardee_s_ VARCHAR) | SELECT name_of_award FROM table_24446718_7 WHERE awardee_s_ = "Zubeen Garg" |
36,975 | <question>: Name the awardee for best editing <context>: CREATE TABLE table_24446718_7 (awardee_s_ VARCHAR, name_of_award VARCHAR) | SELECT awardee_s_ FROM table_24446718_7 WHERE name_of_award = "Best Editing" |
36,976 | <question>: Name the number of awardees for best cinematography <context>: CREATE TABLE table_24446718_7 (awardee_s_ VARCHAR, name_of_award VARCHAR) | SELECT COUNT(awardee_s_) FROM table_24446718_7 WHERE name_of_award = "Best Cinematography" |
36,977 | <question>: Name the least flaps <context>: CREATE TABLE table_24466191_1 (flaps INTEGER) | SELECT MIN(flaps) FROM table_24466191_1 |
36,978 | <question>: Name th most poles for macau grand prix <context>: CREATE TABLE table_24466191_1 (poles INTEGER, series VARCHAR) | SELECT MAX(poles) FROM table_24466191_1 WHERE series = "Macau Grand Prix" |
36,979 | <question>: Name the total number of races for 15th position <context>: CREATE TABLE table_24466191_1 (races VARCHAR, position VARCHAR) | SELECT COUNT(races) FROM table_24466191_1 WHERE position = "15th" |
36,980 | <question>: Name the most races for flaps larger than 2.0 <context>: CREATE TABLE table_24466191_1 (races INTEGER, flaps INTEGER) | SELECT MAX(races) FROM table_24466191_1 WHERE flaps > 2.0 |
36,981 | <question>: Name the number of poles for 15th position <context>: CREATE TABLE table_24466191_1 (poles VARCHAR, position VARCHAR) | SELECT COUNT(poles) FROM table_24466191_1 WHERE position = "15th" |
36,982 | <question>: Name the team for season 2010 <context>: CREATE TABLE table_24466191_1 (team VARCHAR, season VARCHAR) | SELECT team FROM table_24466191_1 WHERE season = 2010 |
36,983 | <question>: Name the air date for jay j. demopoulos <context>: CREATE TABLE table_24466855_1 (original_air_date VARCHAR, written_by VARCHAR) | SELECT original_air_date FROM table_24466855_1 WHERE written_by = "Jay J. Demopoulos" |
36,984 | <question>: At which location did 29753 fans show up to watch the game? <context>: CREATE TABLE table_24481478_1 (game_site VARCHAR, attendance VARCHAR) | SELECT game_site FROM table_24481478_1 WHERE attendance = 29753 |
36,985 | <question>: What was the game record during week 7? <context>: CREATE TABLE table_24481478_1 (team_record VARCHAR, week VARCHAR) | SELECT team_record FROM table_24481478_1 WHERE week = 7 |
36,986 | <question>: What time did the game start on saturday, april 20? <context>: CREATE TABLE table_24481478_1 (kickoff VARCHAR, date VARCHAR) | SELECT kickoff FROM table_24481478_1 WHERE date = "Saturday, April 20" |
36,987 | <question>: In which week was the team record 7–2? <context>: CREATE TABLE table_24481478_1 (week INTEGER, team_record VARCHAR) | SELECT MIN(week) FROM table_24481478_1 WHERE team_record = "7–2" |
36,988 | <question>: How man fans showed up to watch the game versus the raleigh-durham skyhawks? <context>: CREATE TABLE table_24481478_1 (attendance INTEGER, opponent VARCHAR) | SELECT MAX(attendance) FROM table_24481478_1 WHERE opponent = "Raleigh-Durham Skyhawks" |
36,989 | <question>: If the rank is 26, what is the disposable USD growth? <context>: CREATE TABLE table_24486462_1 (disposable_usd_growth VARCHAR, rank VARCHAR) | SELECT disposable_usd_growth FROM table_24486462_1 WHERE rank = 26 |
36,990 | <question>: What country has a compulsory deduction of 29.3%? <context>: CREATE TABLE table_24486462_1 (country VARCHAR, compulsory_deduction VARCHAR) | SELECT country FROM table_24486462_1 WHERE compulsory_deduction = "29.3%" |
36,991 | <question>: What is Australia's Disposable USD growth? <context>: CREATE TABLE table_24486462_1 (disposable_usd_growth INTEGER, country VARCHAR) | SELECT MAX(disposable_usd_growth) FROM table_24486462_1 WHERE country = "Australia" |
36,992 | <question>: What is the lowest disposable USD 2011? <context>: CREATE TABLE table_24486462_1 (disposable_usd_2011 INTEGER) | SELECT MIN(disposable_usd_2011) FROM table_24486462_1 |
36,993 | <question>: Name the most minutes and starts being 12 <context>: CREATE TABLE table_24477075_1 (minutes INTEGER, starts VARCHAR) | SELECT MAX(minutes) FROM table_24477075_1 WHERE starts = 12 |
36,994 | <question>: Name the position for 132 minutes <context>: CREATE TABLE table_24477075_1 (position VARCHAR, minutes VARCHAR) | SELECT position FROM table_24477075_1 WHERE minutes = 132 |
36,995 | <question>: Name the rank for thomas morgenstern <context>: CREATE TABLE table_24489942_10 (rank VARCHAR, name VARCHAR) | SELECT rank FROM table_24489942_10 WHERE name = "Thomas Morgenstern" |
36,996 | <question>: Name the rank for switzerland <context>: CREATE TABLE table_24489942_10 (rank VARCHAR, nationality VARCHAR) | SELECT COUNT(rank) FROM table_24489942_10 WHERE nationality = "Switzerland" |
36,997 | <question>: Name the points for switzerland <context>: CREATE TABLE table_24489942_10 (points VARCHAR, nationality VARCHAR) | SELECT points FROM table_24489942_10 WHERE nationality = "Switzerland" |
36,998 | <question>: Name the points for thomas morgenstern <context>: CREATE TABLE table_24489942_10 (points VARCHAR, name VARCHAR) | SELECT points FROM table_24489942_10 WHERE name = "Thomas Morgenstern" |
36,999 | <question>: When was jack watson appointed? <context>: CREATE TABLE table_24490665_1 (appointed VARCHAR, name VARCHAR) | SELECT appointed FROM table_24490665_1 WHERE name = "Jack Watson" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.