Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
7,000 |
<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)
|
SELECT surface FROM table_22597626_2 WHERE partner = "Fleming" AND opponents_in_the_final = "Hewitt McMillan"
|
7,001 |
<question>: What is the final score if the partner is Woodforde? <context>: CREATE TABLE table_22597626_2 (score_in_the_final VARCHAR, partner VARCHAR)
|
SELECT score_in_the_final FROM table_22597626_2 WHERE partner = "Woodforde"
|
7,002 |
<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)
|
SELECT MIN(year) FROM table_22597626_2 WHERE outcome = "Runner-up" AND championship = "US Open"
|
7,003 |
<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)
|
SELECT surface FROM table_22597626_2 WHERE opponents_in_the_final = "Hewitt McMillan"
|
7,004 |
<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)
|
SELECT surface FROM table_22597626_2 WHERE championship = "US Open" AND year = 1979
|
7,005 |
<question>: Name the ticket/office for orville preston <context>: CREATE TABLE table_22607062_1 (ticket___office VARCHAR, secretary_of_state VARCHAR)
|
SELECT ticket___office FROM table_22607062_1 WHERE secretary_of_state = "Orville Preston"
|
7,006 |
<question>: Name the comptroller for republican <context>: CREATE TABLE table_22607062_1 (comptroller VARCHAR, ticket___office VARCHAR)
|
SELECT comptroller FROM table_22607062_1 WHERE ticket___office = "Republican"
|
7,007 |
<question>: Name the comptroller for office of prohibition <context>: CREATE TABLE table_22607062_1 (comptroller VARCHAR, ticket___office VARCHAR)
|
SELECT comptroller FROM table_22607062_1 WHERE ticket___office = "Prohibition"
|
7,008 |
<question>: Name the replaced by for 8 july 2009 <context>: CREATE TABLE table_22640051_3 (replaced_by VARCHAR, date_of_appointment VARCHAR)
|
SELECT replaced_by FROM table_22640051_3 WHERE date_of_appointment = "8 July 2009"
|
7,009 |
<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)
|
SELECT COUNT(replaced_by) FROM table_22640051_3 WHERE date_of_appointment = "13 June 2009"
|
7,010 |
<question>: Name the date of vacancy for manuel pellegrini <context>: CREATE TABLE table_22640051_3 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR)
|
SELECT date_of_vacancy FROM table_22640051_3 WHERE outgoing_manager = "Manuel Pellegrini"
|
7,011 |
<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)
|
SELECT free_dance__fd_ FROM table_22644589_4 WHERE compulsory_dance__cd_ = "15.99"
|
7,012 |
<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)
|
SELECT COUNT(original_dance__od_) FROM table_22644589_4 WHERE compulsory_dance__cd_ = "20.03"
|
7,013 |
<question>: In what even was the compulsory dance scored 23.75? <context>: CREATE TABLE table_22644589_4 (event VARCHAR, compulsory_dance__cd_ VARCHAR)
|
SELECT event FROM table_22644589_4 WHERE compulsory_dance__cd_ = "23.75"
|
7,014 |
<question>: In what event was the compulsory dance score 28.12? <context>: CREATE TABLE table_22644589_4 (event VARCHAR, compulsory_dance__cd_ VARCHAR)
|
SELECT event FROM table_22644589_4 WHERE compulsory_dance__cd_ = "28.12"
|
7,015 |
<question>: What is every year when the reporters were Lesley Visser and Robin Roberts? <context>: CREATE TABLE table_22654139_3 (year VARCHAR, reporters VARCHAR)
|
SELECT year FROM table_22654139_3 WHERE reporters = "Lesley Visser and Robin Roberts"
|
7,016 |
<question>: What is the latest year with reporters Lesley Visser and Robin Roberts? <context>: CREATE TABLE table_22654139_3 (year INTEGER, reporters VARCHAR)
|
SELECT MAX(year) FROM table_22654139_3 WHERE reporters = "Lesley Visser and Robin Roberts"
|
7,017 |
<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)
|
SELECT driver FROM table_2266762_1 WHERE team = "Richard Childress Racing" AND race_time = "2:58:22"
|
7,018 |
<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)
|
SELECT COUNT(date) FROM table_2266762_1 WHERE average_speed__mph_ = "91.033"
|
7,019 |
<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)
|
SELECT driver FROM table_2266762_1 WHERE race_time = "3:04:09"
|
7,020 |
<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)
|
SELECT team FROM table_22669044_10 WHERE high_points = "Hakim Warrick (14)"
|
7,021 |
<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)
|
SELECT record FROM table_22669044_10 WHERE high_rebounds = "Brad Miller (7)"
|
7,022 |
<question>: What's the score of the game with 31-29 record? <context>: CREATE TABLE table_22669044_10 (score VARCHAR, record VARCHAR)
|
SELECT score FROM table_22669044_10 WHERE record = "31-29"
|
7,023 |
<question>: Name the country for gerrard <context>: CREATE TABLE table_22667773_8 (country VARCHAR, name VARCHAR)
|
SELECT country FROM table_22667773_8 WHERE name = "Gerrard"
|
7,024 |
<question>: Name the total number of eu for quinn <context>: CREATE TABLE table_22667773_8 (COUnT VARCHAR, name VARCHAR)
|
SELECT COUnT AS eu FROM table_22667773_8 WHERE name = "Quinn"
|
7,025 |
<question>: Name the team for w 115–104 (ot) <context>: CREATE TABLE table_22669044_8 (team VARCHAR, score VARCHAR)
|
SELECT team FROM table_22669044_8 WHERE score = "W 115–104 (OT)"
|
7,026 |
<question>: Name the number of record for united center 18,838 <context>: CREATE TABLE table_22669044_8 (record VARCHAR, location_attendance VARCHAR)
|
SELECT COUNT(record) FROM table_22669044_8 WHERE location_attendance = "United Center 18,838"
|
7,027 |
<question>: Name the team for united center 22,147 <context>: CREATE TABLE table_22669044_9 (team VARCHAR, location_attendance VARCHAR)
|
SELECT team FROM table_22669044_9 WHERE location_attendance = "United Center 22,147"
|
7,028 |
<question>: Name the high rebounds for new york <context>: CREATE TABLE table_22669044_9 (high_rebounds VARCHAR, team VARCHAR)
|
SELECT high_rebounds FROM table_22669044_9 WHERE team = "New York"
|
7,029 |
<question>: Name the number of high rebounds for united center 19,335 <context>: CREATE TABLE table_22669044_9 (high_rebounds VARCHAR, location_attendance VARCHAR)
|
SELECT COUNT(high_rebounds) FROM table_22669044_9 WHERE location_attendance = "United Center 19,335"
|
7,030 |
<question>: Name the team for kirk hinrich , derrick rose , john salmons (6) <context>: CREATE TABLE table_22669044_9 (team VARCHAR, high_assists VARCHAR)
|
SELECT team FROM table_22669044_9 WHERE high_assists = "Kirk Hinrich , Derrick Rose , John Salmons (6)"
|
7,031 |
<question>: Name the high points 31-27 <context>: CREATE TABLE table_22669044_9 (high_points VARCHAR, record VARCHAR)
|
SELECT high_points FROM table_22669044_9 WHERE record = "31-27"
|
7,032 |
<question>: What is the location is the winning driver is Bill Vukovich II? <context>: CREATE TABLE table_22670216_1 (location VARCHAR, winning_driver VARCHAR)
|
SELECT location FROM table_22670216_1 WHERE winning_driver = "Bill Vukovich II"
|
7,033 |
<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)
|
SELECT location FROM table_22670216_1 WHERE winning_driver = "Wally Dallenbach" AND track = "Wisconsin State Fair Park Speedway"
|
7,034 |
<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)
|
SELECT COUNT(rnd) FROM table_22670216_1 WHERE location = "Brooklyn, Michigan" AND pole_position = "Bobby Unser"
|
7,035 |
<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)
|
SELECT COUNT(rnd) FROM table_22670216_1 WHERE track = "Ontario Motor Speedway" AND pole_position = "Johnny Rutherford"
|
7,036 |
<question>: Name the laps of october 26 <context>: CREATE TABLE table_2267857_1 (laps VARCHAR, date VARCHAR)
|
SELECT laps FROM table_2267857_1 WHERE date = "October 26"
|
7,037 |
<question>: Name the date for 2006 <context>: CREATE TABLE table_2267857_1 (date VARCHAR, year VARCHAR)
|
SELECT date FROM table_2267857_1 WHERE year = 2006
|
7,038 |
<question>: Name the number of year for dick hutcherson <context>: CREATE TABLE table_2267857_1 (year VARCHAR, driver VARCHAR)
|
SELECT COUNT(year) FROM table_2267857_1 WHERE driver = "Dick Hutcherson"
|
7,039 |
<question>: Name the total number for report july 23 <context>: CREATE TABLE table_2267857_1 (report VARCHAR, date VARCHAR)
|
SELECT COUNT(report) FROM table_2267857_1 WHERE date = "July 23"
|
7,040 |
<question>: What party won with a margin of 105731? <context>: CREATE TABLE table_22756549_1 (party VARCHAR, margin VARCHAR)
|
SELECT party FROM table_22756549_1 WHERE margin = 105731
|
7,041 |
<question>: What party is the winner K. Anbazhagan from? <context>: CREATE TABLE table_22756549_1 (party VARCHAR, winner VARCHAR)
|
SELECT party AS a FROM table_22756549_1 WHERE winner = "K. Anbazhagan"
|
7,042 |
<question>: How many times did M. Gounder win for Party A? <context>: CREATE TABLE table_22756549_1 (party VARCHAR, winner VARCHAR)
|
SELECT COUNT(party) AS a FROM table_22756549_1 WHERE winner = "M. Gounder"
|
7,043 |
<question>: Who won when V. A. Muthiah was the runner-up? <context>: CREATE TABLE table_22756549_1 (winner VARCHAR, runner_up_a VARCHAR)
|
SELECT winner FROM table_22756549_1 WHERE runner_up_a = "V. A. Muthiah"
|
7,044 |
<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)
|
SELECT party FROM table_22756549_1 WHERE runner_up_a = "A. Krishnaswamy"
|
7,045 |
<question>: Who was the runner up for the Nagapattinam constituency? <context>: CREATE TABLE table_22756549_1 (runner_up_a VARCHAR, constituency VARCHAR)
|
SELECT runner_up_a FROM table_22756549_1 WHERE constituency = "Nagapattinam"
|
7,046 |
<question>: who ended runner-up to sankar adhi? <context>: CREATE TABLE table_22757733_4 (runner_up_a VARCHAR, winner VARCHAR)
|
SELECT runner_up_a FROM table_22757733_4 WHERE winner = "Sankar Adhi"
|
7,047 |
<question>: which was k. annamalai´s party a? <context>: CREATE TABLE table_22757733_4 (party VARCHAR, runner_up_a VARCHAR)
|
SELECT party AS a FROM table_22757733_4 WHERE runner_up_a = "K. Annamalai"
|
7,048 |
<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)
|
SELECT population FROM table_22815568_7 WHERE market_income_per_capita = "$17,362"
|
7,049 |
<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)
|
SELECT COUNT(unemployment_rate) FROM table_22815568_7 WHERE market_income_per_capita = "$16,981"
|
7,050 |
<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)
|
SELECT status FROM table_22815568_7 WHERE poverty_rate = "8.6%"
|
7,051 |
<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)
|
SELECT unemployment_rate FROM table_22815568_7 WHERE status = "Transitional" AND county = "Alexander"
|
7,052 |
<question>: What is the population of the country of McDowell? <context>: CREATE TABLE table_22815568_7 (population VARCHAR, county VARCHAR)
|
SELECT population FROM table_22815568_7 WHERE county = "McDowell"
|
7,053 |
<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)
|
SELECT county FROM table_22815568_7 WHERE unemployment_rate = "5.8%" AND market_income_per_capita = "$22,866"
|
7,054 |
<question>: Name the partnering for round sf <context>: CREATE TABLE table_22825058_23 (partnering VARCHAR, round VARCHAR)
|
SELECT partnering FROM table_22825058_23 WHERE round = "SF"
|
7,055 |
<question>: Name the total number of round for against the netherlands <context>: CREATE TABLE table_22825058_23 (round VARCHAR, against VARCHAR)
|
SELECT COUNT(round) FROM table_22825058_23 WHERE against = "The Netherlands"
|
7,056 |
<question>: Name the round for john van lottum martin verkerk <context>: CREATE TABLE table_22825058_23 (round VARCHAR, opponents VARCHAR)
|
SELECT round FROM table_22825058_23 WHERE opponents = "John Van Lottum Martin Verkerk"
|
7,057 |
<question>: Name the w/l for czech republic <context>: CREATE TABLE table_22825058_23 (w_l VARCHAR, against VARCHAR)
|
SELECT w_l FROM table_22825058_23 WHERE against = "Czech Republic"
|
7,058 |
<question>: Name the result for jiří novák radek štěpánek <context>: CREATE TABLE table_22825058_23 (result VARCHAR, opponents VARCHAR)
|
SELECT result FROM table_22825058_23 WHERE opponents = "Jiří Novák Radek Štěpánek"
|
7,059 |
<question>: Name the tournament venue for big sky conference <context>: CREATE TABLE table_22849575_6 (tournament_venue__city_ VARCHAR, conference VARCHAR)
|
SELECT tournament_venue__city_ FROM table_22849575_6 WHERE conference = "Big Sky conference"
|
7,060 |
<question>: Name the number of conference tournament for james madison <context>: CREATE TABLE table_22849575_6 (conference VARCHAR, tournament_winner VARCHAR)
|
SELECT COUNT(conference) AS Tournament FROM table_22849575_6 WHERE tournament_winner = "James Madison"
|
7,061 |
<question>: Name the team for arif asadov <context>: CREATE TABLE table_22848931_3 (team VARCHAR, replaced_by VARCHAR)
|
SELECT team FROM table_22848931_3 WHERE replaced_by = "Arif Asadov"
|
7,062 |
<question>: Name the manner of departure for 1 december 2009 <context>: CREATE TABLE table_22848931_3 (manner_of_departure VARCHAR, date_of_vacancy VARCHAR)
|
SELECT manner_of_departure FROM table_22848931_3 WHERE date_of_vacancy = "1 December 2009"
|
7,063 |
<question>: Name the outgoing manager for 10 june 2009 <context>: CREATE TABLE table_22848931_3 (outgoing_manager VARCHAR, date_of_vacancy VARCHAR)
|
SELECT COUNT(outgoing_manager) FROM table_22848931_3 WHERE date_of_vacancy = "10 June 2009"
|
7,064 |
<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)
|
SELECT atlantic_europe FROM table_22860_1 WHERE central_europe = "Wisconsin Stage"
|
7,065 |
<question>: How many values for Maghreb with Mediterranean Europe is Siciliense? <context>: CREATE TABLE table_22860_1 (maghreb VARCHAR, mediterranean_europe VARCHAR)
|
SELECT COUNT(maghreb) FROM table_22860_1 WHERE mediterranean_europe = "Siciliense"
|
7,066 |
<question>: What is the Atlantic Europe when age is 10,000 years? <context>: CREATE TABLE table_22860_1 (atlantic_europe VARCHAR, age__before_ VARCHAR)
|
SELECT atlantic_europe FROM table_22860_1 WHERE age__before_ = "10,000 years"
|
7,067 |
<question>: What is every entry for America when Atlantic Europe is Hoxniense? <context>: CREATE TABLE table_22860_1 (america VARCHAR, atlantic_europe VARCHAR)
|
SELECT america FROM table_22860_1 WHERE atlantic_europe = "Hoxniense"
|
7,068 |
<question>: What are all ages for Maghreb is Maarifiense? <context>: CREATE TABLE table_22860_1 (age__before_ VARCHAR, maghreb VARCHAR)
|
SELECT age__before_ FROM table_22860_1 WHERE maghreb = "Maarifiense"
|
7,069 |
<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)
|
SELECT MIN(opp_points) FROM table_22860990_3 WHERE record = "6-2"
|
7,070 |
<question>: Against whom did the Spartans score 73 points? <context>: CREATE TABLE table_22860990_3 (opponent VARCHAR, spartans_points VARCHAR)
|
SELECT opponent FROM table_22860990_3 WHERE spartans_points = 73
|
7,071 |
<question>: Who had highest points in game 5? <context>: CREATE TABLE table_22883210_5 (high_points VARCHAR, game VARCHAR)
|
SELECT high_points FROM table_22883210_5 WHERE game = 5
|
7,072 |
<question>: What was the final score of the game held on February 24? <context>: CREATE TABLE table_22883210_8 (score VARCHAR, date VARCHAR)
|
SELECT score FROM table_22883210_8 WHERE date = "February 24"
|
7,073 |
<question>: Who was the opponent in the game held on February 4? <context>: CREATE TABLE table_22883210_8 (team VARCHAR, date VARCHAR)
|
SELECT team FROM table_22883210_8 WHERE date = "February 4"
|
7,074 |
<question>: If the region is the Southern district of Texas, what is the citation? <context>: CREATE TABLE table_22901612_2 (citation VARCHAR, region VARCHAR)
|
SELECT citation FROM table_22901612_2 WHERE region = "Southern District of Texas"
|
7,075 |
<question>: If the chief judge is Jeffrey L. Viken, what is the region? <context>: CREATE TABLE table_22901612_2 (region VARCHAR, chief_judge VARCHAR)
|
SELECT region FROM table_22901612_2 WHERE chief_judge = "Jeffrey L. Viken"
|
7,076 |
<question>: If the chief judge is Glen E. Conrad, what is the region? <context>: CREATE TABLE table_22901612_2 (region VARCHAR, chief_judge VARCHAR)
|
SELECT region FROM table_22901612_2 WHERE chief_judge = "Glen E. Conrad"
|
7,077 |
<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)
|
SELECT title FROM table_22904707_1 WHERE us_viewers__million_ = "14.52"
|
7,078 |
<question>: How many million viewers did episode number 63 have? <context>: CREATE TABLE table_22904707_1 (us_viewers__million_ VARCHAR, no VARCHAR)
|
SELECT us_viewers__million_ FROM table_22904707_1 WHERE no = 63
|
7,079 |
<question>: What number in the season was episode 52 in the series? <context>: CREATE TABLE table_22904707_1 (_number INTEGER, no VARCHAR)
|
SELECT MIN(_number) FROM table_22904707_1 WHERE no = 52
|
7,080 |
<question>: which area has a rank of 60? <context>: CREATE TABLE table_22916979_2 (metropolitan_area VARCHAR, rank VARCHAR)
|
SELECT metropolitan_area FROM table_22916979_2 WHERE rank = 60
|
7,081 |
<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)
|
SELECT COUNT(population__2000_census_) FROM table_22916979_2 WHERE census_designated_place = "Westmont"
|
7,082 |
<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)
|
SELECT COUNT(census_designated_place) FROM table_22916979_2 WHERE population__2000_census_ = 10581
|
7,083 |
<question>: Name the most number of contestants <context>: CREATE TABLE table_22951646_1 (number_of_contestants INTEGER)
|
SELECT MAX(number_of_contestants) FROM table_22951646_1
|
7,084 |
<question>: Name the premiere for 8 episodes <context>: CREATE TABLE table_22951646_1 (premiere VARCHAR, number_of_episodes VARCHAR)
|
SELECT premiere FROM table_22951646_1 WHERE number_of_episodes = 8
|
7,085 |
<question>: Name the league finish for w being 11 <context>: CREATE TABLE table_22962745_12 (league_finish VARCHAR, w VARCHAR)
|
SELECT league_finish FROM table_22962745_12 WHERE w = 11
|
7,086 |
<question>: What's LSU's overall record/ <context>: CREATE TABLE table_22993636_2 (overall_record VARCHAR, team VARCHAR)
|
SELECT overall_record FROM table_22993636_2 WHERE team = "LSU"
|
7,087 |
<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)
|
SELECT COUNT(sec_wins) FROM table_22993636_2 WHERE overall_record = "30-4"
|
7,088 |
<question>: What's Auburn's percentage? <context>: CREATE TABLE table_22993636_2 (percentage VARCHAR, team VARCHAR)
|
SELECT percentage FROM table_22993636_2 WHERE team = "Auburn"
|
7,089 |
<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)
|
SELECT overall_record FROM table_22993636_2 WHERE road_record = "4-3"
|
7,090 |
<question>: What's the home record of the team with percentage of .168? <context>: CREATE TABLE table_22993636_2 (home_record VARCHAR, percentage VARCHAR)
|
SELECT home_record FROM table_22993636_2 WHERE percentage = ".168"
|
7,091 |
<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)
|
SELECT avg_speed FROM table_23018775_3 WHERE lap_four = "22.9049"
|
7,092 |
<question>: How many lap two's did marco andretti do? <context>: CREATE TABLE table_23018775_3 (lap_two VARCHAR, name VARCHAR)
|
SELECT COUNT(lap_two) FROM table_23018775_3 WHERE name = "Marco Andretti"
|
7,093 |
<question>: What is tthe lowest number on team 3g? <context>: CREATE TABLE table_23018775_3 (_number_number INTEGER, team VARCHAR)
|
SELECT MIN(_number_number) FROM table_23018775_3 WHERE team = "team 3G"
|
7,094 |
<question>: How many positions have a total time of 1:30.4135? <context>: CREATE TABLE table_23018775_3 (pos VARCHAR, total_time VARCHAR)
|
SELECT COUNT(pos) FROM table_23018775_3 WHERE total_time = "1:30.4135"
|
7,095 |
<question>: Which positions have a lap two time of 22.7290? <context>: CREATE TABLE table_23018775_3 (pos VARCHAR, lap_two VARCHAR)
|
SELECT pos FROM table_23018775_3 WHERE lap_two = "22.7290"
|
7,096 |
<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)
|
SELECT avg_speed FROM table_23018775_3 WHERE total_time = "1:30.4842"
|
7,097 |
<question>: Name the poles for avg start being 4.7 <context>: CREATE TABLE table_2308381_2 (poles VARCHAR, avg_start VARCHAR)
|
SELECT poles FROM table_2308381_2 WHERE avg_start = "4.7"
|
7,098 |
<question>: Name the avg finish for position of 70th <context>: CREATE TABLE table_2308381_2 (avg_finish VARCHAR, position VARCHAR)
|
SELECT avg_finish FROM table_2308381_2 WHERE position = "70th"
|
7,099 |
<question>: Name the year for 15 starts <context>: CREATE TABLE table_2308381_2 (year VARCHAR, starts VARCHAR)
|
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.