combined_text stringlengths 106 1.05k |
|---|
###question:What was the score in Hampden Park, Glasgow?###answer:SELECT score FROM table_name_68 WHERE venue = "hampden park, glasgow"###context:CREATE TABLE table_name_68 (score VARCHAR, venue VARCHAR) |
###question:Which Venue has a Notes of 2:28:31?###answer:SELECT venue FROM table_name_83 WHERE notes = "2:28:31"###context:CREATE TABLE table_name_83 (venue VARCHAR, notes VARCHAR) |
###question:Which Venue has a Competition of venice marathon?###answer:SELECT venue FROM table_name_98 WHERE competition = "venice marathon"###context:CREATE TABLE table_name_98 (venue VARCHAR, competition VARCHAR) |
###question:Which Year that has Notes of dnf?###answer:SELECT MIN(year) FROM table_name_17 WHERE notes = "dnf"###context:CREATE TABLE table_name_17 (year INTEGER, notes VARCHAR) |
###question:Which Competition has a Year larger than 2000?###answer:SELECT competition FROM table_name_45 WHERE year > 2000###context:CREATE TABLE table_name_45 (competition VARCHAR, year INTEGER) |
###question:What date has a set 4 of 25-19?###answer:SELECT date FROM table_name_33 WHERE set_4 = "25-19"###context:CREATE TABLE table_name_33 (date VARCHAR, set_4 VARCHAR) |
###question:What is the total for the set 2 of 25-18?###answer:SELECT total FROM table_name_80 WHERE set_2 = "25-18"###context:CREATE TABLE table_name_80 (total VARCHAR, set_2 VARCHAR) |
###question:What is the total for set 2 of 25-19?###answer:SELECT total FROM table_name_55 WHERE set_2 = "25-19"###context:CREATE TABLE table_name_55 (total VARCHAR, set_2 VARCHAR) |
###question:What is set 3 when set 5 is na, set 1 is 21-25, and set 2 is 25-16?###answer:SELECT set_3 FROM table_name_54 WHERE set_5 = "na" AND set_1 = "21-25" AND set_2 = "25-16"###context:CREATE TABLE table_name_54 (set_3 VARCHAR, set_2 VARCHAR, set_5 VARCHAR, set_1 VARCHAR) |
###question:What is the set 1 for the date jun 26, and a set 2 of 25-16?###answer:SELECT set_1 FROM table_name_90 WHERE date = "jun 26" AND set_2 = "25-16"###context:CREATE TABLE table_name_90 (set_1 VARCHAR, date VARCHAR, set_2 VARCHAR) |
###question:What is the total for set 2 17-25?###answer:SELECT total FROM table_name_80 WHERE set_2 = "17-25"###context:CREATE TABLE table_name_80 (total VARCHAR, set_2 VARCHAR) |
###question:What Opponent has a Score that is 1-6, 3-6?###answer:SELECT opponent FROM table_name_57 WHERE score = "1-6, 3-6"###context:CREATE TABLE table_name_57 (opponent VARCHAR, score VARCHAR) |
###question:What writer has mort drucker as the artist, an issue greater than 470, and law & order: svu as an actual title?###answer:SELECT writer FROM table_name_9 WHERE artist = "mort drucker" AND issue > 470 AND actual_title = "law & order: svu"###context:CREATE TABLE table_name_9 (writer VARCHAR, actual_title VARCH... |
###question:What date has ed as an actual title?###answer:SELECT date FROM table_name_93 WHERE actual_title = "ed"###context:CREATE TABLE table_name_93 (date VARCHAR, actual_title VARCHAR) |
###question:What isssue has 7th heaven as an actual title?###answer:SELECT issue FROM table_name_51 WHERE actual_title = "7th heaven"###context:CREATE TABLE table_name_51 (issue VARCHAR, actual_title VARCHAR) |
###question:What issue has mort drucker as the artist and february 2001 as the date?###answer:SELECT issue FROM table_name_20 WHERE artist = "mort drucker" AND date = "february 2001"###context:CREATE TABLE table_name_20 (issue VARCHAR, artist VARCHAR, date VARCHAR) |
###question:In what Week was the Attendance 39,434?###answer:SELECT COUNT(week) FROM table_name_78 WHERE attendance < 39 OFFSET 434###context:CREATE TABLE table_name_78 (week VARCHAR, attendance INTEGER) |
###question:What year was the match were xavier malisse was the runner-up against lleyton hewitt?###answer:SELECT year FROM table_name_3 WHERE outcome = "runner-up" AND opponent = "lleyton hewitt"###context:CREATE TABLE table_name_3 (year VARCHAR, outcome VARCHAR, opponent VARCHAR) |
###question:What year was the match against filippo volandri where xavier malisse was runner-up?###answer:SELECT year FROM table_name_39 WHERE outcome = "runner-up" AND opponent = "filippo volandri"###context:CREATE TABLE table_name_39 (year VARCHAR, outcome VARCHAR, opponent VARCHAR) |
###question:How many against have a difference of 6, with a played greater than 19?###answer:SELECT SUM(against) FROM table_name_57 WHERE difference = "6" AND played > 19###context:CREATE TABLE table_name_57 (against INTEGER, difference VARCHAR, played VARCHAR) |
###question:What is the lowest drawn that has a played greater than 19, with a position less than 2?###answer:SELECT MIN(drawn) FROM table_name_52 WHERE played > 19 AND position < 2###context:CREATE TABLE table_name_52 (drawn INTEGER, played VARCHAR, position VARCHAR) |
###question:What is the average against that has a drawn less than 7, points greater than 22, and 19 for the played?###answer:SELECT AVG(against) FROM table_name_66 WHERE drawn < 7 AND points > 22 AND played = 19###context:CREATE TABLE table_name_66 (against INTEGER, played VARCHAR, drawn VARCHAR, points VARCHAR) |
###question:When has a TV Time of fox 12:00 pm cdt?###answer:SELECT date FROM table_name_75 WHERE tv_time = "fox 12:00 pm cdt"###context:CREATE TABLE table_name_75 (date VARCHAR, tv_time VARCHAR) |
###question:When has a Week of 8?###answer:SELECT date FROM table_name_73 WHERE week = 8###context:CREATE TABLE table_name_73 (date VARCHAR, week VARCHAR) |
###question:Which Week has a Result of l 13-16 and an Opponent of at buffalo bills?###answer:SELECT AVG(week) FROM table_name_27 WHERE result = "l 13-16" AND opponent = "at buffalo bills"###context:CREATE TABLE table_name_27 (week INTEGER, result VARCHAR, opponent VARCHAR) |
###question:What kind of TV Time that has a Result of w 24–10?###answer:SELECT tv_time FROM table_name_72 WHERE result = "w 24–10"###context:CREATE TABLE table_name_72 (tv_time VARCHAR, result VARCHAR) |
###question:What is the name of the conference that K. C. Jones was a head coach in?###answer:SELECT conf FROM table_name_78 WHERE head_coach = "k. c. jones"###context:CREATE TABLE table_name_78 (conf VARCHAR, head_coach VARCHAR) |
###question:Who had the highest assists of the game on March 5?###answer:SELECT high_assists FROM table_name_50 WHERE date = "march 5"###context:CREATE TABLE table_name_50 (high_assists VARCHAR, date VARCHAR) |
###question:What is the least amount of appearances by new zealand when they scored 4 goals?###answer:SELECT MIN(appearances) FROM table_name_85 WHERE goals = 4 AND nationality = "new zealand"###context:CREATE TABLE table_name_85 (appearances INTEGER, goals VARCHAR, nationality VARCHAR) |
###question:how many appearances did batram suri category:articles with hcards have scoring less than 2 goals?###answer:SELECT COUNT(appearances) FROM table_name_41 WHERE name = "batram suri category:articles with hcards" AND goals < 2###context:CREATE TABLE table_name_41 (appearances VARCHAR, name VARCHAR, goals VARCH... |
###question:What province has a v valparaíso region and an area of 927.2?###answer:SELECT province FROM table_name_31 WHERE region = "v valparaíso" AND area = 927.2###context:CREATE TABLE table_name_31 (province VARCHAR, region VARCHAR, area VARCHAR) |
###question:What is the average area with valparaíso as the capital?###answer:SELECT AVG(area) FROM table_name_34 WHERE capital = "valparaíso"###context:CREATE TABLE table_name_34 (area INTEGER, capital VARCHAR) |
###question:WHich Category in White has a Amerindian of 4,87%?###answer:SELECT white FROM table_name_96 WHERE amerindian = "4,87%"###context:CREATE TABLE table_name_96 (white VARCHAR, amerindian VARCHAR) |
###question:WHich Category in White has a Black of 38,05%?###answer:SELECT white FROM table_name_35 WHERE black = "38,05%"###context:CREATE TABLE table_name_35 (white VARCHAR, black VARCHAR) |
###question:Which Category in Brown has a Frequency of 0.08%?###answer:SELECT brown FROM table_name_84 WHERE frequency = "0.08%"###context:CREATE TABLE table_name_84 (brown VARCHAR, frequency VARCHAR) |
###question:Which Category in Black has a Brown of 6,54%?###answer:SELECT black FROM table_name_61 WHERE brown = "6,54%"###context:CREATE TABLE table_name_61 (black VARCHAR, brown VARCHAR) |
###question:What is the Capacity in use with an Annual change that is 21.8%?###answer:SELECT capacity_in_use FROM table_name_31 WHERE annual_change = "21.8%"###context:CREATE TABLE table_name_31 (capacity_in_use VARCHAR, annual_change VARCHAR) |
###question:How many Tries has Points for smaller than 137, and Tries against larger than 12?###answer:SELECT COUNT(tries_for) FROM table_name_81 WHERE points_for < 137 AND tries_against > 12###context:CREATE TABLE table_name_81 (tries_for VARCHAR, points_for VARCHAR, tries_against VARCHAR) |
###question:WHich Team that has Points against of 43?###answer:SELECT team FROM table_name_17 WHERE points_against = 43###context:CREATE TABLE table_name_17 (team VARCHAR, points_against VARCHAR) |
###question:WHich Tries has a Team of pau and Points against larger than 103?###answer:SELECT MIN(tries_for) FROM table_name_48 WHERE team = "pau" AND points_against > 103###context:CREATE TABLE table_name_48 (tries_for INTEGER, team VARCHAR, points_against VARCHAR) |
###question:How many Points against has Tries for smaller than 14, and a Team of llanelli?###answer:SELECT AVG(points_against) FROM table_name_13 WHERE tries_for < 14 AND team = "llanelli"###context:CREATE TABLE table_name_13 (points_against INTEGER, tries_for VARCHAR, team VARCHAR) |
###question:How many Tries against has a Try diff of –17 and Points for smaller than 80?###answer:SELECT COUNT(tries_against) FROM table_name_30 WHERE try_diff = "–17" AND points_for < 80###context:CREATE TABLE table_name_30 (tries_against VARCHAR, try_diff VARCHAR, points_for VARCHAR) |
###question:Which player was the forward?###answer:SELECT player FROM table_name_7 WHERE position = "forward"###context:CREATE TABLE table_name_7 (player VARCHAR, position VARCHAR) |
###question:Which years in Orlando are featured with the center position?###answer:SELECT years_in_orlando FROM table_name_11 WHERE position = "center"###context:CREATE TABLE table_name_11 (years_in_orlando VARCHAR, position VARCHAR) |
###question:Which position was in Orlando in 2000?###answer:SELECT position FROM table_name_15 WHERE years_in_orlando = "2000"###context:CREATE TABLE table_name_15 (position VARCHAR, years_in_orlando VARCHAR) |
###question:What is the Name with Goals that are 135?###answer:SELECT name FROM table_name_61 WHERE goals = 135###context:CREATE TABLE table_name_61 (name VARCHAR, goals VARCHAR) |
###question:Which American Labor candidate ran against Democratic candidate Robert F. Wagner?###answer:SELECT american_labor_ticket FROM table_name_51 WHERE democratic_ticket = "robert f. wagner"###context:CREATE TABLE table_name_51 (american_labor_ticket VARCHAR, democratic_ticket VARCHAR) |
###question:Which Socialist candidate ran against American Labor candidate Caroline O'Day?###answer:SELECT socialist_ticket FROM table_name_65 WHERE american_labor_ticket = "caroline o'day"###context:CREATE TABLE table_name_65 (socialist_ticket VARCHAR, american_labor_ticket VARCHAR) |
###question:Which Democrtic candidate ran against the Socialist candidate Edna Mitchell Blue?###answer:SELECT democratic_ticket FROM table_name_71 WHERE socialist_ticket = "edna mitchell blue"###context:CREATE TABLE table_name_71 (democratic_ticket VARCHAR, socialist_ticket VARCHAR) |
###question:Which American Labor candidate is running against the Socialist candidate Herman J. Hahn?###answer:SELECT american_labor_ticket FROM table_name_55 WHERE socialist_ticket = "herman j. hahn"###context:CREATE TABLE table_name_55 (american_labor_ticket VARCHAR, socialist_ticket VARCHAR) |
###question:Which Republican ran against the American Labor candidate Matthew J. Merritt?###answer:SELECT republican_ticket FROM table_name_5 WHERE american_labor_ticket = "matthew j. merritt"###context:CREATE TABLE table_name_5 (republican_ticket VARCHAR, american_labor_ticket VARCHAR) |
###question:Which American Labor candidate ran against Republican Thomas E. Dewey?###answer:SELECT american_labor_ticket FROM table_name_91 WHERE republican_ticket = "thomas e. dewey"###context:CREATE TABLE table_name_91 (american_labor_ticket VARCHAR, republican_ticket VARCHAR) |
###question:Who is the Opponent in the final after 1983 with an Outcome of runner-up?###answer:SELECT opponent_in_the_final FROM table_name_48 WHERE outcome = "runner-up" AND date > 1983###context:CREATE TABLE table_name_48 (opponent_in_the_final VARCHAR, outcome VARCHAR, date VARCHAR) |
###question:What Opponent in the final had a match with a Score in the final of 7–5, 6–2?###answer:SELECT opponent_in_the_final FROM table_name_31 WHERE score_in_the_final = "7–5, 6–2"###context:CREATE TABLE table_name_31 (opponent_in_the_final VARCHAR, score_in_the_final VARCHAR) |
###question:What is the Championship with Vitas Gerulaitis as Opponent in the final in a match on Clay Surface?###answer:SELECT championship FROM table_name_3 WHERE surface = "clay" AND opponent_in_the_final = "vitas gerulaitis"###context:CREATE TABLE table_name_3 (championship VARCHAR, surface VARCHAR, opponent_in_the... |
###question:What is the smallest percentage of marine area for Pacific Marine ecozone and percentage of total area greater than 3.1?###answer:SELECT MIN(percentage_of_marine_area__foreez_) FROM table_name_50 WHERE ecozone = "pacific marine" AND percentage_of_total_area__foreez_ > 3.1###context:CREATE TABLE table_name_5... |
###question:How many values for percentage of marine area are for the Atlantic marine ecozone with an exclusive economic zone area less than 996,439?###answer:SELECT COUNT(percentage_of_marine_area__foreez_) FROM table_name_78 WHERE ecozone = "atlantic marine" AND area__km²__exclusive_economic_zone < 996 OFFSET 439###c... |
###question:What is the team when alvin williams (6) has the high assists?###answer:SELECT team FROM table_name_29 WHERE high_assists = "alvin williams (6)"###context:CREATE TABLE table_name_29 (team VARCHAR, high_assists VARCHAR) |
###question:What is the Record for a game less than 3 and the score was l 91–96 (ot)?###answer:SELECT record FROM table_name_19 WHERE game < 3 AND score = "l 91–96 (ot)"###context:CREATE TABLE table_name_19 (record VARCHAR, game VARCHAR, score VARCHAR) |
###question:What is the Date when the high points went to Dell Curry (17)?###answer:SELECT date FROM table_name_84 WHERE high_points = "dell curry (17)"###context:CREATE TABLE table_name_84 (date VARCHAR, high_points VARCHAR) |
###question:What is the Team when antonio davis (8) had the high rebounds?###answer:SELECT team FROM table_name_53 WHERE high_rebounds = "antonio davis (8)"###context:CREATE TABLE table_name_53 (team VARCHAR, high_rebounds VARCHAR) |
###question:What is the Tournament with a Date that is apr 16, 1967?###answer:SELECT tournament FROM table_name_56 WHERE date = "apr 16, 1967"###context:CREATE TABLE table_name_56 (tournament VARCHAR, date VARCHAR) |
###question:What is the Date with a Runner(s)-up that is jerry steelsmith?###answer:SELECT date FROM table_name_69 WHERE runner_s__up = "jerry steelsmith"###context:CREATE TABLE table_name_69 (date VARCHAR, runner_s__up VARCHAR) |
###question:What kind of Obama that has a Source of rasmussen reports?###answer:SELECT obama FROM table_name_28 WHERE source = "rasmussen reports"###context:CREATE TABLE table_name_28 (obama VARCHAR, source VARCHAR) |
###question:Which Source has a Undecided of 2%?###answer:SELECT source FROM table_name_46 WHERE undecided = "2%"###context:CREATE TABLE table_name_46 (source VARCHAR, undecided VARCHAR) |
###question:What kind of Obama has a Undecided of 1%?###answer:SELECT obama FROM table_name_87 WHERE undecided = "1%"###context:CREATE TABLE table_name_87 (obama VARCHAR, undecided VARCHAR) |
###question:When has a Source of surveyusa and a Obama of 54%?###answer:SELECT date FROM table_name_8 WHERE source = "surveyusa" AND obama = "54%"###context:CREATE TABLE table_name_8 (date VARCHAR, source VARCHAR, obama VARCHAR) |
###question:When has a Source of rasmussen reports?###answer:SELECT date FROM table_name_39 WHERE source = "rasmussen reports"###context:CREATE TABLE table_name_39 (date VARCHAR, source VARCHAR) |
###question:Which Source has a Clinton of 39% and a Undecided of 7%?###answer:SELECT source FROM table_name_94 WHERE clinton = "39%" AND undecided = "7%"###context:CREATE TABLE table_name_94 (source VARCHAR, clinton VARCHAR, undecided VARCHAR) |
###question:What is the Date of Birth with a Block that is larger than 342?###answer:SELECT date_of_birth FROM table_name_18 WHERE block > 342###context:CREATE TABLE table_name_18 (date_of_birth VARCHAR, block INTEGER) |
###question:What is the number of positions that have 2012 ratings of 0.92?###answer:SELECT COUNT(position) FROM table_name_21 WHERE 2012 = "0.92"###context:CREATE TABLE table_name_21 (position VARCHAR) |
###question:What is the owner of the channel that has a 2012 rating of 5.42?###answer:SELECT owner FROM table_name_96 WHERE 2012 = "5.42"###context:CREATE TABLE table_name_96 (owner VARCHAR) |
###question:What is the 2007 rating of the channel with a position of 6?###answer:SELECT 2007 FROM table_name_28 WHERE position = 6###context:CREATE TABLE table_name_28 (position VARCHAR) |
###question:What is the channel with a 2011 rating of 8.5?###answer:SELECT channel FROM table_name_64 WHERE 2011 = "8.5"###context:CREATE TABLE table_name_64 (channel VARCHAR) |
###question:What is ASTC Member, when State is Arkansas, when AAM Member is No, and when AAM Accredited is Yes?###answer:SELECT astc_member FROM table_name_39 WHERE state = "arkansas" AND aam_member = "no" AND aam_accredited = "yes"###context:CREATE TABLE table_name_39 (astc_member VARCHAR, aam_accredited VARCHAR, stat... |
###question:What is City, when State is Florida, when AAM Member is No, and when AAM Accredited is No?###answer:SELECT city FROM table_name_61 WHERE state = "florida" AND aam_member = "no" AND aam_accredited = "no"###context:CREATE TABLE table_name_61 (city VARCHAR, aam_accredited VARCHAR, state VARCHAR, aam_member VAR... |
###question:What is City, when ASTC Member is No, when State is California, and when AAM Member is Yes?###answer:SELECT city FROM table_name_62 WHERE astc_member = "no" AND state = "california" AND aam_member = "yes"###context:CREATE TABLE table_name_62 (city VARCHAR, aam_member VARCHAR, astc_member VARCHAR, state VARC... |
###question:What is State, when AAM Accredited is No, when ASTC Member is No, and when City is Tulsa?###answer:SELECT state FROM table_name_49 WHERE aam_accredited = "no" AND astc_member = "no" AND city = "tulsa"###context:CREATE TABLE table_name_49 (state VARCHAR, city VARCHAR, aam_accredited VARCHAR, astc_member VARC... |
###question:What is City, when State is California, when AAM Accredited is No, when ASTC Member is Yes, and when AAM Member is No?###answer:SELECT city FROM table_name_30 WHERE state = "california" AND aam_accredited = "no" AND astc_member = "yes" AND aam_member = "no"###context:CREATE TABLE table_name_30 (city VARCHAR... |
###question:What is AAM Member, when AAM Accredited is No, when State is California, when ASTC Member is Yes, and when City is Sacramento?###answer:SELECT aam_member FROM table_name_21 WHERE aam_accredited = "no" AND state = "california" AND astc_member = "yes" AND city = "sacramento"###context:CREATE TABLE table_name_... |
###question:Who were the runners-up when the individual winner was Tiger Woods?###answer:SELECT runners_up FROM table_name_17 WHERE individual = "tiger woods"###context:CREATE TABLE table_name_17 (runners_up VARCHAR, individual VARCHAR) |
###question:How many years was the individual winner from the United States was Tiger Woods?###answer:SELECT COUNT(year) FROM table_name_75 WHERE country = "united states" AND individual = "tiger woods"###context:CREATE TABLE table_name_75 (year VARCHAR, country VARCHAR, individual VARCHAR) |
###question:What is the earliest year that the tournament was played in Cape Town, South Africa?###answer:SELECT MIN(year) FROM table_name_71 WHERE location = "cape town, south africa"###context:CREATE TABLE table_name_71 (year INTEGER, location VARCHAR) |
###question:Who is the Driver, when the Date is October 6?###answer:SELECT driver FROM table_name_98 WHERE date = "october 6"###context:CREATE TABLE table_name_98 (driver VARCHAR, date VARCHAR) |
###question:What is the total number of Seasons, when the Engine is Cosworth, and when the Team is Kraco Racing?###answer:SELECT COUNT(season) FROM table_name_85 WHERE engine = "cosworth" AND team = "kraco racing"###context:CREATE TABLE table_name_85 (season VARCHAR, engine VARCHAR, team VARCHAR) |
###question:Who is the Driver, when the Engine is Chevrolet, and when the Date is October 3?###answer:SELECT driver FROM table_name_90 WHERE engine = "chevrolet" AND date = "october 3"###context:CREATE TABLE table_name_90 (driver VARCHAR, engine VARCHAR, date VARCHAR) |
###question:What is the sum of Seasons, when the Team is Penske Racing, and when the Date is October 3?###answer:SELECT SUM(season) FROM table_name_10 WHERE team = "penske racing" AND date = "october 3"###context:CREATE TABLE table_name_10 (season INTEGER, team VARCHAR, date VARCHAR) |
###question:What was the Year to Open for the Dandeung Bridge?###answer:SELECT COUNT(year_to_open) FROM table_name_51 WHERE name = "dandeung bridge"###context:CREATE TABLE table_name_51 (year_to_open VARCHAR, name VARCHAR) |
###question:What is the Main span of the Qincaobei Bridge###answer:SELECT main_span_feet FROM table_name_64 WHERE name = "qincaobei bridge"###context:CREATE TABLE table_name_64 (main_span_feet VARCHAR, name VARCHAR) |
###question:What is the Main span of the bridge from China with a Year to open of 2013 and Main span feet of 2,585?###answer:SELECT main_span_metres FROM table_name_23 WHERE year_to_open = 2013 AND country = "china" AND main_span_feet = "2,585"###context:CREATE TABLE table_name_23 (main_span_metres VARCHAR, main_span_f... |
###question:Which republican ticket has stanley h. fuld as the Democratic ticket?###answer:SELECT republican_ticket FROM table_name_25 WHERE democratic_ticket = "stanley h. fuld"###context:CREATE TABLE table_name_25 (republican_ticket VARCHAR, democratic_ticket VARCHAR) |
###question:What is the liberal ticket that has judith white as the socialist workers?###answer:SELECT liberal_ticket FROM table_name_73 WHERE socialist_workers_ticket = "judith white"###context:CREATE TABLE table_name_73 (liberal_ticket VARCHAR, socialist_workers_ticket VARCHAR) |
###question:What socialist workers ticket has malcolm wilson as the Republican ticket?###answer:SELECT socialist_workers_ticket FROM table_name_71 WHERE republican_ticket = "malcolm wilson"###context:CREATE TABLE table_name_71 (socialist_workers_ticket VARCHAR, republican_ticket VARCHAR) |
###question:Which office has kieran o'doherty as the conservative ticket?###answer:SELECT office FROM table_name_28 WHERE conservative_ticket = "kieran o'doherty"###context:CREATE TABLE table_name_28 (office VARCHAR, conservative_ticket VARCHAR) |
###question:What office has (none) as the socialist labor ticket, and stanley h. fuld as the liberal ticket?###answer:SELECT office FROM table_name_8 WHERE socialist_labor_ticket = "(none)" AND liberal_ticket = "stanley h. fuld"###context:CREATE TABLE table_name_8 (office VARCHAR, socialist_labor_ticket VARCHAR, libera... |
###question:If the call sign is w291ch what's the ERP W corresponding to that sign?###answer:SELECT erp_w FROM table_name_38 WHERE call_sign = "w291ch"###context:CREATE TABLE table_name_38 (erp_w VARCHAR, call_sign VARCHAR) |
###question:For the call sign w242at what's the city the license plate is registered to?###answer:SELECT city_of_license FROM table_name_78 WHERE call_sign = "w242at"###context:CREATE TABLE table_name_78 (city_of_license VARCHAR, call_sign VARCHAR) |
###question:What's the Class for the city the license plate was issued in great barrington, massachusetts?###answer:SELECT class FROM table_name_16 WHERE city_of_license = "great barrington, massachusetts"###context:CREATE TABLE table_name_16 (class VARCHAR, city_of_license VARCHAR) |
###question:How many gold have a bronze of 1, a rank smaller than 6, and a total less than 3?###answer:SELECT SUM(gold) FROM table_name_81 WHERE bronze = 1 AND rank < 6 AND total < 3###context:CREATE TABLE table_name_81 (gold INTEGER, total VARCHAR, bronze VARCHAR, rank VARCHAR) |
###question:How many France bronze have a gold of more than 1 and a rank of 0?###answer:SELECT SUM(bronze) FROM table_name_79 WHERE gold > 1 AND nation = "france" AND rank < 1###context:CREATE TABLE table_name_79 (bronze INTEGER, rank VARCHAR, gold VARCHAR, nation VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.