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