Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
24,700 | <question>: Which Record has the Res of win with the Event of extreme fighting 1? <context>: CREATE TABLE table_name_30 (record VARCHAR, res VARCHAR, event VARCHAR) | SELECT record FROM table_name_30 WHERE res = "win" AND event = "extreme fighting 1" |
24,701 | <question>: What was the attendance where the record was 8-4? <context>: CREATE TABLE table_name_3 (attendance INTEGER, record VARCHAR) | SELECT MIN(attendance) FROM table_name_3 WHERE record = "8-4" |
24,702 | <question>: What is the largest total for a team with fewer than 12 bronze, 1 silver and 0 gold medals? <context>: CREATE TABLE table_name_99 (total INTEGER, silver VARCHAR, bronze VARCHAR, gold VARCHAR) | SELECT MAX(total) FROM table_name_99 WHERE bronze < 12 AND gold = 0 AND silver = 1 |
24,703 | <question>: What is the largest total for a team with 1 bronze, 0 gold medals and ranking of 7? <context>: CREATE TABLE table_name_87 (total INTEGER, gold VARCHAR, bronze VARCHAR, rank VARCHAR) | SELECT MAX(total) FROM table_name_87 WHERE bronze = 1 AND rank = "7" AND gold > 0 |
24,704 | <question>: What is the number of bronze medals when there are fewer than 0 silver medals? <context>: CREATE TABLE table_name_19 (bronze INTEGER, silver INTEGER) | SELECT SUM(bronze) FROM table_name_19 WHERE silver < 0 |
24,705 | <question>: What is the highest number of silver medals for a team with total less than 1? <context>: CREATE TABLE table_name_32 (silver INTEGER, total INTEGER) | SELECT MAX(silver) FROM table_name_32 WHERE total < 1 |
24,706 | <question>: Which player is from Tampa, Florida? <context>: CREATE TABLE table_name_68 (player VARCHAR, hometown VARCHAR) | SELECT player FROM table_name_68 WHERE hometown = "tampa, florida" |
24,707 | <question>: Which college is Jordan Phillips playing for? <context>: CREATE TABLE table_name_85 (college VARCHAR, player VARCHAR) | SELECT college FROM table_name_85 WHERE player = "jordan phillips" |
24,708 | <question>: What college has a position of defensive line and Grant high school? <context>: CREATE TABLE table_name_5 (college VARCHAR, position VARCHAR, school VARCHAR) | SELECT college FROM table_name_5 WHERE position = "defensive line" AND school = "grant high school" |
24,709 | <question>: What position is for Plant high school? <context>: CREATE TABLE table_name_47 (position VARCHAR, school VARCHAR) | SELECT position FROM table_name_47 WHERE school = "plant high school" |
24,710 | <question>: What position is for Dr. Phillips high school? <context>: CREATE TABLE table_name_94 (position VARCHAR, school VARCHAR) | SELECT position FROM table_name_94 WHERE school = "dr. phillips high school" |
24,711 | <question>: Which hometown has a player of Ray Drew? <context>: CREATE TABLE table_name_19 (hometown VARCHAR, player VARCHAR) | SELECT hometown FROM table_name_19 WHERE player = "ray drew" |
24,712 | <question>: What is the most byes with 11 wins and fewer than 1867 againsts? <context>: CREATE TABLE table_name_95 (byes INTEGER, against VARCHAR, wins VARCHAR) | SELECT MAX(byes) FROM table_name_95 WHERE against < 1867 AND wins = 11 |
24,713 | <question>: What are the draws when wins are fwewer than 9 and byes fewer than 2? <context>: CREATE TABLE table_name_15 (draws VARCHAR, wins VARCHAR, byes VARCHAR) | SELECT COUNT(draws) FROM table_name_15 WHERE wins < 9 AND byes < 2 |
24,714 | <question>: What are the fewest draws with less than 7 losses and Mitta United is the Tallagatta DFL? <context>: CREATE TABLE table_name_65 (draws INTEGER, losses VARCHAR, tallangatta_dfl VARCHAR) | SELECT MIN(draws) FROM table_name_65 WHERE losses < 7 AND tallangatta_dfl = "mitta united" |
24,715 | <question>: What are the losses when there are 9 wins and more than 1326 against? <context>: CREATE TABLE table_name_47 (losses INTEGER, wins VARCHAR, against VARCHAR) | SELECT SUM(losses) FROM table_name_47 WHERE wins = 9 AND against > 1326 |
24,716 | <question>: What was the decision of the Red Wings game when they had a record of 45–18–6? <context>: CREATE TABLE table_name_53 (decision VARCHAR, record VARCHAR) | SELECT decision FROM table_name_53 WHERE record = "45–18–6" |
24,717 | <question>: Which R 51 O value corresponds to a D 42 O value of r 19? <context>: CREATE TABLE table_name_8 (r_51_o VARCHAR, d_42_o VARCHAR) | SELECT r_51_o FROM table_name_8 WHERE d_42_o = "r 19" |
24,718 | <question>: What's the highest round that louisville drafted into when their pick was over 75? <context>: CREATE TABLE table_name_14 (round INTEGER, school_club_team VARCHAR, pick VARCHAR) | SELECT MAX(round) FROM table_name_14 WHERE school_club_team = "louisville" AND pick > 75 |
24,719 | <question>: Where's the first round that southern mississippi shows up during the draft? <context>: CREATE TABLE table_name_31 (round INTEGER, school_club_team VARCHAR) | SELECT MIN(round) FROM table_name_31 WHERE school_club_team = "southern mississippi" |
24,720 | <question>: Cowansville has less than 16 regions and is a Brome-Missisquoi Municipality, what is their population? <context>: CREATE TABLE table_name_38 (population INTEGER, region VARCHAR, regional_county_municipality VARCHAR, name VARCHAR) | SELECT MIN(population) FROM table_name_38 WHERE regional_county_municipality = "brome-missisquoi" AND name = "cowansville" AND region < 16 |
24,721 | <question>: Saint-Blaise-Sur-Richelieu is smaller than 68.42 km^2, what is the population of this type M municipality? <context>: CREATE TABLE table_name_64 (population INTEGER, area__km_2__ VARCHAR, type VARCHAR, name VARCHAR) | SELECT MIN(population) FROM table_name_64 WHERE type = "m" AND name = "saint-blaise-sur-richelieu" AND area__km_2__ < 68.42 |
24,722 | <question>: What is the code for a Le Haut-Saint-Laurent municipality that has 16 or more regions? <context>: CREATE TABLE table_name_14 (code INTEGER, regional_county_municipality VARCHAR, region VARCHAR) | SELECT MIN(code) FROM table_name_14 WHERE regional_county_municipality = "le haut-saint-laurent" AND region > 16 |
24,723 | <question>: Where was the security pacific senior classic? <context>: CREATE TABLE table_name_74 (location VARCHAR, tournament VARCHAR) | SELECT location FROM table_name_74 WHERE tournament = "security pacific senior classic" |
24,724 | <question>: What is the Home team score for the Away team of North Melbourne? <context>: CREATE TABLE table_name_69 (home_team VARCHAR, away_team VARCHAR) | SELECT home_team AS score FROM table_name_69 WHERE away_team = "north melbourne" |
24,725 | <question>: On what date the footscray's away game? <context>: CREATE TABLE table_name_81 (date VARCHAR, away_team VARCHAR) | SELECT date FROM table_name_81 WHERE away_team = "footscray" |
24,726 | <question>: What was the date of the game with a result of 3–2? <context>: CREATE TABLE table_name_3 (date VARCHAR, result VARCHAR) | SELECT date FROM table_name_3 WHERE result = "3–2" |
24,727 | <question>: What was the date of the game with a goal of 7? <context>: CREATE TABLE table_name_27 (date VARCHAR, goal VARCHAR) | SELECT date FROM table_name_27 WHERE goal = 7 |
24,728 | <question>: Who is the opponent on april 16? <context>: CREATE TABLE table_name_91 (opponent VARCHAR, date VARCHAR) | SELECT opponent FROM table_name_91 WHERE date = "april 16" |
24,729 | <question>: What is the team's record on april 23? <context>: CREATE TABLE table_name_43 (record VARCHAR, date VARCHAR) | SELECT record FROM table_name_43 WHERE date = "april 23" |
24,730 | <question>: what is the competition when the result is loss in berlin with a score of 0-3? <context>: CREATE TABLE table_name_12 (competition VARCHAR, score VARCHAR, result VARCHAR, location VARCHAR) | SELECT competition FROM table_name_12 WHERE result = "loss" AND location = "berlin" AND score = "0-3" |
24,731 | <question>: what is the date for the game in prague for the world group, consolation round competition? <context>: CREATE TABLE table_name_57 (date VARCHAR, location VARCHAR, competition VARCHAR) | SELECT date FROM table_name_57 WHERE location = "prague" AND competition = "world group, consolation round" |
24,732 | <question>: What is the competition in tokyo with the result loss? <context>: CREATE TABLE table_name_3 (competition VARCHAR, location VARCHAR, result VARCHAR) | SELECT competition FROM table_name_3 WHERE location = "tokyo" AND result = "loss" |
24,733 | <question>: what is the year when the date is not played? <context>: CREATE TABLE table_name_84 (year VARCHAR, date VARCHAR) | SELECT year FROM table_name_84 WHERE date = "not played" |
24,734 | <question>: what is the score when the result is loss, the year is 1980 and the competition is world group, consolation round? <context>: CREATE TABLE table_name_45 (score VARCHAR, competition VARCHAR, result VARCHAR, year VARCHAR) | SELECT score FROM table_name_45 WHERE result = "loss" AND year = "1980" AND competition = "world group, consolation round" |
24,735 | <question>: How many attended the game on march 16 after over 64 games? <context>: CREATE TABLE table_name_5 (location_attendance VARCHAR, game VARCHAR, date VARCHAR) | SELECT location_attendance FROM table_name_5 WHERE game > 64 AND date = "march 16" |
24,736 | <question>: What numbered game featured a High rebounds of radoslav nesterović (8), and a High assists of josé calderón (9)? <context>: CREATE TABLE table_name_12 (game VARCHAR, high_rebounds VARCHAR, high_assists VARCHAR) | SELECT COUNT(game) FROM table_name_12 WHERE high_rebounds = "radoslav nesterović (8)" AND high_assists = "josé calderón (9)" |
24,737 | <question>: What were the sales for Dj Casper when he was in a position lower than 13? <context>: CREATE TABLE table_name_51 (sales VARCHAR, position VARCHAR, artist VARCHAR) | SELECT sales FROM table_name_51 WHERE position < 13 AND artist = "dj casper" |
24,738 | <question>: What was the score on January 12? <context>: CREATE TABLE table_name_27 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_27 WHERE date = "january 12" |
24,739 | <question>: Which home team had a visitor of Ottawa Senators with a score of 1–5? <context>: CREATE TABLE table_name_61 (home VARCHAR, visitor VARCHAR, score VARCHAR) | SELECT home FROM table_name_61 WHERE visitor = "ottawa senators" AND score = "1–5" |
24,740 | <question>: Which team is number 14 and had a franchise in 1993-2000? <context>: CREATE TABLE table_name_38 (team VARCHAR, number VARCHAR, years_with_franchise VARCHAR) | SELECT team FROM table_name_38 WHERE number = 14 AND years_with_franchise = "1993-2000" |
24,741 | <question>: Who was the player in Position G on the Petron Blaze Boosters and retired in 2000? <context>: CREATE TABLE table_name_61 (name VARCHAR, year_retired VARCHAR, position VARCHAR, team VARCHAR) | SELECT name FROM table_name_61 WHERE position = "g" AND team = "petron blaze boosters" AND year_retired = "2000" |
24,742 | <question>: How many years did the team in slot number 9 have a franchise? <context>: CREATE TABLE table_name_16 (years_with_franchise VARCHAR, number VARCHAR) | SELECT years_with_franchise FROM table_name_16 WHERE number = 9 |
24,743 | <question>: Tell me the highest matches for point 43 and final rank less than 7 <context>: CREATE TABLE table_name_32 (matches INTEGER, point VARCHAR, final_rank VARCHAR) | SELECT MAX(matches) FROM table_name_32 WHERE point = 43 AND final_rank < 7 |
24,744 | <question>: Tell me the average final rank for loe more than 10 and point less than 43 <context>: CREATE TABLE table_name_8 (final_rank INTEGER, lose VARCHAR, point VARCHAR) | SELECT AVG(final_rank) FROM table_name_8 WHERE lose > 10 AND point < 43 |
24,745 | <question>: I want the average lose for lost point more than 16 and goal difference less than 37 and point less than 43 <context>: CREATE TABLE table_name_96 (lose INTEGER, point VARCHAR, lost_point VARCHAR, goal_difference VARCHAR) | SELECT AVG(lose) FROM table_name_96 WHERE lost_point > 16 AND goal_difference < 37 AND point < 43 |
24,746 | <question>: I want the total number of matches for draw less than 7 and lost point of 16 with lose more than 4 <context>: CREATE TABLE table_name_14 (matches VARCHAR, lose VARCHAR, draw VARCHAR, lost_point VARCHAR) | SELECT COUNT(matches) FROM table_name_14 WHERE draw < 7 AND lost_point = 16 AND lose > 4 |
24,747 | <question>: Tell me the highest point with lost point being 33 and league point less than 52 <context>: CREATE TABLE table_name_98 (point INTEGER, lost_point VARCHAR, league_point VARCHAR) | SELECT MAX(point) FROM table_name_98 WHERE lost_point = 33 AND league_point < 52 |
24,748 | <question>: How many laps for a grid larger than 1 with a Time/Retired of halfshaft? <context>: CREATE TABLE table_name_31 (laps VARCHAR, grid VARCHAR, time_retired VARCHAR) | SELECT laps FROM table_name_31 WHERE grid > 1 AND time_retired = "halfshaft" |
24,749 | <question>: What is the average grid that has over 8 laps, a Time/Retired of +2 laps, and peter gethin driving? <context>: CREATE TABLE table_name_61 (grid INTEGER, driver VARCHAR, laps VARCHAR, time_retired VARCHAR) | SELECT AVG(grid) FROM table_name_61 WHERE laps > 8 AND time_retired = "+2 laps" AND driver = "peter gethin" |
24,750 | <question>: What is the low grid that has brm and over 54 laps? <context>: CREATE TABLE table_name_20 (grid INTEGER, constructor VARCHAR, laps VARCHAR) | SELECT MIN(grid) FROM table_name_20 WHERE constructor = "brm" AND laps > 54 |
24,751 | <question>: What city has larger than 94.1 as a frequency? <context>: CREATE TABLE table_name_62 (city_of_license VARCHAR, frequency_mhz INTEGER) | SELECT city_of_license FROM table_name_62 WHERE frequency_mhz > 94.1 |
24,752 | <question>: What is the Frequency MHz for the station with a call sign of w224bn? <context>: CREATE TABLE table_name_2 (frequency_mhz INTEGER, call_sign VARCHAR) | SELECT AVG(frequency_mhz) FROM table_name_2 WHERE call_sign = "w224bn" |
24,753 | <question>: What class is the city of black mountain, north carolina? <context>: CREATE TABLE table_name_45 (class VARCHAR, city_of_license VARCHAR) | SELECT class FROM table_name_45 WHERE city_of_license = "black mountain, north carolina" |
24,754 | <question>: What is the FCC frequency for the station w262al which has a Frequency MHz larger than 92.7? <context>: CREATE TABLE table_name_35 (fcc_info VARCHAR, frequency_mhz VARCHAR, call_sign VARCHAR) | SELECT fcc_info FROM table_name_35 WHERE frequency_mhz > 92.7 AND call_sign = "w262al" |
24,755 | <question>: What grad has a Time/Retired of + 1:24.3? <context>: CREATE TABLE table_name_74 (grid VARCHAR, time_retired VARCHAR) | SELECT grid FROM table_name_74 WHERE time_retired = "+ 1:24.3" |
24,756 | <question>: What is the low lap total for henri pescarolo with a grad larger than 6? <context>: CREATE TABLE table_name_20 (laps INTEGER, grid VARCHAR, driver VARCHAR) | SELECT MIN(laps) FROM table_name_20 WHERE grid > 6 AND driver = "henri pescarolo" |
24,757 | <question>: What is the low lap total for a grid larger than 16 and has a Time/Retired of + 3:27.3? <context>: CREATE TABLE table_name_60 (laps INTEGER, time_retired VARCHAR, grid VARCHAR) | SELECT MIN(laps) FROM table_name_60 WHERE time_retired = "+ 3:27.3" AND grid > 16 |
24,758 | <question>: Name what was published in july 1934 with a setting of mars <context>: CREATE TABLE table_name_22 (published_in VARCHAR, setting VARCHAR, publication_date VARCHAR) | SELECT published_in FROM table_name_22 WHERE setting = "mars" AND publication_date = "july 1934" |
24,759 | <question>: Name the publication date when the fictional date is 2112 <context>: CREATE TABLE table_name_25 (publication_date VARCHAR, fictional_date VARCHAR) | SELECT publication_date FROM table_name_25 WHERE fictional_date = "2112" |
24,760 | <question>: Name the title when the main characters are grant calthorpe, lee neilan and the published in of astounding stories <context>: CREATE TABLE table_name_84 (title VARCHAR, published_in VARCHAR, main_characters VARCHAR) | SELECT title FROM table_name_84 WHERE published_in = "astounding stories" AND main_characters = "grant calthorpe, lee neilan" |
24,761 | <question>: What club has over 1 runners-up and last won the final in 2010? <context>: CREATE TABLE table_name_28 (club VARCHAR, runners_up VARCHAR, last_final_won VARCHAR) | SELECT club FROM table_name_28 WHERE runners_up > 1 AND last_final_won = "2010" |
24,762 | <question>: How manywins for dunfermline athletic that has a total final appearances less than 2? <context>: CREATE TABLE table_name_54 (wins VARCHAR, total_final_appearances VARCHAR, club VARCHAR) | SELECT wins FROM table_name_54 WHERE total_final_appearances < 2 AND club = "dunfermline athletic" |
24,763 | <question>: What was the crowd size of the match featuring Hawthorn as the Away team? <context>: CREATE TABLE table_name_84 (crowd VARCHAR, away_team VARCHAR) | SELECT crowd FROM table_name_84 WHERE away_team = "hawthorn" |
24,764 | <question>: What score did the home team of north melbourne get? <context>: CREATE TABLE table_name_59 (home_team VARCHAR) | SELECT home_team AS score FROM table_name_59 WHERE home_team = "north melbourne" |
24,765 | <question>: Which home team played the away team of collingwood? <context>: CREATE TABLE table_name_14 (home_team VARCHAR, away_team VARCHAR) | SELECT home_team FROM table_name_14 WHERE away_team = "collingwood" |
24,766 | <question>: What method had Adriano Martins as an opponent and a time of 5:00? <context>: CREATE TABLE table_name_36 (method VARCHAR, time VARCHAR, opponent VARCHAR) | SELECT method FROM table_name_36 WHERE time = "5:00" AND opponent = "adriano martins" |
24,767 | <question>: What is the total number of rounds when Drew Fickett was the opponent and the time is 5:00? <context>: CREATE TABLE table_name_10 (round VARCHAR, time VARCHAR, opponent VARCHAR) | SELECT COUNT(round) FROM table_name_10 WHERE time = "5:00" AND opponent = "drew fickett" |
24,768 | <question>: What competition is located in bamako? <context>: CREATE TABLE table_name_68 (competition VARCHAR, location VARCHAR) | SELECT competition FROM table_name_68 WHERE location = "bamako" |
24,769 | <question>: What is the score from the game where Algeria is the opponent at Porto-Novo? <context>: CREATE TABLE table_name_28 (score VARCHAR, opponent VARCHAR, location VARCHAR) | SELECT score FROM table_name_28 WHERE opponent = "algeria" AND location = "porto-novo" |
24,770 | <question>: What is the mean road number when Moe Lemay is the player? <context>: CREATE TABLE table_name_64 (rd__number INTEGER, player VARCHAR) | SELECT AVG(rd__number) FROM table_name_64 WHERE player = "moe lemay" |
24,771 | <question>: What is the sum number of Pl GP when the pick number is 178 and the road number is bigger than 9? <context>: CREATE TABLE table_name_13 (pl_gp VARCHAR, pick__number VARCHAR, rd__number VARCHAR) | SELECT COUNT(pl_gp) FROM table_name_13 WHERE pick__number = 178 AND rd__number > 9 |
24,772 | <question>: What is the total number of Pl GP when the pick number is 199 and the Reg GP is bigger than 0? <context>: CREATE TABLE table_name_90 (pl_gp INTEGER, pick__number VARCHAR, reg_gp VARCHAR) | SELECT SUM(pl_gp) FROM table_name_90 WHERE pick__number = 199 AND reg_gp > 0 |
24,773 | <question>: What position did the player from East Texas State play? <context>: CREATE TABLE table_name_33 (position VARCHAR, school VARCHAR) | SELECT position FROM table_name_33 WHERE school = "east texas state" |
24,774 | <question>: What day did they play before week 2? <context>: CREATE TABLE table_name_71 (date VARCHAR, week INTEGER) | SELECT date FROM table_name_71 WHERE week < 2 |
24,775 | <question>: What is the cons for lib dem of 8% and a lead of 27% <context>: CREATE TABLE table_name_19 (cons VARCHAR, lib_dem VARCHAR, lead VARCHAR) | SELECT cons FROM table_name_19 WHERE lib_dem = "8%" AND lead = "27%" |
24,776 | <question>: I want the lead for others being 5% <context>: CREATE TABLE table_name_58 (lead VARCHAR, others VARCHAR) | SELECT lead FROM table_name_58 WHERE others = "5%" |
24,777 | <question>: I want the plaid cymru for 4 may 2011 <context>: CREATE TABLE table_name_9 (plaid_cymru VARCHAR, date_s__conducted VARCHAR) | SELECT plaid_cymru FROM table_name_9 WHERE date_s__conducted = "4 may 2011" |
24,778 | <question>: I want the plaid cymru for Polling organisation/client of yougov/itv wales for 4 may 2011 <context>: CREATE TABLE table_name_77 (plaid_cymru VARCHAR, polling_organisation_client VARCHAR, date_s__conducted VARCHAR) | SELECT plaid_cymru FROM table_name_77 WHERE polling_organisation_client = "yougov/itv wales" AND date_s__conducted = "4 may 2011" |
24,779 | <question>: Name the others for cons of 21% and lead of 24% <context>: CREATE TABLE table_name_60 (others VARCHAR, cons VARCHAR, lead VARCHAR) | SELECT others FROM table_name_60 WHERE cons = "21%" AND lead = "24%" |
24,780 | <question>: Tell me the dates conducted for plaid cymru of 19% <context>: CREATE TABLE table_name_69 (date_s__conducted VARCHAR, plaid_cymru VARCHAR) | SELECT date_s__conducted FROM table_name_69 WHERE plaid_cymru = "19%" |
24,781 | <question>: What was the score on 20/6/97? <context>: CREATE TABLE table_name_9 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_9 WHERE date = "20/6/97" |
24,782 | <question>: What was the score on 20/6/97? <context>: CREATE TABLE table_name_83 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_83 WHERE date = "20/6/97" |
24,783 | <question>: What were the tries on 14/6/97? <context>: CREATE TABLE table_name_10 (tries VARCHAR, date VARCHAR) | SELECT tries FROM table_name_10 WHERE date = "14/6/97" |
24,784 | <question>: What were the goals on 3/10/97? <context>: CREATE TABLE table_name_86 (goals VARCHAR, date VARCHAR) | SELECT goals FROM table_name_86 WHERE date = "3/10/97" |
24,785 | <question>: Tell me the laps for 3 grids <context>: CREATE TABLE table_name_67 (laps VARCHAR, grid VARCHAR) | SELECT laps FROM table_name_67 WHERE grid = 3 |
24,786 | <question>: What was the Away team score for Footscray? <context>: CREATE TABLE table_name_44 (away_team VARCHAR) | SELECT away_team AS score FROM table_name_44 WHERE away_team = "footscray" |
24,787 | <question>: What was the Home team score for the team that played South Melbourne? <context>: CREATE TABLE table_name_36 (home_team VARCHAR, away_team VARCHAR) | SELECT home_team AS score FROM table_name_36 WHERE away_team = "south melbourne" |
24,788 | <question>: Tell me the sum of interview for evening gown more than 8.37 and average of 8.363 <context>: CREATE TABLE table_name_57 (interview INTEGER, average VARCHAR, evening_gown VARCHAR) | SELECT SUM(interview) FROM table_name_57 WHERE average = 8.363 AND evening_gown > 8.37 |
24,789 | <question>: Name the total number of swimsuits for evening gowns less than 8.21 and average of 8.453 with interview less than 9.09 <context>: CREATE TABLE table_name_54 (swimsuit VARCHAR, average VARCHAR, interview VARCHAR, evening_gown VARCHAR) | SELECT COUNT(swimsuit) FROM table_name_54 WHERE interview < 9.09 AND evening_gown < 8.21 AND average = 8.453 |
24,790 | <question>: Name the state with an evening gown more than 8.86 and interview less than 8.7 and swimsuit less than 8.96 <context>: CREATE TABLE table_name_84 (state VARCHAR, interview VARCHAR, evening_gown VARCHAR, swimsuit VARCHAR) | SELECT state FROM table_name_84 WHERE evening_gown > 8.86 AND swimsuit < 8.96 AND interview < 8.7 |
24,791 | <question>: What is the total stellar mass of the type m0? <context>: CREATE TABLE table_name_57 (stellar_mass___m__ INTEGER, type VARCHAR) | SELECT SUM(stellar_mass___m__) FROM table_name_57 WHERE type = "m0" |
24,792 | <question>: What is the highest planetary mass having an RV (cm/s) of 65 and a Period (days) less than 21? <context>: CREATE TABLE table_name_5 (planetary_mass___m INTEGER, rv__cm_s_ VARCHAR, period__days_ VARCHAR) | SELECT MAX(planetary_mass___m) AS ⊕__ FROM table_name_5 WHERE rv__cm_s_ = 65 AND period__days_ < 21 |
24,793 | <question>: What is the smallest period (days) to have a planetary mass of 1, a stellar mass greater than 0.21 and of the type M0? <context>: CREATE TABLE table_name_1 (period__days_ INTEGER, type VARCHAR, planetary_mass___m⊕__ VARCHAR, stellar_mass___m__ VARCHAR) | SELECT MIN(period__days_) FROM table_name_1 WHERE planetary_mass___m⊕__ = 1 AND stellar_mass___m__ > 0.21 AND type = "m0" |
24,794 | <question>: What is the average word count with crs and subframes lesser than 2? <context>: CREATE TABLE table_name_9 (word__number INTEGER, name VARCHAR, subframe__number VARCHAR) | SELECT AVG(word__number) FROM table_name_9 WHERE name = "crs" AND subframe__number < 2 |
24,795 | <question>: What is the page count and word count greater than 5 with Bits of 18–22? <context>: CREATE TABLE table_name_79 (page__number VARCHAR, word__number VARCHAR, bits VARCHAR) | SELECT page__number FROM table_name_79 WHERE word__number > 5 AND bits = "18–22" |
24,796 | <question>: What is the total subframe count with Bits of 18–22? <context>: CREATE TABLE table_name_48 (subframe__number INTEGER, bits VARCHAR) | SELECT SUM(subframe__number) FROM table_name_48 WHERE bits = "18–22" |
24,797 | <question>: How many attended tie number 19? <context>: CREATE TABLE table_name_76 (attendance INTEGER, tie_no VARCHAR) | SELECT SUM(attendance) FROM table_name_76 WHERE tie_no = 19 |
24,798 | <question>: Who was the away team in a tie no larger than 16 with forest green rovers at home? <context>: CREATE TABLE table_name_95 (away_team VARCHAR, tie_no VARCHAR, home_team VARCHAR) | SELECT away_team FROM table_name_95 WHERE tie_no > 16 AND home_team = "forest green rovers" |
24,799 | <question>: What is the highest attendance for games with stevenage borough at home? <context>: CREATE TABLE table_name_9 (attendance INTEGER, home_team VARCHAR) | SELECT MAX(attendance) FROM table_name_9 WHERE home_team = "stevenage borough" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.