Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
31,200 | <question>: Name the m r romaja for kwanbuk <context>: CREATE TABLE table_160510_5 (m_r_romaja VARCHAR, region VARCHAR) | SELECT m_r_romaja FROM table_160510_5 WHERE region = "Kwanbuk" |
31,201 | <question>: Name the population density where population % is 1.1% for slovakia <context>: CREATE TABLE table_1606824_1 (pop_density_people_km_2 VARCHAR, population__percentage_of_eu VARCHAR, member_state VARCHAR) | SELECT pop_density_people_km_2 FROM table_1606824_1 WHERE population__percentage_of_eu = "1.1%" AND member_state = "Slovakia" |
31,202 | <question>: Name the population density people where population % eu for 1.7% <context>: CREATE TABLE table_1606824_1 (pop_density_people_km_2 VARCHAR, population__percentage_of_eu VARCHAR) | SELECT COUNT(pop_density_people_km_2) FROM table_1606824_1 WHERE population__percentage_of_eu = "1.7%" |
31,203 | <question>: Name the number of area km 2 for population density is 87 <context>: CREATE TABLE table_1606824_1 (area_km_2 VARCHAR, pop_density_people_km_2 VARCHAR) | SELECT COUNT(area_km_2) FROM table_1606824_1 WHERE pop_density_people_km_2 = "87" |
31,204 | <question>: Name the population % of eu for greece <context>: CREATE TABLE table_1606824_1 (population__percentage_of_eu VARCHAR, member_state VARCHAR) | SELECT population__percentage_of_eu FROM table_1606824_1 WHERE member_state = "Greece" |
31,205 | <question>: How many networks are there that have a channel number 7? <context>: CREATE TABLE table_160728_4 (network VARCHAR, channel VARCHAR) | SELECT COUNT(network) FROM table_160728_4 WHERE channel = 7 |
31,206 | <question>: What station on the network is tv3? <context>: CREATE TABLE table_160728_4 (network VARCHAR, station VARCHAR) | SELECT network FROM table_160728_4 WHERE station = "TV3" |
31,207 | <question>: What year was the team named the Raiders established? <context>: CREATE TABLE table_16078390_2 (founded INTEGER, team_nickname VARCHAR) | SELECT MAX(founded) FROM table_16078390_2 WHERE team_nickname = "Raiders" |
31,208 | <question>: What conference does Gonzaga University play in? <context>: CREATE TABLE table_16078390_2 (primary_conference VARCHAR, institution VARCHAR) | SELECT primary_conference FROM table_16078390_2 WHERE institution = "Gonzaga University" |
31,209 | <question>: How many Universities were founded in Tacoma, Washington? <context>: CREATE TABLE table_16078390_2 (founded VARCHAR, location VARCHAR) | SELECT COUNT(founded) FROM table_16078390_2 WHERE location = "Tacoma, Washington" |
31,210 | <question>: Which school's team has the nickname of the Wildcats? <context>: CREATE TABLE table_16078390_2 (institution VARCHAR, team_nickname VARCHAR) | SELECT institution FROM table_16078390_2 WHERE team_nickname = "Wildcats" |
31,211 | <question>: What year was the university that is located in Ellensburg, Washington established? <context>: CREATE TABLE table_16078390_2 (founded INTEGER, location VARCHAR) | SELECT MIN(founded) FROM table_16078390_2 WHERE location = "Ellensburg, Washington" |
31,212 | <question>: Where is the university located that's nicknamed the Wolves? <context>: CREATE TABLE table_16078390_2 (location VARCHAR, team_nickname VARCHAR) | SELECT location FROM table_16078390_2 WHERE team_nickname = "Wolves" |
31,213 | <question>: What is the total number of viewers where the share is 7 and the week rank is 64? <context>: CREATE TABLE table_16072430_1 (viewers VARCHAR, share VARCHAR, weekly_rank VARCHAR) | SELECT COUNT(viewers) FROM table_16072430_1 WHERE share = 7 AND weekly_rank = "64" |
31,214 | <question>: How many episodes have a share bigger than 7.0? <context>: CREATE TABLE table_16072430_1 (_number VARCHAR, share INTEGER) | SELECT COUNT(_number) FROM table_16072430_1 WHERE share > 7.0 |
31,215 | <question>: How many episodes have a weekly rank tba and are broadcast at 8:00 p.m.? <context>: CREATE TABLE table_16072430_1 (_number VARCHAR, weekly_rank VARCHAR, timeslot VARCHAR) | SELECT COUNT(_number) FROM table_16072430_1 WHERE weekly_rank = "TBA" AND timeslot = "8:00 P.M." |
31,216 | <question>: What are the timeslot(s) for broadcast on February 22, 2008? <context>: CREATE TABLE table_16072430_1 (timeslot VARCHAR, air_date VARCHAR) | SELECT timeslot FROM table_16072430_1 WHERE air_date = "February 22, 2008" |
31,217 | <question>: What broadcast dates have a weekly rank of 73? <context>: CREATE TABLE table_16072430_1 (air_date VARCHAR, weekly_rank VARCHAR) | SELECT COUNT(air_date) FROM table_16072430_1 WHERE weekly_rank = "73" |
31,218 | <question>: When was the date of appointment for St. Johnstone's manager? <context>: CREATE TABLE table_16075179_6 (date_of_appointment VARCHAR, team VARCHAR) | SELECT date_of_appointment FROM table_16075179_6 WHERE team = "St. Johnstone" |
31,219 | <question>: Who was the outgoing manager for Aberdeen? <context>: CREATE TABLE table_16075179_6 (outgoing_manager VARCHAR, team VARCHAR) | SELECT outgoing_manager FROM table_16075179_6 WHERE team = "Aberdeen" |
31,220 | <question>: When was the date of appointment for the manager replacing Wim Jansen? <context>: CREATE TABLE table_16075179_6 (date_of_appointment VARCHAR, outgoing_manager VARCHAR) | SELECT date_of_appointment FROM table_16075179_6 WHERE outgoing_manager = "Wim Jansen" |
31,221 | <question>: What is the result for salmonella spp. if you use citrate? <context>: CREATE TABLE table_16083989_1 (citrate VARCHAR, species VARCHAR) | SELECT COUNT(citrate) FROM table_16083989_1 WHERE species = "Salmonella spp." |
31,222 | <question>: Which species show a negative result with both voges-proskauer and indole? <context>: CREATE TABLE table_16083989_1 (species VARCHAR, voges_proskauer VARCHAR, indole VARCHAR) | SELECT species FROM table_16083989_1 WHERE voges_proskauer = "Negative" AND indole = "Negative" |
31,223 | <question>: What are the results for testing the species with voges-proskauer when citrate yields a positive result? <context>: CREATE TABLE table_16083989_1 (voges_proskauer VARCHAR, citrate VARCHAR) | SELECT voges_proskauer FROM table_16083989_1 WHERE citrate = "Positive" |
31,224 | <question>: What is the result of proteus mirabilis tested with indole? <context>: CREATE TABLE table_16083989_1 (indole VARCHAR, species VARCHAR) | SELECT indole FROM table_16083989_1 WHERE species = "Proteus mirabilis" |
31,225 | <question>: When was the show originally aired that had a TV broadcast of S07E04? <context>: CREATE TABLE table_16090262_1 (originalairdate VARCHAR, tv_broadcast VARCHAR) | SELECT originalairdate FROM table_16090262_1 WHERE tv_broadcast = "S07E04" |
31,226 | <question>: Which title was No. 4 in season? <context>: CREATE TABLE table_16090262_1 (title VARCHAR, no_in_season VARCHAR) | SELECT title FROM table_16090262_1 WHERE no_in_season = 4 |
31,227 | <question>: Who directed the show that had a TV broadcast of S07E04? <context>: CREATE TABLE table_16090262_1 (directed_by VARCHAR, tv_broadcast VARCHAR) | SELECT directed_by FROM table_16090262_1 WHERE tv_broadcast = "S07E04" |
31,228 | <question>: What was the emission rating in Mid-Atlantic South for the vehicle that was rated 90 g/mi (56 g/km) in Alaska and 110 g/mi (68 g/km) in California? <context>: CREATE TABLE table_16105186_2 (mid_atlantic_south__washington VARCHAR, _dc_ VARCHAR, alaska___juneau__ VARCHAR, california__san_francisco_ VARCHAR) | SELECT mid_atlantic_south__washington, _dc_ FROM table_16105186_2 WHERE alaska___juneau__ = "90 g/mi (56 g/km)" AND california__san_francisco_ = "110 g/mi (68 g/km)" |
31,229 | <question>: What was the emission rating in Mid-Atlantic South for the vehicle that was rated 300 g/mi (186 g/km) in the Midwest? <context>: CREATE TABLE table_16105186_2 (mid_atlantic_south__washington VARCHAR, _dc_ VARCHAR, midwest__des_moines_ VARCHAR) | SELECT mid_atlantic_south__washington, _dc_ FROM table_16105186_2 WHERE midwest__des_moines_ = "300 g/mi (186 g/km)" |
31,230 | <question>: What was the US national average electric mix rating for the vehicle that was rated 280 g/mi (174 g/km) in the Midwest? <context>: CREATE TABLE table_16105186_2 (us_national_average_electric_mix VARCHAR, midwest__des_moines_ VARCHAR) | SELECT us_national_average_electric_mix FROM table_16105186_2 WHERE midwest__des_moines_ = "280 g/mi (174 g/km)" |
31,231 | <question>: How many Ford Focus electric vehicle emission test scores were recorded in California? <context>: CREATE TABLE table_16105186_2 (california__san_francisco_ VARCHAR, vehicle VARCHAR) | SELECT COUNT(california__san_francisco_) FROM table_16105186_2 WHERE vehicle = "Ford Focus Electric" |
31,232 | <question>: What was the emission rating in California for the vehicle that was rated 80 g/mi (50 g/km) in Alaska and 250 g/mi (155 g/km) in the Southeast ? <context>: CREATE TABLE table_16105186_2 (california__san_francisco_ VARCHAR, alaska___juneau__ VARCHAR, southeast__atlanta_ VARCHAR) | SELECT california__san_francisco_ FROM table_16105186_2 WHERE alaska___juneau__ = "80 g/mi (50 g/km)" AND southeast__atlanta_ = "250 g/mi (155 g/km)" |
31,233 | <question>: What was the lowest no. of attendance on record? <context>: CREATE TABLE table_16119656_1 (attendance INTEGER) | SELECT MIN(attendance) FROM table_16119656_1 |
31,234 | <question>: When was the game played if the attendance is less than 6427.0? <context>: CREATE TABLE table_16119656_1 (date VARCHAR, attendance INTEGER) | SELECT date FROM table_16119656_1 WHERE attendance < 6427.0 |
31,235 | <question>: How many were in attendance during the game on January 9, 1988? <context>: CREATE TABLE table_16119656_1 (attendance VARCHAR, date VARCHAR) | SELECT attendance FROM table_16119656_1 WHERE date = "January 9, 1988" |
31,236 | <question>: Where is the headquarters of the place whose abbreviation is hy? <context>: CREATE TABLE table_1610301_1 (headquarters VARCHAR, code VARCHAR) | SELECT headquarters FROM table_1610301_1 WHERE code = "HY" |
31,237 | <question>: Where is the headquarters of the place whose population in 2011 was 3811738? <context>: CREATE TABLE table_1610301_1 (headquarters VARCHAR, population__2011_ VARCHAR) | SELECT headquarters FROM table_1610301_1 WHERE population__2011_ = 3811738 |
31,238 | <question>: What was the minimum population in 2011 of the district of Prakasam? <context>: CREATE TABLE table_1610301_1 (population__2011_ INTEGER, district VARCHAR) | SELECT MIN(population__2011_) FROM table_1610301_1 WHERE district = "Prakasam" |
31,239 | <question>: What is the abbreviation of the district of Mahbubnagar? <context>: CREATE TABLE table_1610301_1 (code VARCHAR, district VARCHAR) | SELECT code FROM table_1610301_1 WHERE district = "Mahbubnagar" |
31,240 | <question>: What is the 2011 population of the district of East Godavari? <context>: CREATE TABLE table_1610301_1 (population__2011_ VARCHAR, district VARCHAR) | SELECT population__2011_ FROM table_1610301_1 WHERE district = "East Godavari" |
31,241 | <question>: What is the adjusted GDP when the nominal GDP per capita is 2874? <context>: CREATE TABLE table_1610496_3 (gdp_adjusted__$_billions_ VARCHAR, gdp_per_capita_nominal__$_ VARCHAR) | SELECT gdp_adjusted__$_billions_ FROM table_1610496_3 WHERE gdp_per_capita_nominal__$_ = 2874 |
31,242 | <question>: What is the adjusted GDP per capita when the population is 37.376 million? <context>: CREATE TABLE table_1610496_3 (gdp_per_capita_adjusted__$_ VARCHAR, population__millions_ VARCHAR) | SELECT gdp_per_capita_adjusted__$_ FROM table_1610496_3 WHERE population__millions_ = "37.376" |
31,243 | <question>: What is the nominal GDP per capita when the population is 63.056 million? <context>: CREATE TABLE table_1610496_3 (gdp_per_capita_nominal__ INTEGER, population__millions_ VARCHAR) | SELECT MIN(gdp_per_capita_nominal__) AS $_ FROM table_1610496_3 WHERE population__millions_ = "63.056" |
31,244 | <question>: What is the adjusted GDP when the population is 5.141 million? <context>: CREATE TABLE table_1610496_3 (gdp_adjusted__$_billions_ VARCHAR, population__millions_ VARCHAR) | SELECT gdp_adjusted__$_billions_ FROM table_1610496_3 WHERE population__millions_ = "5.141" |
31,245 | <question>: What is the population in millions when the adjusted GDP is 492 billion? <context>: CREATE TABLE table_1610496_3 (population__millions_ VARCHAR, gdp_adjusted__$_billions_ VARCHAR) | SELECT population__millions_ FROM table_1610496_3 WHERE gdp_adjusted__$_billions_ = "492" |
31,246 | <question>: What is the adjusted GDP when the nominal GDP is 8.43 (in billions)? <context>: CREATE TABLE table_1610496_3 (gdp_adjusted__$_billions_ VARCHAR, gdp_nominal__$_billions_ VARCHAR) | SELECT gdp_adjusted__$_billions_ FROM table_1610496_3 WHERE gdp_nominal__$_billions_ = "8.43" |
31,247 | <question>: What was the opearint profit (s$m) associated with an expenditure (s$m) of 12,127.8? <context>: CREATE TABLE table_161591_2 (operating_profit__s$m_ VARCHAR, expenditure__s$m_ VARCHAR) | SELECT operating_profit__s$m_ FROM table_161591_2 WHERE expenditure__s$m_ = "12,127.8" |
31,248 | <question>: What was the expenditure (s$m) associated with an operating profit (s$m) of 717.1? <context>: CREATE TABLE table_161591_2 (expenditure__s$m_ VARCHAR, operating_profit__s$m_ VARCHAR) | SELECT expenditure__s$m_ FROM table_161591_2 WHERE operating_profit__s$m_ = "717.1" |
31,249 | <question>: How many years was the operating profit (s$m) 717.1? <context>: CREATE TABLE table_161591_2 (profit_before_taxation__s VARCHAR, operating_profit__s$m_ VARCHAR) | SELECT COUNT(profit_before_taxation__s) AS $m_ FROM table_161591_2 WHERE operating_profit__s$m_ = "717.1" |
31,250 | <question>: Name the simplified characters for wade giles is ch'ing-yüan … i-ma <context>: CREATE TABLE table_16162581_1 (simplified_characters VARCHAR, wade_giles VARCHAR) | SELECT simplified_characters FROM table_16162581_1 WHERE wade_giles = "ch'ing-yüan … i-ma" |
31,251 | <question>: Name the pinyin for 657 date <context>: CREATE TABLE table_16162581_1 (pinyin VARCHAR, date__ce_ VARCHAR) | SELECT pinyin FROM table_16162581_1 WHERE date__ce_ = "657" |
31,252 | <question>: Name the text for 心猿意马 <context>: CREATE TABLE table_16162581_1 (text VARCHAR, simplified_characters VARCHAR) | SELECT text FROM table_16162581_1 WHERE simplified_characters = "心猿意马" |
31,253 | <question>: Name the simplified charaacters being hsin-yüan … i-ma <context>: CREATE TABLE table_16162581_1 (simplified_characters VARCHAR, wade_giles VARCHAR) | SELECT simplified_characters FROM table_16162581_1 WHERE wade_giles = "hsin-yüan … i-ma" |
31,254 | <question>: Name the total number of pinyin for hsin-yüan-i-ma <context>: CREATE TABLE table_16162581_1 (pinyin VARCHAR, wade_giles VARCHAR) | SELECT COUNT(pinyin) FROM table_16162581_1 WHERE wade_giles = "hsin-yüan-i-ma" |
31,255 | <question>: Name the date for qíngyuán … yìmǎ <context>: CREATE TABLE table_16162581_1 (date__ce_ VARCHAR, pinyin VARCHAR) | SELECT date__ce_ FROM table_16162581_1 WHERE pinyin = "qíngyuán … yìmǎ" |
31,256 | <question>: Which line offers Fast to Norwood Junction? <context>: CREATE TABLE table_1612760_1 (line VARCHAR, service_pattern VARCHAR) | SELECT line FROM table_1612760_1 WHERE service_pattern = "Fast to Norwood Junction" |
31,257 | <question>: Who is the operator to Highbury & Islington? <context>: CREATE TABLE table_1612760_1 (operator VARCHAR, destination VARCHAR) | SELECT operator FROM table_1612760_1 WHERE destination = "Highbury & Islington" |
31,258 | <question>: How many frequency figures are given for next station service pattern? <context>: CREATE TABLE table_1612760_1 (frequency__per_hour_ VARCHAR, service_pattern VARCHAR) | SELECT COUNT(frequency__per_hour_) FROM table_1612760_1 WHERE service_pattern = "Next station" |
31,259 | <question>: Who is the operator to destination Dalston Junction? <context>: CREATE TABLE table_1612760_1 (operator VARCHAR, destination VARCHAR) | SELECT operator FROM table_1612760_1 WHERE destination = "Dalston Junction" |
31,260 | <question>: How many tournament wins were at Volvo Masters Andalucia? <context>: CREATE TABLE table_1615980_4 (no VARCHAR, tournament VARCHAR) | SELECT COUNT(no) FROM table_1615980_4 WHERE tournament = "Volvo Masters Andalucia" |
31,261 | <question>: Who was the runner up at the Volvo Masters Andalucia? <context>: CREATE TABLE table_1615980_4 (runner_s__up VARCHAR, tournament VARCHAR) | SELECT runner_s__up FROM table_1615980_4 WHERE tournament = "Volvo Masters Andalucia" |
31,262 | <question>: In what tournament was the winning score 68-67-65-66=266? <context>: CREATE TABLE table_1615980_4 (tournament VARCHAR, winning_score VARCHAR) | SELECT tournament FROM table_1615980_4 WHERE winning_score = 68 - 67 - 65 - 66 = 266 |
31,263 | <question>: Name the joined for blue hose <context>: CREATE TABLE table_16168849_1 (joined VARCHAR, nickname VARCHAR) | SELECT joined FROM table_16168849_1 WHERE nickname = "Blue Hose" |
31,264 | <question>: Name the maximum founded for blue hose <context>: CREATE TABLE table_16168849_1 (founded INTEGER, nickname VARCHAR) | SELECT MAX(founded) FROM table_16168849_1 WHERE nickname = "Blue Hose" |
31,265 | <question>: Name the maximum enrollment for st. andrews university <context>: CREATE TABLE table_16168849_1 (enrollment INTEGER, institution VARCHAR) | SELECT MAX(enrollment) FROM table_16168849_1 WHERE institution = "St. Andrews University" |
31,266 | <question>: Name the current conference for 1974, 1989 <context>: CREATE TABLE table_16168849_1 (current_conference VARCHAR, left VARCHAR) | SELECT current_conference FROM table_16168849_1 WHERE left = "1974, 1989" |
31,267 | <question>: What is the total number of episodes where alexa wyatt is the writer? <context>: CREATE TABLE table_16175064_3 (series__number VARCHAR, writer_s_ VARCHAR) | SELECT COUNT(series__number) FROM table_16175064_3 WHERE writer_s_ = "Alexa Wyatt" |
31,268 | <question>: Who is the director when Chris Hawkshaw is the writer? <context>: CREATE TABLE table_16175064_3 (director_s_ VARCHAR, writer_s_ VARCHAR) | SELECT director_s_ FROM table_16175064_3 WHERE writer_s_ = "Chris Hawkshaw" |
31,269 | <question>: What is the season number of the episode directed by Donald Crombie and the series number is 40? <context>: CREATE TABLE table_16175064_3 (season__number VARCHAR, director_s_ VARCHAR, series__number VARCHAR) | SELECT season__number FROM table_16175064_3 WHERE director_s_ = "Donald Crombie" AND series__number = 40 |
31,270 | <question>: What is the released date for Super Mario 64 DS? <context>: CREATE TABLE table_1616608_2 (released_date VARCHAR, western_title VARCHAR) | SELECT released_date FROM table_1616608_2 WHERE western_title = "Super Mario 64 DS" |
31,271 | <question>: What are the game modes for the game released in 2007? <context>: CREATE TABLE table_1616608_2 (game_modes VARCHAR, released_date VARCHAR) | SELECT game_modes FROM table_1616608_2 WHERE released_date = "2007" |
31,272 | <question>: How many games share their western title with the Chinese title of 摸摸耀西-云中漫步 ? <context>: CREATE TABLE table_1616608_2 (western_title VARCHAR, chinese_title VARCHAR) | SELECT COUNT(western_title) FROM table_1616608_2 WHERE chinese_title = "摸摸耀西-云中漫步" |
31,273 | <question>: What was the released date of Polarium? <context>: CREATE TABLE table_1616608_2 (released_date VARCHAR, western_title VARCHAR) | SELECT released_date FROM table_1616608_2 WHERE western_title = "Polarium" |
31,274 | <question>: What game modes are there when the pinyin is zhígǎn yī bǐ ? <context>: CREATE TABLE table_1616608_2 (game_modes VARCHAR, pinyin VARCHAR) | SELECT game_modes FROM table_1616608_2 WHERE pinyin = "Zhígǎn Yī Bǐ" |
31,275 | <question>: What is the status of donor payment in the country where there are 6 children per donor and no data on allowed recipients? <context>: CREATE TABLE table_16175217_1 (donor_payment VARCHAR, children_per_donor VARCHAR, allowed_recipients VARCHAR) | SELECT donor_payment FROM table_16175217_1 WHERE children_per_donor = "6 children" AND allowed_recipients = "no data" |
31,276 | <question>: What are donor payments in the country where there are 12 children to 6 families (2 per family)? <context>: CREATE TABLE table_16175217_1 (donor_payment VARCHAR, children_per_donor VARCHAR) | SELECT donor_payment FROM table_16175217_1 WHERE children_per_donor = "12 children to 6 families (2 per family)" |
31,277 | <question>: What is the donor payment in Belgium? <context>: CREATE TABLE table_16175217_1 (donor_payment VARCHAR, country VARCHAR) | SELECT donor_payment FROM table_16175217_1 WHERE country = "Belgium" |
31,278 | <question>: What is the country where there are 8 children per donor and no data for donor payments? <context>: CREATE TABLE table_16175217_1 (country VARCHAR, children_per_donor VARCHAR, donor_payment VARCHAR) | SELECT country FROM table_16175217_1 WHERE children_per_donor = "8 children" AND donor_payment = "no data" |
31,279 | <question>: What are the children per donor in the country where the allowed recipients are married or in cohabitation? <context>: CREATE TABLE table_16175217_1 (children_per_donor VARCHAR, allowed_recipients VARCHAR) | SELECT children_per_donor FROM table_16175217_1 WHERE allowed_recipients = "Married or in cohabitation" |
31,280 | <question>: List the possible children per donor levels for countries where the allowed recipients is no data. <context>: CREATE TABLE table_16175217_1 (children_per_donor VARCHAR, allowed_recipients VARCHAR) | SELECT children_per_donor FROM table_16175217_1 WHERE allowed_recipients = "no data" |
31,281 | <question>: Against which team does Missouri Tigers have a record of mu, 2-1 at a neutral site? <context>: CREATE TABLE table_16201038_4 (missouri_vs VARCHAR, at_neutral_site VARCHAR) | SELECT missouri_vs FROM table_16201038_4 WHERE at_neutral_site = "MU, 2-1" |
31,282 | <question>: Which is the team against which Missouri Tigers have a record of ui, 4-1 at the opponent's venue?How <context>: CREATE TABLE table_16201038_4 (missouri_vs VARCHAR, at_opponents_venue VARCHAR) | SELECT missouri_vs FROM table_16201038_4 WHERE at_opponents_venue = "UI, 4-1" |
31,283 | <question>: How many times did the team achieve an overrall record of mu, 21-19? <context>: CREATE TABLE table_16201038_4 (last_5_meetings VARCHAR, overall_record VARCHAR) | SELECT COUNT(last_5_meetings) FROM table_16201038_4 WHERE overall_record = "MU, 21-19" |
31,284 | <question>: What is the record at the neutral site for when the overall record is ui, 27-16? <context>: CREATE TABLE table_16201038_4 (at_neutral_site VARCHAR, overall_record VARCHAR) | SELECT at_neutral_site FROM table_16201038_4 WHERE overall_record = "UI, 27-16" |
31,285 | <question>: What is the record at the opponent's venue against the team for which the record for the last 5 meetings is mu, 4-1 and the record at the neutral site is tied, 0-0? <context>: CREATE TABLE table_16201038_4 (at_opponents_venue VARCHAR, last_5_meetings VARCHAR, at_neutral_site VARCHAR) | SELECT at_opponents_venue FROM table_16201038_4 WHERE last_5_meetings = "MU, 4-1" AND at_neutral_site = "Tied, 0-0" |
31,286 | <question>: What is the stamp duty reserve tax when the percentage over total tax revenue is 0.79? <context>: CREATE TABLE table_1618358_1 (stamp_duty_reserve_tax VARCHAR, over_total_tax_revenue__in__percentage_ VARCHAR) | SELECT stamp_duty_reserve_tax FROM table_1618358_1 WHERE over_total_tax_revenue__in__percentage_ = "0.79" |
31,287 | <question>: When the standard stamp duty is 367 what is the percentage over gdp? <context>: CREATE TABLE table_1618358_1 (over_gdp__in__percentage_ VARCHAR, standard_stamp_duty VARCHAR) | SELECT over_gdp__in__percentage_ FROM table_1618358_1 WHERE standard_stamp_duty = "367" |
31,288 | <question>: When the stamp duty reserve tax is 3,669 what is the percentage over gdp? <context>: CREATE TABLE table_1618358_1 (over_gdp__in__percentage_ VARCHAR, stamp_duty_reserve_tax VARCHAR) | SELECT over_gdp__in__percentage_ FROM table_1618358_1 WHERE stamp_duty_reserve_tax = "3,669" |
31,289 | <question>: During what years are the percentage over total tax revenue is 0.65? <context>: CREATE TABLE table_1618358_1 (year VARCHAR, over_total_tax_revenue__in__percentage_ VARCHAR) | SELECT year FROM table_1618358_1 WHERE over_total_tax_revenue__in__percentage_ = "0.65" |
31,290 | <question>: Name the total number of opponets venue for oklahoma <context>: CREATE TABLE table_16201038_3 (at_opponents_venue VARCHAR, missouri_vs VARCHAR) | SELECT COUNT(at_opponents_venue) FROM table_16201038_3 WHERE missouri_vs = "Oklahoma" |
31,291 | <question>: Name the total number of last 5 meetings for texas tech <context>: CREATE TABLE table_16201038_3 (last_5_meetings VARCHAR, missouri_vs VARCHAR) | SELECT COUNT(last_5_meetings) FROM table_16201038_3 WHERE missouri_vs = "Texas Tech" |
31,292 | <question>: Name the total number of series sorted for when released is april 2010 <context>: CREATE TABLE table_1620397_2 (series_sorted VARCHAR, released VARCHAR) | SELECT COUNT(series_sorted) FROM table_1620397_2 WHERE released = "April 2010" |
31,293 | <question>: Name the author for 6y/ae <context>: CREATE TABLE table_1620397_2 (author VARCHAR, series_sorted VARCHAR) | SELECT author FROM table_1620397_2 WHERE series_sorted = "6Y/AE" |
31,294 | <question>: Name the author for peri and april 2010 <context>: CREATE TABLE table_1620397_2 (author VARCHAR, featuring VARCHAR, released VARCHAR) | SELECT author FROM table_1620397_2 WHERE featuring = "Peri" AND released = "April 2010" |
31,295 | <question>: Name the released for pat mills <context>: CREATE TABLE table_1620397_2 (released VARCHAR, author VARCHAR) | SELECT released FROM table_1620397_2 WHERE author = "Pat Mills" |
31,296 | <question>: Name the featuring for pat mills <context>: CREATE TABLE table_1620397_2 (featuring VARCHAR, author VARCHAR) | SELECT featuring FROM table_1620397_2 WHERE author = "Pat Mills" |
31,297 | <question>: What are the outcomes of the last 5 meetings where the overall record is UM, 2-1? <context>: CREATE TABLE table_16201038_5 (last_5_meetings VARCHAR, overall_record VARCHAR) | SELECT last_5_meetings FROM table_16201038_5 WHERE overall_record = "UM, 2-1" |
31,298 | <question>: What is the record of wins/losses that were played at opponents venue (uf, 1-0) <context>: CREATE TABLE table_16201038_5 (overall_record VARCHAR, at_opponents_venue VARCHAR) | SELECT overall_record FROM table_16201038_5 WHERE at_opponents_venue = "UF, 1-0" |
31,299 | <question>: Who are the opponents of Missouri that have an overall record of MU, 3-1? <context>: CREATE TABLE table_16201038_5 (missouri_vs VARCHAR, overall_record VARCHAR) | SELECT missouri_vs FROM table_16201038_5 WHERE overall_record = "MU, 3-1" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.