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