Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
7,500 | <question>: Name the result for barney frank <context>: CREATE TABLE table_25030512_24 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_25030512_24 WHERE incumbent = "Barney Frank" |
7,501 | <question>: Name the candidates for first elected being 1976 <context>: CREATE TABLE table_25030512_24 (candidates VARCHAR, first_elected VARCHAR) | SELECT candidates FROM table_25030512_24 WHERE first_elected = "1976" |
7,502 | <question>: Name the total number of districts for first elected being 1998 <context>: CREATE TABLE table_25030512_24 (district VARCHAR, first_elected VARCHAR) | SELECT COUNT(district) FROM table_25030512_24 WHERE first_elected = "1998" |
7,503 | <question>: Name the result for 1998 <context>: CREATE TABLE table_25030512_24 (result VARCHAR, first_elected VARCHAR) | SELECT result FROM table_25030512_24 WHERE first_elected = "1998" |
7,504 | <question>: Name the candidates for 1998 <context>: CREATE TABLE table_25030512_24 (candidates VARCHAR, first_elected VARCHAR) | SELECT candidates FROM table_25030512_24 WHERE first_elected = "1998" |
7,505 | <question>: Who is the driver of the Chevrolet engine that is sponsored by godaddy.com? <context>: CREATE TABLE table_2503102_1 (driver_s_ VARCHAR, engine VARCHAR, car_sponsor_s_ VARCHAR) | SELECT driver_s_ FROM table_2503102_1 WHERE engine = "Chevrolet" AND car_sponsor_s_ = "GoDaddy.com" |
7,506 | <question>: What engine does the Fuzzy's Ultra Premium Vodka sponsored car use? <context>: CREATE TABLE table_2503102_1 (engine VARCHAR, car_sponsor_s_ VARCHAR) | SELECT engine FROM table_2503102_1 WHERE car_sponsor_s_ = "Fuzzy's Ultra Premium Vodka" |
7,507 | <question>: What engine doe the Ed Carpenter Racing team use? <context>: CREATE TABLE table_2503102_1 (engine VARCHAR, team VARCHAR) | SELECT engine FROM table_2503102_1 WHERE team = "Ed Carpenter Racing" |
7,508 | <question>: What team is sponsored by hydroxycut? <context>: CREATE TABLE table_2503102_1 (team VARCHAR, car_sponsor_s_ VARCHAR) | SELECT team FROM table_2503102_1 WHERE car_sponsor_s_ = "HydroxyCut" |
7,509 | <question>: What percentage of the population is below 50% of the median income in the region where 10.4% of the population earns below 40% of the median income? <context>: CREATE TABLE table_25042332_16 (below_50_percentage_of_median_income VARCHAR, below_40_percentage_of_median_income VARCHAR) | SELECT COUNT(below_50_percentage_of_median_income) FROM table_25042332_16 WHERE below_40_percentage_of_median_income = "10.4%" |
7,510 | <question>: What is the median income for the region where 24.4% pf people make below 60% of the median income? <context>: CREATE TABLE table_25042332_16 (median_income___intl INTEGER, below_60_percentage_of_median_income VARCHAR) | SELECT MIN(median_income___intl) AS $__ FROM table_25042332_16 WHERE below_60_percentage_of_median_income = "24.4%" |
7,511 | <question>: What is the median income of Maule? <context>: CREATE TABLE table_25042332_16 (median_income___intl INTEGER, region VARCHAR) | SELECT MIN(median_income___intl) AS $__ FROM table_25042332_16 WHERE region = "Maule" |
7,512 | <question>: In what region does 17.4% of the population make below 50% of the median income? <context>: CREATE TABLE table_25042332_16 (region VARCHAR, below_50_percentage_of_median_income VARCHAR) | SELECT region FROM table_25042332_16 WHERE below_50_percentage_of_median_income = "17.4%" |
7,513 | <question>: In what region do 18.6% of the people make less than 50% of the median income? <context>: CREATE TABLE table_25042332_16 (region VARCHAR, below_50_percentage_of_median_income VARCHAR) | SELECT region FROM table_25042332_16 WHERE below_50_percentage_of_median_income = "18.6%" |
7,514 | <question>: What is the gdp per capita in 2008 for the region that had a combined gross enrollment ration of 89.0? <context>: CREATE TABLE table_25042332_33 (gdp__ppp__per_capita__2008_ INTEGER, combined_gross_enrollment_ratio__2009_ VARCHAR) | SELECT MIN(gdp__ppp__per_capita__2008_) FROM table_25042332_33 WHERE combined_gross_enrollment_ratio__2009_ = "89.0" |
7,515 | <question>: Which region had a life expectancy at birth of 77.9 from 2001-2002? <context>: CREATE TABLE table_25042332_33 (region VARCHAR, life_expectancy_at_birth__2001_2002_ VARCHAR) | SELECT region FROM table_25042332_33 WHERE life_expectancy_at_birth__2001_2002_ = "77.9" |
7,516 | <question>: What is the gdp per capita in 2008 for the region with a combined gross enrollment ratio of 86.6 in 2009? <context>: CREATE TABLE table_25042332_33 (gdp__ppp__per_capita__2008_ INTEGER, combined_gross_enrollment_ratio__2009_ VARCHAR) | SELECT MAX(gdp__ppp__per_capita__2008_) FROM table_25042332_33 WHERE combined_gross_enrollment_ratio__2009_ = "86.6" |
7,517 | <question>: How many regions had an hdi of 0.896? <context>: CREATE TABLE table_25042332_33 (combined_gross_enrollment_ratio__2009_ VARCHAR, hdi VARCHAR) | SELECT COUNT(combined_gross_enrollment_ratio__2009_) FROM table_25042332_33 WHERE hdi = "0.896" |
7,518 | <question>: How many regions had a life expectancy at birth in 2001-2002 of 75.9? <context>: CREATE TABLE table_25042332_33 (hdi VARCHAR, life_expectancy_at_birth__2001_2002_ VARCHAR) | SELECT COUNT(hdi) FROM table_25042332_33 WHERE life_expectancy_at_birth__2001_2002_ = "75.9" |
7,519 | <question>: In which season is the runner-up Lase-R/Riga? <context>: CREATE TABLE table_25058269_1 (season VARCHAR, runner_up VARCHAR) | SELECT season FROM table_25058269_1 WHERE runner_up = "Lase-R/Riga" |
7,520 | <question>: In season 2007–08 who is the runner-up? <context>: CREATE TABLE table_25058269_1 (runner_up VARCHAR, season VARCHAR) | SELECT runner_up FROM table_25058269_1 WHERE season = "2007–08" |
7,521 | <question>: Who is the runner-up for season 2011–12? <context>: CREATE TABLE table_25058269_1 (runner_up VARCHAR, season VARCHAR) | SELECT runner_up FROM table_25058269_1 WHERE season = "2011–12" |
7,522 | <question>: In season 2005–06, who is 3rd place? <context>: CREATE TABLE table_25058269_1 (season VARCHAR) | SELECT 3 AS rd_place FROM table_25058269_1 WHERE season = "2005–06" |
7,523 | <question>: What draft pick number did Kentucky get? <context>: CREATE TABLE table_25085059_1 (pick__number INTEGER, college VARCHAR) | SELECT MIN(pick__number) FROM table_25085059_1 WHERE college = "Kentucky" |
7,524 | <question>: What position was the number 6 draft pick? <context>: CREATE TABLE table_25085059_1 (position VARCHAR, pick__number VARCHAR) | SELECT position FROM table_25085059_1 WHERE pick__number = 6 |
7,525 | <question>: What CFL team obtained a draft pick from North Dakota who plays OL position? <context>: CREATE TABLE table_25085059_1 (cfl_team VARCHAR, position VARCHAR, college VARCHAR) | SELECT cfl_team FROM table_25085059_1 WHERE position = "OL" AND college = "North Dakota" |
7,526 | <question>: What college did the Toronto Argonauts draft pick come from? <context>: CREATE TABLE table_25085059_1 (college VARCHAR, cfl_team VARCHAR) | SELECT college FROM table_25085059_1 WHERE cfl_team = "Toronto Argonauts" |
7,527 | <question>: What player was the number 1 draft pick? <context>: CREATE TABLE table_25085059_1 (player VARCHAR, pick__number VARCHAR) | SELECT player FROM table_25085059_1 WHERE pick__number = 1 |
7,528 | <question>: What CFL team got their draft pick from North Dakota? <context>: CREATE TABLE table_25085059_1 (cfl_team VARCHAR, college VARCHAR) | SELECT cfl_team FROM table_25085059_1 WHERE college = "North Dakota" |
7,529 | <question>: Which player went to college at Tennessee? <context>: CREATE TABLE table_2508633_3 (player VARCHAR, college VARCHAR) | SELECT player FROM table_2508633_3 WHERE college = "Tennessee" |
7,530 | <question>: Who was drafted by the Kansas City Chiefs? <context>: CREATE TABLE table_2508633_3 (player VARCHAR, nfl_team VARCHAR) | SELECT player FROM table_2508633_3 WHERE nfl_team = "Kansas City Chiefs" |
7,531 | <question>: Who was drafted by the Baltimore Colts? <context>: CREATE TABLE table_2508633_3 (player VARCHAR, nfl_team VARCHAR) | SELECT player FROM table_2508633_3 WHERE nfl_team = "Baltimore Colts" |
7,532 | <question>: If the NFL team is the Minnesota Vikings, what is the position? <context>: CREATE TABLE table_2508633_8 (position VARCHAR, nfl_team VARCHAR) | SELECT position FROM table_2508633_8 WHERE nfl_team = "Minnesota Vikings" |
7,533 | <question>: What is the pick number if the player is Gary Kubiak? <context>: CREATE TABLE table_2508633_8 (pick__number VARCHAR, player VARCHAR) | SELECT pick__number FROM table_2508633_8 WHERE player = "Gary Kubiak" |
7,534 | <question>: What is the pick number minimum if the player is Mark Bortz? <context>: CREATE TABLE table_2508633_8 (pick__number INTEGER, player VARCHAR) | SELECT MIN(pick__number) FROM table_2508633_8 WHERE player = "Mark Bortz" |
7,535 | <question>: what is the pick number minimum if the NFL team is the San Diego Chargers? <context>: CREATE TABLE table_2508633_8 (pick__number INTEGER, nfl_team VARCHAR) | SELECT MIN(pick__number) FROM table_2508633_8 WHERE nfl_team = "San Diego Chargers" |
7,536 | <question>: What is the highest season# for the writer Daegan Fryklind? <context>: CREATE TABLE table_25131572_3 (season__number INTEGER, written_by VARCHAR) | SELECT MAX(season__number) FROM table_25131572_3 WHERE written_by = "Daegan Fryklind" |
7,537 | <question>: Who voiced Drizella in the English version? <context>: CREATE TABLE table_25173505_15 (english_version VARCHAR, character VARCHAR) | SELECT english_version FROM table_25173505_15 WHERE character = "Drizella" |
7,538 | <question>: Name the name of bowl for 2006 season <context>: CREATE TABLE table_2517159_1 (name_of_bowl VARCHAR, last_appearance VARCHAR) | SELECT COUNT(name_of_bowl) FROM table_2517159_1 WHERE last_appearance = "2006 Season" |
7,539 | <question>: Name the last appearance for music city bowl <context>: CREATE TABLE table_2517159_1 (last_appearance VARCHAR, name_of_bowl VARCHAR) | SELECT last_appearance FROM table_2517159_1 WHERE name_of_bowl = "Music City Bowl" |
7,540 | <question>: Name the record for cotton bowl classic <context>: CREATE TABLE table_2517159_1 (record VARCHAR, name_of_bowl VARCHAR) | SELECT record FROM table_2517159_1 WHERE name_of_bowl = "Cotton Bowl Classic" |
7,541 | <question>: Name the appearance for independence bowl <context>: CREATE TABLE table_2517159_1 (appearances VARCHAR, name_of_bowl VARCHAR) | SELECT COUNT(appearances) FROM table_2517159_1 WHERE name_of_bowl = "Independence Bowl" |
7,542 | <question>: On the Circuit Zolder who was the winning team? <context>: CREATE TABLE table_25213146_2 (winning_team VARCHAR, circuit VARCHAR) | SELECT winning_team FROM table_25213146_2 WHERE circuit = "circuit Zolder" |
7,543 | <question>: In what circuit was Bruno Spengler the winning driver? <context>: CREATE TABLE table_25213146_2 (circuit VARCHAR, winning_driver VARCHAR) | SELECT circuit FROM table_25213146_2 WHERE winning_driver = "Bruno Spengler" |
7,544 | <question>: How many Pole Positions were there on 30 March? <context>: CREATE TABLE table_25213146_2 (pole_position VARCHAR, date VARCHAR) | SELECT COUNT(pole_position) FROM table_25213146_2 WHERE date = "30 March" |
7,545 | <question>: Where was the circuit for round 4? <context>: CREATE TABLE table_25213146_2 (circuit VARCHAR, round VARCHAR) | SELECT circuit FROM table_25213146_2 WHERE round = 4 |
7,546 | <question>: On what date(s) was the winning team Prema Powerteam? <context>: CREATE TABLE table_25213146_2 (date VARCHAR, winning_team VARCHAR) | SELECT date FROM table_25213146_2 WHERE winning_team = "Prema Powerteam" |
7,547 | <question>: Name the bed 2010 for 6.5% <context>: CREATE TABLE table_25256368_1 (february_2010 VARCHAR, june_2010 VARCHAR) | SELECT february_2010 FROM table_25256368_1 WHERE june_2010 = "6.5%" |
7,548 | <question>: Name the feb 2010 for january 2010 for 6.2% <context>: CREATE TABLE table_25256368_1 (february_2010 VARCHAR, january_2010 VARCHAR) | SELECT february_2010 FROM table_25256368_1 WHERE january_2010 = "6.2%" |
7,549 | <question>: How many people directed episode 3 in the season? <context>: CREATE TABLE table_25277262_2 (directed_by VARCHAR, no_in_season VARCHAR) | SELECT COUNT(directed_by) FROM table_25277262_2 WHERE no_in_season = 3 |
7,550 | <question>: If the writer is Mark Fink, who is the director? <context>: CREATE TABLE table_25277262_2 (directed_by VARCHAR, written_by VARCHAR) | SELECT directed_by FROM table_25277262_2 WHERE written_by = "Mark Fink" |
7,551 | <question>: What is the name of the episode # 11 in the season? <context>: CREATE TABLE table_25277262_2 (title VARCHAR, no_in_season VARCHAR) | SELECT title FROM table_25277262_2 WHERE no_in_season = 11 |
7,552 | <question>: Who was the director of episode 11 based on season? <context>: CREATE TABLE table_25277296_2 (directed_by VARCHAR, no_in_season VARCHAR) | SELECT directed_by FROM table_25277296_2 WHERE no_in_season = 11 |
7,553 | <question>: Name the reidsville for enrollment <context>: CREATE TABLE table_25330991_3 (reidsville VARCHAR, information VARCHAR) | SELECT reidsville FROM table_25330991_3 WHERE information = "Enrollment" |
7,554 | <question>: Name the james e. holmes for erselle young <context>: CREATE TABLE table_25330991_3 (james_e_holmes VARCHAR, reidsville VARCHAR) | SELECT james_e_holmes FROM table_25330991_3 WHERE reidsville = "Erselle Young" |
7,555 | <question>: Name the james e. holmes for duane hensley <context>: CREATE TABLE table_25330991_3 (james_e_holmes VARCHAR, western_rockingham_middle_school VARCHAR) | SELECT james_e_holmes FROM table_25330991_3 WHERE western_rockingham_middle_school = "Duane Hensley" |
7,556 | <question>: Name the james e. holmes for joe baez <context>: CREATE TABLE table_25330991_3 (james_e_holmes VARCHAR, rockingham_county VARCHAR) | SELECT james_e_holmes FROM table_25330991_3 WHERE rockingham_county = "Joe Baez" |
7,557 | <question>: Name the time for entries being 907 <context>: CREATE TABLE table_2534387_10 (time__et_ VARCHAR, entries VARCHAR) | SELECT time__et_ FROM table_2534387_10 WHERE entries = "907" |
7,558 | <question>: Name the entries for 6 h 23 min elapsed time <context>: CREATE TABLE table_2534387_10 (entries VARCHAR, elapsed_time VARCHAR) | SELECT entries FROM table_2534387_10 WHERE elapsed_time = "6 h 23 min" |
7,559 | <question>: Name the prize pool for 706 (481 r, 346 a) <context>: CREATE TABLE table_2534387_10 (prize VARCHAR, entries VARCHAR) | SELECT prize AS Pool FROM table_2534387_10 WHERE entries = "706 (481 R, 346 A)" |
7,560 | <question>: What are the dates of death of those politicians whose date of birth 1938-08-30 30 august 1938? <context>: CREATE TABLE table_25345002_1 (date_of_death VARCHAR, date_of_birth VARCHAR) | SELECT COUNT(date_of_death) FROM table_25345002_1 WHERE date_of_birth = "1938-08-30 30 August 1938" |
7,561 | <question>: If the event number is 5, what is the winner total number? <context>: CREATE TABLE table_2534387_11 (winner VARCHAR, event__number VARCHAR) | SELECT COUNT(winner) FROM table_2534387_11 WHERE event__number = 5 |
7,562 | <question>: What is the prize pool if the entries is 1,132? <context>: CREATE TABLE table_2534387_11 (prize VARCHAR, entries VARCHAR) | SELECT prize AS Pool FROM table_2534387_11 WHERE entries = "1,132" |
7,563 | <question>: Name the least season # for the first time <context>: CREATE TABLE table_25363904_2 (season__number INTEGER, title_english VARCHAR) | SELECT MIN(season__number) FROM table_25363904_2 WHERE title_english = "The first time" |
7,564 | <question>: Name the least season number for two marriage proposals <context>: CREATE TABLE table_25363904_2 (season__number INTEGER, title_english VARCHAR) | SELECT MIN(season__number) FROM table_25363904_2 WHERE title_english = "Two marriage proposals" |
7,565 | <question>: What number episode was Week 4, Part 1? <context>: CREATE TABLE table_25391981_20 (episode_number VARCHAR, episode VARCHAR) | SELECT episode_number FROM table_25391981_20 WHERE episode = "Week 4, Part 1" |
7,566 | <question>: For what episode was the rating/share for 18-49 at 2.8/8 <context>: CREATE TABLE table_25391981_20 (episode VARCHAR, rating VARCHAR) | SELECT episode FROM table_25391981_20 WHERE rating / SHARE(18 AS –49) = 2.8 / 8 |
7,567 | <question>: What number episode was Week 4, Part 2? <context>: CREATE TABLE table_25391981_20 (episode_number VARCHAR, episode VARCHAR) | SELECT episode_number FROM table_25391981_20 WHERE episode = "Week 4, Part 2" |
7,568 | <question>: How many viewers in millions watched the episode with the number 10.18? <context>: CREATE TABLE table_25391981_20 (viewers__millions_ VARCHAR, episode_number VARCHAR) | SELECT viewers__millions_ FROM table_25391981_20 WHERE episode_number = "10.18" |
7,569 | <question>: What is the rating/share for 18-49 for Week 6, Part 1? <context>: CREATE TABLE table_25391981_20 (rating VARCHAR, episode VARCHAR) | SELECT rating / SHARE(18 AS –49) FROM table_25391981_20 WHERE episode = "Week 6, Part 1" |
7,570 | <question>: What is the weekly rank of the episode with a 14 share whose original airdate was April 20, 2010? <context>: CREATE TABLE table_25391981_20 (weekly_rank VARCHAR, share VARCHAR, original_airdate VARCHAR) | SELECT weekly_rank FROM table_25391981_20 WHERE share = "14" AND original_airdate = "April 20, 2010" |
7,571 | <question>: What is the form ("to sing") when brazilian portuguese is [kɐ̃ˈtẽmus]? <context>: CREATE TABLE table_25401_2 (form__to_sing_ VARCHAR, brazilian_portuguese VARCHAR) | SELECT form__to_sing_ FROM table_25401_2 WHERE brazilian_portuguese = "[kɐ̃ˈtẽmus]" |
7,572 | <question>: what is romanian when nuorese sardinian is [ˈkantata]? <context>: CREATE TABLE table_25401_2 (romanian VARCHAR, nuorese_sardinian VARCHAR) | SELECT romanian FROM table_25401_2 WHERE nuorese_sardinian = "[ˈkantata]" |
7,573 | <question>: what is romanian when nuorese sardinian is [ˈkantaza]? <context>: CREATE TABLE table_25401_2 (romanian VARCHAR, nuorese_sardinian VARCHAR) | SELECT romanian FROM table_25401_2 WHERE nuorese_sardinian = "[ˈkantaza]" |
7,574 | <question>: What were the results when Hanne Skak Jensen faced Andreja Klepač as opponent? <context>: CREATE TABLE table_25505246_7 (result VARCHAR, opponent VARCHAR) | SELECT result FROM table_25505246_7 WHERE opponent = "Andreja Klepač" |
7,575 | <question>: Who was Hanne Skak Jensen's opponent when facing Belarus? <context>: CREATE TABLE table_25505246_7 (opponent VARCHAR, against VARCHAR) | SELECT opponent FROM table_25505246_7 WHERE against = "Belarus" |
7,576 | <question>: What kind of round was played when Hanne Skak Jensen faced Austria? <context>: CREATE TABLE table_25505246_7 (round VARCHAR, against VARCHAR) | SELECT round FROM table_25505246_7 WHERE against = "Austria" |
7,577 | <question>: What were the round results when Hanne Skak Jensen faced Austria? <context>: CREATE TABLE table_25505246_7 (result VARCHAR, against VARCHAR) | SELECT result FROM table_25505246_7 WHERE against = "Austria" |
7,578 | <question>: How many touchdowns does Boggs have? <context>: CREATE TABLE table_25517718_3 (touchdowns INTEGER, player VARCHAR) | SELECT MIN(touchdowns) FROM table_25517718_3 WHERE player = "Boggs" |
7,579 | <question>: Is the right halfback player a starter? <context>: CREATE TABLE table_25517718_3 (starter VARCHAR, position VARCHAR) | SELECT starter FROM table_25517718_3 WHERE position = "Right halfback" |
7,580 | <question>: What position does Boggs play? <context>: CREATE TABLE table_25517718_3 (position VARCHAR, player VARCHAR) | SELECT position FROM table_25517718_3 WHERE player = "Boggs" |
7,581 | <question>: What is the smallest number of extra points for a left halfback? <context>: CREATE TABLE table_25517718_3 (extra_points INTEGER, position VARCHAR) | SELECT MIN(extra_points) FROM table_25517718_3 WHERE position = "Left halfback" |
7,582 | <question>: What is the smallest number of extra points? <context>: CREATE TABLE table_25517718_3 (extra_points INTEGER) | SELECT MIN(extra_points) FROM table_25517718_3 |
7,583 | <question>: How many starters are there at right tackle? <context>: CREATE TABLE table_25517718_3 (starter VARCHAR, position VARCHAR) | SELECT COUNT(starter) FROM table_25517718_3 WHERE position = "Right tackle" |
7,584 | <question>: How many mls teams had player jamel wallace? <context>: CREATE TABLE table_25518547_4 (mls_team VARCHAR, player VARCHAR) | SELECT COUNT(mls_team) FROM table_25518547_4 WHERE player = "Jamel Wallace" |
7,585 | <question>: What university is kwaku nyamekye affiliated with? <context>: CREATE TABLE table_25518547_4 (affiliation VARCHAR, player VARCHAR) | SELECT affiliation FROM table_25518547_4 WHERE player = "Kwaku Nyamekye" |
7,586 | <question>: What university is houston dynamo affiliated with? <context>: CREATE TABLE table_25518547_4 (affiliation VARCHAR, mls_team VARCHAR) | SELECT affiliation FROM table_25518547_4 WHERE mls_team = "Houston Dynamo" |
7,587 | <question>: What is the position of pick # 63? <context>: CREATE TABLE table_25518547_4 (position VARCHAR, pick__number VARCHAR) | SELECT position FROM table_25518547_4 WHERE pick__number = 63 |
7,588 | <question>: How many players are affiliated with indiana university? <context>: CREATE TABLE table_25518547_4 (player VARCHAR, affiliation VARCHAR) | SELECT COUNT(player) FROM table_25518547_4 WHERE affiliation = "Indiana University" |
7,589 | <question>: When was the earliest season of Juncadella's career? <context>: CREATE TABLE table_25538763_1 (season INTEGER) | SELECT MIN(season) FROM table_25538763_1 |
7,590 | <question>: How many pole data were given on season 2012 with 252 points? <context>: CREATE TABLE table_25538763_1 (poles VARCHAR, season VARCHAR, points VARCHAR) | SELECT COUNT(poles) FROM table_25538763_1 WHERE season = 2012 AND points = "252" |
7,591 | <question>: How many wins did Prema Powerteam won with 240 points? <context>: CREATE TABLE table_25538763_1 (wins VARCHAR, team VARCHAR, points VARCHAR) | SELECT wins FROM table_25538763_1 WHERE team = "Prema Powerteam" AND points = "240" |
7,592 | <question>: What is the latest season where he had 1 podium? <context>: CREATE TABLE table_25539502_1 (season INTEGER, podiums VARCHAR) | SELECT MAX(season) FROM table_25539502_1 WHERE podiums = 1 |
7,593 | <question>: What was his position when the team was FMS International? <context>: CREATE TABLE table_25539502_1 (position VARCHAR, team VARCHAR) | SELECT position FROM table_25539502_1 WHERE team = "FMS International" |
7,594 | <question>: What is the smallest number of races competed in with 11 podiums? <context>: CREATE TABLE table_25539502_1 (races INTEGER, podiums VARCHAR) | SELECT MIN(races) FROM table_25539502_1 WHERE podiums = 11 |
7,595 | <question>: List the total points for the 1st place team. <context>: CREATE TABLE table_25561038_1 (points VARCHAR, position VARCHAR) | SELECT points FROM table_25561038_1 WHERE position = "1st" |
7,596 | <question>: List the year in which the driver was in 1st place. <context>: CREATE TABLE table_25561038_1 (season VARCHAR, position VARCHAR) | SELECT season FROM table_25561038_1 WHERE position = "1st" |
7,597 | <question>: How many series awarded 15 points? <context>: CREATE TABLE table_25561038_1 (races VARCHAR, points VARCHAR) | SELECT COUNT(races) FROM table_25561038_1 WHERE points = "15" |
7,598 | <question>: List the highest number of laps. <context>: CREATE TABLE table_25561038_1 (f_laps INTEGER) | SELECT MAX(f_laps) FROM table_25561038_1 |
7,599 | <question>: List the team with 12 points. <context>: CREATE TABLE table_25561038_1 (team VARCHAR, points VARCHAR) | SELECT team FROM table_25561038_1 WHERE points = "12" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.