Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
37,200 | <question>: When 6.66 is the amount of viewers what is the lowest production code? <context>: CREATE TABLE table_24781886_2 (production_code INTEGER, viewers VARCHAR) | SELECT MIN(production_code) FROM table_24781886_2 WHERE viewers = "6.66" |
37,201 | <question>: When 7.55 is the amount of viewers what is the lowest number? <context>: CREATE TABLE table_24781886_2 (_number INTEGER, viewers VARCHAR) | SELECT MIN(_number) FROM table_24781886_2 WHERE viewers = "7.55" |
37,202 | <question>: How many figures are given for the New Democratic for the polling range May 11–31, 2010? <context>: CREATE TABLE table_24778847_2 (new_democratic VARCHAR, date_of_polling VARCHAR) | SELECT COUNT(new_democratic) FROM table_24778847_2 WHERE date_of_polling = "May 11–31, 2010" |
37,203 | <question>: What format is the link for the polling data for February 10–28, 2011? <context>: CREATE TABLE table_24778847_2 (link VARCHAR, date_of_polling VARCHAR) | SELECT link FROM table_24778847_2 WHERE date_of_polling = "February 10–28, 2011" |
37,204 | <question>: When 9 is the number what is the title? <context>: CREATE TABLE table_24781886_3 (title VARCHAR, _number VARCHAR) | SELECT title FROM table_24781886_3 WHERE _number = 9 |
37,205 | <question>: When 3 is the number what is the highest total? <context>: CREATE TABLE table_24781886_3 (total INTEGER, _number VARCHAR) | SELECT MAX(total) FROM table_24781886_3 WHERE _number = 3 |
37,206 | <question>: When 7.08 is the amount of viewers what is the air date? <context>: CREATE TABLE table_24781886_3 (air_date VARCHAR, viewers VARCHAR) | SELECT air_date FROM table_24781886_3 WHERE viewers = "7.08" |
37,207 | <question>: When 7.08 is the amount of viewers how many directors are there? <context>: CREATE TABLE table_24781886_3 (director VARCHAR, viewers VARCHAR) | SELECT COUNT(director) FROM table_24781886_3 WHERE viewers = "7.08" |
37,208 | <question>: What location did the episode that aired originally on August 26, 2009 take place at? <context>: CREATE TABLE table_24798489_2 (location VARCHAR, original_airdate VARCHAR) | SELECT location FROM table_24798489_2 WHERE original_airdate = "August 26, 2009" |
37,209 | <question>: How many dates originally aired episodes located in Philadelphia, pennsylvania? <context>: CREATE TABLE table_24798489_2 (original_airdate VARCHAR, location VARCHAR) | SELECT COUNT(original_airdate) FROM table_24798489_2 WHERE location = "Philadelphia, Pennsylvania" |
37,210 | <question>: What was the challenge for episode 28? <context>: CREATE TABLE table_24798489_2 (challenge VARCHAR, episode_number VARCHAR) | SELECT challenge FROM table_24798489_2 WHERE episode_number = 28 |
37,211 | <question>: How many original air dates were there for episode 22? <context>: CREATE TABLE table_24798489_2 (original_airdate VARCHAR, episode_number VARCHAR) | SELECT COUNT(original_airdate) FROM table_24798489_2 WHERE episode_number = 22 |
37,212 | <question>: What was the lowest goals ever achieved? <context>: CREATE TABLE table_24807406_3 (goals INTEGER) | SELECT MIN(goals) FROM table_24807406_3 |
37,213 | <question>: how many arabic scottish is afghan <context>: CREATE TABLE table_24807774_1 (afghan VARCHAR, arabic VARCHAR) | SELECT afghan FROM table_24807774_1 WHERE arabic = "Scottish" |
37,214 | <question>: how many bosnian in cook islands is macedonian <context>: CREATE TABLE table_24807774_1 (cook_islands VARCHAR, bosnian VARCHAR) | SELECT COUNT(cook_islands) FROM table_24807774_1 WHERE bosnian = "Macedonian" |
37,215 | <question>: how many colombia in bangladesh is serbian <context>: CREATE TABLE table_24807774_1 (colombian VARCHAR, bangladeshi VARCHAR) | SELECT colombian FROM table_24807774_1 WHERE bangladeshi = "Serbian" |
37,216 | <question>: how many arabic in colobians is finnish <context>: CREATE TABLE table_24807774_1 (arabic VARCHAR, colombian VARCHAR) | SELECT arabic FROM table_24807774_1 WHERE colombian = "Finnish" |
37,217 | <question>: how many bosnian in cook islands is sri lankan <context>: CREATE TABLE table_24807774_1 (bosnian VARCHAR, cook_islands VARCHAR) | SELECT bosnian FROM table_24807774_1 WHERE cook_islands = "Sri Lankan" |
37,218 | <question>: how many afghan in banglash is hungarian <context>: CREATE TABLE table_24807774_1 (afghan VARCHAR, bangladeshi VARCHAR) | SELECT afghan FROM table_24807774_1 WHERE bangladeshi = "Hungarian" |
37,219 | <question>: What is the name if the appearance is 2 and the position is FW? <context>: CREATE TABLE table_24807406_1 (name VARCHAR, position VARCHAR, appearances VARCHAR) | SELECT name FROM table_24807406_1 WHERE position = "FW" AND appearances = 2 |
37,220 | <question>: What is the assists total number if the minutes is 1? <context>: CREATE TABLE table_24807406_1 (assists VARCHAR, minutes VARCHAR) | SELECT COUNT(assists) FROM table_24807406_1 WHERE minutes = 1 |
37,221 | <question>: What is the appearance maximum if the starts is 18? <context>: CREATE TABLE table_24807406_1 (appearances INTEGER, starts VARCHAR) | SELECT MAX(appearances) FROM table_24807406_1 WHERE starts = 18 |
37,222 | <question>: What are the names of all the players with an average of 15.89? <context>: CREATE TABLE table_2482547_5 (name VARCHAR, average VARCHAR) | SELECT name FROM table_2482547_5 WHERE average = "15.89" |
37,223 | <question>: What's the maximum wickets taken by players named Bill Lockwood? <context>: CREATE TABLE table_2482547_5 (wickets_taken INTEGER, name VARCHAR) | SELECT MAX(wickets_taken) FROM table_2482547_5 WHERE name = "Bill Lockwood" |
37,224 | <question>: What are all the teams with an average of 15.89? <context>: CREATE TABLE table_2482547_5 (team_s_ VARCHAR, average VARCHAR) | SELECT team_s_ FROM table_2482547_5 WHERE average = "15.89" |
37,225 | <question>: Who are all the players who've bowled more than 4969 balls? <context>: CREATE TABLE table_2482547_5 (name VARCHAR, balls_bowled VARCHAR) | SELECT name FROM table_2482547_5 WHERE balls_bowled = 4969 |
37,226 | <question>: What are the averages for games with 212 wickets taken? <context>: CREATE TABLE table_2482547_5 (average VARCHAR, wickets_taken VARCHAR) | SELECT average FROM table_2482547_5 WHERE wickets_taken = 212 |
37,227 | <question>: Who was the turbine manufacturer for the Wheatland county? <context>: CREATE TABLE table_24837750_1 (turbine_manufacturer VARCHAR, county VARCHAR) | SELECT turbine_manufacturer FROM table_24837750_1 WHERE county = "Wheatland" |
37,228 | <question>: How many turbine manufacturers installed a capacity of 189 MW? <context>: CREATE TABLE table_24837750_1 (turbine_manufacturer VARCHAR, installed_capacity__mw_ VARCHAR) | SELECT COUNT(turbine_manufacturer) FROM table_24837750_1 WHERE installed_capacity__mw_ = "189" |
37,229 | <question>: How much capacity was installed in Wheatland? <context>: CREATE TABLE table_24837750_1 (installed_capacity__mw_ VARCHAR, county VARCHAR) | SELECT installed_capacity__mw_ FROM table_24837750_1 WHERE county = "Wheatland" |
37,230 | <question>: Who was the turbine manufacturer of the wind farm that started service on 2005? <context>: CREATE TABLE table_24837750_1 (turbine_manufacturer VARCHAR, date_in_service VARCHAR) | SELECT turbine_manufacturer FROM table_24837750_1 WHERE date_in_service = "2005" |
37,231 | <question>: When did this wind farm started service with a capacity of 135 MW? <context>: CREATE TABLE table_24837750_1 (date_in_service VARCHAR, installed_capacity__mw_ VARCHAR) | SELECT date_in_service FROM table_24837750_1 WHERE installed_capacity__mw_ = "135" |
37,232 | <question>: When did the wind farm in Musselshell started service? <context>: CREATE TABLE table_24837750_1 (date_in_service VARCHAR, county VARCHAR) | SELECT date_in_service FROM table_24837750_1 WHERE county = "Musselshell" |
37,233 | <question>: What was the largest attendance at the Rheinstadion? <context>: CREATE TABLE table_24814477_2 (attendance INTEGER, game_site VARCHAR) | SELECT MAX(attendance) FROM table_24814477_2 WHERE game_site = "Rheinstadion" |
37,234 | <question>: What week did the Galaxy play the Amsterdam Admirals? <context>: CREATE TABLE table_24814477_2 (week VARCHAR, opponent VARCHAR) | SELECT week FROM table_24814477_2 WHERE opponent = "Amsterdam Admirals" |
37,235 | <question>: Who was the opponent in Week 8? <context>: CREATE TABLE table_24814477_2 (opponent VARCHAR, week VARCHAR) | SELECT opponent FROM table_24814477_2 WHERE week = 8 |
37,236 | <question>: Who was the Class A winner when the Class C winner was David Haynes? <context>: CREATE TABLE table_24852622_1 (class_a_winner VARCHAR, class_c_winner VARCHAR) | SELECT class_a_winner FROM table_24852622_1 WHERE class_c_winner = "David Haynes" |
37,237 | <question>: Who was the Class C winner in round 8? <context>: CREATE TABLE table_24852622_1 (class_c_winner VARCHAR, round VARCHAR) | SELECT class_c_winner FROM table_24852622_1 WHERE round = "8" |
37,238 | <question>: Who was the Class D winner in round 6? <context>: CREATE TABLE table_24852622_1 (class_d_winner VARCHAR, round VARCHAR) | SELECT class_d_winner FROM table_24852622_1 WHERE round = "6" |
37,239 | <question>: What was the circuit in round 2? <context>: CREATE TABLE table_24852622_1 (circuit VARCHAR, round VARCHAR) | SELECT circuit FROM table_24852622_1 WHERE round = "2" |
37,240 | <question>: In which round did Roy Salvadori won Class D and Alan Hutcheson won Class B? <context>: CREATE TABLE table_24853015_1 (round VARCHAR, class_d_winner VARCHAR, class_b_winner VARCHAR) | SELECT round FROM table_24853015_1 WHERE class_d_winner = "Roy Salvadori" AND class_b_winner = "Alan Hutcheson" |
37,241 | <question>: When did Alan Hutcheson won Class B on round 1? <context>: CREATE TABLE table_24853015_1 (date VARCHAR, class_b_winner VARCHAR, round VARCHAR) | SELECT date FROM table_24853015_1 WHERE class_b_winner = "Alan Hutcheson" AND round = 1 |
37,242 | <question>: How many field goals did Stacey Thomas have? <context>: CREATE TABLE table_24850487_5 (field_goals VARCHAR, player VARCHAR) | SELECT field_goals FROM table_24850487_5 WHERE player = "Stacey Thomas" |
37,243 | <question>: How many assists did the player who had 121 rebounds have? <context>: CREATE TABLE table_24850487_5 (assists INTEGER, rebounds VARCHAR) | SELECT MAX(assists) FROM table_24850487_5 WHERE rebounds = 121 |
37,244 | <question>: How many field goals did the player who had 8 blocks have? <context>: CREATE TABLE table_24850487_5 (field_goals INTEGER, blocks VARCHAR) | SELECT MIN(field_goals) FROM table_24850487_5 WHERE blocks = 8 |
37,245 | <question>: How many assists did the player who had 863 minutes have? <context>: CREATE TABLE table_24850487_5 (assists INTEGER, minutes VARCHAR) | SELECT MIN(assists) FROM table_24850487_5 WHERE minutes = 863 |
37,246 | <question>: How many blocks did the player who had 59 rebounds have? <context>: CREATE TABLE table_24850487_5 (blocks VARCHAR, rebounds VARCHAR) | SELECT blocks FROM table_24850487_5 WHERE rebounds = 59 |
37,247 | <question>: Who were the opponents that had an attendance of exactly 16115? <context>: CREATE TABLE table_24852001_2 (opponent VARCHAR, attendance VARCHAR) | SELECT opponent FROM table_24852001_2 WHERE attendance = 16115 |
37,248 | <question>: What was the team record after the Frankfurt Galaxy matchup? <context>: CREATE TABLE table_24852001_2 (team_record VARCHAR, opponent VARCHAR) | SELECT team_record FROM table_24852001_2 WHERE opponent = "Frankfurt Galaxy" |
37,249 | <question>: What was the game site for the matchup against the Frankfurt Galaxy? <context>: CREATE TABLE table_24852001_2 (game_site VARCHAR, opponent VARCHAR) | SELECT game_site FROM table_24852001_2 WHERE opponent = "Frankfurt Galaxy" |
37,250 | <question>: How many results did the GT1 Winning Team No. 50 Larbre Compétition on the Algarve circuit? <context>: CREATE TABLE table_24865763_2 (results VARCHAR, circuit VARCHAR, gt1_winning_team VARCHAR) | SELECT COUNT(results) FROM table_24865763_2 WHERE circuit = "Algarve" AND gt1_winning_team = "No. 50 Larbre Compétition" |
37,251 | <question>: How many winning teams are there on LMP2 if Gabriele Gardel Patrice Goueslard Fernando Rees was the GT1 Winning Team on the Algarve circuit? <context>: CREATE TABLE table_24865763_2 (lmp2_winning_team VARCHAR, gt1_winning_team VARCHAR, circuit VARCHAR) | SELECT COUNT(lmp2_winning_team) FROM table_24865763_2 WHERE gt1_winning_team = "Gabriele Gardel Patrice Goueslard Fernando Rees" AND circuit = "Algarve" |
37,252 | <question>: Who was the GT2 Winning Team if Greg Mansell Leo Mansell was the LMP1 Winning Team? <context>: CREATE TABLE table_24865763_2 (gt2_winning_team VARCHAR, lmp1_winning_team VARCHAR) | SELECT gt2_winning_team FROM table_24865763_2 WHERE lmp1_winning_team = "Greg Mansell Leo Mansell" |
37,253 | <question>: What was the maximum round where Marc Lieb Richard Lietz was on the GT2 Winning Team? <context>: CREATE TABLE table_24865763_2 (rnd INTEGER, gt2_winning_team VARCHAR) | SELECT MAX(rnd) FROM table_24865763_2 WHERE gt2_winning_team = "Marc Lieb Richard Lietz" |
37,254 | <question>: How many won the LMP1 on round 4 if No. 42 Strakka Racing was the LMP2 Winning Team? <context>: CREATE TABLE table_24865763_2 (lmp1_winning_team VARCHAR, rnd VARCHAR, lmp2_winning_team VARCHAR) | SELECT COUNT(lmp1_winning_team) FROM table_24865763_2 WHERE rnd = 4 AND lmp2_winning_team = "No. 42 Strakka Racing" |
37,255 | <question>: In what round did Mike Newton Thomas Erdos Ben Collins won the LMP2? <context>: CREATE TABLE table_24865763_2 (rnd VARCHAR, lmp2_winning_team VARCHAR) | SELECT rnd FROM table_24865763_2 WHERE lmp2_winning_team = "Mike Newton Thomas Erdos Ben Collins" |
37,256 | <question>: How many blocks did tye'sha fluker have? <context>: CREATE TABLE table_24856332_4 (blocks INTEGER, player VARCHAR) | SELECT MIN(blocks) FROM table_24856332_4 WHERE player = "Tye'sha Fluker" |
37,257 | <question>: What is the highest number of steals for a player with 324 minutes? <context>: CREATE TABLE table_24856332_4 (steals INTEGER, minutes VARCHAR) | SELECT MAX(steals) FROM table_24856332_4 WHERE minutes = 324 |
37,258 | <question>: What is the lowest number of minutes for a player with 47 steals? <context>: CREATE TABLE table_24856332_4 (minutes INTEGER, steals VARCHAR) | SELECT MIN(minutes) FROM table_24856332_4 WHERE steals = 47 |
37,259 | <question>: Who played Mixed Doubles in 1991? <context>: CREATE TABLE table_2486023_1 (mixed_doubles VARCHAR, year VARCHAR) | SELECT mixed_doubles FROM table_2486023_1 WHERE year = 1991 |
37,260 | <question>: Who was the home team who played plymouth argyle? <context>: CREATE TABLE table_24887326_8 (home_team VARCHAR, away_team VARCHAR) | SELECT home_team FROM table_24887326_8 WHERE away_team = "Plymouth Argyle" |
37,261 | <question>: What was the score when the away team was norwich city? <context>: CREATE TABLE table_24887326_8 (score_1 VARCHAR, away_team VARCHAR) | SELECT score_1 FROM table_24887326_8 WHERE away_team = "Norwich City" |
37,262 | <question>: Who played as the away team when coventry city was the home team? <context>: CREATE TABLE table_24887326_8 (away_team VARCHAR, home_team VARCHAR) | SELECT away_team FROM table_24887326_8 WHERE home_team = "Coventry City" |
37,263 | <question>: What is the final score when they played Frankfurt Galaxy? <context>: CREATE TABLE table_24882796_2 (final_score VARCHAR, opponent VARCHAR) | SELECT final_score FROM table_24882796_2 WHERE opponent = "Frankfurt Galaxy" |
37,264 | <question>: Who is the away team for tie no 11? <context>: CREATE TABLE table_24887326_6 (away_team VARCHAR, tie_no VARCHAR) | SELECT away_team FROM table_24887326_6 WHERE tie_no = 11 |
37,265 | <question>: Who is the away team for tie no 15? <context>: CREATE TABLE table_24887326_6 (away_team VARCHAR, tie_no VARCHAR) | SELECT away_team FROM table_24887326_6 WHERE tie_no = 15 |
37,266 | <question>: What is the highest tie that had 19129 attendance? <context>: CREATE TABLE table_24887326_6 (tie_no INTEGER, attendance VARCHAR) | SELECT MAX(tie_no) FROM table_24887326_6 WHERE attendance = 19129 |
37,267 | <question>: What is the tie when the home team is Stoke City? <context>: CREATE TABLE table_24887326_6 (tie_no VARCHAR, home_team VARCHAR) | SELECT tie_no FROM table_24887326_6 WHERE home_team = "Stoke City" |
37,268 | <question>: What tie has Orient as the home team? <context>: CREATE TABLE table_24887326_6 (tie_no VARCHAR, home_team VARCHAR) | SELECT tie_no FROM table_24887326_6 WHERE home_team = "Orient" |
37,269 | <question>: How many dates are there for tie number 12? <context>: CREATE TABLE table_24887326_6 (date VARCHAR, tie_no VARCHAR) | SELECT COUNT(date) FROM table_24887326_6 WHERE tie_no = 12 |
37,270 | <question>: When 556 is the amount of points how much equipment is there? <context>: CREATE TABLE table_24898185_4 (equipment VARCHAR, points VARCHAR) | SELECT COUNT(equipment) FROM table_24898185_4 WHERE points = 556 |
37,271 | <question>: Which championship was the score 6–4, 5–7, 6–2? <context>: CREATE TABLE table_24901152_4 (championship VARCHAR, score VARCHAR) | SELECT championship FROM table_24901152_4 WHERE score = "6–4, 5–7, 6–2" |
37,272 | <question>: Who were the opponents in the Rome championship? <context>: CREATE TABLE table_24901152_4 (opponents VARCHAR, championship VARCHAR) | SELECT opponents FROM table_24901152_4 WHERE championship = "Rome" |
37,273 | <question>: What is the maximum number of minutes associated with exactly 70 field goals? <context>: CREATE TABLE table_24908692_5 (minutes INTEGER, field_goals VARCHAR) | SELECT MAX(minutes) FROM table_24908692_5 WHERE field_goals = 70 |
37,274 | <question>: What is the minimum number of field goals associated with exactly 84 assists? <context>: CREATE TABLE table_24908692_5 (field_goals INTEGER, assists VARCHAR) | SELECT MIN(field_goals) FROM table_24908692_5 WHERE assists = 84 |
37,275 | <question>: How many steals did Tamika Williams have? <context>: CREATE TABLE table_24908692_5 (steals VARCHAR, player VARCHAR) | SELECT steals FROM table_24908692_5 WHERE player = "Tamika Williams" |
37,276 | <question>: List the number of takeaways with 1 rejection. <context>: CREATE TABLE table_24906653_5 (steals VARCHAR, blocks VARCHAR) | SELECT COUNT(steals) FROM table_24906653_5 WHERE blocks = 1 |
37,277 | <question>: How many long range shots did tonya edwards make. <context>: CREATE TABLE table_24906653_5 (field_goals VARCHAR, player VARCHAR) | SELECT COUNT(field_goals) FROM table_24906653_5 WHERE player = "Tonya Edwards" |
37,278 | <question>: List the number of long range shors where the score is 171. <context>: CREATE TABLE table_24906653_5 (field_goals VARCHAR, points VARCHAR) | SELECT COUNT(field_goals) FROM table_24906653_5 WHERE points = 171 |
37,279 | <question>: Who won best amiga demo when tribes ( pulse & melon dezign) won best pc demo? <context>: CREATE TABLE table_2490289_1 (amiga_demo VARCHAR, pc_demo VARCHAR) | SELECT amiga_demo FROM table_2490289_1 WHERE pc_demo = "Tribes ( Pulse & Melon Dezign)" |
37,280 | <question>: What won best amiga demo when alto knallo (free electric band) won best pc demo? <context>: CREATE TABLE table_2490289_1 (amiga_demo VARCHAR, pc_demo VARCHAR) | SELECT amiga_demo FROM table_2490289_1 WHERE pc_demo = "Alto Knallo (Free Electric Band)" |
37,281 | <question>: What won best pc intro when my kingdom (haujobb & scoopex) won best amiga demo? <context>: CREATE TABLE table_2490289_1 (pc_intro VARCHAR, amiga_demo VARCHAR) | SELECT pc_intro FROM table_2490289_1 WHERE amiga_demo = "My Kingdom (Haujobb & Scoopex)" |
37,282 | <question>: What won est pc intro when 4k0 (polka brothers) won best amiga intro? <context>: CREATE TABLE table_2490289_1 (pc_intro VARCHAR, amiga_intro VARCHAR) | SELECT pc_intro FROM table_2490289_1 WHERE amiga_intro = "4k0 (Polka Brothers)" |
37,283 | <question>: What won best pc demo when tower power (camelot) won best c64 demo? <context>: CREATE TABLE table_2490289_1 (pc_demo VARCHAR, c64_demo VARCHAR) | SELECT pc_demo FROM table_2490289_1 WHERE c64_demo = "Tower Power (Camelot)" |
37,284 | <question>: What year did fr-08: the product ( farbrausch ) win best pc intro? <context>: CREATE TABLE table_2490289_1 (year VARCHAR, pc_intro VARCHAR) | SELECT year FROM table_2490289_1 WHERE pc_intro = "FR-08: The Product ( Farbrausch )" |
37,285 | <question>: What is the episode title that had a US viewership of 8.16? <context>: CREATE TABLE table_24910737_1 (title VARCHAR, us_viewers__millions_ VARCHAR) | SELECT title FROM table_24910737_1 WHERE us_viewers__millions_ = "8.16" |
37,286 | <question>: Who wrote the episodes that had a viewership of 7.14? <context>: CREATE TABLE table_24910737_1 (written_by VARCHAR, us_viewers__millions_ VARCHAR) | SELECT written_by FROM table_24910737_1 WHERE us_viewers__millions_ = "7.14" |
37,287 | <question>: How many episodes received rating of 8.2? <context>: CREATE TABLE table_24910733_2 (episode VARCHAR, rating VARCHAR) | SELECT COUNT(episode) FROM table_24910733_2 WHERE rating = "8.2" |
37,288 | <question>: How many share figures are there for the episode that aired on October 17, 2007? <context>: CREATE TABLE table_24910733_2 (share VARCHAR, air_date VARCHAR) | SELECT COUNT(share) FROM table_24910733_2 WHERE air_date = "October 17, 2007" |
37,289 | <question>: How many episodes aired on October 17, 2007? <context>: CREATE TABLE table_24910733_2 (episode VARCHAR, air_date VARCHAR) | SELECT COUNT(episode) FROM table_24910733_2 WHERE air_date = "October 17, 2007" |
37,290 | <question>: How many timeslots received a rating of 5.7? <context>: CREATE TABLE table_24910733_2 (timeslot__est_ VARCHAR, rating VARCHAR) | SELECT COUNT(timeslot__est_) FROM table_24910733_2 WHERE rating = "5.7" |
37,291 | <question>: How many writers are listed when the U.S viewers are 11.21 million? <context>: CREATE TABLE table_24910733_1 (written_by VARCHAR, us_viewers__millions_ VARCHAR) | SELECT COUNT(written_by) FROM table_24910733_1 WHERE us_viewers__millions_ = "11.21" |
37,292 | <question>: Who is the director when there is 8.44 million viewers? <context>: CREATE TABLE table_24910733_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR) | SELECT directed_by FROM table_24910733_1 WHERE us_viewers__millions_ = "8.44" |
37,293 | <question>: Who is the director when the writter is Andrea Newman? <context>: CREATE TABLE table_24910733_1 (directed_by VARCHAR, written_by VARCHAR) | SELECT directed_by FROM table_24910733_1 WHERE written_by = "Andrea Newman" |
37,294 | <question>: What is the title when the writer is Emily Halpern? <context>: CREATE TABLE table_24910733_1 (title VARCHAR, written_by VARCHAR) | SELECT title FROM table_24910733_1 WHERE written_by = "Emily Halpern" |
37,295 | <question>: Who is the director when there is 11.21 million viewers? <context>: CREATE TABLE table_24910733_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR) | SELECT directed_by FROM table_24910733_1 WHERE us_viewers__millions_ = "11.21" |
37,296 | <question>: How many titles are listed with 8.44 million viewers? <context>: CREATE TABLE table_24910733_1 (title VARCHAR, us_viewers__millions_ VARCHAR) | SELECT COUNT(title) FROM table_24910733_1 WHERE us_viewers__millions_ = "8.44" |
37,297 | <question>: How many field goals had 597 points? <context>: CREATE TABLE table_24915964_4 (field_goals VARCHAR, points VARCHAR) | SELECT COUNT(field_goals) FROM table_24915964_4 WHERE points = 597 |
37,298 | <question>: How many minutes were played by Sue Bird? <context>: CREATE TABLE table_24915964_4 (minutes INTEGER, player VARCHAR) | SELECT MIN(minutes) FROM table_24915964_4 WHERE player = "Sue Bird" |
37,299 | <question>: What is the maximum number of rebounds for players having exactly 35 steals? <context>: CREATE TABLE table_24913533_4 (rebounds INTEGER, steals VARCHAR) | SELECT MAX(rebounds) FROM table_24913533_4 WHERE steals = 35 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.