question
stringlengths
12
243
context
stringlengths
45
517
answer
stringlengths
32
484
What was the Bill's attendance on December 6?
columns: - name: attendance type: VARCHAR - name: date type: VARCHAR table: table_name_86
SELECT attendance FROM table_name_86 WHERE date = "december 6"
Who is the Incumbent with Results of 68% 32%?
columns: - name: incumbent type: VARCHAR - name: results type: VARCHAR table: table_name_1
SELECT incumbent FROM table_name_1 WHERE results = "68% 32%"
Name the result for mississippi 2
columns: - name: result type: VARCHAR - name: district type: VARCHAR table: table_1342149_24
SELECT result FROM table_1342149_24 WHERE district = "Mississippi 2"
Which tie number had an away team of the Tranmere Rovers?
columns: - name: tie_no type: VARCHAR - name: away_team type: VARCHAR table: table_name_36
SELECT tie_no FROM table_name_36 WHERE away_team = "tranmere rovers"
What is the time when time is 10:46?
columns: - name: time type: VARCHAR - name: time__eet_ type: VARCHAR table: table_21578303_2
SELECT time FROM table_21578303_2 WHERE time__eet_ = "10:46"
What is the part number of athlon x2 4850e?
columns: - name: part_number_s_ type: VARCHAR - name: model_number type: VARCHAR table: table_name_89
SELECT part_number_s_ FROM table_name_89 WHERE model_number = "athlon x2 4850e"
What is the lowest Premiere peaking at more than 35 with a Rank of 10 and Finale greater than 33?
columns: - name: premiere type: INTEGER - name: finale type: VARCHAR - name: peak type: VARCHAR - name: rank type: VARCHAR table: table_name_25
SELECT MIN(premiere) FROM table_name_25 WHERE peak > 35 AND rank = 10 AND finale > 33
what nation is bianca knight the answer for?
columns: - name: nation type: VARCHAR - name: athlete type: VARCHAR table: table_name_60
SELECT nation FROM table_name_60 WHERE athlete = "bianca knight"
What is the classification with a Team classification of la vie claire and a Stage of 12?
columns: - name: general_classification type: VARCHAR - name: team_classification type: VARCHAR - name: stage type: VARCHAR table: table_name_62
SELECT general_classification FROM table_name_62 WHERE team_classification = "la vie claire" AND stage = "12"
What is the sum of the ranks for bulgaria?
columns: - name: rank type: INTEGER - name: country type: VARCHAR table: table_name_10
SELECT SUM(rank) FROM table_name_10 WHERE country = "bulgaria"
Which date had a score of 5-1?
columns: - name: date type: VARCHAR - name: score type: VARCHAR table: table_name_20
SELECT date FROM table_name_20 WHERE score = "5-1"
Name the stage for m. grönholm and winner of s.loeb with time of 17:57
columns: - name: stage type: VARCHAR - name: time__eest_ type: VARCHAR - name: rally_leader type: VARCHAR - name: winner type: VARCHAR table: table_name_51
SELECT stage FROM table_name_51 WHERE rally_leader = "m. grönholm" AND winner = "s.loeb" AND time__eest_ = "17:57"
Name the frequency with class of b
columns: - name: frequency type: VARCHAR - name: class type: VARCHAR table: table_name_78
SELECT frequency FROM table_name_78 WHERE class = "b"
What's the world ranking in 2011 having more than 142 countries sampled, and more than a 3 for ranking in Latin America?
columns: - name: world_ranking__1_ type: VARCHAR - name: countries_sampled type: VARCHAR - name: year_of_publication type: VARCHAR - name: ranking_in_latin_america__2_ type: VARCHAR table: table_name_87
SELECT world_ranking__1_ FROM table_name_87 WHERE year_of_publication = "2011" AND ranking_in_latin_america__2_ > 3 AND countries_sampled > 142
What was the lowest round number that had an overall pick up 92?
columns: - name: round type: INTEGER - name: overall type: VARCHAR table: table_name_9
SELECT MIN(round) FROM table_name_9 WHERE overall = 92
What is the attendance date of the game home team Shrewsbury Town played?
columns: - name: attendance type: VARCHAR - name: home_team type: VARCHAR table: table_name_48
SELECT attendance FROM table_name_48 WHERE home_team = "shrewsbury town"
On what Date is the Detroit Falcons the Home team in a game with a Score of 63–66?
columns: - name: date type: VARCHAR - name: home type: VARCHAR - name: score type: VARCHAR table: table_name_71
SELECT date FROM table_name_71 WHERE home = "detroit falcons" AND score = "63–66"
Which Date has a Record of 29–47?
columns: - name: date type: VARCHAR - name: record type: VARCHAR table: table_name_4
SELECT date FROM table_name_4 WHERE record = "29–47"
Name the place with building of victoria hall
columns: - name: place type: VARCHAR - name: building type: VARCHAR table: table_name_93
SELECT place FROM table_name_93 WHERE building = "victoria hall"
Which Segment B has a Segment D of stone wool insulation?
columns: - name: segment_b type: VARCHAR - name: segment_d type: VARCHAR table: table_name_92
SELECT segment_b FROM table_name_92 WHERE segment_d = "stone wool insulation"
Name the opponent for 2-27-10
columns: - name: opponent type: VARCHAR - name: date type: VARCHAR table: table_22875369_3
SELECT opponent FROM table_22875369_3 WHERE date = "2-27-10"
What's the location attendance of the @ portland team?
columns: - name: location_attendance type: VARCHAR - name: team type: VARCHAR table: table_27734286_1
SELECT location_attendance FROM table_27734286_1 WHERE team = "@ Portland"
What is the result when the time is 1:13?
columns: - name: res type: VARCHAR - name: time type: VARCHAR table: table_name_11
SELECT res FROM table_name_11 WHERE time = "1:13"
How many people were in the crowd at collingwood's home game?
columns: - name: crowd type: INTEGER - name: home_team type: VARCHAR table: table_name_46
SELECT SUM(crowd) FROM table_name_46 WHERE home_team = "collingwood"
What was the original nonequity tour when the original broadway was Kevin Chamberlin?
columns: - name: original_nonequity_tour_cast type: VARCHAR - name: original_broadway_cast type: VARCHAR table: table_name_49
SELECT original_nonequity_tour_cast FROM table_name_49 WHERE original_broadway_cast = "kevin chamberlin"
Name the nationality for d
columns: - name: nationality type: VARCHAR - name: position type: VARCHAR table: table_name_19
SELECT nationality FROM table_name_19 WHERE position = "d"
Name the engine for year less than 1977
columns: - name: engine type: VARCHAR - name: year type: INTEGER table: table_name_76
SELECT engine FROM table_name_76 WHERE year < 1977
Name Tag Team with a Eliminated of 5?
columns: - name: tag_team type: VARCHAR - name: eliminated type: VARCHAR table: table_name_42
SELECT tag_team FROM table_name_42 WHERE eliminated = "5"
What is the total time (s) for the horse Pinot Grigio?
columns: - name: total_time___s__ type: VARCHAR - name: horse type: VARCHAR table: table_name_53
SELECT total_time___s__ FROM table_name_53 WHERE horse = "pinot grigio"
What is the displacement & configuration with CO2 of 204 g/km emissions?
columns: - name: displacement_ type: VARCHAR - name: _configuration type: VARCHAR - name: emissions_co2 type: VARCHAR table: table_name_18
SELECT displacement_ & _configuration FROM table_name_18 WHERE emissions_co2 = "204 g/km"
Where did South Melbourne play?
columns: - name: venue type: VARCHAR - name: away_team type: VARCHAR table: table_name_83
SELECT venue FROM table_name_83 WHERE away_team = "south melbourne"
List the tournament that kent state won?
columns: - name: conference type: VARCHAR - name: tournament_winner type: VARCHAR table: table_24348134_3
SELECT conference AS Tournament FROM table_24348134_3 WHERE tournament_winner = "Kent State"
How many rebound did the person who scored 147 points have?
columns: - name: rebounds type: VARCHAR - name: points type: VARCHAR table: table_22824199_1
SELECT COUNT(rebounds) FROM table_22824199_1 WHERE points = 147
Which election has second member Charles Robert Colvile, a conservative first party, and first member William Mundy?
columns: - name: election type: VARCHAR - name: first_member type: VARCHAR - name: second_member type: VARCHAR - name: first_party type: VARCHAR table: table_name_40
SELECT election FROM table_name_40 WHERE second_member = "charles robert colvile" AND first_party = "conservative" AND first_member = "william mundy"
what is the smallest series episode number whose production code is 2t7211?
columns: - name: 'no' type: INTEGER - name: production_code type: VARCHAR table: table_21979779_1
SELECT MIN(no) FROM table_21979779_1 WHERE production_code = "2T7211"
Name the most gold when bronze is more than 0 and rank is more than 5 with total more than 2
columns: - name: gold type: INTEGER - name: total type: VARCHAR - name: bronze type: VARCHAR - name: rank type: VARCHAR table: table_name_70
SELECT MAX(gold) FROM table_name_70 WHERE bronze > 0 AND rank > 5 AND total > 2
What is the international mail with the lowest number to have less than 72 domestic freight, 0 domestic mail later than 2012 with total freight and mail more than 4,695?
columns: - name: international_mail type: INTEGER - name: total_freight_and_mail type: VARCHAR - name: year type: VARCHAR - name: domestic_freight type: VARCHAR - name: domestic_mail type: VARCHAR table: table_name_82
SELECT MIN(international_mail) FROM table_name_82 WHERE domestic_freight < 72 AND domestic_mail = 0 AND year < 2012 AND total_freight_and_mail > 4 OFFSET 695
Where was the game site on October 29, 1989?
columns: - name: game_site type: VARCHAR - name: date type: VARCHAR table: table_16028499_2
SELECT game_site FROM table_16028499_2 WHERE date = "October 29, 1989"
what is the score when the surface is clay and the tournament is san marino?
columns: - name: score type: VARCHAR - name: surface type: VARCHAR - name: tournament type: VARCHAR table: table_name_18
SELECT score FROM table_name_18 WHERE surface = "clay" AND tournament = "san marino"
How many results finished in a loss?
columns: - name: tar_heels_points type: VARCHAR - name: result type: VARCHAR table: table_20745444_1
SELECT COUNT(tar_heels_points) FROM table_20745444_1 WHERE result = "Loss"
Where was the game when Collingwood was the home team?
columns: - name: venue type: VARCHAR - name: away_team type: VARCHAR table: table_name_19
SELECT venue FROM table_name_19 WHERE away_team = "collingwood"
Which college has a position of goaltender?
columns: - name: college_junior_club_team__league_ type: VARCHAR - name: position type: VARCHAR table: table_name_92
SELECT college_junior_club_team__league_ FROM table_name_92 WHERE position = "goaltender"
What is the Score when Donyell Marshall (26) had the high points?
columns: - name: score type: VARCHAR - name: high_points type: VARCHAR table: table_name_20
SELECT score FROM table_name_20 WHERE high_points = "donyell marshall (26)"
What was Stacy Lewis' place?
columns: - name: place type: VARCHAR - name: player type: VARCHAR table: table_name_50
SELECT place FROM table_name_50 WHERE player = "stacy lewis"
Name the class for 4th position with year before 2006
columns: - name: class type: VARCHAR - name: pos type: VARCHAR - name: year type: VARCHAR table: table_name_67
SELECT class FROM table_name_67 WHERE pos = "4th" AND year < 2006
What source has july 1 as the date?
columns: - name: score type: VARCHAR - name: date type: VARCHAR table: table_name_80
SELECT score FROM table_name_80 WHERE date = "july 1"
What is the heat with a time of 3:45.57 in lane 3?
columns: - name: heat type: VARCHAR - name: lane type: VARCHAR - name: time type: VARCHAR table: table_name_77
SELECT heat FROM table_name_77 WHERE lane = 3 AND time = "3:45.57"
What is the type when yes votes are 546255?
columns: - name: type type: VARCHAR - name: yes_votes type: VARCHAR table: table_256286_61
SELECT type FROM table_256286_61 WHERE yes_votes = 546255
What was the number of the game played on February 24?
columns: - name: game type: INTEGER - name: date type: VARCHAR table: table_name_29
SELECT SUM(game) FROM table_name_29 WHERE date = "february 24"
What is the total number of Round, when College is Northern Illinois?
columns: - name: round type: VARCHAR - name: college type: VARCHAR table: table_name_39
SELECT COUNT(round) FROM table_name_39 WHERE college = "northern illinois"
What lowest games have 20 goals and a Goal Ratio smaller than 0.14?
columns: - name: games type: INTEGER - name: goals type: VARCHAR - name: goal_ratio type: VARCHAR table: table_name_51
SELECT MIN(games) FROM table_name_51 WHERE goals = 20 AND goal_ratio < 0.14
What was the score when Sydney Spirit was the home team?
columns: - name: score type: VARCHAR - name: home_team type: VARCHAR table: table_name_41
SELECT score FROM table_name_41 WHERE home_team = "sydney spirit"
What is the 1st leg result when team 1 is Gambia?
columns: - name: team_1 type: VARCHAR table: table_name_10
SELECT 1 AS st_leg FROM table_name_10 WHERE team_1 = "gambia"
What is the 1st ship delivery date of 6 ways?
columns: - name: total_number_of_ways type: VARCHAR table: table_name_87
SELECT 1 AS st_ship_delivery_date FROM table_name_87 WHERE total_number_of_ways = "6 ways"
What was the result in the Arkansas 5 district election?
columns: - name: result type: VARCHAR - name: district type: VARCHAR table: table_1341897_6
SELECT result FROM table_1341897_6 WHERE district = "Arkansas 5"
What Total Assets (% Change) that has Performance/Return on Capital (%) greater than 25.63, and a Performance/Return on Capital (Score) greater than 7?
columns: - name: total_assets___percentage_change_ type: VARCHAR - name: performance_return_on_capital___percentage_ type: VARCHAR - name: performance_return_on_capital__score_ type: VARCHAR table: table_name_86
SELECT total_assets___percentage_change_ FROM table_name_86 WHERE performance_return_on_capital___percentage_ > 25.63 AND performance_return_on_capital__score_ > 7
Which team 1 has team 2, Gomera?
columns: - name: team_1 type: VARCHAR - name: team_2 type: VARCHAR table: table_name_54
SELECT team_1 FROM table_name_54 WHERE team_2 = "gomera"
What are the titles of segment c when segment d is motorcycle brake locks?
columns: - name: segment_c type: VARCHAR - name: segment_d type: VARCHAR table: table_15187735_21
SELECT segment_c FROM table_15187735_21 WHERE segment_d = "Motorcycle Brake Locks"
What were the lowest points on march 2?
columns: - name: points type: INTEGER - name: date type: VARCHAR table: table_name_56
SELECT MIN(points) FROM table_name_56 WHERE date = "march 2"
What is the score when Biron got the decision and Philadelphia was the visitor on March 1?
columns: - name: score type: VARCHAR - name: date type: VARCHAR - name: decision type: VARCHAR - name: visitor type: VARCHAR table: table_name_38
SELECT score FROM table_name_38 WHERE decision = "biron" AND visitor = "philadelphia" AND date = "march 1"
What song has the band tour vnue of 6. tool (usa) encore?
columns: - name: song type: VARCHAR - name: band_tour_venue type: VARCHAR table: table_name_66
SELECT song FROM table_name_66 WHERE band_tour_venue = "6. tool (usa) encore"
Name the release date for album # 2nd
columns: - name: release_date type: VARCHAR - name: album_number type: VARCHAR table: table_1893815_1
SELECT release_date FROM table_1893815_1 WHERE album_number = "2nd"
What are the census ranking(s) that have an area of 369.25 km2?
columns: - name: census_ranking type: VARCHAR - name: area_km_2 type: VARCHAR table: table_171250_2
SELECT census_ranking FROM table_171250_2 WHERE area_km_2 = "369.25"
Opponents of sheffield wednesday had what date?
columns: - name: date type: VARCHAR - name: opponents type: VARCHAR table: table_name_63
SELECT date FROM table_name_63 WHERE opponents = "sheffield wednesday"
Which formula had a driver of John Moore-Brabazon?
columns: - name: formula type: VARCHAR - name: driver type: VARCHAR table: table_name_64
SELECT formula FROM table_name_64 WHERE driver = "john moore-brabazon"
which representative is from willowick
columns: - name: representative type: VARCHAR - name: residence type: VARCHAR table: table_29486189_4
SELECT representative FROM table_29486189_4 WHERE residence = "Willowick"
What is the lowest amount of assists for more than 5 games?
columns: - name: assists type: INTEGER - name: games_played type: INTEGER table: table_name_24
SELECT MIN(assists) FROM table_name_24 WHERE games_played > 5
What are the names of the spacewalkers for end (UTC) October 30, 2007 15:53?
columns: - name: spacewalkers type: VARCHAR - name: end__utc_ type: VARCHAR table: table_22385461_8
SELECT spacewalkers FROM table_22385461_8 WHERE end__utc_ = "October 30, 2007 15:53"
What is the lowest grid value with fewer than 17 laps and constructor Sauber - Petronas?
columns: - name: grid type: INTEGER - name: laps type: VARCHAR - name: constructor type: VARCHAR table: table_name_48
SELECT MIN(grid) FROM table_name_48 WHERE laps < 17 AND constructor = "sauber - petronas"
Which date has an Outcome of runner-up, and an Opponent in the final of gilles simon?
columns: - name: date type: VARCHAR - name: outcome type: VARCHAR - name: opponent_in_the_final type: VARCHAR table: table_name_86
SELECT date FROM table_name_86 WHERE outcome = "runner-up" AND opponent_in_the_final = "gilles simon"
Which Score has an Attendance of 23 january 1999, and a Tie # of 6?
columns: - name: score type: VARCHAR - name: attendance type: VARCHAR - name: tie_no type: VARCHAR table: table_name_74
SELECT score FROM table_name_74 WHERE attendance = "23 january 1999" AND tie_no = "6"
What were the final time for the swimmer on lane 4?
columns: - name: final type: VARCHAR - name: lane type: VARCHAR table: table_name_1
SELECT final FROM table_name_1 WHERE lane = 4
What tyres have 1 point and an ensign n177 chassis?
columns: - name: tyres type: VARCHAR - name: points type: VARCHAR - name: chassis type: VARCHAR table: table_name_15
SELECT tyres FROM table_name_15 WHERE points = "1" AND chassis = "ensign n177"
What is the Score, when the Location is Clemson, SC, when the Winner is Clemson, and when the Date is November 11, 2006?
columns: - name: score type: VARCHAR - name: date type: VARCHAR - name: location type: VARCHAR - name: winner type: VARCHAR table: table_name_67
SELECT score FROM table_name_67 WHERE location = "clemson, sc" AND winner = "clemson" AND date = "november 11, 2006"
What is the transfer window with n/a as the Transfer fee, free agent for the Moving to, and Joe Sagar as the name?
columns: - name: transfer_window type: VARCHAR - name: name type: VARCHAR - name: transfer_fee type: VARCHAR - name: moving_to type: VARCHAR table: table_name_63
SELECT transfer_window FROM table_name_63 WHERE transfer_fee = "n/a" AND moving_to = "free agent" AND name = "joe sagar"
What is Country, when Score is "72-65=137"?
columns: - name: country type: VARCHAR - name: score type: VARCHAR table: table_name_40
SELECT country FROM table_name_40 WHERE score = 72 - 65 = 137
What was the finish for Billy Casper?
columns: - name: finish type: VARCHAR - name: player type: VARCHAR table: table_name_59
SELECT finish FROM table_name_59 WHERE player = "billy casper"
What is the Byzantine Commander with a Bulgarian Victory at the Siege of Lovech?
columns: - name: byzantine_commander type: VARCHAR - name: result type: VARCHAR - name: battle type: VARCHAR table: table_name_44
SELECT byzantine_commander FROM table_name_44 WHERE result = "bulgarian victory" AND battle = "siege of lovech"
What is the name of the team with a rank smaller than 5 and a time of 1:37.58.38?
columns: - name: team type: VARCHAR - name: rank type: VARCHAR - name: time type: VARCHAR table: table_name_10
SELECT team FROM table_name_10 WHERE rank < 5 AND time = "1:37.58.38"
What is Date, when Away Team is "Brentford"?
columns: - name: date type: VARCHAR - name: away_team type: VARCHAR table: table_name_62
SELECT date FROM table_name_62 WHERE away_team = "brentford"
What points has united kingdom as the country, and 10 as the place?
columns: - name: points type: VARCHAR - name: country type: VARCHAR - name: place type: VARCHAR table: table_name_29
SELECT points FROM table_name_29 WHERE country = "united kingdom" AND place = 10
What was the minimum operating system required by Stunlock Studios' game?
columns: - name: required_os type: VARCHAR - name: developer_s_ type: VARCHAR table: table_name_91
SELECT required_os FROM table_name_91 WHERE developer_s_ = "stunlock studios"
Name the kinship for *t-ina
columns: - name: kinship type: VARCHAR - name: proto_malayo_polynesian type: VARCHAR table: table_15568886_14
SELECT kinship FROM table_15568886_14 WHERE proto_malayo_polynesian = "*t-ina"
What home team has 27 as the tie no.?
columns: - name: home_team type: VARCHAR - name: tie_no type: VARCHAR table: table_name_64
SELECT home_team FROM table_name_64 WHERE tie_no = "27"
Which Result has a Game smaller than 37, and a Streak of lost 1, and a Record of 4-9?
columns: - name: result type: VARCHAR - name: record type: VARCHAR - name: game type: VARCHAR - name: streak type: VARCHAR table: table_name_40
SELECT result FROM table_name_40 WHERE game < 37 AND streak = "lost 1" AND record = "4-9"
Which IHSAA Football Class has a County of 77 sullivan, and a School of union dugger?
columns: - name: ihsaa_football_class type: VARCHAR - name: county type: VARCHAR - name: school type: VARCHAR table: table_name_14
SELECT ihsaa_football_class FROM table_name_14 WHERE county = "77 sullivan" AND school = "union dugger"
What Rank points has an Event of wc beijing, and Score points of 11?
columns: - name: rank_points type: VARCHAR - name: event type: VARCHAR - name: score_points type: VARCHAR table: table_name_40
SELECT rank_points FROM table_name_40 WHERE event = "wc beijing" AND score_points = "11"
What series did the racer earn 68 points in?
columns: - name: series type: VARCHAR - name: points type: VARCHAR table: table_24585157_1
SELECT series FROM table_24585157_1 WHERE points = "68"
How much Played has Drawn of 2, and a Position larger than 3, and Points smaller than 10?
columns: - name: played type: VARCHAR - name: points type: VARCHAR - name: drawn type: VARCHAR - name: position type: VARCHAR table: table_name_1
SELECT COUNT(played) FROM table_name_1 WHERE drawn = 2 AND position > 3 AND points < 10
What is the sum of 1938 values where 1933 values are under 68.3 and 1940 valures are under 4.02?
columns: - name: Id type: VARCHAR table: table_name_8
SELECT SUM(1938) FROM table_name_8 WHERE 1933 < 68.3 AND 1940 < 4.02
What is the release date of the 6 mb L3 cache with the part number by80607005259aabx80607i7740qm?
columns: - name: release_date type: VARCHAR - name: l3_cache type: VARCHAR - name: part_number_s_ type: VARCHAR table: table_name_92
SELECT release_date FROM table_name_92 WHERE l3_cache = "6 mb" AND part_number_s_ = "by80607005259aabx80607i7740qm"
Of all the schools that left before 2003, what is the average year joined?
columns: - name: year_joined type: INTEGER - name: year_left type: INTEGER table: table_name_22
SELECT AVG(year_joined) FROM table_name_22 WHERE year_left < 2003
In Week 13, who was the opponent?
columns: - name: opponent type: VARCHAR - name: week type: VARCHAR table: table_name_98
SELECT opponent FROM table_name_98 WHERE week = 13
On what date was a match played at Lake Oval?
columns: - name: date type: VARCHAR - name: venue type: VARCHAR table: table_name_4
SELECT date FROM table_name_4 WHERE venue = "lake oval"
Which Name (pinyin) is named fu-ching?
columns: - name: name__pinyin_ type: VARCHAR - name: name__wade_giles_ type: VARCHAR table: table_name_64
SELECT name__pinyin_ FROM table_name_64 WHERE name__wade_giles_ = "fu-ching"
Which opponent has a Date of july 27?
columns: - name: opponent type: VARCHAR - name: date type: VARCHAR table: table_name_24
SELECT opponent FROM table_name_24 WHERE date = "july 27"
Which season has the Werder Bremen Club and is in Round 2r?
columns: - name: season type: VARCHAR - name: club type: VARCHAR - name: round type: VARCHAR table: table_name_50
SELECT season FROM table_name_50 WHERE club = "werder bremen" AND round = "2r"
For the NBC network, what was the new/returning/same network status?
columns: - name: new_returning_same_network type: VARCHAR - name: previous_network type: VARCHAR table: table_169766_13
SELECT new_returning_same_network FROM table_169766_13 WHERE previous_network = "NBC"
What was the tournament where Japan was the home team and Mexico was the away team?
columns: - name: tournament type: VARCHAR - name: away_team type: VARCHAR - name: home_team type: VARCHAR table: table_name_21
SELECT tournament FROM table_name_21 WHERE away_team = "mexico" AND home_team = "japan"
What type of architecture does the Saturn Vue have?
columns: - name: architecture type: VARCHAR - name: vehicle_name type: VARCHAR table: table_name_15
SELECT architecture FROM table_name_15 WHERE vehicle_name = "saturn vue"