Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
20,500 | <question>: What's the name of the episode seen by 9.63 millions of people in the US, whose director is Laura Innes? <context>: CREATE TABLE table_23799653_1 (title VARCHAR, directed_by VARCHAR, us_viewers__millions_ VARCHAR) | SELECT title FROM table_23799653_1 WHERE directed_by = "Laura Innes" AND us_viewers__millions_ = "9.63" |
20,501 | <question>: How many points per game have the tournament 2005 eurobasket? <context>: CREATE TABLE table_2387461_1 (points_per_game VARCHAR, tournament VARCHAR) | SELECT points_per_game FROM table_2387461_1 WHERE tournament = "2005 EuroBasket" |
20,502 | <question>: How may assists per game have 7.7 points per game? <context>: CREATE TABLE table_2387461_1 (assists_per_game VARCHAR, points_per_game VARCHAR) | SELECT assists_per_game FROM table_2387461_1 WHERE points_per_game = "7.7" |
20,503 | <question>: How many games played have 4.7 as points per game? <context>: CREATE TABLE table_2387461_1 (games_played VARCHAR, points_per_game VARCHAR) | SELECT games_played FROM table_2387461_1 WHERE points_per_game = "4.7" |
20,504 | <question>: How many assists per game have 4.2 rebounds per game? <context>: CREATE TABLE table_2387461_1 (assists_per_game VARCHAR, rebounds_per_game VARCHAR) | SELECT assists_per_game FROM table_2387461_1 WHERE rebounds_per_game = "4.2" |
20,505 | <question>: How many assists per game in the tournament 2010 fiba world championship? <context>: CREATE TABLE table_2387461_1 (assists_per_game VARCHAR, tournament VARCHAR) | SELECT assists_per_game FROM table_2387461_1 WHERE tournament = "2010 FIBA World Championship" |
20,506 | <question>: How many games played have 4.7 points per game? <context>: CREATE TABLE table_2387461_1 (games_played VARCHAR, points_per_game VARCHAR) | SELECT COUNT(games_played) FROM table_2387461_1 WHERE points_per_game = "4.7" |
20,507 | <question>: What was the average finish the year Bodine finished 3rd? <context>: CREATE TABLE table_2387790_2 (avg_finish VARCHAR, position VARCHAR) | SELECT avg_finish FROM table_2387790_2 WHERE position = "3rd" |
20,508 | <question>: What position did he finish in 1987? <context>: CREATE TABLE table_2387790_2 (position VARCHAR, year VARCHAR) | SELECT position FROM table_2387790_2 WHERE year = 1987 |
20,509 | <question>: What team was Bodine in when he had an average finish of 8.3? <context>: CREATE TABLE table_2387790_2 (team_s_ VARCHAR, avg_finish VARCHAR) | SELECT team_s_ FROM table_2387790_2 WHERE avg_finish = "8.3" |
20,510 | <question>: How many years did he have an average finish of 11.7? <context>: CREATE TABLE table_2387790_2 (avg_start VARCHAR, avg_finish VARCHAR) | SELECT COUNT(avg_start) FROM table_2387790_2 WHERE avg_finish = "11.7" |
20,511 | <question>: What is the least value for week? <context>: CREATE TABLE table_23916462_3 (week INTEGER) | SELECT MIN(week) FROM table_23916462_3 |
20,512 | <question>: How many values for attendance on the date of September 5? <context>: CREATE TABLE table_23916462_3 (attendance VARCHAR, date VARCHAR) | SELECT COUNT(attendance) FROM table_23916462_3 WHERE date = "September 5" |
20,513 | <question>: How many dates for the week of 4? <context>: CREATE TABLE table_23916462_3 (date VARCHAR, week VARCHAR) | SELECT COUNT(date) FROM table_23916462_3 WHERE week = 4 |
20,514 | <question>: How many values for attendance on the date of August 26? <context>: CREATE TABLE table_23916462_3 (attendance VARCHAR, date VARCHAR) | SELECT COUNT(attendance) FROM table_23916462_3 WHERE date = "August 26" |
20,515 | <question>: what is the total 07-08 gp/jgp 2nd with the name mao asada <context>: CREATE TABLE table_23938357_5 (name VARCHAR) | SELECT 07 AS _08_gp_jgp_2nd FROM table_23938357_5 WHERE name = "Mao Asada" |
20,516 | <question>: Name the owners 2009 for south side indianapolis <context>: CREATE TABLE table_23958917_1 (owner_s___2009_ VARCHAR, location VARCHAR) | SELECT owner_s___2009_ FROM table_23958917_1 WHERE location = "South Side Indianapolis" |
20,517 | <question>: Name the stacks for 1 1969 2 1995 <context>: CREATE TABLE table_23958917_1 (stacks VARCHAR, in_service_dates VARCHAR) | SELECT stacks FROM table_23958917_1 WHERE in_service_dates = "1 1969 2 1995" |
20,518 | <question>: Name the number of stacks for 1 & 2 235 mw 3 & 4 88.2 mw <context>: CREATE TABLE table_23958917_1 (stacks VARCHAR, unit_capacity__2009_ VARCHAR) | SELECT COUNT(stacks) FROM table_23958917_1 WHERE unit_capacity__2009_ = "1 & 2 235 MW 3 & 4 88.2 MW" |
20,519 | <question>: Name the number for service dates for hoosier energy for petersburg <context>: CREATE TABLE table_23958917_1 (in_service_dates VARCHAR, owner_s___2009_ VARCHAR, location VARCHAR) | SELECT COUNT(in_service_dates) FROM table_23958917_1 WHERE owner_s___2009_ = "Hoosier Energy" AND location = "Petersburg" |
20,520 | <question>: What frequency does model L34xx use? <context>: CREATE TABLE table_24018112_1 (frequency VARCHAR, model__list_ VARCHAR) | SELECT frequency FROM table_24018112_1 WHERE model__list_ = "L34xx" |
20,521 | <question>: What brand is model G6xxx? <context>: CREATE TABLE table_24018112_1 (brand_name VARCHAR, model__list_ VARCHAR) | SELECT brand_name FROM table_24018112_1 WHERE model__list_ = "G6xxx" |
20,522 | <question>: What is the maximum memory speed for frequencies between 2.93-3.2ghz? <context>: CREATE TABLE table_24018112_1 (max_memory_speed VARCHAR, frequency VARCHAR) | SELECT max_memory_speed FROM table_24018112_1 WHERE frequency = "2.93-3.2GHz" |
20,523 | <question>: What brand is model I7-8xx? <context>: CREATE TABLE table_24018112_1 (brand_name VARCHAR, model__list_ VARCHAR) | SELECT brand_name FROM table_24018112_1 WHERE model__list_ = "i7-8xx" |
20,524 | <question>: List the number of cores for ddr3-1333 with frequencies between 2.66-2.8ghz. <context>: CREATE TABLE table_24018112_1 (cores_threads VARCHAR, max_memory_speed VARCHAR, frequency VARCHAR) | SELECT cores_threads FROM table_24018112_1 WHERE max_memory_speed = "DDR3-1333" AND frequency = "2.66-2.8GHz" |
20,525 | <question>: What frequency does the Pentium processor use? <context>: CREATE TABLE table_24018112_1 (frequency VARCHAR, brand_name VARCHAR) | SELECT frequency FROM table_24018112_1 WHERE brand_name = "Pentium" |
20,526 | <question>: How many different counts of the votes for Bush are there in the county where he got 69.7% of the votes? <context>: CREATE TABLE table_2401326_1 (bush_number VARCHAR, bush_percentage VARCHAR) | SELECT COUNT(bush_number) FROM table_2401326_1 WHERE bush_percentage = "69.7%" |
20,527 | <question>: What percentage of the votes in Oneida did Kerry win? <context>: CREATE TABLE table_2401326_1 (kerry_percentage VARCHAR, county VARCHAR) | SELECT kerry_percentage FROM table_2401326_1 WHERE county = "Oneida" |
20,528 | <question>: What percentage of the people in Bonneville voted for Bush? <context>: CREATE TABLE table_2401326_1 (bush_percentage VARCHAR, county VARCHAR) | SELECT bush_percentage FROM table_2401326_1 WHERE county = "Bonneville" |
20,529 | <question>: What percentage of the votes were for others in the county where 462 people voted that way? <context>: CREATE TABLE table_2401326_1 (others_percentage VARCHAR, others_number VARCHAR) | SELECT others_percentage FROM table_2401326_1 WHERE others_number = 462 |
20,530 | <question>: What's percentage voted for Busg in the county where Kerry got 37.6%? <context>: CREATE TABLE table_2401326_1 (bush_percentage VARCHAR, kerry_percentage VARCHAR) | SELECT bush_percentage FROM table_2401326_1 WHERE kerry_percentage = "37.6%" |
20,531 | <question>: How many people voted for Kerry in the county where 8 voted for others? <context>: CREATE TABLE table_2401326_1 (kerry_number INTEGER, others_number VARCHAR) | SELECT MIN(kerry_number) FROM table_2401326_1 WHERE others_number = 8 |
20,532 | <question>: When north american record is the world record who is the denis nizhegorodov ( rus )? <context>: CREATE TABLE table_24059973_3 (denis_nizhegorodov___rus__ VARCHAR, world_record VARCHAR) | SELECT denis_nizhegorodov___rus__ FROM table_24059973_3 WHERE world_record = "North American record" |
20,533 | <question>: How many incoming managers were there after Roy Hodgson left the position for the Fulham team? <context>: CREATE TABLE table_24172157_3 (incoming_manager VARCHAR, outgoing_manager VARCHAR, team VARCHAR) | SELECT COUNT(incoming_manager) FROM table_24172157_3 WHERE outgoing_manager = "Roy Hodgson" AND team = "Fulham" |
20,534 | <question>: What is the table for the team Blackburn Rovers? <context>: CREATE TABLE table_24172157_3 (table VARCHAR, team VARCHAR) | SELECT table FROM table_24172157_3 WHERE team = "Blackburn Rovers" |
20,535 | <question>: What was the date of appointment for incoming manager Roy Hodgson and the team is Liverpool? <context>: CREATE TABLE table_24172157_3 (date_of_appointment VARCHAR, team VARCHAR, incoming_manager VARCHAR) | SELECT date_of_appointment FROM table_24172157_3 WHERE team = "Liverpool" AND incoming_manager = "Roy Hodgson" |
20,536 | <question>: What team has an incoming manager named Kenny Dalglish? <context>: CREATE TABLE table_24172157_3 (team VARCHAR, incoming_manager VARCHAR) | SELECT team FROM table_24172157_3 WHERE incoming_manager = "Kenny Dalglish" |
20,537 | <question>: What is the date of vacancy for the Liverpool team with a table named pre-season? <context>: CREATE TABLE table_24172157_3 (date_of_vacancy VARCHAR, table VARCHAR, team VARCHAR) | SELECT date_of_vacancy FROM table_24172157_3 WHERE table = "Pre-season" AND team = "Liverpool" |
20,538 | <question>: When steve mcclaren is the replacer what is the manner of departure? <context>: CREATE TABLE table_24162080_3 (manner_of_departure VARCHAR, replaced_by VARCHAR) | SELECT manner_of_departure FROM table_24162080_3 WHERE replaced_by = "Steve McClaren" |
20,539 | <question>: When 1. fc köln is the team what is the date of appointment? <context>: CREATE TABLE table_24162080_3 (date_of_appointment VARCHAR, team VARCHAR) | SELECT date_of_appointment FROM table_24162080_3 WHERE team = "1. FC Köln" |
20,540 | <question>: When 1999 is the year how many tournaments are there? <context>: CREATE TABLE table_2417741_1 (tournament VARCHAR, year VARCHAR) | SELECT COUNT(tournament) FROM table_2417741_1 WHERE year = 1999 |
20,541 | <question>: When cary middlecoff is the winner how many pars are there? <context>: CREATE TABLE table_2417741_1 (par VARCHAR, winner VARCHAR) | SELECT COUNT(par) FROM table_2417741_1 WHERE winner = "Cary Middlecoff" |
20,542 | <question>: When hale irwin is the winner what is the margin of victory? <context>: CREATE TABLE table_2417741_1 (margin_of_victory VARCHAR, winner VARCHAR) | SELECT margin_of_victory FROM table_2417741_1 WHERE winner = "Hale Irwin" |
20,543 | <question>: How many entries are there for founded when the location was springfield, ohio? <context>: CREATE TABLE table_24195232_1 (founded VARCHAR, location VARCHAR) | SELECT COUNT(founded) FROM table_24195232_1 WHERE location = "Springfield, Ohio" |
20,544 | <question>: What was the location for the team name of patriots? <context>: CREATE TABLE table_24195232_1 (location VARCHAR, team_name VARCHAR) | SELECT location FROM table_24195232_1 WHERE team_name = "Patriots" |
20,545 | <question>: What is the location when founded was 1957? <context>: CREATE TABLE table_24195232_1 (location VARCHAR, founded VARCHAR) | SELECT location FROM table_24195232_1 WHERE founded = 1957 |
20,546 | <question>: What is the affiliation when the institution was ohio christian university? <context>: CREATE TABLE table_24195232_1 (affiliation VARCHAR, institution VARCHAR) | SELECT affiliation FROM table_24195232_1 WHERE institution = "Ohio Christian University" |
20,547 | <question>: What is the institution that was located is circleville, ohio? <context>: CREATE TABLE table_24195232_1 (institution VARCHAR, location VARCHAR) | SELECT institution FROM table_24195232_1 WHERE location = "Circleville, Ohio" |
20,548 | <question>: What is the location for the team name of eagles? <context>: CREATE TABLE table_24195232_1 (location VARCHAR, team_name VARCHAR) | SELECT location FROM table_24195232_1 WHERE team_name = "Eagles" |
20,549 | <question>: When did the episode that had 5.09 million total viewers (both Live and SD types) first air? <context>: CREATE TABLE table_24222929_3 (original_airdate VARCHAR, live VARCHAR, sd_total_viewers VARCHAR) | SELECT original_airdate FROM table_24222929_3 WHERE live + sd_total_viewers = "5.09 million" |
20,550 | <question>: How many total viewers (combined Live and SD) watched the episode with a share of 8? <context>: CREATE TABLE table_24222929_3 (live VARCHAR, share VARCHAR) | SELECT live + 7 AS _day_dvr_total_viewers FROM table_24222929_3 WHERE share = "8" |
20,551 | <question>: When did the fourth episode of the season (4 1-04) first air? <context>: CREATE TABLE table_24222929_3 (original_airdate VARCHAR, episode_number_production_number VARCHAR) | SELECT original_airdate FROM table_24222929_3 WHERE episode_number_production_number = "4 1-04" |
20,552 | <question>: When did the episode that had 3.69 million total viewers (Live and SD types combined) first air? <context>: CREATE TABLE table_24222929_3 (original_airdate VARCHAR, live VARCHAR, sd_total_viewers VARCHAR) | SELECT original_airdate FROM table_24222929_3 WHERE live + sd_total_viewers = "3.69 million" |
20,553 | <question>: Who was the leading actor in the film with a supporting actor named Cecil Kellaway? <context>: CREATE TABLE table_24225238_1 (leading_actor VARCHAR, supporting_actor VARCHAR) | SELECT leading_actor FROM table_24225238_1 WHERE supporting_actor = "Cecil Kellaway" |
20,554 | <question>: Who was the supporting actress in "For Whom the Bell Tolls"? <context>: CREATE TABLE table_24225238_1 (supporting_actress VARCHAR, film VARCHAR) | SELECT supporting_actress FROM table_24225238_1 WHERE film = "For Whom the Bell Tolls" |
20,555 | <question>: Who was the supporting actress in a film with Diane Keaton as the leading actress? <context>: CREATE TABLE table_24225238_1 (supporting_actress VARCHAR, leading_actress VARCHAR) | SELECT supporting_actress FROM table_24225238_1 WHERE leading_actress = "Diane Keaton" |
20,556 | <question>: Who was the leading actress in a film with Warren Beatty as the leading actor and also at the 40th Oscars? <context>: CREATE TABLE table_24225238_1 (leading_actress VARCHAR, leading_actor VARCHAR, oscars VARCHAR) | SELECT leading_actress FROM table_24225238_1 WHERE leading_actor = "Warren Beatty" AND oscars = "40th" |
20,557 | <question>: Which film had Charles Bickford as supporting actor? <context>: CREATE TABLE table_24225238_1 (film VARCHAR, supporting_actor VARCHAR) | SELECT film FROM table_24225238_1 WHERE supporting_actor = "Charles Bickford" |
20,558 | <question>: Who was the supporting actress in 1943? <context>: CREATE TABLE table_24225238_1 (supporting_actress VARCHAR, year VARCHAR) | SELECT supporting_actress FROM table_24225238_1 WHERE year = 1943 |
20,559 | <question>: How many episodes aired in Sydney in Week 3? <context>: CREATE TABLE table_24291077_4 (sydney VARCHAR, week VARCHAR) | SELECT COUNT(sydney) FROM table_24291077_4 WHERE week = 3 |
20,560 | <question>: How many viewers were there in Sydney for the episode when there were 334000 in Melbourne? <context>: CREATE TABLE table_24291077_4 (sydney VARCHAR, melbourne VARCHAR) | SELECT sydney FROM table_24291077_4 WHERE melbourne = 334000 |
20,561 | <question>: How many Adelaide viewers were there in Week 5? <context>: CREATE TABLE table_24291077_4 (adelaide VARCHAR, week VARCHAR) | SELECT adelaide FROM table_24291077_4 WHERE week = 5 |
20,562 | <question>: What is the highest number of Brisbane viewers? <context>: CREATE TABLE table_24291077_4 (brisbane INTEGER) | SELECT MAX(brisbane) FROM table_24291077_4 |
20,563 | <question>: What was the rating in Brisbane the week it was 276000 in Melbourne? <context>: CREATE TABLE table_24291077_8 (brisbane INTEGER, melbourne VARCHAR) | SELECT MAX(brisbane) FROM table_24291077_8 WHERE melbourne = 276000 |
20,564 | <question>: What was the total rating on week 3? <context>: CREATE TABLE table_24291077_8 (total VARCHAR, week VARCHAR) | SELECT total FROM table_24291077_8 WHERE week = 3 |
20,565 | <question>: What was the rating for Brisbane the week that Adelaide had 94000? <context>: CREATE TABLE table_24291077_8 (brisbane INTEGER, adelaide VARCHAR) | SELECT MIN(brisbane) FROM table_24291077_8 WHERE adelaide = 94000 |
20,566 | <question>: How many millions of people in the US watched when Kevin Bray was director? <context>: CREATE TABLE table_24319661_3 (us_viewers__million_ VARCHAR, directed_by VARCHAR) | SELECT us_viewers__million_ FROM table_24319661_3 WHERE directed_by = "Kevin Bray" |
20,567 | <question>: How many episodes in the season had 3.81 million US viewers? <context>: CREATE TABLE table_24319661_3 (no_in_season VARCHAR, us_viewers__million_ VARCHAR) | SELECT COUNT(no_in_season) FROM table_24319661_3 WHERE us_viewers__million_ = "3.81" |
20,568 | <question>: What is the maximum folded value of the team whose stadium is Fraser Field? <context>: CREATE TABLE table_24334261_1 (folded INTEGER, stadium VARCHAR) | SELECT MAX(folded) FROM table_24334261_1 WHERE stadium = "Fraser Field" |
20,569 | <question>: What is the maximum founded year of the Worcester Tornadoes? <context>: CREATE TABLE table_24334261_1 (founded INTEGER, team VARCHAR) | SELECT MAX(founded) FROM table_24334261_1 WHERE team = "Worcester Tornadoes" |
20,570 | <question>: How many viewers were there for airdate is 22 october 2009? <context>: CREATE TABLE table_24399615_3 (viewers INTEGER, airdate VARCHAR) | SELECT MAX(viewers) FROM table_24399615_3 WHERE airdate = "22 October 2009" |
20,571 | <question>: What is the cable rank for episode no. 4? <context>: CREATE TABLE table_24399615_3 (cable_rank VARCHAR, episode_no VARCHAR) | SELECT cable_rank FROM table_24399615_3 WHERE episode_no = 4 |
20,572 | <question>: Where where the bbc three weekly ranking for episode no. 5? <context>: CREATE TABLE table_24399615_3 (bbc_three_weekly_ranking VARCHAR, episode_no VARCHAR) | SELECT bbc_three_weekly_ranking FROM table_24399615_3 WHERE episode_no = 5 |
20,573 | <question>: What is the cable rank for bbc three weekly ranking of n/a? <context>: CREATE TABLE table_24399615_3 (cable_rank VARCHAR, bbc_three_weekly_ranking VARCHAR) | SELECT cable_rank FROM table_24399615_3 WHERE bbc_three_weekly_ranking = "N/A" |
20,574 | <question>: What is the cable rank for the airdate of 10 december 2009? <context>: CREATE TABLE table_24399615_3 (cable_rank VARCHAR, airdate VARCHAR) | SELECT cable_rank FROM table_24399615_3 WHERE airdate = "10 December 2009" |
20,575 | <question>: How many entries are shown for viewers when the airdate was 26 november 2009? <context>: CREATE TABLE table_24399615_3 (viewers VARCHAR, airdate VARCHAR) | SELECT COUNT(viewers) FROM table_24399615_3 WHERE airdate = "26 November 2009" |
20,576 | <question>: What is the difficulty of the athens circuit? <context>: CREATE TABLE table_24463470_1 (difficulty VARCHAR, circuit VARCHAR) | SELECT difficulty FROM table_24463470_1 WHERE circuit = "Athens" |
20,577 | <question>: How many instances is paris the unlock? <context>: CREATE TABLE table_24463470_1 (unlock_order VARCHAR, unlocks VARCHAR) | SELECT COUNT(unlock_order) FROM table_24463470_1 WHERE unlocks = "Paris" |
20,578 | <question>: How many instances is the unlocked n/a? <context>: CREATE TABLE table_24463470_1 (setting VARCHAR, unlocked_by VARCHAR) | SELECT COUNT(setting) FROM table_24463470_1 WHERE unlocked_by = "N/A" |
20,579 | <question>: What is the lowest unlock order for the athens circuit? <context>: CREATE TABLE table_24463470_1 (unlock_order INTEGER, circuit VARCHAR) | SELECT MIN(unlock_order) FROM table_24463470_1 WHERE circuit = "Athens" |
20,580 | <question>: What is the setting for the hard difficulty? <context>: CREATE TABLE table_24463470_1 (setting VARCHAR, difficulty VARCHAR) | SELECT setting FROM table_24463470_1 WHERE difficulty = "Hard" |
20,581 | <question>: What are the conditions for the athens circuit? <context>: CREATE TABLE table_24463470_1 (conditions VARCHAR, circuit VARCHAR) | SELECT conditions FROM table_24463470_1 WHERE circuit = "Athens" |
20,582 | <question>: What team was he on when he finished in 11th position? <context>: CREATE TABLE table_24491017_1 (team VARCHAR, position VARCHAR) | SELECT team FROM table_24491017_1 WHERE position = "11th" |
20,583 | <question>: How many f/laps when he finished 8th? <context>: CREATE TABLE table_24491017_1 (f_laps INTEGER, position VARCHAR) | SELECT MAX(f_laps) FROM table_24491017_1 WHERE position = "8th" |
20,584 | <question>: What team was he on when he had 10 f/laps? <context>: CREATE TABLE table_24491017_1 (team VARCHAR, f_laps VARCHAR) | SELECT team FROM table_24491017_1 WHERE f_laps = 10 |
20,585 | <question>: How many podiums when he was in the british f3 national class series? <context>: CREATE TABLE table_24491017_1 (podiums VARCHAR, series VARCHAR) | SELECT COUNT(podiums) FROM table_24491017_1 WHERE series = "British F3 National Class" |
20,586 | <question>: Name the last title for cuenca <context>: CREATE TABLE table_2454589_1 (last_title VARCHAR, home_city VARCHAR) | SELECT last_title FROM table_2454589_1 WHERE home_city = "Cuenca" |
20,587 | <question>: Name the first season in the series for 2006 <context>: CREATE TABLE table_2454589_1 (first_season_in_the_serie_a VARCHAR, last_title VARCHAR) | SELECT first_season_in_the_serie_a FROM table_2454589_1 WHERE last_title = "2006" |
20,588 | <question>: Name the last title for 2012 <context>: CREATE TABLE table_2454589_1 (last_title VARCHAR, first_season_in_current_spell VARCHAR) | SELECT last_title FROM table_2454589_1 WHERE first_season_in_current_spell = 2012 |
20,589 | <question>: Name the club for quevedo <context>: CREATE TABLE table_2454589_1 (club VARCHAR, home_city VARCHAR) | SELECT club FROM table_2454589_1 WHERE home_city = "Quevedo" |
20,590 | <question>: Name the most for first season in the serie a for 7 de octubre <context>: CREATE TABLE table_2454589_1 (first_season_in_the_serie_a INTEGER, stadium VARCHAR) | SELECT MAX(first_season_in_the_serie_a) FROM table_2454589_1 WHERE stadium = "7 de Octubre" |
20,591 | <question>: How many games had less than 7 goals scored? <context>: CREATE TABLE table_24565004_15 (appearances¹ VARCHAR, goals¹ VARCHAR) | SELECT COUNT(appearances¹) FROM table_24565004_15 WHERE goals¹ = 7 |
20,592 | <question>: List the player that scored 4 times. <context>: CREATE TABLE table_24565004_15 (name VARCHAR, goals¹ VARCHAR) | SELECT name FROM table_24565004_15 WHERE goals¹ = 4 |
20,593 | <question>: How many players are from the country of Brazil? <context>: CREATE TABLE table_24565004_15 (position VARCHAR, nationality² VARCHAR) | SELECT COUNT(position) FROM table_24565004_15 WHERE nationality² = "Brazil" |
20,594 | <question>: List the number of active years for attaquant. <context>: CREATE TABLE table_24565004_15 (period VARCHAR, position VARCHAR) | SELECT period FROM table_24565004_15 WHERE position = "Attaquant" |
20,595 | <question>: What was the mls cup playoffs when concacaf champions cup / concacaf champions league was quarter-finals (09-10)? <context>: CREATE TABLE table_245695_2 (mls_cup_playoffs VARCHAR, concacaf_champions_cup___concacaf_champions_league VARCHAR) | SELECT mls_cup_playoffs FROM table_245695_2 WHERE concacaf_champions_cup___concacaf_champions_league = "Quarter-Finals (09-10)" |
20,596 | <question>: What is the series minimum if the season number is 2.08? <context>: CREATE TABLE table_24639086_3 (series__number INTEGER, season__number VARCHAR) | SELECT MIN(series__number) FROM table_24639086_3 WHERE season__number = "2.08" |
20,597 | <question>: What is the amount of viewers if the series number is 14? <context>: CREATE TABLE table_24639086_3 (viewers__in_millions_ VARCHAR, series__number VARCHAR) | SELECT viewers__in_millions_ FROM table_24639086_3 WHERE series__number = 14 |
20,598 | <question>: If the amount of viewers is 2.48 million, what is the original air date? <context>: CREATE TABLE table_24639086_3 (original_air_date VARCHAR, viewers__in_millions_ VARCHAR) | SELECT original_air_date FROM table_24639086_3 WHERE viewers__in_millions_ = "2.48" |
20,599 | <question>: If the season number is 2.08, who was the episode written by? <context>: CREATE TABLE table_24639086_3 (written_by VARCHAR, season__number VARCHAR) | SELECT written_by FROM table_24639086_3 WHERE season__number = "2.08" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.