Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
56,400
<question>: What is the lowest Cycle, when Number Of Contestants is 11, and when International Destinations is Paris Gran Canaria? <context>: CREATE TABLE table_name_57 (cycle INTEGER, number_of_contestants VARCHAR, international_destinations VARCHAR)
SELECT MIN(cycle) FROM table_name_57 WHERE number_of_contestants = "11" AND international_destinations = "paris gran canaria"
56,401
<question>: What is the highest Cycle, when the Number of Constestants is 11, and when Premiere Date is September 3, 2012? <context>: CREATE TABLE table_name_57 (cycle INTEGER, number_of_contestants VARCHAR, premiere_date VARCHAR)
SELECT MAX(cycle) FROM table_name_57 WHERE number_of_contestants = "11" AND premiere_date = "september 3, 2012"
56,402
<question>: What is Number of Contestants, when Cycle is 4? <context>: CREATE TABLE table_name_81 (number_of_contestants VARCHAR, cycle VARCHAR)
SELECT number_of_contestants FROM table_name_81 WHERE cycle = 4
56,403
<question>: What is Number of Contestants, when International Destinations is London Lisbon? <context>: CREATE TABLE table_name_55 (number_of_contestants VARCHAR, international_destinations VARCHAR)
SELECT number_of_contestants FROM table_name_55 WHERE international_destinations = "london lisbon"
56,404
<question>: What is the lowest pick with fewer than 3 rounds and more than 4 overall? <context>: CREATE TABLE table_name_15 (pick INTEGER, round VARCHAR, overall VARCHAR)
SELECT MIN(pick) FROM table_name_15 WHERE round < 3 AND overall > 4
56,405
<question>: Which round has more than 79 overall and a position of QB? <context>: CREATE TABLE table_name_60 (round VARCHAR, position VARCHAR, overall VARCHAR)
SELECT round FROM table_name_60 WHERE position = "qb" AND overall > 79
56,406
<question>: Which Notre Dame position has a pick lower than 5 and round 7? <context>: CREATE TABLE table_name_88 (position VARCHAR, round VARCHAR, pick VARCHAR, college VARCHAR)
SELECT position FROM table_name_88 WHERE pick < 5 AND college = "notre dame" AND round = 7
56,407
<question>: What was week 17's date? <context>: CREATE TABLE table_name_21 (date VARCHAR, week VARCHAR)
SELECT date FROM table_name_21 WHERE week = 17
56,408
<question>: Which Opponent has a Result of l 24–3? <context>: CREATE TABLE table_name_16 (opponent VARCHAR, result VARCHAR)
SELECT opponent FROM table_name_16 WHERE result = "l 24–3"
56,409
<question>: What was week 5's result? <context>: CREATE TABLE table_name_81 (result VARCHAR, week VARCHAR)
SELECT result FROM table_name_81 WHERE week = 5
56,410
<question>: What was the score for Groves High School when the high assist was Giovanni Riley (9)? <context>: CREATE TABLE table_name_21 (score VARCHAR, location_attendance VARCHAR, high_assists VARCHAR)
SELECT score FROM table_name_21 WHERE location_attendance = "groves high school" AND high_assists = "giovanni riley (9)"
56,411
<question>: What was the high points for opponent Mid-Michigan destroyers on January 3? <context>: CREATE TABLE table_name_22 (high_points VARCHAR, opponent VARCHAR, date VARCHAR)
SELECT high_points FROM table_name_22 WHERE opponent = "mid-michigan destroyers" AND date = "january 3"
56,412
<question>: What opponent is at Richmond Academy? <context>: CREATE TABLE table_name_38 (opponent VARCHAR, location_attendance VARCHAR)
SELECT opponent FROM table_name_38 WHERE location_attendance = "richmond academy"
56,413
<question>: What were the high points on March 29? <context>: CREATE TABLE table_name_88 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_name_88 WHERE date = "march 29"
56,414
<question>: Which opponent scored 95-101? <context>: CREATE TABLE table_name_34 (opponent VARCHAR, score VARCHAR)
SELECT opponent FROM table_name_34 WHERE score = "95-101"
56,415
<question>: Who was the (M) Best & Fairest when ray kaduck was president and richard keane was coach? <context>: CREATE TABLE table_name_2 (_m__best_ VARCHAR, _fairest VARCHAR, president VARCHAR, _m__coach VARCHAR)
SELECT _m__best_ & _fairest FROM table_name_2 WHERE president = "ray kaduck" AND _m__coach = "richard keane"
56,416
<question>: What was the (M) Finishe position when ray kaduck was president and corey bowen was coach? <context>: CREATE TABLE table_name_44 (_m__finishing_position VARCHAR, president VARCHAR, _m__coach VARCHAR)
SELECT _m__finishing_position FROM table_name_44 WHERE president = "ray kaduck" AND _m__coach = "corey bowen"
56,417
<question>: Which Game has a Score of l 102–114 (ot)? <context>: CREATE TABLE table_name_90 (game INTEGER, score VARCHAR)
SELECT AVG(game) FROM table_name_90 WHERE score = "l 102–114 (ot)"
56,418
<question>: Which Record has a Date of january 31? <context>: CREATE TABLE table_name_18 (record VARCHAR, date VARCHAR)
SELECT record FROM table_name_18 WHERE date = "january 31"
56,419
<question>: Which Record has a Game larger than 34, and a Date of january 9? <context>: CREATE TABLE table_name_34 (record VARCHAR, game VARCHAR, date VARCHAR)
SELECT record FROM table_name_34 WHERE game > 34 AND date = "january 9"
56,420
<question>: Which Location Attendance has a Record of 11–34? <context>: CREATE TABLE table_name_27 (location_attendance VARCHAR, record VARCHAR)
SELECT location_attendance FROM table_name_27 WHERE record = "11–34"
56,421
<question>: What is the record for the w 100-99 score? <context>: CREATE TABLE table_name_95 (record VARCHAR, score VARCHAR)
SELECT record FROM table_name_95 WHERE score = "w 100-99"
56,422
<question>: What is the location for the 23-17 record? <context>: CREATE TABLE table_name_67 (location VARCHAR, record VARCHAR)
SELECT location FROM table_name_67 WHERE record = "23-17"
56,423
<question>: What is the location before game 44, and a 20-16 record? <context>: CREATE TABLE table_name_10 (location VARCHAR, game VARCHAR, record VARCHAR)
SELECT location FROM table_name_10 WHERE game < 44 AND record = "20-16"
56,424
<question>: What was the result for the match with entry Match Reports? <context>: CREATE TABLE table_name_69 (result VARCHAR, match VARCHAR)
SELECT result FROM table_name_69 WHERE match = "match reports"
56,425
<question>: What was the location of the match that had a result of 3-3? <context>: CREATE TABLE table_name_13 (location VARCHAR, result VARCHAR)
SELECT location FROM table_name_13 WHERE result = "3-3"
56,426
<question>: What was the lineup for match 12 that had a competition of Group Stage? <context>: CREATE TABLE table_name_65 (lineup VARCHAR, competition VARCHAR, match VARCHAR)
SELECT lineup FROM table_name_65 WHERE competition = "group stage" AND match = "12"
56,427
<question>: What was the result for the match held in Boston? <context>: CREATE TABLE table_name_97 (result VARCHAR, location VARCHAR)
SELECT result FROM table_name_97 WHERE location = "boston"
56,428
<question>: How many total games were played against @ St. Louis Hawks this season? <context>: CREATE TABLE table_name_42 (game INTEGER, opponent VARCHAR)
SELECT SUM(game) FROM table_name_42 WHERE opponent = "@ st. louis hawks"
56,429
<question>: On what day was Game 48 played? <context>: CREATE TABLE table_name_39 (date VARCHAR, game VARCHAR)
SELECT date FROM table_name_39 WHERE game = 48
56,430
<question>: What is the pick number later than round 1, for Reyshawn Terry? <context>: CREATE TABLE table_name_17 (pick INTEGER, round VARCHAR, player VARCHAR)
SELECT AVG(pick) FROM table_name_17 WHERE round > 1 AND player = "reyshawn terry"
56,431
<question>: What round was the player Ty Lawson with a pick earlier than 18? <context>: CREATE TABLE table_name_90 (round INTEGER, player VARCHAR, pick VARCHAR)
SELECT AVG(round) FROM table_name_90 WHERE player = "ty lawson" AND pick < 18
56,432
<question>: What is the pick number for Danny Green in a round less than 2? <context>: CREATE TABLE table_name_21 (pick VARCHAR, player VARCHAR, round VARCHAR)
SELECT COUNT(pick) FROM table_name_21 WHERE player = "danny green" AND round < 2
56,433
<question>: What is the pick number in a year earlier than 2009, with a round higher than 1? <context>: CREATE TABLE table_name_60 (pick VARCHAR, year VARCHAR, round VARCHAR)
SELECT COUNT(pick) FROM table_name_60 WHERE year < 2009 AND round > 1
56,434
<question>: What are the notes for the Mandarin Chinese program on CTV earlier than 2013? <context>: CREATE TABLE table_name_40 (notes VARCHAR, network VARCHAR, year VARCHAR, language VARCHAR)
SELECT notes FROM table_name_40 WHERE year < 2013 AND language = "mandarin chinese" AND network = "ctv"
56,435
<question>: What is the language for Strong Heart? <context>: CREATE TABLE table_name_64 (language VARCHAR, title VARCHAR)
SELECT language FROM table_name_64 WHERE title = "strong heart"
56,436
<question>: What is the title for the Korean progran on KBS2? <context>: CREATE TABLE table_name_96 (title VARCHAR, language VARCHAR, network VARCHAR)
SELECT title FROM table_name_96 WHERE language = "korean" AND network = "kbs2"
56,437
<question>: What is the network that aired Star King prior to 2011? <context>: CREATE TABLE table_name_70 (network VARCHAR, year VARCHAR, title VARCHAR)
SELECT network FROM table_name_70 WHERE year < 2011 AND title = "star king"
56,438
<question>: What are the notes for Happy Camp? <context>: CREATE TABLE table_name_79 (notes VARCHAR, title VARCHAR)
SELECT notes FROM table_name_79 WHERE title = "happy camp"
56,439
<question>: Which Pick has a College of ohio state? <context>: CREATE TABLE table_name_22 (pick INTEGER, college VARCHAR)
SELECT MIN(pick) FROM table_name_22 WHERE college = "ohio state"
56,440
<question>: Which Round has a Position of lb, and a Pick smaller than 25? <context>: CREATE TABLE table_name_3 (round VARCHAR, position VARCHAR, pick VARCHAR)
SELECT COUNT(round) FROM table_name_3 WHERE position = "lb" AND pick < 25
56,441
<question>: Which week has a result L 56-3? <context>: CREATE TABLE table_name_93 (week INTEGER, result VARCHAR)
SELECT AVG(week) FROM table_name_93 WHERE result = "l 56-3"
56,442
<question>: Where is the player Raymond Floyd? <context>: CREATE TABLE table_name_47 (place VARCHAR, player VARCHAR)
SELECT place FROM table_name_47 WHERE player = "raymond floyd"
56,443
<question>: Which country has a score of 71-72-73-69=285? <context>: CREATE TABLE table_name_44 (country VARCHAR, score VARCHAR)
SELECT country FROM table_name_44 WHERE score = 71 - 72 - 73 - 69 = 285
56,444
<question>: What is the highest Money ( $ ), when Score is "69-71-70-74=284"? <context>: CREATE TABLE table_name_65 (money___ INTEGER, score VARCHAR)
SELECT MAX(money___) AS $__ FROM table_name_65 WHERE score = 69 - 71 - 70 - 74 = 284
56,445
<question>: What is Place, when Score is "71-71-69-71=282"? <context>: CREATE TABLE table_name_3 (place VARCHAR, score VARCHAR)
SELECT place FROM table_name_3 WHERE score = 71 - 71 - 69 - 71 = 282
56,446
<question>: What is Score, when Player is "Dow Finsterwald"? <context>: CREATE TABLE table_name_76 (score VARCHAR, player VARCHAR)
SELECT score FROM table_name_76 WHERE player = "dow finsterwald"
56,447
<question>: Which venue did the runner have a note of 1:23:07? <context>: CREATE TABLE table_name_58 (venue VARCHAR, notes VARCHAR)
SELECT venue FROM table_name_58 WHERE notes = "1:23:07"
56,448
<question>: What is the note result when the runner finished 19th in 2008? <context>: CREATE TABLE table_name_94 (notes VARCHAR, year VARCHAR, position VARCHAR)
SELECT notes FROM table_name_94 WHERE year = 2008 AND position = "19th"
56,449
<question>: What are the points 1 for the team with position less than 13 and goal difference of +16? <context>: CREATE TABLE table_name_93 (points_1 VARCHAR, position VARCHAR, goal_difference VARCHAR)
SELECT points_1 FROM table_name_93 WHERE position < 13 AND goal_difference = "+16"
56,450
<question>: What is the goal difference where the goals against is less than 54, goals for is greater than 51 and points 1 is 63? <context>: CREATE TABLE table_name_29 (goal_difference VARCHAR, points_1 VARCHAR, goals_against VARCHAR, goals_for VARCHAR)
SELECT goal_difference FROM table_name_29 WHERE goals_against < 54 AND goals_for > 51 AND points_1 = "63"
56,451
<question>: What is the number of games lost when goal difference is +13 and draws are more than 12? <context>: CREATE TABLE table_name_65 (lost VARCHAR, goal_difference VARCHAR, drawn VARCHAR)
SELECT COUNT(lost) FROM table_name_65 WHERE goal_difference = "+13" AND drawn > 12
56,452
<question>: What was the finishing position for the car that started in grid 6? <context>: CREATE TABLE table_name_21 (fin_pos VARCHAR, grid VARCHAR)
SELECT fin_pos FROM table_name_21 WHERE grid = "6"
56,453
<question>: What team started in grid 11? <context>: CREATE TABLE table_name_2 (team VARCHAR, grid VARCHAR)
SELECT team FROM table_name_2 WHERE grid = "11"
56,454
<question>: What was the time/retired of car number 6. <context>: CREATE TABLE table_name_93 (time_retired VARCHAR, car_no VARCHAR)
SELECT time_retired FROM table_name_93 WHERE car_no = "6"
56,455
<question>: What was the grid number of the team and driver with 14 points? <context>: CREATE TABLE table_name_9 (grid VARCHAR, points VARCHAR)
SELECT grid FROM table_name_9 WHERE points = "14"
56,456
<question>: Who did Thomaz Bellucci play against when he became runner-up on a clay surface? <context>: CREATE TABLE table_name_73 (opponent VARCHAR, outcome VARCHAR, surface VARCHAR)
SELECT opponent FROM table_name_73 WHERE outcome = "runner-up" AND surface = "clay"
56,457
<question>: What tournament did Thomaz Bellucci become runner-up on a clay surface? <context>: CREATE TABLE table_name_82 (tournament VARCHAR, outcome VARCHAR, surface VARCHAR)
SELECT tournament FROM table_name_82 WHERE outcome = "runner-up" AND surface = "clay"
56,458
<question>: What type of surface did Thomaz Bellucci play against tommy robredo? <context>: CREATE TABLE table_name_66 (surface VARCHAR, opponent VARCHAR)
SELECT surface FROM table_name_66 WHERE opponent = "tommy robredo"
56,459
<question>: What is the result of the match against Ryan Schultz? <context>: CREATE TABLE table_name_12 (res VARCHAR, opponent VARCHAR)
SELECT res FROM table_name_12 WHERE opponent = "ryan schultz"
56,460
<question>: What round was the game against Cedric Marks? <context>: CREATE TABLE table_name_39 (round VARCHAR, opponent VARCHAR)
SELECT round FROM table_name_39 WHERE opponent = "cedric marks"
56,461
<question>: What was the record of the match against Chris Mounce? <context>: CREATE TABLE table_name_96 (record VARCHAR, opponent VARCHAR)
SELECT record FROM table_name_96 WHERE opponent = "chris mounce"
56,462
<question>: What is the method in the round 2 win over Nick Gilardi? <context>: CREATE TABLE table_name_75 (method VARCHAR, opponent VARCHAR, round VARCHAR, res VARCHAR)
SELECT method FROM table_name_75 WHERE round = "2" AND res = "win" AND opponent = "nick gilardi"
56,463
<question>: Who is number 7 when Sophia is number 3 and Abigail is number 10? <context>: CREATE TABLE table_name_70 (no_7 VARCHAR, no_3 VARCHAR, no_10 VARCHAR)
SELECT no_7 FROM table_name_70 WHERE no_3 = "sophia" AND no_10 = "abigail"
56,464
<question>: Which region (year) has Abigail at number 7, Sophia at number 1 and Aaliyah at number 5? <context>: CREATE TABLE table_name_12 (region__year_ VARCHAR, no_5 VARCHAR, no_7 VARCHAR, no_1 VARCHAR)
SELECT region__year_ FROM table_name_12 WHERE no_7 = "abigail" AND no_1 = "sophia" AND no_5 = "aaliyah"
56,465
<question>: Who is number 4 when Harper is number 10 and Abigail is number 5? <context>: CREATE TABLE table_name_24 (no_4 VARCHAR, no_10 VARCHAR, no_5 VARCHAR)
SELECT no_4 FROM table_name_24 WHERE no_10 = "harper" AND no_5 = "abigail"
56,466
<question>: What is Player, when To Par is "+1", and when Score is "75-68=143"? <context>: CREATE TABLE table_name_32 (player VARCHAR, to_par VARCHAR, score VARCHAR)
SELECT player FROM table_name_32 WHERE to_par = "+1" AND score = 75 - 68 = 143
56,467
<question>: What is Score, when Player is "Andy North"? <context>: CREATE TABLE table_name_12 (score VARCHAR, player VARCHAR)
SELECT score FROM table_name_12 WHERE player = "andy north"
56,468
<question>: What is To Par, when Score is "69-72=141" <context>: CREATE TABLE table_name_31 (to_par VARCHAR, score VARCHAR)
SELECT to_par FROM table_name_31 WHERE score = 69 - 72 = 141
56,469
<question>: What is Place, when Score is "73-71=144", and when Player is "Scott Simpson"? <context>: CREATE TABLE table_name_66 (place VARCHAR, player VARCHAR, score VARCHAR)
SELECT place FROM table_name_66 WHERE score = 73 - 71 = 144 AND player = "scott simpson"
56,470
<question>: What is Score, when Country is "United States", and when Player is "John Mahaffey"? <context>: CREATE TABLE table_name_13 (score VARCHAR, country VARCHAR, player VARCHAR)
SELECT score FROM table_name_13 WHERE country = "united states" AND player = "john mahaffey"
56,471
<question>: What is To Par, when Place is "T1", and when Player is "Joey Rassett"? <context>: CREATE TABLE table_name_6 (to_par VARCHAR, place VARCHAR, player VARCHAR)
SELECT to_par FROM table_name_6 WHERE place = "t1" AND player = "joey rassett"
56,472
<question>: What was the score when the away team was brighton & hove albion? <context>: CREATE TABLE table_name_21 (score VARCHAR, away_team VARCHAR)
SELECT score FROM table_name_21 WHERE away_team = "brighton & hove albion"
56,473
<question>: When was the away team burnley? <context>: CREATE TABLE table_name_31 (date VARCHAR, away_team VARCHAR)
SELECT date FROM table_name_31 WHERE away_team = "burnley"
56,474
<question>: Which home team had an away team of Reading? <context>: CREATE TABLE table_name_37 (home_team VARCHAR, away_team VARCHAR)
SELECT home_team FROM table_name_37 WHERE away_team = "reading"
56,475
<question>: What year was the accolade for Scottish albums of the decade? <context>: CREATE TABLE table_name_83 (year VARCHAR, accolade VARCHAR)
SELECT year FROM table_name_83 WHERE accolade = "scottish albums of the decade"
56,476
<question>: What country had the publication, Drowned in Sound? <context>: CREATE TABLE table_name_22 (country VARCHAR, publication VARCHAR)
SELECT country FROM table_name_22 WHERE publication = "drowned in sound"
56,477
<question>: What is the name of the home stadium of Brisbane Lions? <context>: CREATE TABLE table_name_93 (ground VARCHAR, home_team VARCHAR)
SELECT ground FROM table_name_93 WHERE home_team = "brisbane lions"
56,478
<question>: How much is the crowd attending at colonial stadium where Hawthorn plays? <context>: CREATE TABLE table_name_9 (crowd VARCHAR, ground VARCHAR, home_team VARCHAR)
SELECT crowd FROM table_name_9 WHERE ground = "colonial stadium" AND home_team = "hawthorn"
56,479
<question>: what is the 2nd leg when team #2 is žalgiris kaunas? <context>: CREATE TABLE table_name_47 (team__number2 VARCHAR)
SELECT 2 AS nd_leg FROM table_name_47 WHERE team__number2 = "žalgiris kaunas"
56,480
<question>: what is the 2nd leg when team #2 is žalgiris kaunas? <context>: CREATE TABLE table_name_67 (team__number2 VARCHAR)
SELECT 2 AS nd_leg FROM table_name_67 WHERE team__number2 = "žalgiris kaunas"
56,481
<question>: Who was the opponent in week 6? <context>: CREATE TABLE table_name_30 (opponent VARCHAR, week VARCHAR)
SELECT opponent FROM table_name_30 WHERE week = 6
56,482
<question>: Which week had an attendance of 55,158? <context>: CREATE TABLE table_name_42 (week INTEGER, attendance VARCHAR)
SELECT SUM(week) FROM table_name_42 WHERE attendance = "55,158"
56,483
<question>: What is the lowest game on February 10? <context>: CREATE TABLE table_name_66 (game INTEGER, date VARCHAR)
SELECT MIN(game) FROM table_name_66 WHERE date = "february 10"
56,484
<question>: Which Player has a Round larger than 5, and a Position of (g)? <context>: CREATE TABLE table_name_1 (player VARCHAR, round VARCHAR, position VARCHAR)
SELECT player FROM table_name_1 WHERE round > 5 AND position = "(g)"
56,485
<question>: Which Round has a Nationality of united states, and a Player of jimmy hayes? <context>: CREATE TABLE table_name_34 (round INTEGER, nationality VARCHAR, player VARCHAR)
SELECT MAX(round) FROM table_name_34 WHERE nationality = "united states" AND player = "jimmy hayes"
56,486
<question>: Which Pick has a Nationality of canada, and a Round of 5? <context>: CREATE TABLE table_name_98 (pick VARCHAR, nationality VARCHAR, round VARCHAR)
SELECT pick FROM table_name_98 WHERE nationality = "canada" AND round = 5
56,487
<question>: Which Club Team has a Position of (d), a Nationality of canada, and a Player of andrew macwilliam? <context>: CREATE TABLE table_name_7 (club_team VARCHAR, player VARCHAR, position VARCHAR, nationality VARCHAR)
SELECT club_team FROM table_name_7 WHERE position = "(d)" AND nationality = "canada" AND player = "andrew macwilliam"
56,488
<question>: How much money did jodie mudd get? <context>: CREATE TABLE table_name_1 (money___$__ VARCHAR, player VARCHAR)
SELECT money___$__ FROM table_name_1 WHERE player = "jodie mudd"
56,489
<question>: What score did Australia get? <context>: CREATE TABLE table_name_85 (score VARCHAR, country VARCHAR)
SELECT score FROM table_name_85 WHERE country = "australia"
56,490
<question>: What is the sort value that had deaths of 71? <context>: CREATE TABLE table_name_64 (sort_restore VARCHAR, deaths VARCHAR)
SELECT sort_restore FROM table_name_64 WHERE deaths = "71"
56,491
<question>: Which month had a sort value under 39 and 2 deaths? <context>: CREATE TABLE table_name_73 (month VARCHAR, sort_restore VARCHAR, deaths VARCHAR)
SELECT month FROM table_name_73 WHERE sort_restore < 39 AND deaths = "2"
56,492
<question>: What is the number of sort values associated with 389 births? <context>: CREATE TABLE table_name_27 (sort_restore VARCHAR, births VARCHAR)
SELECT COUNT(sort_restore) FROM table_name_27 WHERE births = "389"
56,493
<question>: Who was the Manufacturer for the Rider Colin Edwards? <context>: CREATE TABLE table_name_1 (manufacturer VARCHAR, rider VARCHAR)
SELECT manufacturer FROM table_name_1 WHERE rider = "colin edwards"
56,494
<question>: With a Grid less than 15, and a Time of +52.833, what is the highest number of Laps? <context>: CREATE TABLE table_name_86 (laps INTEGER, grid VARCHAR, time VARCHAR)
SELECT MAX(laps) FROM table_name_86 WHERE grid < 15 AND time = "+52.833"
56,495
<question>: What is the average Grid for the Rider Toni Elias with Laps more than 30? <context>: CREATE TABLE table_name_62 (grid INTEGER, rider VARCHAR, laps VARCHAR)
SELECT AVG(grid) FROM table_name_62 WHERE rider = "toni elias" AND laps > 30
56,496
<question>: With a Time of +1:37.055, which has the lowest Grid? <context>: CREATE TABLE table_name_84 (grid INTEGER, time VARCHAR)
SELECT MIN(grid) FROM table_name_84 WHERE time = "+1:37.055"
56,497
<question>: Which Silver is the highest one that has a Rank of 19, and a Gold larger than 0? <context>: CREATE TABLE table_name_71 (silver INTEGER, rank VARCHAR, gold VARCHAR)
SELECT MAX(silver) FROM table_name_71 WHERE rank = "19" AND gold > 0
56,498
<question>: Which Bronze is the highest one that has a Rank of 26, and a Total larger than 1? <context>: CREATE TABLE table_name_48 (bronze INTEGER, rank VARCHAR, total VARCHAR)
SELECT MAX(bronze) FROM table_name_48 WHERE rank = "26" AND total > 1
56,499
<question>: Which Gold has a Nation of india, and a Bronze smaller than 0? <context>: CREATE TABLE table_name_84 (gold INTEGER, nation VARCHAR, bronze VARCHAR)
SELECT AVG(gold) FROM table_name_84 WHERE nation = "india" AND bronze < 0