Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
49,000 | <question>: How long is the song titled burning love? <context>: CREATE TABLE table_name_54 (time VARCHAR, song_title VARCHAR) | SELECT time FROM table_name_54 WHERE song_title = "burning love" |
49,001 | <question>: When was the song titled if you talk in your sleep released? <context>: CREATE TABLE table_name_34 (release_date VARCHAR, song_title VARCHAR) | SELECT release_date FROM table_name_34 WHERE song_title = "if you talk in your sleep" |
49,002 | <question>: What is the city that is located in California when the year is greater than 2009? <context>: CREATE TABLE table_name_46 (city VARCHAR, state VARCHAR, year VARCHAR) | SELECT city FROM table_name_46 WHERE state = "california" AND year > 2009 |
49,003 | <question>: What is the host in a year greater than 1989 and when the venue is the Staples Center located in California? <context>: CREATE TABLE table_name_12 (host VARCHAR, venue VARCHAR, year VARCHAR, state VARCHAR) | SELECT host FROM table_name_12 WHERE year > 1989 AND state = "california" AND venue = "staples center" |
49,004 | <question>: What is the venue in 2011, when the state is California? <context>: CREATE TABLE table_name_5 (venue VARCHAR, state VARCHAR, year VARCHAR) | SELECT venue FROM table_name_5 WHERE state = "california" AND year = 2011 |
49,005 | <question>: What is the wards/branches of the fort smith Arkansas stake? <context>: CREATE TABLE table_name_89 (wards__branches_in_arkansas VARCHAR, stake VARCHAR) | SELECT wards__branches_in_arkansas FROM table_name_89 WHERE stake = "fort smith arkansas" |
49,006 | <question>: What stake has realtor for American equity realty as their occupation? <context>: CREATE TABLE table_name_98 (stake VARCHAR, occupation VARCHAR) | SELECT stake FROM table_name_98 WHERE occupation = "realtor for american equity realty" |
49,007 | <question>: What is the organized date of the stake with an occupation of senior buyer for Wal-mart? <context>: CREATE TABLE table_name_67 (organized VARCHAR, occupation VARCHAR) | SELECT organized FROM table_name_67 WHERE occupation = "senior buyer for wal-mart" |
49,008 | <question>: What is the sum of the wards/branches in Arkansas of the North Little Rock Arkansas stake? <context>: CREATE TABLE table_name_93 (wards__branches_in_arkansas INTEGER, stake VARCHAR) | SELECT SUM(wards__branches_in_arkansas) FROM table_name_93 WHERE stake = "north little rock arkansas" |
49,009 | <question>: What stake has 16 wards/branches in Arkansas? <context>: CREATE TABLE table_name_97 (stake VARCHAR, wards__branches_in_arkansas VARCHAR) | SELECT stake FROM table_name_97 WHERE wards__branches_in_arkansas = 16 |
49,010 | <question>: What is Stable, when Current Rank is F1 Jūryō 14 West? <context>: CREATE TABLE table_name_59 (stable VARCHAR, current_rank VARCHAR) | SELECT stable FROM table_name_59 WHERE current_rank = "f1 jūryō 14 west" |
49,011 | <question>: What is Ring Name, when Current Rank is E0 Maegashira 9 West? <context>: CREATE TABLE table_name_48 (ring_name VARCHAR, current_rank VARCHAR) | SELECT ring_name FROM table_name_48 WHERE current_rank = "e0 maegashira 9 west" |
49,012 | <question>: What is Birthplace, when Ring Name is Masunoyama Tomoharu? <context>: CREATE TABLE table_name_70 (birthplace VARCHAR, ring_name VARCHAR) | SELECT birthplace FROM table_name_70 WHERE ring_name = "masunoyama tomoharu" |
49,013 | <question>: What is Current Rank, when Ring Name is Tamaasuka Daisuke? <context>: CREATE TABLE table_name_4 (current_rank VARCHAR, ring_name VARCHAR) | SELECT current_rank FROM table_name_4 WHERE ring_name = "tamaasuka daisuke" |
49,014 | <question>: What is Ring Name, when Stable is Kasugano, and when Birthplace is Z Mtskheta , Georgia? <context>: CREATE TABLE table_name_49 (ring_name VARCHAR, stable VARCHAR, birthplace VARCHAR) | SELECT ring_name FROM table_name_49 WHERE stable = "kasugano" AND birthplace = "z mtskheta , georgia" |
49,015 | <question>: What is Current Rank, when Ring Name is Kimurayama Mamoru? <context>: CREATE TABLE table_name_63 (current_rank VARCHAR, ring_name VARCHAR) | SELECT current_rank FROM table_name_63 WHERE ring_name = "kimurayama mamoru" |
49,016 | <question>: Who was the Interview Subject on the Date when there were Pictorials of Christie Brinkley? <context>: CREATE TABLE table_name_89 (interview_subject VARCHAR, pictorials VARCHAR) | SELECT interview_subject FROM table_name_89 WHERE pictorials = "christie brinkley" |
49,017 | <question>: In the issue in which the Interview subject was Jesse Jackson, who were there Pictorials of? <context>: CREATE TABLE table_name_84 (pictorials VARCHAR, interview_subject VARCHAR) | SELECT pictorials FROM table_name_84 WHERE interview_subject = "jesse jackson" |
49,018 | <question>: Who was the Centerfold model in the issue in which the Interview subject was Paul Simon? <context>: CREATE TABLE table_name_68 (centerfold_model VARCHAR, interview_subject VARCHAR) | SELECT centerfold_model FROM table_name_68 WHERE interview_subject = "paul simon" |
49,019 | <question>: Who was the Centerfold model in the issue in which the Interview subject was José Napoleón Duarte? <context>: CREATE TABLE table_name_96 (centerfold_model VARCHAR, interview_subject VARCHAR) | SELECT centerfold_model FROM table_name_96 WHERE interview_subject = "josé napoleón duarte" |
49,020 | <question>: Who was the Cover model in the issue in which the Interview subject was Joan Collins? <context>: CREATE TABLE table_name_67 (cover_model VARCHAR, interview_subject VARCHAR) | SELECT cover_model FROM table_name_67 WHERE interview_subject = "joan collins" |
49,021 | <question>: Which date has a round more than 9? <context>: CREATE TABLE table_name_85 (date VARCHAR, round INTEGER) | SELECT date FROM table_name_85 WHERE round > 9 |
49,022 | <question>: Who is the driver that one for the winning tpc team qi-meritus that has a round more than 8? <context>: CREATE TABLE table_name_76 (winning_driver VARCHAR, winning_team VARCHAR, round VARCHAR) | SELECT winning_driver FROM table_name_76 WHERE winning_team = "tpc team qi-meritus" AND round > 8 |
49,023 | <question>: What is the time of 12 December 2009 with record start? <context>: CREATE TABLE table_name_81 (time VARCHAR, record VARCHAR, date VARCHAR) | SELECT time FROM table_name_81 WHERE record = "start" AND date = "12 december 2009" |
49,024 | <question>: What is Elizabeth Yarnold's nation? <context>: CREATE TABLE table_name_70 (nation VARCHAR, athlete_s_ VARCHAR) | SELECT nation FROM table_name_70 WHERE athlete_s_ = "elizabeth yarnold" |
49,025 | <question>: What country is the Jiufotang Formation located in? <context>: CREATE TABLE table_name_59 (location VARCHAR, unit VARCHAR) | SELECT location FROM table_name_59 WHERE unit = "jiufotang formation" |
49,026 | <question>: Which author is located in Mexico? <context>: CREATE TABLE table_name_73 (authors VARCHAR, location VARCHAR) | SELECT authors FROM table_name_73 WHERE location = "mexico" |
49,027 | <question>: Where is wang li duan cheng located? <context>: CREATE TABLE table_name_3 (location VARCHAR, authors VARCHAR) | SELECT location FROM table_name_3 WHERE authors = "wang li duan cheng" |
49,028 | <question>: What is the status of the pterosaur named Cathayopterus? <context>: CREATE TABLE table_name_40 (status VARCHAR, name VARCHAR) | SELECT status FROM table_name_40 WHERE name = "cathayopterus" |
49,029 | <question>: Which Years in Orlando has a School/Club Team of texas tech? <context>: CREATE TABLE table_name_74 (years_in_orlando VARCHAR, school_club_team VARCHAR) | SELECT years_in_orlando FROM table_name_74 WHERE school_club_team = "texas tech" |
49,030 | <question>: Which Nationality has a Player of keith bogans, and a Years in Orlando of 2006–2009? <context>: CREATE TABLE table_name_57 (nationality VARCHAR, player VARCHAR, years_in_orlando VARCHAR) | SELECT nationality FROM table_name_57 WHERE player = "keith bogans" AND years_in_orlando = "2006–2009" |
49,031 | <question>: What is Pat Burke's Nationality? <context>: CREATE TABLE table_name_34 (nationality VARCHAR, player VARCHAR) | SELECT nationality FROM table_name_34 WHERE player = "pat burke" |
49,032 | <question>: Which School/Club Team has a Player of michael bradley? <context>: CREATE TABLE table_name_36 (school_club_team VARCHAR, player VARCHAR) | SELECT school_club_team FROM table_name_36 WHERE player = "michael bradley" |
49,033 | <question>: Which Years in Orlando has a School/Club Team of kentucky? <context>: CREATE TABLE table_name_96 (years_in_orlando VARCHAR, school_club_team VARCHAR) | SELECT years_in_orlando FROM table_name_96 WHERE school_club_team = "kentucky" |
49,034 | <question>: Which School/Club Team has a Player of jud buechler? <context>: CREATE TABLE table_name_16 (school_club_team VARCHAR, player VARCHAR) | SELECT school_club_team FROM table_name_16 WHERE player = "jud buechler" |
49,035 | <question>: What is the position for years under 1999? <context>: CREATE TABLE table_name_2 (pos VARCHAR, year INTEGER) | SELECT pos FROM table_name_2 WHERE year < 1999 |
49,036 | <question>: What is the average year for Team Oreca? <context>: CREATE TABLE table_name_46 (year INTEGER, team VARCHAR) | SELECT AVG(year) FROM table_name_46 WHERE team = "team oreca" |
49,037 | <question>: Which Position has an Against larger than 17, and a Team of juventus, and a Drawn smaller than 4? <context>: CREATE TABLE table_name_50 (position INTEGER, drawn VARCHAR, against VARCHAR, team VARCHAR) | SELECT MIN(position) FROM table_name_50 WHERE against > 17 AND team = "juventus" AND drawn < 4 |
49,038 | <question>: Which Lost has an Against of 49 and a Played smaller than 20? <context>: CREATE TABLE table_name_63 (lost VARCHAR, against VARCHAR, played VARCHAR) | SELECT COUNT(lost) FROM table_name_63 WHERE against = 49 AND played < 20 |
49,039 | <question>: In which championship had a previous champion of "defeated Justin Corino in tournament final"? <context>: CREATE TABLE table_name_69 (championship VARCHAR, previous_champion_s_ VARCHAR) | SELECT championship FROM table_name_69 WHERE previous_champion_s_ = "defeated justin corino in tournament final" |
49,040 | <question>: Which location had previous champions of Mike Webb and Nick Fahrenheit? <context>: CREATE TABLE table_name_93 (location VARCHAR, previous_champion_s_ VARCHAR) | SELECT location FROM table_name_93 WHERE previous_champion_s_ = "mike webb and nick fahrenheit" |
49,041 | <question>: Who were the previous champions from the event won on May 1, 2010? <context>: CREATE TABLE table_name_40 (previous_champion_s_ VARCHAR, date_won VARCHAR) | SELECT previous_champion_s_ FROM table_name_40 WHERE date_won = "may 1, 2010" |
49,042 | <question>: Who is the current champion for the event in Beverly, MA, with previous champions of Mike Webb and Nick Fahrenheit? <context>: CREATE TABLE table_name_19 (current_champion_s_ VARCHAR, location VARCHAR, previous_champion_s_ VARCHAR) | SELECT current_champion_s_ FROM table_name_19 WHERE location = "beverly, ma" AND previous_champion_s_ = "mike webb and nick fahrenheit" |
49,043 | <question>: Who is the current champion in the NECW Heavyweight Championship? <context>: CREATE TABLE table_name_44 (current_champion_s_ VARCHAR, championship VARCHAR) | SELECT current_champion_s_ FROM table_name_44 WHERE championship = "necw heavyweight champion" |
49,044 | <question>: Which location held the Iron 8 Championship tournament? <context>: CREATE TABLE table_name_65 (location VARCHAR, championship VARCHAR) | SELECT location FROM table_name_65 WHERE championship = "iron 8 championship tournament" |
49,045 | <question>: What is the capacity of 3500v volts? <context>: CREATE TABLE table_name_4 (capacity VARCHAR, volts VARCHAR) | SELECT capacity FROM table_name_4 WHERE volts = "3500v" |
49,046 | <question>: How many volts has an energy-to-weight ratio of 54 kj/kg to 2.0v? <context>: CREATE TABLE table_name_44 (volts VARCHAR, energy_to_weight_ratio VARCHAR) | SELECT volts FROM table_name_44 WHERE energy_to_weight_ratio = "54 kj/kg to 2.0v" |
49,047 | <question>: What is the capacity with 2.7v volts and a power-to-weight ratio of 5.44 w/kg c/1 (1.875a)? <context>: CREATE TABLE table_name_11 (capacity VARCHAR, volts VARCHAR, power_to_weight_ratio VARCHAR) | SELECT capacity FROM table_name_11 WHERE volts = "2.7v" AND power_to_weight_ratio = "5.44 w/kg c/1 (1.875a)" |
49,048 | <question>: Which season led to a position of 13, and a head coach of Protasov Lyutyi Talalayev Balakhnin Baidachny? <context>: CREATE TABLE table_name_24 (season VARCHAR, pos VARCHAR, head_coach VARCHAR) | SELECT season FROM table_name_24 WHERE pos = 13 AND head_coach = "protasov lyutyi talalayev balakhnin baidachny" |
49,049 | <question>: Which week had the highest attendance with 58,701? <context>: CREATE TABLE table_name_77 (week INTEGER, attendance VARCHAR) | SELECT MAX(week) FROM table_name_77 WHERE attendance = "58,701" |
49,050 | <question>: What was the score of the game against the San Diego Chargers? <context>: CREATE TABLE table_name_50 (week INTEGER, opponent VARCHAR) | SELECT SUM(week) FROM table_name_50 WHERE opponent = "san diego chargers" |
49,051 | <question>: When was the attendance less than 44,851 during the first 4 weeks of the season? <context>: CREATE TABLE table_name_90 (date VARCHAR, week VARCHAR, attendance VARCHAR) | SELECT date FROM table_name_90 WHERE week < 4 AND attendance = "44,851" |
49,052 | <question>: On week 13 what was the score of the game? <context>: CREATE TABLE table_name_11 (result VARCHAR, week VARCHAR) | SELECT result FROM table_name_11 WHERE week = 13 |
49,053 | <question>: What week had 58,025 in attendance? <context>: CREATE TABLE table_name_87 (week INTEGER, attendance VARCHAR) | SELECT SUM(week) FROM table_name_87 WHERE attendance = "58,025" |
49,054 | <question>: When was the game that had 58,025 people in attendance? <context>: CREATE TABLE table_name_26 (date VARCHAR, attendance VARCHAR) | SELECT date FROM table_name_26 WHERE attendance = "58,025" |
49,055 | <question>: What is the lowest number of Drawn games for Team Mackenzie where the Played is less and 11 and the Points are greater than 7? <context>: CREATE TABLE table_name_58 (drawn INTEGER, team VARCHAR, played VARCHAR, points VARCHAR) | SELECT MIN(drawn) FROM table_name_58 WHERE played < 11 AND points > 7 AND team = "mackenzie" |
49,056 | <question>: What number of Points are shown for Team Paulistano where the Drawn is less than 2 and the Against is less than 15? <context>: CREATE TABLE table_name_95 (points VARCHAR, against VARCHAR, drawn VARCHAR, team VARCHAR) | SELECT COUNT(points) FROM table_name_95 WHERE drawn < 2 AND team = "paulistano" AND against < 15 |
49,057 | <question>: What is the Lowest lost for Team Ypiranga-SP where the games Played is more than 10 and the goals Against is greater than 50? <context>: CREATE TABLE table_name_71 (lost INTEGER, against VARCHAR, played VARCHAR, team VARCHAR) | SELECT MIN(lost) FROM table_name_71 WHERE played > 10 AND team = "ypiranga-sp" AND against > 50 |
49,058 | <question>: What is the highest number of Played games with a Position smaller than 2 and Drawn games less than 4? <context>: CREATE TABLE table_name_13 (played INTEGER, position VARCHAR, drawn VARCHAR) | SELECT MAX(played) FROM table_name_13 WHERE position < 2 AND drawn < 4 |
49,059 | <question>: What is the average number of runner-up that National University, which has more than 2 total championships, has? <context>: CREATE TABLE table_name_62 (runner_up INTEGER, university VARCHAR, total_championships VARCHAR) | SELECT AVG(runner_up) FROM table_name_62 WHERE university = "national university" AND total_championships > 2 |
49,060 | <question>: Who was on the Progressive ticket when John T. Norton was on the Democratic ticket? <context>: CREATE TABLE table_name_28 (progressive_ticket VARCHAR, democratic_ticket VARCHAR) | SELECT progressive_ticket FROM table_name_28 WHERE democratic_ticket = "john t. norton" |
49,061 | <question>: What name is under the Socialist ticket when Thomas J. Kreuzer was on the Democratic ticket? <context>: CREATE TABLE table_name_92 (socialist_ticket VARCHAR, democratic_ticket VARCHAR) | SELECT socialist_ticket FROM table_name_92 WHERE democratic_ticket = "thomas j. kreuzer" |
49,062 | <question>: Who ran under the Republican ticket when Frank H. Hiscock ran under the Progressive ticket? <context>: CREATE TABLE table_name_49 (republican_ticket VARCHAR, progressive_ticket VARCHAR) | SELECT republican_ticket FROM table_name_49 WHERE progressive_ticket = "frank h. hiscock" |
49,063 | <question>: What name ran for the Prohibition ticket when the Progressive ticket was Eugene M. Travis? <context>: CREATE TABLE table_name_14 (prohibition_ticket VARCHAR, progressive_ticket VARCHAR) | SELECT prohibition_ticket FROM table_name_14 WHERE progressive_ticket = "eugene m. travis" |
49,064 | <question>: When Coleridge A. Hart ran under the Prohibition ticket who ran under the Independence League ticket? <context>: CREATE TABLE table_name_93 (independence_league_ticket VARCHAR, prohibition_ticket VARCHAR) | SELECT independence_league_ticket FROM table_name_93 WHERE prohibition_ticket = "coleridge a. hart" |
49,065 | <question>: With the Republican ticket of Frank M. Williams who was the Progressive ticket? <context>: CREATE TABLE table_name_63 (progressive_ticket VARCHAR, republican_ticket VARCHAR) | SELECT progressive_ticket FROM table_name_63 WHERE republican_ticket = "frank m. williams" |
49,066 | <question>: What kind of Prohibition ticket that has a Office of lieutenant governor? <context>: CREATE TABLE table_name_91 (prohibition_ticket VARCHAR, office VARCHAR) | SELECT prohibition_ticket FROM table_name_91 WHERE office = "lieutenant governor" |
49,067 | <question>: Which Socialist Labor ticket has a Office of secretary of state? <context>: CREATE TABLE table_name_78 (socialist_labor_ticket VARCHAR, office VARCHAR) | SELECT socialist_labor_ticket FROM table_name_78 WHERE office = "secretary of state" |
49,068 | <question>: What kind of Republican ticket has a Prohibition ticket of stephen mead wing? <context>: CREATE TABLE table_name_27 (republican_ticket VARCHAR, prohibition_ticket VARCHAR) | SELECT republican_ticket FROM table_name_27 WHERE prohibition_ticket = "stephen mead wing" |
49,069 | <question>: What is the kind of Democratic ticket has a Office of comptroller? <context>: CREATE TABLE table_name_14 (democratic_ticket VARCHAR, office VARCHAR) | SELECT democratic_ticket FROM table_name_14 WHERE office = "comptroller" |
49,070 | <question>: Which Prohibition ticket has a Socialist Labor ticket of joseph smith? <context>: CREATE TABLE table_name_34 (prohibition_ticket VARCHAR, socialist_labor_ticket VARCHAR) | SELECT prohibition_ticket FROM table_name_34 WHERE socialist_labor_ticket = "joseph smith" |
49,071 | <question>: What is the lowest grid number when Colin Edwards is the rider? <context>: CREATE TABLE table_name_46 (grid INTEGER, rider VARCHAR) | SELECT MIN(grid) FROM table_name_46 WHERE rider = "colin edwards" |
49,072 | <question>: What is the time/retired when there are less than 22 laps and honda is the manufacturer? <context>: CREATE TABLE table_name_67 (time_retired VARCHAR, laps VARCHAR, manufacturer VARCHAR) | SELECT time_retired FROM table_name_67 WHERE laps < 22 AND manufacturer = "honda" |
49,073 | <question>: What is the average number of laps when the grid number is 9? <context>: CREATE TABLE table_name_48 (laps INTEGER, grid VARCHAR) | SELECT AVG(laps) FROM table_name_48 WHERE grid = 9 |
49,074 | <question>: What is the highest number of laps when honda is the manufacturer and the grid number is 12? <context>: CREATE TABLE table_name_27 (laps INTEGER, manufacturer VARCHAR, grid VARCHAR) | SELECT MAX(laps) FROM table_name_27 WHERE manufacturer = "honda" AND grid = 12 |
49,075 | <question>: Who is the rider when the grid number is 3? <context>: CREATE TABLE table_name_28 (rider VARCHAR, grid VARCHAR) | SELECT rider FROM table_name_28 WHERE grid = 3 |
49,076 | <question>: How many laps were driven when the time/retired is +44.284? <context>: CREATE TABLE table_name_93 (laps VARCHAR, time_retired VARCHAR) | SELECT COUNT(laps) FROM table_name_93 WHERE time_retired = "+44.284" |
49,077 | <question>: What is the value of the coin weighing 10.5 g and made of cupronickel? <context>: CREATE TABLE table_name_52 (value VARCHAR, composition VARCHAR, weight VARCHAR) | SELECT value FROM table_name_52 WHERE composition = "cupronickel" AND weight = "10.5 g" |
49,078 | <question>: What is the coin with a € equivalency of 0.30 made of? <context>: CREATE TABLE table_name_67 (composition VARCHAR, €_equiv VARCHAR) | SELECT composition FROM table_name_67 WHERE €_equiv = "0.30" |
49,079 | <question>: What is the coin that weighs 3 g made of? <context>: CREATE TABLE table_name_33 (composition VARCHAR, weight VARCHAR) | SELECT composition FROM table_name_33 WHERE weight = "3 g" |
49,080 | <question>: What is the diameter of the coin with a € equivalence of 0.60? <context>: CREATE TABLE table_name_80 (diameter VARCHAR, €_equiv VARCHAR) | SELECT diameter FROM table_name_80 WHERE €_equiv = "0.60" |
49,081 | <question>: How much does the coin with a 14mm diameter weigh? <context>: CREATE TABLE table_name_52 (weight VARCHAR, diameter VARCHAR) | SELECT weight FROM table_name_52 WHERE diameter = "14mm" |
49,082 | <question>: What is the coverage for the 99.5mhz frequency? <context>: CREATE TABLE table_name_5 (coverage VARCHAR, frequency VARCHAR) | SELECT coverage FROM table_name_5 WHERE frequency = "99.5mhz" |
49,083 | <question>: What is the power in kW corresponding to the station that covers General Santos? <context>: CREATE TABLE table_name_63 (power__kw_ VARCHAR, coverage VARCHAR) | SELECT power__kw_ FROM table_name_63 WHERE coverage = "general santos" |
49,084 | <question>: What is the branding for the station with a frequency of 93.1mhz and a coverage of Zamboanga? <context>: CREATE TABLE table_name_45 (branding VARCHAR, frequency VARCHAR, coverage VARCHAR) | SELECT branding FROM table_name_45 WHERE frequency = "93.1mhz" AND coverage = "zamboanga" |
49,085 | <question>: What is the frequency for the 10kw station with DXEZ as its callsign? <context>: CREATE TABLE table_name_25 (frequency VARCHAR, power__kw_ VARCHAR, callsign VARCHAR) | SELECT frequency FROM table_name_25 WHERE power__kw_ = "10kw" AND callsign = "dxez" |
49,086 | <question>: What is the frequency for the station with DYBT as its callsign? <context>: CREATE TABLE table_name_53 (frequency VARCHAR, callsign VARCHAR) | SELECT frequency FROM table_name_53 WHERE callsign = "dybt" |
49,087 | <question>: What is the branding for the station with a frequency of 93.1mhz and a callsign of DWRX? <context>: CREATE TABLE table_name_23 (branding VARCHAR, frequency VARCHAR, callsign VARCHAR) | SELECT branding FROM table_name_23 WHERE frequency = "93.1mhz" AND callsign = "dwrx" |
49,088 | <question>: Can you tell me the lowest Total Passengers than has the Location of salvador, and the Rank larger than 5? <context>: CREATE TABLE table_name_75 (total_passengers INTEGER, location VARCHAR, rank VARCHAR) | SELECT MIN(total_passengers) FROM table_name_75 WHERE location = "salvador" AND rank > 5 |
49,089 | <question>: Can you tell me the Annual change that has the Location of manaus? <context>: CREATE TABLE table_name_48 (annual_change VARCHAR, location VARCHAR) | SELECT annual_change FROM table_name_48 WHERE location = "manaus" |
49,090 | <question>: What is the average number of cuts made when there were more than 2 tournaments played in 2011? <context>: CREATE TABLE table_name_50 (cuts_made INTEGER, tournaments_played VARCHAR, year VARCHAR) | SELECT AVG(cuts_made) FROM table_name_50 WHERE tournaments_played > 2 AND year = 2011 |
49,091 | <question>: What is the total number of wins with 10 cuts made and a score average under 74.09? <context>: CREATE TABLE table_name_52 (wins VARCHAR, cuts_made VARCHAR, scoring_average VARCHAR) | SELECT COUNT(wins) FROM table_name_52 WHERE cuts_made = 10 AND scoring_average < 74.09 |
49,092 | <question>: What is Madeleine Dupont's shot pct.? <context>: CREATE TABLE table_name_96 (shot_pct VARCHAR, skip VARCHAR) | SELECT shot_pct FROM table_name_96 WHERE skip = "madeleine dupont" |
49,093 | <question>: Can you tell me the Score that has the High assists of rafer alston (8)? <context>: CREATE TABLE table_name_41 (score VARCHAR, high_assists VARCHAR) | SELECT score FROM table_name_41 WHERE high_assists = "rafer alston (8)" |
49,094 | <question>: Can you tell me the High points that has the High rebounds of rafer alston (9)? <context>: CREATE TABLE table_name_17 (high_points VARCHAR, high_rebounds VARCHAR) | SELECT high_points FROM table_name_17 WHERE high_rebounds = "rafer alston (9)" |
49,095 | <question>: Can you tell me the Score that has the Date of april 8? <context>: CREATE TABLE table_name_22 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_22 WHERE date = "april 8" |
49,096 | <question>: What's the highest attendance for a game the Texan's played at Arrowhead Stadium? <context>: CREATE TABLE table_name_87 (attendance INTEGER, game_site VARCHAR) | SELECT MAX(attendance) FROM table_name_87 WHERE game_site = "arrowhead stadium" |
49,097 | <question>: Who did the Texan's play on Week 4? <context>: CREATE TABLE table_name_37 (opponent VARCHAR, week VARCHAR) | SELECT opponent FROM table_name_37 WHERE week = "4" |
49,098 | <question>: What's the date for HOF week? <context>: CREATE TABLE table_name_63 (date VARCHAR, week VARCHAR) | SELECT date FROM table_name_63 WHERE week = "hof" |
49,099 | <question>: What is Total, when FA Cup is 1 0 (3)? <context>: CREATE TABLE table_name_77 (total VARCHAR, fa_cup VARCHAR) | SELECT total FROM table_name_77 WHERE fa_cup = "1 0 (3)" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.