prompt stringlengths 81 567 | completion stringlengths 18 557 |
|---|---|
Question: If the opponents in the final is Hewitt McMillan and the partner is Fleming, what is the surface?
Context: CREATE TABLE table_22597626_2 (surface VARCHAR, partner VARCHAR, opponents_in_the_final VARCHAR)
Answer: | SELECT surface FROM table_22597626_2 WHERE partner = "Fleming" AND opponents_in_the_final = "Hewitt McMillan" |
Question: What is the final score if the partner is Woodforde?
Context: CREATE TABLE table_22597626_2 (score_in_the_final VARCHAR, partner VARCHAR)
Answer: | SELECT score_in_the_final FROM table_22597626_2 WHERE partner = "Woodforde" |
Question: In the US Open championship and the outcome is runner-up, what is the minimum year?
Context: CREATE TABLE table_22597626_2 (year INTEGER, outcome VARCHAR, championship VARCHAR)
Answer: | SELECT MIN(year) FROM table_22597626_2 WHERE outcome = "Runner-up" AND championship = "US Open" |
Question: What is the surface made of if the opponent in the final is Hewitt McMillan?
Context: CREATE TABLE table_22597626_2 (surface VARCHAR, opponents_in_the_final VARCHAR)
Answer: | SELECT surface FROM table_22597626_2 WHERE opponents_in_the_final = "Hewitt McMillan" |
Question: What is the surface made of if the year is 1979 and the championship is US Open?
Context: CREATE TABLE table_22597626_2 (surface VARCHAR, championship VARCHAR, year VARCHAR)
Answer: | SELECT surface FROM table_22597626_2 WHERE championship = "US Open" AND year = 1979 |
Question: Name the ticket/office for orville preston
Context: CREATE TABLE table_22607062_1 (ticket___office VARCHAR, secretary_of_state VARCHAR)
Answer: | SELECT ticket___office FROM table_22607062_1 WHERE secretary_of_state = "Orville Preston" |
Question: Name the comptroller for republican
Context: CREATE TABLE table_22607062_1 (comptroller VARCHAR, ticket___office VARCHAR)
Answer: | SELECT comptroller FROM table_22607062_1 WHERE ticket___office = "Republican" |
Question: Name the comptroller for office of prohibition
Context: CREATE TABLE table_22607062_1 (comptroller VARCHAR, ticket___office VARCHAR)
Answer: | SELECT comptroller FROM table_22607062_1 WHERE ticket___office = "Prohibition" |
Question: Name the replaced by for 8 july 2009
Context: CREATE TABLE table_22640051_3 (replaced_by VARCHAR, date_of_appointment VARCHAR)
Answer: | SELECT replaced_by FROM table_22640051_3 WHERE date_of_appointment = "8 July 2009" |
Question: Name the total number of replaced by for 13 june 2009
Context: CREATE TABLE table_22640051_3 (replaced_by VARCHAR, date_of_appointment VARCHAR)
Answer: | SELECT COUNT(replaced_by) FROM table_22640051_3 WHERE date_of_appointment = "13 June 2009" |
Question: Name the date of vacancy for manuel pellegrini
Context: CREATE TABLE table_22640051_3 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR)
Answer: | SELECT date_of_vacancy FROM table_22640051_3 WHERE outgoing_manager = "Manuel Pellegrini" |
Question: What was the free dance score in the event where compulsory dance score was 15.99?
Context: CREATE TABLE table_22644589_4 (free_dance__fd_ VARCHAR, compulsory_dance__cd_ VARCHAR)
Answer: | SELECT free_dance__fd_ FROM table_22644589_4 WHERE compulsory_dance__cd_ = "15.99" |
Question: How many original dance scores are listed in the event where the compulsory dance was 20.03?
Context: CREATE TABLE table_22644589_4 (original_dance__od_ VARCHAR, compulsory_dance__cd_ VARCHAR)
Answer: | SELECT COUNT(original_dance__od_) FROM table_22644589_4 WHERE compulsory_dance__cd_ = "20.03" |
Question: In what even was the compulsory dance scored 23.75?
Context: CREATE TABLE table_22644589_4 (event VARCHAR, compulsory_dance__cd_ VARCHAR)
Answer: | SELECT event FROM table_22644589_4 WHERE compulsory_dance__cd_ = "23.75" |
Question: In what event was the compulsory dance score 28.12?
Context: CREATE TABLE table_22644589_4 (event VARCHAR, compulsory_dance__cd_ VARCHAR)
Answer: | SELECT event FROM table_22644589_4 WHERE compulsory_dance__cd_ = "28.12" |
Question: What is every year when the reporters were Lesley Visser and Robin Roberts?
Context: CREATE TABLE table_22654139_3 (year VARCHAR, reporters VARCHAR)
Answer: | SELECT year FROM table_22654139_3 WHERE reporters = "Lesley Visser and Robin Roberts" |
Question: What is the latest year with reporters Lesley Visser and Robin Roberts?
Context: CREATE TABLE table_22654139_3 (year INTEGER, reporters VARCHAR)
Answer: | SELECT MAX(year) FROM table_22654139_3 WHERE reporters = "Lesley Visser and Robin Roberts" |
Question: Who was the driver for the Richard Childress Racing team in the race with a time of 2:58:22?
Context: CREATE TABLE table_2266762_1 (driver VARCHAR, team VARCHAR, race_time VARCHAR)
Answer: | SELECT driver FROM table_2266762_1 WHERE team = "Richard Childress Racing" AND race_time = "2:58:22" |
Question: On how many dates was the average speed of the race 91.033 MPH?
Context: CREATE TABLE table_2266762_1 (date VARCHAR, average_speed__mph_ VARCHAR)
Answer: | SELECT COUNT(date) FROM table_2266762_1 WHERE average_speed__mph_ = "91.033" |
Question: Who was the winning driver in the race that was 3:04:09 long?
Context: CREATE TABLE table_2266762_1 (driver VARCHAR, race_time VARCHAR)
Answer: | SELECT driver FROM table_2266762_1 WHERE race_time = "3:04:09" |
Question: Who was the opponent in the game in which Hakim Warrick (14) did the most high points?
Context: CREATE TABLE table_22669044_10 (team VARCHAR, high_points VARCHAR)
Answer: | SELECT team FROM table_22669044_10 WHERE high_points = "Hakim Warrick (14)" |
Question: What's the record in the game in which Brad Miller (7) did the high rebounds?
Context: CREATE TABLE table_22669044_10 (record VARCHAR, high_rebounds VARCHAR)
Answer: | SELECT record FROM table_22669044_10 WHERE high_rebounds = "Brad Miller (7)" |
Question: What's the score of the game with 31-29 record?
Context: CREATE TABLE table_22669044_10 (score VARCHAR, record VARCHAR)
Answer: | SELECT score FROM table_22669044_10 WHERE record = "31-29" |
Question: Name the country for gerrard
Context: CREATE TABLE table_22667773_8 (country VARCHAR, name VARCHAR)
Answer: | SELECT country FROM table_22667773_8 WHERE name = "Gerrard" |
Question: Name the total number of eu for quinn
Context: CREATE TABLE table_22667773_8 (COUnT VARCHAR, name VARCHAR)
Answer: | SELECT COUnT AS eu FROM table_22667773_8 WHERE name = "Quinn" |
Question: Name the team for w 115–104 (ot)
Context: CREATE TABLE table_22669044_8 (team VARCHAR, score VARCHAR)
Answer: | SELECT team FROM table_22669044_8 WHERE score = "W 115–104 (OT)" |
Question: Name the number of record for united center 18,838
Context: CREATE TABLE table_22669044_8 (record VARCHAR, location_attendance VARCHAR)
Answer: | SELECT COUNT(record) FROM table_22669044_8 WHERE location_attendance = "United Center 18,838" |
Question: Name the team for united center 22,147
Context: CREATE TABLE table_22669044_9 (team VARCHAR, location_attendance VARCHAR)
Answer: | SELECT team FROM table_22669044_9 WHERE location_attendance = "United Center 22,147" |
Question: Name the high rebounds for new york
Context: CREATE TABLE table_22669044_9 (high_rebounds VARCHAR, team VARCHAR)
Answer: | SELECT high_rebounds FROM table_22669044_9 WHERE team = "New York" |
Question: Name the number of high rebounds for united center 19,335
Context: CREATE TABLE table_22669044_9 (high_rebounds VARCHAR, location_attendance VARCHAR)
Answer: | SELECT COUNT(high_rebounds) FROM table_22669044_9 WHERE location_attendance = "United Center 19,335" |
Question: Name the team for kirk hinrich , derrick rose , john salmons (6)
Context: CREATE TABLE table_22669044_9 (team VARCHAR, high_assists VARCHAR)
Answer: | SELECT team FROM table_22669044_9 WHERE high_assists = "Kirk Hinrich , Derrick Rose , John Salmons (6)" |
Question: Name the high points 31-27
Context: CREATE TABLE table_22669044_9 (high_points VARCHAR, record VARCHAR)
Answer: | SELECT high_points FROM table_22669044_9 WHERE record = "31-27" |
Question: What is the location is the winning driver is Bill Vukovich II?
Context: CREATE TABLE table_22670216_1 (location VARCHAR, winning_driver VARCHAR)
Answer: | SELECT location FROM table_22670216_1 WHERE winning_driver = "Bill Vukovich II" |
Question: If the track is the Wisconsin State Fair Park Speedway and the winning driver is Wally Dallenbach, what was the location?
Context: CREATE TABLE table_22670216_1 (location VARCHAR, winning_driver VARCHAR, track VARCHAR)
Answer: | SELECT location FROM table_22670216_1 WHERE winning_driver = "Wally Dallenbach" AND track = "Wisconsin State Fair Park Speedway" |
Question: If the location is Brooklyn, Michigan and the pole position is Bobby Unser, what is the RND total number?
Context: CREATE TABLE table_22670216_1 (rnd VARCHAR, location VARCHAR, pole_position VARCHAR)
Answer: | SELECT COUNT(rnd) FROM table_22670216_1 WHERE location = "Brooklyn, Michigan" AND pole_position = "Bobby Unser" |
Question: If the pole position is Johnny Rutherford and the track is the Ontario Motor Speedway, what is the RND total number?
Context: CREATE TABLE table_22670216_1 (rnd VARCHAR, track VARCHAR, pole_position VARCHAR)
Answer: | SELECT COUNT(rnd) FROM table_22670216_1 WHERE track = "Ontario Motor Speedway" AND pole_position = "Johnny Rutherford" |
Question: Name the laps of october 26
Context: CREATE TABLE table_2267857_1 (laps VARCHAR, date VARCHAR)
Answer: | SELECT laps FROM table_2267857_1 WHERE date = "October 26" |
Question: Name the date for 2006
Context: CREATE TABLE table_2267857_1 (date VARCHAR, year VARCHAR)
Answer: | SELECT date FROM table_2267857_1 WHERE year = 2006 |
Question: Name the number of year for dick hutcherson
Context: CREATE TABLE table_2267857_1 (year VARCHAR, driver VARCHAR)
Answer: | SELECT COUNT(year) FROM table_2267857_1 WHERE driver = "Dick Hutcherson" |
Question: Name the total number for report july 23
Context: CREATE TABLE table_2267857_1 (report VARCHAR, date VARCHAR)
Answer: | SELECT COUNT(report) FROM table_2267857_1 WHERE date = "July 23" |
Question: What party won with a margin of 105731?
Context: CREATE TABLE table_22756549_1 (party VARCHAR, margin VARCHAR)
Answer: | SELECT party FROM table_22756549_1 WHERE margin = 105731 |
Question: What party is the winner K. Anbazhagan from?
Context: CREATE TABLE table_22756549_1 (party VARCHAR, winner VARCHAR)
Answer: | SELECT party AS a FROM table_22756549_1 WHERE winner = "K. Anbazhagan" |
Question: How many times did M. Gounder win for Party A?
Context: CREATE TABLE table_22756549_1 (party VARCHAR, winner VARCHAR)
Answer: | SELECT COUNT(party) AS a FROM table_22756549_1 WHERE winner = "M. Gounder" |
Question: Who won when V. A. Muthiah was the runner-up?
Context: CREATE TABLE table_22756549_1 (winner VARCHAR, runner_up_a VARCHAR)
Answer: | SELECT winner FROM table_22756549_1 WHERE runner_up_a = "V. A. Muthiah" |
Question: What party was the winner when A. Krishnaswamy was the runner-up?
Context: CREATE TABLE table_22756549_1 (party VARCHAR, runner_up_a VARCHAR)
Answer: | SELECT party FROM table_22756549_1 WHERE runner_up_a = "A. Krishnaswamy" |
Question: Who was the runner up for the Nagapattinam constituency?
Context: CREATE TABLE table_22756549_1 (runner_up_a VARCHAR, constituency VARCHAR)
Answer: | SELECT runner_up_a FROM table_22756549_1 WHERE constituency = "Nagapattinam" |
Question: who ended runner-up to sankar adhi?
Context: CREATE TABLE table_22757733_4 (runner_up_a VARCHAR, winner VARCHAR)
Answer: | SELECT runner_up_a FROM table_22757733_4 WHERE winner = "Sankar Adhi" |
Question: which was k. annamalai´s party a?
Context: CREATE TABLE table_22757733_4 (party VARCHAR, runner_up_a VARCHAR)
Answer: | SELECT party AS a FROM table_22757733_4 WHERE runner_up_a = "K. Annamalai" |
Question: What is the population in those place where the market income per capita is $17,362?
Context: CREATE TABLE table_22815568_7 (population VARCHAR, market_income_per_capita VARCHAR)
Answer: | SELECT population FROM table_22815568_7 WHERE market_income_per_capita = "$17,362" |
Question: What is the unemployment rate in those places where the market income per capita is $16,981?
Context: CREATE TABLE table_22815568_7 (unemployment_rate VARCHAR, market_income_per_capita VARCHAR)
Answer: | SELECT COUNT(unemployment_rate) FROM table_22815568_7 WHERE market_income_per_capita = "$16,981" |
Question: What is the status in those places where the poverty rate is 8.6%?
Context: CREATE TABLE table_22815568_7 (status VARCHAR, poverty_rate VARCHAR)
Answer: | SELECT status FROM table_22815568_7 WHERE poverty_rate = "8.6%" |
Question: What is the unemployment rate in those places in Alexander county whose status is transitional?
Context: CREATE TABLE table_22815568_7 (unemployment_rate VARCHAR, status VARCHAR, county VARCHAR)
Answer: | SELECT unemployment_rate FROM table_22815568_7 WHERE status = "Transitional" AND county = "Alexander" |
Question: What is the population of the country of McDowell?
Context: CREATE TABLE table_22815568_7 (population VARCHAR, county VARCHAR)
Answer: | SELECT population FROM table_22815568_7 WHERE county = "McDowell" |
Question: In what counties is the unemployment rate 5.8% and the market income per capita is $22,866?
Context: CREATE TABLE table_22815568_7 (county VARCHAR, unemployment_rate VARCHAR, market_income_per_capita VARCHAR)
Answer: | SELECT county FROM table_22815568_7 WHERE unemployment_rate = "5.8%" AND market_income_per_capita = "$22,866" |
Question: Name the partnering for round sf
Context: CREATE TABLE table_22825058_23 (partnering VARCHAR, round VARCHAR)
Answer: | SELECT partnering FROM table_22825058_23 WHERE round = "SF" |
Question: Name the total number of round for against the netherlands
Context: CREATE TABLE table_22825058_23 (round VARCHAR, against VARCHAR)
Answer: | SELECT COUNT(round) FROM table_22825058_23 WHERE against = "The Netherlands" |
Question: Name the round for john van lottum martin verkerk
Context: CREATE TABLE table_22825058_23 (round VARCHAR, opponents VARCHAR)
Answer: | SELECT round FROM table_22825058_23 WHERE opponents = "John Van Lottum Martin Verkerk" |
Question: Name the w/l for czech republic
Context: CREATE TABLE table_22825058_23 (w_l VARCHAR, against VARCHAR)
Answer: | SELECT w_l FROM table_22825058_23 WHERE against = "Czech Republic" |
Question: Name the result for jiří novák radek štěpánek
Context: CREATE TABLE table_22825058_23 (result VARCHAR, opponents VARCHAR)
Answer: | SELECT result FROM table_22825058_23 WHERE opponents = "Jiří Novák Radek Štěpánek" |
Question: Name the tournament venue for big sky conference
Context: CREATE TABLE table_22849575_6 (tournament_venue__city_ VARCHAR, conference VARCHAR)
Answer: | SELECT tournament_venue__city_ FROM table_22849575_6 WHERE conference = "Big Sky conference" |
Question: Name the number of conference tournament for james madison
Context: CREATE TABLE table_22849575_6 (conference VARCHAR, tournament_winner VARCHAR)
Answer: | SELECT COUNT(conference) AS Tournament FROM table_22849575_6 WHERE tournament_winner = "James Madison" |
Question: Name the team for arif asadov
Context: CREATE TABLE table_22848931_3 (team VARCHAR, replaced_by VARCHAR)
Answer: | SELECT team FROM table_22848931_3 WHERE replaced_by = "Arif Asadov" |
Question: Name the manner of departure for 1 december 2009
Context: CREATE TABLE table_22848931_3 (manner_of_departure VARCHAR, date_of_vacancy VARCHAR)
Answer: | SELECT manner_of_departure FROM table_22848931_3 WHERE date_of_vacancy = "1 December 2009" |
Question: Name the outgoing manager for 10 june 2009
Context: CREATE TABLE table_22848931_3 (outgoing_manager VARCHAR, date_of_vacancy VARCHAR)
Answer: | SELECT COUNT(outgoing_manager) FROM table_22848931_3 WHERE date_of_vacancy = "10 June 2009" |
Question: What is every entry for Atlantic Europe when Central Europe is Wisconsin stage?
Context: CREATE TABLE table_22860_1 (atlantic_europe VARCHAR, central_europe VARCHAR)
Answer: | SELECT atlantic_europe FROM table_22860_1 WHERE central_europe = "Wisconsin Stage" |
Question: How many values for Maghreb with Mediterranean Europe is Siciliense?
Context: CREATE TABLE table_22860_1 (maghreb VARCHAR, mediterranean_europe VARCHAR)
Answer: | SELECT COUNT(maghreb) FROM table_22860_1 WHERE mediterranean_europe = "Siciliense" |
Question: What is the Atlantic Europe when age is 10,000 years?
Context: CREATE TABLE table_22860_1 (atlantic_europe VARCHAR, age__before_ VARCHAR)
Answer: | SELECT atlantic_europe FROM table_22860_1 WHERE age__before_ = "10,000 years" |
Question: What is every entry for America when Atlantic Europe is Hoxniense?
Context: CREATE TABLE table_22860_1 (america VARCHAR, atlantic_europe VARCHAR)
Answer: | SELECT america FROM table_22860_1 WHERE atlantic_europe = "Hoxniense" |
Question: What are all ages for Maghreb is Maarifiense?
Context: CREATE TABLE table_22860_1 (age__before_ VARCHAR, maghreb VARCHAR)
Answer: | SELECT age__before_ FROM table_22860_1 WHERE maghreb = "Maarifiense" |
Question: How many points did the opponents with a 6-2 record against the Spartans score?
Context: CREATE TABLE table_22860990_3 (opp_points INTEGER, record VARCHAR)
Answer: | SELECT MIN(opp_points) FROM table_22860990_3 WHERE record = "6-2" |
Question: Against whom did the Spartans score 73 points?
Context: CREATE TABLE table_22860990_3 (opponent VARCHAR, spartans_points VARCHAR)
Answer: | SELECT opponent FROM table_22860990_3 WHERE spartans_points = 73 |
Question: Who had highest points in game 5?
Context: CREATE TABLE table_22883210_5 (high_points VARCHAR, game VARCHAR)
Answer: | SELECT high_points FROM table_22883210_5 WHERE game = 5 |
Question: What was the final score of the game held on February 24?
Context: CREATE TABLE table_22883210_8 (score VARCHAR, date VARCHAR)
Answer: | SELECT score FROM table_22883210_8 WHERE date = "February 24" |
Question: Who was the opponent in the game held on February 4?
Context: CREATE TABLE table_22883210_8 (team VARCHAR, date VARCHAR)
Answer: | SELECT team FROM table_22883210_8 WHERE date = "February 4" |
Question: If the region is the Southern district of Texas, what is the citation?
Context: CREATE TABLE table_22901612_2 (citation VARCHAR, region VARCHAR)
Answer: | SELECT citation FROM table_22901612_2 WHERE region = "Southern District of Texas" |
Question: If the chief judge is Jeffrey L. Viken, what is the region?
Context: CREATE TABLE table_22901612_2 (region VARCHAR, chief_judge VARCHAR)
Answer: | SELECT region FROM table_22901612_2 WHERE chief_judge = "Jeffrey L. Viken" |
Question: If the chief judge is Glen E. Conrad, what is the region?
Context: CREATE TABLE table_22901612_2 (region VARCHAR, chief_judge VARCHAR)
Answer: | SELECT region FROM table_22901612_2 WHERE chief_judge = "Glen E. Conrad" |
Question: What was the name of the episode that had 14.52 viewers?
Context: CREATE TABLE table_22904707_1 (title VARCHAR, us_viewers__million_ VARCHAR)
Answer: | SELECT title FROM table_22904707_1 WHERE us_viewers__million_ = "14.52" |
Question: How many million viewers did episode number 63 have?
Context: CREATE TABLE table_22904707_1 (us_viewers__million_ VARCHAR, no VARCHAR)
Answer: | SELECT us_viewers__million_ FROM table_22904707_1 WHERE no = 63 |
Question: What number in the season was episode 52 in the series?
Context: CREATE TABLE table_22904707_1 (_number INTEGER, no VARCHAR)
Answer: | SELECT MIN(_number) FROM table_22904707_1 WHERE no = 52 |
Question: which area has a rank of 60?
Context: CREATE TABLE table_22916979_2 (metropolitan_area VARCHAR, rank VARCHAR)
Answer: | SELECT metropolitan_area FROM table_22916979_2 WHERE rank = 60 |
Question: what is the total number of population where census designated place is westmont?
Context: CREATE TABLE table_22916979_2 (population__2000_census_ VARCHAR, census_designated_place VARCHAR)
Answer: | SELECT COUNT(population__2000_census_) FROM table_22916979_2 WHERE census_designated_place = "Westmont" |
Question: what is the total number of census designated places with a population of 10581?
Context: CREATE TABLE table_22916979_2 (census_designated_place VARCHAR, population__2000_census_ VARCHAR)
Answer: | SELECT COUNT(census_designated_place) FROM table_22916979_2 WHERE population__2000_census_ = 10581 |
Question: Name the most number of contestants
Context: CREATE TABLE table_22951646_1 (number_of_contestants INTEGER)
Answer: | SELECT MAX(number_of_contestants) FROM table_22951646_1 |
Question: Name the premiere for 8 episodes
Context: CREATE TABLE table_22951646_1 (premiere VARCHAR, number_of_episodes VARCHAR)
Answer: | SELECT premiere FROM table_22951646_1 WHERE number_of_episodes = 8 |
Question: Name the league finish for w being 11
Context: CREATE TABLE table_22962745_12 (league_finish VARCHAR, w VARCHAR)
Answer: | SELECT league_finish FROM table_22962745_12 WHERE w = 11 |
Question: What's LSU's overall record/
Context: CREATE TABLE table_22993636_2 (overall_record VARCHAR, team VARCHAR)
Answer: | SELECT overall_record FROM table_22993636_2 WHERE team = "LSU" |
Question: How many different SEC Win counts does the team with an overall record of 30-4 have?
Context: CREATE TABLE table_22993636_2 (sec_wins VARCHAR, overall_record VARCHAR)
Answer: | SELECT COUNT(sec_wins) FROM table_22993636_2 WHERE overall_record = "30-4" |
Question: What's Auburn's percentage?
Context: CREATE TABLE table_22993636_2 (percentage VARCHAR, team VARCHAR)
Answer: | SELECT percentage FROM table_22993636_2 WHERE team = "Auburn" |
Question: What's the overall record of the team with 4-3 road record?
Context: CREATE TABLE table_22993636_2 (overall_record VARCHAR, road_record VARCHAR)
Answer: | SELECT overall_record FROM table_22993636_2 WHERE road_record = "4-3" |
Question: What's the home record of the team with percentage of .168?
Context: CREATE TABLE table_22993636_2 (home_record VARCHAR, percentage VARCHAR)
Answer: | SELECT home_record FROM table_22993636_2 WHERE percentage = ".168" |
Question: What was the average speed where lap four's time was 22.9049?
Context: CREATE TABLE table_23018775_3 (avg_speed VARCHAR, lap_four VARCHAR)
Answer: | SELECT avg_speed FROM table_23018775_3 WHERE lap_four = "22.9049" |
Question: How many lap two's did marco andretti do?
Context: CREATE TABLE table_23018775_3 (lap_two VARCHAR, name VARCHAR)
Answer: | SELECT COUNT(lap_two) FROM table_23018775_3 WHERE name = "Marco Andretti" |
Question: What is tthe lowest number on team 3g?
Context: CREATE TABLE table_23018775_3 (_number_number INTEGER, team VARCHAR)
Answer: | SELECT MIN(_number_number) FROM table_23018775_3 WHERE team = "team 3G" |
Question: How many positions have a total time of 1:30.4135?
Context: CREATE TABLE table_23018775_3 (pos VARCHAR, total_time VARCHAR)
Answer: | SELECT COUNT(pos) FROM table_23018775_3 WHERE total_time = "1:30.4135" |
Question: Which positions have a lap two time of 22.7290?
Context: CREATE TABLE table_23018775_3 (pos VARCHAR, lap_two VARCHAR)
Answer: | SELECT pos FROM table_23018775_3 WHERE lap_two = "22.7290" |
Question: What was the average speed where the total time was 1:30.4842?
Context: CREATE TABLE table_23018775_3 (avg_speed VARCHAR, total_time VARCHAR)
Answer: | SELECT avg_speed FROM table_23018775_3 WHERE total_time = "1:30.4842" |
Question: Name the poles for avg start being 4.7
Context: CREATE TABLE table_2308381_2 (poles VARCHAR, avg_start VARCHAR)
Answer: | SELECT poles FROM table_2308381_2 WHERE avg_start = "4.7" |
Question: Name the avg finish for position of 70th
Context: CREATE TABLE table_2308381_2 (avg_finish VARCHAR, position VARCHAR)
Answer: | SELECT avg_finish FROM table_2308381_2 WHERE position = "70th" |
Question: Name the year for 15 starts
Context: CREATE TABLE table_2308381_2 (year VARCHAR, starts VARCHAR)
Answer: | SELECT year FROM table_2308381_2 WHERE starts = 15 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.