Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
27,500 | <question>: what is the maximum year with registration of a minor child being 281 <context>: CREATE TABLE table_11214212_1 (year INTEGER, registration_of_a_minor_child VARCHAR) | SELECT MAX(year) FROM table_11214212_1 WHERE registration_of_a_minor_child = 281 |
27,501 | <question>: How many episodes had their first air date on March 6, 2008? <context>: CREATE TABLE table_11220799_2 (episode_titles VARCHAR, first_air_date VARCHAR) | SELECT COUNT(episode_titles) FROM table_11220799_2 WHERE first_air_date = "March 6, 2008" |
27,502 | <question>: What were the results of episodes with the first air date of March 6, 2008? <context>: CREATE TABLE table_11220799_2 (finish VARCHAR, first_air_date VARCHAR) | SELECT finish FROM table_11220799_2 WHERE first_air_date = "March 6, 2008" |
27,503 | <question>: How many millions of viewers watched episode 15? <context>: CREATE TABLE table_11230937_2 (us_viewers__millions_ VARCHAR, no_in_season VARCHAR) | SELECT us_viewers__millions_ FROM table_11230937_2 WHERE no_in_season = 15 |
27,504 | <question>: How many millions of viewers watched the episode directed by Anthony Hemingway? <context>: CREATE TABLE table_11230937_2 (us_viewers__millions_ VARCHAR, directed_by VARCHAR) | SELECT us_viewers__millions_ FROM table_11230937_2 WHERE directed_by = "Anthony Hemingway" |
27,505 | <question>: The Catalog number is 80809 what is the title? <context>: CREATE TABLE table_11222744_2 (title VARCHAR, catalog_number VARCHAR) | SELECT title FROM table_11222744_2 WHERE catalog_number = "80809" |
27,506 | <question>: where title is beginning callanetics , what is the total of format ? <context>: CREATE TABLE table_11222744_2 (format VARCHAR, title VARCHAR) | SELECT COUNT(format) FROM table_11222744_2 WHERE title = "Beginning Callanetics" |
27,507 | <question>: where catalog number is 81258 , what are all the studio ? <context>: CREATE TABLE table_11222744_2 (studio VARCHAR, catalog_number VARCHAR) | SELECT studio FROM table_11222744_2 WHERE catalog_number = "81258" |
27,508 | <question>: where title is am/pm callanetics , what are all the copyright information? <context>: CREATE TABLE table_11222744_2 (copyright_information VARCHAR, title VARCHAR) | SELECT copyright_information FROM table_11222744_2 WHERE title = "AM/PM Callanetics" |
27,509 | <question>: What was the GF attendance at the location of Sydney Football Stadium, Sydney (6)? <context>: CREATE TABLE table_11236195_2 (gf_attendance VARCHAR, location VARCHAR) | SELECT COUNT(gf_attendance) FROM table_11236195_2 WHERE location = "Sydney Football Stadium, Sydney (6)" |
27,510 | <question>: Which losing team had a score of 24-12? <context>: CREATE TABLE table_11236195_2 (losingteam VARCHAR, score VARCHAR) | SELECT losingteam FROM table_11236195_2 WHERE score = "24-12" |
27,511 | <question>: What was the losing team in the 1993 season? <context>: CREATE TABLE table_11236195_2 (losingteam VARCHAR, season VARCHAR) | SELECT losingteam FROM table_11236195_2 WHERE season = 1993 |
27,512 | <question>: What was the compression ration when the engine was Wasp Jr. T1B2? <context>: CREATE TABLE table_1123802_1 (compression_ratio VARCHAR, engine VARCHAR) | SELECT compression_ratio FROM table_1123802_1 WHERE engine = "Wasp Jr. T1B2" |
27,513 | <question>: When the engine is Wasp Jr. T1B2, what is the number needed for takeoff power? <context>: CREATE TABLE table_1123802_1 (_takeoff VARCHAR, power VARCHAR, engine VARCHAR) | SELECT COUNT(power), _takeoff FROM table_1123802_1 WHERE engine = "Wasp Jr. T1B2" |
27,514 | <question>: How many episodes aired on october 27, 2008 <context>: CREATE TABLE table_11235334_2 (episode VARCHAR, air_date VARCHAR) | SELECT COUNT(episode) FROM table_11235334_2 WHERE air_date = "October 27, 2008" |
27,515 | <question>: what is the most # that aired on september 29, 2008? <context>: CREATE TABLE table_11235334_2 (_number INTEGER, air_date VARCHAR) | SELECT MAX(_number) FROM table_11235334_2 WHERE air_date = "September 29, 2008" |
27,516 | <question>: How many seasons did the canterbury bulldogs (8) win? <context>: CREATE TABLE table_11236195_5 (season VARCHAR, winningteam VARCHAR) | SELECT COUNT(season) FROM table_11236195_5 WHERE winningteam = "Canterbury Bulldogs (8)" |
27,517 | <question>: How many teams lost at the sydney football stadium, sydney (11)? <context>: CREATE TABLE table_11236195_5 (losingteam VARCHAR, location VARCHAR) | SELECT COUNT(losingteam) FROM table_11236195_5 WHERE location = "Sydney Football Stadium, Sydney (11)" |
27,518 | <question>: What was the date that the st. george-illawarra dragons lost? <context>: CREATE TABLE table_11236195_5 (grand_finaldate VARCHAR, losingteam VARCHAR) | SELECT grand_finaldate FROM table_11236195_5 WHERE losingteam = "St. George-Illawarra Dragons" |
27,519 | <question>: Brett kimmorley, who was chosen for the clive churchill medal belonged to what team? <context>: CREATE TABLE table_11236195_5 (winningteam VARCHAR, clive_churchill_medal VARCHAR) | SELECT winningteam FROM table_11236195_5 WHERE clive_churchill_medal = "Brett Kimmorley" |
27,520 | <question>: What time slots have a 6.3 rating <context>: CREATE TABLE table_11244302_1 (time_slot__est_ VARCHAR, rating VARCHAR) | SELECT time_slot__est_ FROM table_11244302_1 WHERE rating = "6.3" |
27,521 | <question>: Which air date had an 11 share <context>: CREATE TABLE table_11244302_1 (air_date VARCHAR, share VARCHAR) | SELECT air_date FROM table_11244302_1 WHERE share = 11 |
27,522 | <question>: What episode had the last appearances of the late wife of mac taylor? <context>: CREATE TABLE table_11240028_3 (last_appearance VARCHAR, relationship VARCHAR) | SELECT last_appearance FROM table_11240028_3 WHERE relationship = "Late wife of Mac Taylor" |
27,523 | <question>: Which characters were portrayed by reed garrett? <context>: CREATE TABLE table_11240028_3 (portrayed_by VARCHAR, character VARCHAR) | SELECT portrayed_by FROM table_11240028_3 WHERE character = "Reed Garrett" |
27,524 | <question>: How many characters were portrayed by the informant of don flack? <context>: CREATE TABLE table_11240028_3 (portrayed_by VARCHAR, relationship VARCHAR) | SELECT COUNT(portrayed_by) FROM table_11240028_3 WHERE relationship = "Informant of Don Flack" |
27,525 | <question>: What episode was the last appearance of the character, rikki sandoval? <context>: CREATE TABLE table_11240028_3 (last_appearance VARCHAR, character VARCHAR) | SELECT last_appearance FROM table_11240028_3 WHERE character = "Rikki Sandoval" |
27,526 | <question>: On which episode did actress Sela Ward make her last appearance? <context>: CREATE TABLE table_11240028_1 (last_appearance VARCHAR, portrayed_by VARCHAR) | SELECT last_appearance FROM table_11240028_1 WHERE portrayed_by = "Sela Ward" |
27,527 | <question>: How many episodes did actress Vanessa Ferlito appear in? <context>: CREATE TABLE table_11240028_1 (episodes VARCHAR, portrayed_by VARCHAR) | SELECT episodes FROM table_11240028_1 WHERE portrayed_by = "Vanessa Ferlito" |
27,528 | <question>: What was the duration of Robert Joy's portrayal? <context>: CREATE TABLE table_11240028_1 (duration VARCHAR, portrayed_by VARCHAR) | SELECT COUNT(duration) FROM table_11240028_1 WHERE portrayed_by = "Robert Joy" |
27,529 | <question>: Which episode did actor A. J. Buckley last appear in? <context>: CREATE TABLE table_11240028_1 (last_appearance VARCHAR, portrayed_by VARCHAR) | SELECT last_appearance FROM table_11240028_1 WHERE portrayed_by = "A. J. Buckley" |
27,530 | <question>: What is the least top division titles? <context>: CREATE TABLE table_11250_4 (top_division_titles INTEGER) | SELECT MIN(top_division_titles) FROM table_11250_4 |
27,531 | <question>: What is the least number of seasons in top division? <context>: CREATE TABLE table_11250_4 (number_of_seasons_in_top_division INTEGER) | SELECT MIN(number_of_seasons_in_top_division) FROM table_11250_4 |
27,532 | <question>: How many viewers (millions) were there for rank (week) 20? <context>: CREATE TABLE table_11253290_2 (viewers__millions_ VARCHAR, rank__week_ VARCHAR) | SELECT COUNT(viewers__millions_) FROM table_11253290_2 WHERE rank__week_ = "20" |
27,533 | <question>: What is the lowest rank (night) for having viewers (millions) 5.25? <context>: CREATE TABLE table_11253290_2 (rank__night_ INTEGER, viewers__millions_ VARCHAR) | SELECT MIN(rank__night_) FROM table_11253290_2 WHERE viewers__millions_ = "5.25" |
27,534 | <question>: How many times was the rank (night) 11? <context>: CREATE TABLE table_11253290_2 (viewers__millions_ VARCHAR, rank__night_ VARCHAR) | SELECT COUNT(viewers__millions_) FROM table_11253290_2 WHERE rank__night_ = 11 |
27,535 | <question>: WHAT WAS THE AMOUNT OF CARBON DIOXIDE EMISSIONS IN 2006 IN THE COUNTRY WHOSE CO2 EMISSIONS (TONS PER PERSON) REACHED 1.4 IN 2OO7? <context>: CREATE TABLE table_11251601_2 (carbon_dioxide_emissions_per_year__10_6_tons___2006_ VARCHAR, carbon_dioxide_emissions_per_year__tons_per_person___2007_ VARCHAR) | SELECT carbon_dioxide_emissions_per_year__10_6_tons___2006_ FROM table_11251601_2 WHERE carbon_dioxide_emissions_per_year__tons_per_person___2007_ = "1.4" |
27,536 | <question>: HOW MANY TONS OF CO2 EMISSIONS DID RUSSIA PRODUCE IN 2006? <context>: CREATE TABLE table_11251601_2 (carbon_dioxide_emissions_per_year__10_6_tons___2006_ INTEGER, country VARCHAR) | SELECT MAX(carbon_dioxide_emissions_per_year__10_6_tons___2006_) FROM table_11251601_2 WHERE country = "Russia" |
27,537 | <question>: WHAT PERCENTAGE OF GLOBAL TOTAL EMISSIONS DID INDIA PRODUCE? <context>: CREATE TABLE table_11251601_2 (percentage_of_global_total VARCHAR, country VARCHAR) | SELECT percentage_of_global_total FROM table_11251601_2 WHERE country = "India" |
27,538 | <question>: HOW MUCH IS THE PERCENTAGE OF GLOBAL TOTAL EMISSIONS IN THE COUNTRY THAT PRODUCED 4.9 TONS PER PERSON IN 2007? <context>: CREATE TABLE table_11251601_2 (percentage_of_global_total VARCHAR, carbon_dioxide_emissions_per_year__tons_per_person___2007_ VARCHAR) | SELECT percentage_of_global_total FROM table_11251601_2 WHERE carbon_dioxide_emissions_per_year__tons_per_person___2007_ = "4.9" |
27,539 | <question>: WHAT WAS THE AVERAGE EMISSION PER KM 2 IN INDIA? <context>: CREATE TABLE table_11251601_2 (avg_emission_per_km_2_of_its_land__tons_ INTEGER, country VARCHAR) | SELECT MAX(avg_emission_per_km_2_of_its_land__tons_) FROM table_11251601_2 WHERE country = "India" |
27,540 | <question>: What is the rank number that aired october 26, 2007? <context>: CREATE TABLE table_11251109_3 (_number VARCHAR, air_date VARCHAR) | SELECT RANK(_number) FROM table_11251109_3 WHERE air_date = "October 26, 2007" |
27,541 | <question>: What is the number of rank with the viewership of 5.96 million? <context>: CREATE TABLE table_11251109_3 (Rank VARCHAR, viewers__m_ VARCHAR) | SELECT COUNT(Rank) AS (_number) FROM table_11251109_3 WHERE viewers__m_ = "5.96" |
27,542 | <question>: What is the viewership on november 9, 2007? <context>: CREATE TABLE table_11251109_3 (viewers__m_ VARCHAR, air_date VARCHAR) | SELECT viewers__m_ FROM table_11251109_3 WHERE air_date = "November 9, 2007" |
27,543 | <question>: How many platinum points were awarded when 6 gold points were awarded? <context>: CREATE TABLE table_11254821_2 (points_awarded__platinum_ INTEGER, points_awarded__gold_ VARCHAR) | SELECT MAX(points_awarded__platinum_) FROM table_11254821_2 WHERE points_awarded__gold_ = 6 |
27,544 | <question>: What was the range of finishing position for 15 awarded platinum points? <context>: CREATE TABLE table_11254821_2 (finishing_position VARCHAR, points_awarded__platinum_ VARCHAR) | SELECT finishing_position FROM table_11254821_2 WHERE points_awarded__platinum_ = 15 |
27,545 | <question>: How many platinum points were awarded for 5th place? <context>: CREATE TABLE table_11254821_2 (points_awarded__platinum_ INTEGER, finishing_position VARCHAR) | SELECT MAX(points_awarded__platinum_) FROM table_11254821_2 WHERE finishing_position = "5th" |
27,546 | <question>: How many platinum points were awarded when 70 silver points were awarded? <context>: CREATE TABLE table_11254821_2 (points_awarded__platinum_ VARCHAR, points_awarded__silver_ VARCHAR) | SELECT points_awarded__platinum_ FROM table_11254821_2 WHERE points_awarded__silver_ = 70 |
27,547 | <question>: How many platinum points were awarded when 9 gold points were awarded? <context>: CREATE TABLE table_11254821_2 (points_awarded__platinum_ VARCHAR, points_awarded__gold_ VARCHAR) | SELECT points_awarded__platinum_ FROM table_11254821_2 WHERE points_awarded__gold_ = 9 |
27,548 | <question>: How did the episode rank that had 2.65 million viewers? <context>: CREATE TABLE table_11274401_2 (rank___number_ VARCHAR, viewers__m_ VARCHAR) | SELECT rank___number_ FROM table_11274401_2 WHERE viewers__m_ = "2.65" |
27,549 | <question>: What was the share for the first episode that ranked 85? <context>: CREATE TABLE table_11274401_2 (share INTEGER, rank___number_ VARCHAR) | SELECT MIN(share) FROM table_11274401_2 WHERE rank___number_ = "85" |
27,550 | <question>: Which timeslot did episode no. 15 hold? <context>: CREATE TABLE table_11274401_2 (timeslot VARCHAR, no VARCHAR) | SELECT timeslot FROM table_11274401_2 WHERE no = 15 |
27,551 | <question>: What was the timeslot for the episode that aired on May 12, 2009? <context>: CREATE TABLE table_11274401_3 (timeslot VARCHAR, air_date VARCHAR) | SELECT timeslot FROM table_11274401_3 WHERE air_date = "May 12, 2009" |
27,552 | <question>: What's the total number of episodes whose original airings were viewed by 1.82 million viewers? <context>: CREATE TABLE table_11274401_3 (air_date VARCHAR, viewers__m_ VARCHAR) | SELECT COUNT(air_date) FROM table_11274401_3 WHERE viewers__m_ = "1.82" |
27,553 | <question>: What's the rating of the episode originally aired on May 5, 2009? <context>: CREATE TABLE table_11274401_3 (rating VARCHAR, air_date VARCHAR) | SELECT rating FROM table_11274401_3 WHERE air_date = "May 5, 2009" |
27,554 | <question>: What episode was seen by 2.05 million viewers? <context>: CREATE TABLE table_11274401_3 (episode VARCHAR, viewers__m_ VARCHAR) | SELECT episode FROM table_11274401_3 WHERE viewers__m_ = "2.05" |
27,555 | <question>: what's the extroverted, relationship-oriented where moderate is introverted sanguine <context>: CREATE TABLE table_11256021_1 (extroverted VARCHAR, _relationship_oriented VARCHAR, moderate VARCHAR) | SELECT extroverted, _relationship_oriented FROM table_11256021_1 WHERE moderate = "Introverted Sanguine" |
27,556 | <question>: what's the founder where moderate is ether <context>: CREATE TABLE table_11256021_1 (founder VARCHAR, moderate VARCHAR) | SELECT founder FROM table_11256021_1 WHERE moderate = "ether" |
27,557 | <question>: what's the extroverted, relationship-oriented where date is c. 1928 <context>: CREATE TABLE table_11256021_1 (extroverted VARCHAR, _relationship_oriented VARCHAR, date VARCHAR) | SELECT extroverted, _relationship_oriented FROM table_11256021_1 WHERE date = "c. 1928" |
27,558 | <question>: who is the founder where date is c. 1900 <context>: CREATE TABLE table_11256021_1 (founder VARCHAR, date VARCHAR) | SELECT founder FROM table_11256021_1 WHERE date = "c. 1900" |
27,559 | <question>: What is the batting team where the runs are 276? <context>: CREATE TABLE table_11303072_5 (batting_team VARCHAR, runs VARCHAR) | SELECT batting_team FROM table_11303072_5 WHERE runs = "276" |
27,560 | <question>: Name the batting team at Durham <context>: CREATE TABLE table_11303072_5 (batting_team VARCHAR, fielding_team VARCHAR) | SELECT batting_team FROM table_11303072_5 WHERE fielding_team = "Durham" |
27,561 | <question>: What is the batting team with the batting partnets of thilina kandamby and rangana herath? <context>: CREATE TABLE table_11303072_5 (batting_team VARCHAR, batting_partners VARCHAR) | SELECT batting_team FROM table_11303072_5 WHERE batting_partners = "Thilina Kandamby and Rangana Herath" |
27,562 | <question>: What is the fielding team with 155 runs? <context>: CREATE TABLE table_11303072_5 (fielding_team VARCHAR, runs VARCHAR) | SELECT fielding_team FROM table_11303072_5 WHERE runs = "155" |
27,563 | <question>: What is the batting partners with runs of 226? <context>: CREATE TABLE table_11303072_5 (batting_partners VARCHAR, runs VARCHAR) | SELECT batting_partners FROM table_11303072_5 WHERE runs = "226" |
27,564 | <question>: What is the nationality of David Bairstow? <context>: CREATE TABLE table_11303072_9 (nationality VARCHAR, player VARCHAR) | SELECT nationality FROM table_11303072_9 WHERE player = "David Bairstow" |
27,565 | <question>: What are the players whose rank is 2? <context>: CREATE TABLE table_11303072_9 (player VARCHAR, rank VARCHAR) | SELECT player FROM table_11303072_9 WHERE rank = 2 |
27,566 | <question>: How many stumpings has Paul Nixon in his career? <context>: CREATE TABLE table_11303072_9 (stumpings VARCHAR, player VARCHAR) | SELECT stumpings FROM table_11303072_9 WHERE player = "Paul Nixon" |
27,567 | <question>: Where is Adam Gilchrist from? <context>: CREATE TABLE table_11303072_9 (nationality VARCHAR, player VARCHAR) | SELECT nationality FROM table_11303072_9 WHERE player = "Adam Gilchrist" |
27,568 | <question>: What are the title that have 19.48 million u.s. viewers? <context>: CREATE TABLE table_1130632_1 (title VARCHAR, us_viewers__million_ VARCHAR) | SELECT title FROM table_1130632_1 WHERE us_viewers__million_ = "19.48" |
27,569 | <question>: Which titles have 18.73 u.s. viewers. <context>: CREATE TABLE table_1130632_1 (title VARCHAR, us_viewers__million_ VARCHAR) | SELECT title FROM table_1130632_1 WHERE us_viewers__million_ = "18.73" |
27,570 | <question>: Who wrote all the shows with 18.73 u.s. viewers? <context>: CREATE TABLE table_1130632_1 (written_by VARCHAR, us_viewers__million_ VARCHAR) | SELECT written_by FROM table_1130632_1 WHERE us_viewers__million_ = "18.73" |
27,571 | <question>: What is the rank where the area is Los Angeles? <context>: CREATE TABLE table_1131183_2 (rank___wjc__ VARCHAR, metro_area VARCHAR) | SELECT rank___wjc__ FROM table_1131183_2 WHERE metro_area = "Los Angeles" |
27,572 | <question>: What is the number of jews where the rank is 1? <context>: CREATE TABLE table_1131183_2 (number_of_jews__wjc_ VARCHAR, rank__arda_ VARCHAR) | SELECT COUNT(number_of_jews__wjc_) FROM table_1131183_2 WHERE rank__arda_ = 1 |
27,573 | <question>: What is the number of jews asarb where the metro area is philadelphia? <context>: CREATE TABLE table_1131183_2 (number_of_jews__asarb_ VARCHAR, metro_area VARCHAR) | SELECT number_of_jews__asarb_ FROM table_1131183_2 WHERE metro_area = "Philadelphia" |
27,574 | <question>: what are all the open 1st viii with u15 6th iv being bgs <context>: CREATE TABLE table_11318462_5 (open_1st_viii VARCHAR, u15_6th_iv VARCHAR) | SELECT open_1st_viii FROM table_11318462_5 WHERE u15_6th_iv = "BGS" |
27,575 | <question>: what are all the u16 2nd viii with u15 3rd iv being bbc <context>: CREATE TABLE table_11318462_5 (u16_2nd_viii VARCHAR, u15_3rd_iv VARCHAR) | SELECT u16_2nd_viii FROM table_11318462_5 WHERE u15_3rd_iv = "BBC" |
27,576 | <question>: what are all the open 1st viii with u15 4th iv being gt <context>: CREATE TABLE table_11318462_5 (open_1st_viii VARCHAR, u15_4th_iv VARCHAR) | SELECT open_1st_viii FROM table_11318462_5 WHERE u15_4th_iv = "GT" |
27,577 | <question>: how many crew had u15 3rd iv being bgs and u15 1st iv being acgs and open 1st viii being acgs <context>: CREATE TABLE table_11318462_5 (crew VARCHAR, open_1st_viii VARCHAR, u15_3rd_iv VARCHAR, u15_1st_iv VARCHAR) | SELECT COUNT(crew) FROM table_11318462_5 WHERE u15_3rd_iv = "BGS" AND u15_1st_iv = "ACGS" AND open_1st_viii = "ACGS" |
27,578 | <question>: what are all the u15 3rd iv with u15 4th iv being bbc <context>: CREATE TABLE table_11318462_5 (u15_3rd_iv VARCHAR, u15_4th_iv VARCHAR) | SELECT u15_3rd_iv FROM table_11318462_5 WHERE u15_4th_iv = "BBC" |
27,579 | <question>: how many open 2nd viii had u15 3rd iv being gt <context>: CREATE TABLE table_11318462_5 (open_2nd_viii VARCHAR, u15_3rd_iv VARCHAR) | SELECT COUNT(open_2nd_viii) FROM table_11318462_5 WHERE u15_3rd_iv = "GT" |
27,580 | <question>: How many schools have an enrollment of 850? <context>: CREATE TABLE table_11318462_29 (founded VARCHAR, enrolment VARCHAR) | SELECT COUNT(founded) FROM table_11318462_29 WHERE enrolment = 850 |
27,581 | <question>: What is the location of the school named Brisbane Girls' Grammar School? <context>: CREATE TABLE table_11318462_29 (location VARCHAR, school VARCHAR) | SELECT location FROM table_11318462_29 WHERE school = "Brisbane Girls' Grammar school" |
27,582 | <question>: How many schools are located in South Brisbane? <context>: CREATE TABLE table_11318462_29 (school VARCHAR, location VARCHAR) | SELECT COUNT(school) FROM table_11318462_29 WHERE location = "South Brisbane" |
27,583 | <question>: When was SPLC founded? <context>: CREATE TABLE table_11318462_29 (founded INTEGER, abbreviation VARCHAR) | SELECT MIN(founded) FROM table_11318462_29 WHERE abbreviation = "SPLC" |
27,584 | <question>: What is the enrollment of STM which has been in competition since 1990? <context>: CREATE TABLE table_11318462_29 (enrolment VARCHAR, in_competition_since VARCHAR, abbreviation VARCHAR) | SELECT COUNT(enrolment) FROM table_11318462_29 WHERE in_competition_since = 1990 AND abbreviation = "STM" |
27,585 | <question>: What number is the Monaco Grand Prix? <context>: CREATE TABLE table_1132568_3 (rd VARCHAR, grand_prix VARCHAR) | SELECT rd FROM table_1132568_3 WHERE grand_prix = "Monaco grand_prix" |
27,586 | <question>: Who is in the pole position for the French Grand Prix? <context>: CREATE TABLE table_1132568_3 (pole_position VARCHAR, grand_prix VARCHAR) | SELECT pole_position FROM table_1132568_3 WHERE grand_prix = "French grand_prix" |
27,587 | <question>: What are the numbers for the raceways that are constructed by Ferrari, with Michael Schumacher holding the fastest lap and pole position? <context>: CREATE TABLE table_1132568_3 (rd VARCHAR, pole_position VARCHAR, fastest_lap VARCHAR, constructor VARCHAR) | SELECT rd FROM table_1132568_3 WHERE fastest_lap = "Michael Schumacher" AND constructor = "Ferrari" AND pole_position = "Michael Schumacher" |
27,588 | <question>: How many on the list are called the Austrian Grand Prix? <context>: CREATE TABLE table_1132568_3 (rd VARCHAR, grand_prix VARCHAR) | SELECT COUNT(rd) FROM table_1132568_3 WHERE grand_prix = "Austrian grand_prix" |
27,589 | <question>: What number is the Canadian Grand Prix on the list? <context>: CREATE TABLE table_1132568_3 (rd VARCHAR, grand_prix VARCHAR) | SELECT rd FROM table_1132568_3 WHERE grand_prix = "Canadian grand_prix" |
27,590 | <question>: What is the rd for the canadian grand prix? <context>: CREATE TABLE table_1132588_3 (rd VARCHAR, grand_prix VARCHAR) | SELECT rd FROM table_1132588_3 WHERE grand_prix = "Canadian grand_prix" |
27,591 | <question>: What is the fastest lap for the european grand prix? <context>: CREATE TABLE table_1132588_3 (fastest_lap VARCHAR, grand_prix VARCHAR) | SELECT fastest_lap FROM table_1132588_3 WHERE grand_prix = "European grand_prix" |
27,592 | <question>: What is the pole position for the ferrari at the austrian grand prix? <context>: CREATE TABLE table_1132588_3 (pole_position VARCHAR, constructor VARCHAR, grand_prix VARCHAR) | SELECT pole_position FROM table_1132588_3 WHERE constructor = "Ferrari" AND grand_prix = "Austrian grand_prix" |
27,593 | <question>: What was the result of round 2r? <context>: CREATE TABLE table_11326124_3 (outcome VARCHAR, round VARCHAR) | SELECT outcome FROM table_11326124_3 WHERE round = "2R" |
27,594 | <question>: Who did Tina Pisnik verse? <context>: CREATE TABLE table_11326124_3 (against VARCHAR, opponent VARCHAR) | SELECT against FROM table_11326124_3 WHERE opponent = "Tina Pisnik" |
27,595 | <question>: How many rounds were 2r? <context>: CREATE TABLE table_11326124_3 (result VARCHAR, round VARCHAR) | SELECT COUNT(result) FROM table_11326124_3 WHERE round = "2R" |
27,596 | <question>: what's the night rank with viewers (m) of 6.63 <context>: CREATE TABLE table_11354111_3 (night_rank VARCHAR, viewers__m_ VARCHAR) | SELECT night_rank FROM table_11354111_3 WHERE viewers__m_ = "6.63" |
27,597 | <question>: what's the overall rank with viewers (m) of 7.44 <context>: CREATE TABLE table_11354111_3 (overall_rank VARCHAR, viewers__m_ VARCHAR) | SELECT overall_rank FROM table_11354111_3 WHERE viewers__m_ = "7.44" |
27,598 | <question>: what's the night rank with rating of 6.2 <context>: CREATE TABLE table_11354111_3 (night_rank VARCHAR, rating VARCHAR) | SELECT night_rank FROM table_11354111_3 WHERE rating = "6.2" |
27,599 | <question>: What is the number of group b winner for francavilla? <context>: CREATE TABLE table_1137142_1 (group_b_winner VARCHAR, group_c_winner VARCHAR) | SELECT COUNT(group_b_winner) FROM table_1137142_1 WHERE group_c_winner = "Francavilla" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.