text stringlengths 114 1.06k |
|---|
### question: What Venue on October 27, 2005 had a Score of 5-0? ### answer: SELECT venue FROM table_name_65 WHERE score = "5-0" AND date = "october 27, 2005" ### context: CREATE TABLE table_name_65 (venue VARCHAR, score VARCHAR, date VARCHAR) |
### question: What is the Result of the Friendly Competition on October 27, 2005 with a Score of 5-0? ### answer: SELECT result FROM table_name_47 WHERE competition = "friendly" AND score = "5-0" AND date = "october 27, 2005" ### context: CREATE TABLE table_name_47 (result VARCHAR, date VARCHAR, competition VARCHAR, sc... |
### question: Can you tell me the total number of React that has the Lane of 5? ### answer: SELECT COUNT(react) FROM table_name_13 WHERE lane = 5 ### context: CREATE TABLE table_name_13 (react VARCHAR, lane VARCHAR) |
### question: Can you tell me the lowest React that has the Lane of 5? ### answer: SELECT MIN(react) FROM table_name_50 WHERE lane = 5 ### context: CREATE TABLE table_name_50 (react INTEGER, lane VARCHAR) |
### question: What is the winning score of the match with a margin of 3 strokes? ### answer: SELECT winning_score FROM table_name_39 WHERE margin = "3 strokes" ### context: CREATE TABLE table_name_39 (winning_score VARCHAR, margin VARCHAR) |
### question: How many years was there a peter jackson classic? ### answer: SELECT COUNT(year) FROM table_name_64 WHERE championship = "peter jackson classic" ### context: CREATE TABLE table_name_64 (year VARCHAR, championship VARCHAR) |
### question: Which year was the peter jackson classic? ### answer: SELECT year FROM table_name_36 WHERE championship = "peter jackson classic" ### context: CREATE TABLE table_name_36 (year VARCHAR, championship VARCHAR) |
### question: What is Date, when Visitor is Toronto? ### answer: SELECT date FROM table_name_37 WHERE visitor = "toronto" ### context: CREATE TABLE table_name_37 (date VARCHAR, visitor VARCHAR) |
### question: What is Record, when Date is November 23? ### answer: SELECT record FROM table_name_16 WHERE date = "november 23" ### context: CREATE TABLE table_name_16 (record VARCHAR, date VARCHAR) |
### question: What is Visitor, when Home is Philadelphia, and when Date is November 18? ### answer: SELECT visitor FROM table_name_11 WHERE home = "philadelphia" AND date = "november 18" ### context: CREATE TABLE table_name_11 (visitor VARCHAR, home VARCHAR, date VARCHAR) |
### question: What is the average Attendance, when Visitor is Toronto? ### answer: SELECT AVG(attendance) FROM table_name_71 WHERE visitor = "toronto" ### context: CREATE TABLE table_name_71 (attendance INTEGER, visitor VARCHAR) |
### question: What's the average year with a rank less than 3? ### answer: SELECT AVG(year) FROM table_name_91 WHERE rank < 3 ### context: CREATE TABLE table_name_91 (year INTEGER, rank INTEGER) |
### question: What country got accolades in 2002? ### answer: SELECT country FROM table_name_46 WHERE year = 2002 ### context: CREATE TABLE table_name_46 (country VARCHAR, year VARCHAR) |
### question: What's the accolade for the rank of 497? ### answer: SELECT accolade FROM table_name_23 WHERE rank = 497 ### context: CREATE TABLE table_name_23 (accolade VARCHAR, rank VARCHAR) |
### question: What's the average year for the accolade 100 greatest singles of all time? ### answer: SELECT AVG(year) FROM table_name_57 WHERE accolade = "100 greatest singles of all time" ### context: CREATE TABLE table_name_57 (year INTEGER, accolade VARCHAR) |
### question: What was the attendance during the game against Philadelphia? ### answer: SELECT location_attendance FROM table_name_45 WHERE team = "philadelphia" ### context: CREATE TABLE table_name_45 (location_attendance VARCHAR, team VARCHAR) |
### question: Which NFL team has a player that came from a college in Washington? ### answer: SELECT nfl_team FROM table_name_33 WHERE college = "washington" ### context: CREATE TABLE table_name_33 (nfl_team VARCHAR, college VARCHAR) |
### question: What position does Bobby Micho, who was picked later than 186 others, play on the Broncos team? ### answer: SELECT position FROM table_name_30 WHERE pick__number > 186 AND player = "bobby micho" ### context: CREATE TABLE table_name_30 (position VARCHAR, pick__number VARCHAR, player VARCHAR) |
### question: What is Since, when Transfer Fee is "£ 12m"? ### answer: SELECT since FROM table_name_48 WHERE transfer_fee = "£ 12m" ### context: CREATE TABLE table_name_48 (since VARCHAR, transfer_fee VARCHAR) |
### question: What is Name, when Goals is greater than 14, and when Transfer Fee is "Youth System"? ### answer: SELECT name FROM table_name_49 WHERE goals > 14 AND transfer_fee = "youth system" ### context: CREATE TABLE table_name_49 (name VARCHAR, goals VARCHAR, transfer_fee VARCHAR) |
### question: What is Nat., when Name is "Fàbregas ( Captain )"? ### answer: SELECT nat FROM table_name_73 WHERE name = "fàbregas ( captain )" ### context: CREATE TABLE table_name_73 (nat VARCHAR, name VARCHAR) |
### question: What is Time, when Method is "submission (knees)"? ### answer: SELECT time FROM table_name_14 WHERE method = "submission (knees)" ### context: CREATE TABLE table_name_14 (time VARCHAR, method VARCHAR) |
### question: What is Record, when Event is "UFC 40"? ### answer: SELECT record FROM table_name_57 WHERE event = "ufc 40" ### context: CREATE TABLE table_name_57 (record VARCHAR, event VARCHAR) |
### question: What is the name of the track that hosted the Swedish Grand Prix in 1979? ### answer: SELECT track FROM table_name_79 WHERE year = "1979" ### context: CREATE TABLE table_name_79 (track VARCHAR, year VARCHAR) |
### question: Who won the 250 cc in 1987? ### answer: SELECT 250 AS _cc FROM table_name_31 WHERE year = "1987" ### context: CREATE TABLE table_name_31 (year VARCHAR) |
### question: Who won the 250 cc in 1985? ### answer: SELECT 250 AS _cc FROM table_name_19 WHERE year = "1985" ### context: CREATE TABLE table_name_19 (year VARCHAR) |
### question: Which opponent has 1-1 as the record? ### answer: SELECT opponent FROM table_name_95 WHERE record = "1-1" ### context: CREATE TABLE table_name_95 (opponent VARCHAR, record VARCHAR) |
### question: What record has magomedkhan gamzatkhanov as the opponent, and submission as the method? ### answer: SELECT record FROM table_name_59 WHERE opponent = "magomedkhan gamzatkhanov" AND method = "submission" ### context: CREATE TABLE table_name_59 (record VARCHAR, opponent VARCHAR, method VARCHAR) |
### question: What round has 3-4 as the record? ### answer: SELECT round FROM table_name_49 WHERE record = "3-4" ### context: CREATE TABLE table_name_49 (round VARCHAR, record VARCHAR) |
### question: What record has loss as the res., 1 for the round, and akira maeda as the opponent? ### answer: SELECT record FROM table_name_9 WHERE res = "loss" AND round = "1" AND opponent = "akira maeda" ### context: CREATE TABLE table_name_9 (record VARCHAR, opponent VARCHAR, res VARCHAR, round VARCHAR) |
### question: What record has decision (majority) as the method? ### answer: SELECT record FROM table_name_48 WHERE method = "decision (majority)" ### context: CREATE TABLE table_name_48 (record VARCHAR, method VARCHAR) |
### question: What is Agg., when Team 1 is CD Elá Nguema? ### answer: SELECT agg FROM table_name_63 WHERE team_1 = "cd elá nguema" ### context: CREATE TABLE table_name_63 (agg VARCHAR, team_1 VARCHAR) |
### question: What was Jim Colbert's score? ### answer: SELECT score FROM table_name_72 WHERE player = "jim colbert" ### context: CREATE TABLE table_name_72 (score VARCHAR, player VARCHAR) |
### question: What country scored 69-69-73=211? ### answer: SELECT country FROM table_name_24 WHERE score = 69 - 69 - 73 = 211 ### context: CREATE TABLE table_name_24 (country VARCHAR, score VARCHAR) |
### question: What country does Bobby Nichols play for? ### answer: SELECT country FROM table_name_70 WHERE player = "bobby nichols" ### context: CREATE TABLE table_name_70 (country VARCHAR, player VARCHAR) |
### question: WHAT IS THE TIME/ RETIRED WITH A HONDA MANUFACTURER, GRID 8? ### answer: SELECT time_retired FROM table_name_44 WHERE manufacturer = "honda" AND grid = "8" ### context: CREATE TABLE table_name_44 (time_retired VARCHAR, manufacturer VARCHAR, grid VARCHAR) |
### question: WHAT IS THE MANUFACTURER WITH 24 LAPS, AND +1.965 TIME/RETIRED? ### answer: SELECT manufacturer FROM table_name_44 WHERE laps = "24" AND time_retired = "+1.965" ### context: CREATE TABLE table_name_44 (manufacturer VARCHAR, laps VARCHAR, time_retired VARCHAR) |
### question: WHAT IS THE GRID OF HONDA, WITH 24 LAPS AND Time/Retired of +13.997? ### answer: SELECT grid FROM table_name_22 WHERE manufacturer = "honda" AND laps = "24" AND time_retired = "+13.997" ### context: CREATE TABLE table_name_22 (grid VARCHAR, time_retired VARCHAR, manufacturer VARCHAR, laps VARCHAR) |
### question: WHAT IS THE LAPS WITH A GRID OF 26? ### answer: SELECT laps FROM table_name_7 WHERE grid = "26" ### context: CREATE TABLE table_name_7 (laps VARCHAR, grid VARCHAR) |
### question: WHAT IS THE RIDER WITH A 21 GRID? ### answer: SELECT rider FROM table_name_5 WHERE grid = "21" ### context: CREATE TABLE table_name_5 (rider VARCHAR, grid VARCHAR) |
### question: WHAT IS THE MANUFACTURER WITH 24 LAPS AND GRID 27? ### answer: SELECT manufacturer FROM table_name_39 WHERE laps = "24" AND grid = "27" ### context: CREATE TABLE table_name_39 (manufacturer VARCHAR, laps VARCHAR, grid VARCHAR) |
### question: What is the most recent year georgia tech chose a linebacker? ### answer: SELECT MAX(year_)[a_] FROM table_name_3 WHERE position = "linebacker" AND college = "georgia tech" ### context: CREATE TABLE table_name_3 (a_ VARCHAR, year_ INTEGER, position VARCHAR, college VARCHAR) |
### question: Who is the player from Spain that has a +2 to par? ### answer: SELECT player FROM table_name_44 WHERE to_par = "+2" AND country = "spain" ### context: CREATE TABLE table_name_44 (player VARCHAR, to_par VARCHAR, country VARCHAR) |
### question: Name the country with a score of 69-71=140. ### answer: SELECT country FROM table_name_33 WHERE score = 69 - 71 = 140 ### context: CREATE TABLE table_name_33 (country VARCHAR, score VARCHAR) |
### question: What's the to par for Hale Irwin of the United States? ### answer: SELECT to_par FROM table_name_13 WHERE country = "united states" AND player = "hale irwin" ### context: CREATE TABLE table_name_13 (to_par VARCHAR, country VARCHAR, player VARCHAR) |
### question: What's the to par for Jim Thorpe in T5 Place? ### answer: SELECT to_par FROM table_name_42 WHERE place = "t5" AND player = "jim thorpe" ### context: CREATE TABLE table_name_42 (to_par VARCHAR, place VARCHAR, player VARCHAR) |
### question: What was Jack Nicklaus's score after round 1? ### answer: SELECT MIN(score) FROM table_name_97 WHERE player = "jack nicklaus" ### context: CREATE TABLE table_name_97 (score INTEGER, player VARCHAR) |
### question: Which Laps have a Time of +39.476, and a Grid larger than 11? ### answer: SELECT AVG(laps) FROM table_name_15 WHERE time = "+39.476" AND grid > 11 ### context: CREATE TABLE table_name_15 (laps INTEGER, time VARCHAR, grid VARCHAR) |
### question: Which Time has Laps smaller than 28, and a Rider of nicky hayden? ### answer: SELECT time FROM table_name_40 WHERE laps < 28 AND rider = "nicky hayden" ### context: CREATE TABLE table_name_40 (time VARCHAR, laps VARCHAR, rider VARCHAR) |
### question: Which Rider has a Grid larger than 6, and has Laps of 28, and a Time of +39.476? ### answer: SELECT rider FROM table_name_42 WHERE grid > 6 AND laps = 28 AND time = "+39.476" ### context: CREATE TABLE table_name_42 (rider VARCHAR, time VARCHAR, grid VARCHAR, laps VARCHAR) |
### question: Which Bronze has a Total of 4, and a Gold smaller than 1? ### answer: SELECT MIN(bronze) FROM table_name_34 WHERE total = 4 AND gold < 1 ### context: CREATE TABLE table_name_34 (bronze INTEGER, total VARCHAR, gold VARCHAR) |
### question: Which Bronze has a Silver larger than 1, a Total larger than 3, a Nation of turkey, and a Gold smaller than 2? ### answer: SELECT SUM(bronze) FROM table_name_53 WHERE silver > 1 AND total > 3 AND nation = "turkey" AND gold < 2 ### context: CREATE TABLE table_name_53 (bronze INTEGER, gold VARCHAR, nation V... |
### question: Which Gold has a Bronze of 1, and a Total smaller than 3? ### answer: SELECT AVG(gold) FROM table_name_21 WHERE bronze = 1 AND total < 3 ### context: CREATE TABLE table_name_21 (gold INTEGER, bronze VARCHAR, total VARCHAR) |
### question: In what Week is the Opponent the New Orleans Saints? ### answer: SELECT AVG(week) FROM table_name_43 WHERE opponent = "new orleans saints" ### context: CREATE TABLE table_name_43 (week INTEGER, opponent VARCHAR) |
### question: In what Weeks is the game against the Tampa Bay Buccaneers with less than 44,506 in Attendance? ### answer: SELECT SUM(week) FROM table_name_10 WHERE opponent = "tampa bay buccaneers" AND attendance < 44 OFFSET 506 ### context: CREATE TABLE table_name_10 (week INTEGER, opponent VARCHAR, attendance VARCHAR... |
### question: What team was home, when the record was 24–16–6? ### answer: SELECT home FROM table_name_77 WHERE record = "24–16–6" ### context: CREATE TABLE table_name_77 (home VARCHAR, record VARCHAR) |
### question: What date was the visitor the Boston Bruins, and the record was 4–0–1? ### answer: SELECT date FROM table_name_25 WHERE visitor = "boston bruins" AND record = "4–0–1" ### context: CREATE TABLE table_name_25 (date VARCHAR, visitor VARCHAR, record VARCHAR) |
### question: Who had the most points in game 81? ### answer: SELECT high_points FROM table_name_84 WHERE game = 81 ### context: CREATE TABLE table_name_84 (high_points VARCHAR, game VARCHAR) |
### question: Which flight had an aircraft of vickers viscount type 794? ### answer: SELECT flight FROM table_name_26 WHERE aircraft = "vickers viscount type 794" ### context: CREATE TABLE table_name_26 (flight VARCHAR, aircraft VARCHAR) |
### question: Which flight had the aircraft avro rj-100? ### answer: SELECT flight FROM table_name_28 WHERE aircraft = "avro rj-100" ### context: CREATE TABLE table_name_28 (flight VARCHAR, aircraft VARCHAR) |
### question: When was the registration of tc-jes? ### answer: SELECT date FROM table_name_14 WHERE registration = "tc-jes" ### context: CREATE TABLE table_name_14 (date VARCHAR, registration VARCHAR) |
### question: Which fatality was at ankara for the aircraft douglas c-47? ### answer: SELECT fatalities FROM table_name_60 WHERE location = "ankara" AND aircraft = "douglas c-47" ### context: CREATE TABLE table_name_60 (fatalities VARCHAR, location VARCHAR, aircraft VARCHAR) |
### question: How many total rounds have the results of win, and n/a as the method? ### answer: SELECT COUNT(round) FROM table_name_12 WHERE res = "win" AND method = "n/a" ### context: CREATE TABLE table_name_12 (round VARCHAR, res VARCHAR, method VARCHAR) |
### question: How long did the match last in the Rings: Final Capture event? ### answer: SELECT time FROM table_name_80 WHERE event = "rings: final capture" ### context: CREATE TABLE table_name_80 (time VARCHAR, event VARCHAR) |
### question: What is the result for the match against Wataru Sakata? ### answer: SELECT res FROM table_name_55 WHERE opponent = "wataru sakata" ### context: CREATE TABLE table_name_55 (res VARCHAR, opponent VARCHAR) |
### question: The match against Oleg Taktarov had what result? ### answer: SELECT res FROM table_name_19 WHERE opponent = "oleg taktarov" ### context: CREATE TABLE table_name_19 (res VARCHAR, opponent VARCHAR) |
### question: What was the method when 4-2 was the record? ### answer: SELECT method FROM table_name_56 WHERE record = "4-2" ### context: CREATE TABLE table_name_56 (method VARCHAR, record VARCHAR) |
### question: What was the score for Tie no. 6? ### answer: SELECT score FROM table_name_27 WHERE tie_no = "6" ### context: CREATE TABLE table_name_27 (score VARCHAR, tie_no VARCHAR) |
### question: What was the tie against the away team, Leicester City? ### answer: SELECT tie_no FROM table_name_21 WHERE away_team = "leicester city" ### context: CREATE TABLE table_name_21 (tie_no VARCHAR, away_team VARCHAR) |
### question: Which round has a time of 3:01? ### answer: SELECT round FROM table_name_43 WHERE time = "3:01" ### context: CREATE TABLE table_name_43 (round VARCHAR, time VARCHAR) |
### question: Where is the UFC 110 event with 3 rounds located? ### answer: SELECT location FROM table_name_4 WHERE round = "3" AND event = "ufc 110" ### context: CREATE TABLE table_name_4 (location VARCHAR, round VARCHAR, event VARCHAR) |
### question: Which Home team score is on sunday 24 february? ### answer: SELECT home_team AS score FROM table_name_74 WHERE date = "sunday 24 february" ### context: CREATE TABLE table_name_74 (home_team VARCHAR, date VARCHAR) |
### question: Which Crowd has a Home team of st kilda? ### answer: SELECT crowd FROM table_name_85 WHERE home_team = "st kilda" ### context: CREATE TABLE table_name_85 (crowd VARCHAR, home_team VARCHAR) |
### question: Which Away team has a Ground of gabba? ### answer: SELECT away_team FROM table_name_65 WHERE ground = "gabba" ### context: CREATE TABLE table_name_65 (away_team VARCHAR, ground VARCHAR) |
### question: Which Crowd has a Away team of sydney? ### answer: SELECT MAX(crowd) FROM table_name_85 WHERE away_team = "sydney" ### context: CREATE TABLE table_name_85 (crowd INTEGER, away_team VARCHAR) |
### question: Which OWGR pts has Dates of may 10-13? ### answer: SELECT SUM(owgr_pts) FROM table_name_37 WHERE dates = "may 10-13" ### context: CREATE TABLE table_name_37 (owgr_pts INTEGER, dates VARCHAR) |
### question: Which Home has an Attendance larger than 1,858? ### answer: SELECT home FROM table_name_5 WHERE attendance > 1 OFFSET 858 ### context: CREATE TABLE table_name_5 (home VARCHAR, attendance INTEGER) |
### question: Which Attendance has a Score of 0:2? ### answer: SELECT MAX(attendance) FROM table_name_29 WHERE score = "0:2" ### context: CREATE TABLE table_name_29 (attendance INTEGER, score VARCHAR) |
### question: Which Date has an Attendance larger than 1,858? ### answer: SELECT date FROM table_name_32 WHERE attendance > 1 OFFSET 858 ### context: CREATE TABLE table_name_32 (date VARCHAR, attendance INTEGER) |
### question: Which Home has a Score of 0:2? ### answer: SELECT home FROM table_name_63 WHERE score = "0:2" ### context: CREATE TABLE table_name_63 (home VARCHAR, score VARCHAR) |
### question: Which Date has a Location/Attendance of verizon center 7,448? ### answer: SELECT date FROM table_name_15 WHERE location_attendance = "verizon center 7,448" ### context: CREATE TABLE table_name_15 (date VARCHAR, location_attendance VARCHAR) |
### question: Which Game has a Score of 101-109 (ot)? ### answer: SELECT AVG(game) FROM table_name_28 WHERE score = "101-109 (ot)" ### context: CREATE TABLE table_name_28 (game INTEGER, score VARCHAR) |
### question: Which player made the highest number of assists during the game played at the FleetCenter, with end score of W 120-87? ### answer: SELECT high_assists FROM table_name_96 WHERE location_attendance = "fleetcenter" AND score = "w 120-87" ### context: CREATE TABLE table_name_96 (high_assists VARCHAR, location... |
### question: Which player was the high points scorer during the game with an end score of W 93-85? ### answer: SELECT high_points FROM table_name_77 WHERE score = "w 93-85" ### context: CREATE TABLE table_name_77 (high_points VARCHAR, score VARCHAR) |
### question: For the game in which P. Pierce (31) scored the most points, what was the final score? ### answer: SELECT score FROM table_name_93 WHERE high_points = "p. pierce (31)" ### context: CREATE TABLE table_name_93 (score VARCHAR, high_points VARCHAR) |
### question: Who made the most assists in Game 2 of this season? ### answer: SELECT high_assists FROM table_name_4 WHERE game = 2 ### context: CREATE TABLE table_name_4 (high_assists VARCHAR, game VARCHAR) |
### question: What is the smallest number of goals when the goals against are more than 58 and played number is more than 30? ### answer: SELECT MIN(goals_for) FROM table_name_37 WHERE goals_against > 58 AND played > 30 ### context: CREATE TABLE table_name_37 (goals_for INTEGER, goals_against VARCHAR, played VARCHAR) |
### question: What is the minimum position when points are 32 and wins are greater than 13? ### answer: SELECT MIN(position) FROM table_name_2 WHERE points = 32 AND wins > 13 ### context: CREATE TABLE table_name_2 (position INTEGER, points VARCHAR, wins VARCHAR) |
### question: What is the most draws when goals against are more than 33, losses are 13 and goals for is less than 51? ### answer: SELECT MAX(draws) FROM table_name_1 WHERE goals_against > 33 AND losses = 13 AND goals_for < 51 ### context: CREATE TABLE table_name_1 (draws INTEGER, goals_for VARCHAR, goals_against VARCH... |
### question: What is the position when wins are fewer than 14 and draws are fewer than 3? ### answer: SELECT AVG(position) FROM table_name_81 WHERE wins < 14 AND draws < 3 ### context: CREATE TABLE table_name_81 (position INTEGER, wins VARCHAR, draws VARCHAR) |
### question: Which club has 15 losses and 14 wins? ### answer: SELECT club FROM table_name_60 WHERE losses = 15 AND wins = 14 ### context: CREATE TABLE table_name_60 (club VARCHAR, losses VARCHAR, wins VARCHAR) |
### question: What home is dated march 19? ### answer: SELECT home FROM table_name_68 WHERE date = "march 19" ### context: CREATE TABLE table_name_68 (home VARCHAR, date VARCHAR) |
### question: What home has 46 points? ### answer: SELECT home FROM table_name_2 WHERE points = 46 ### context: CREATE TABLE table_name_2 (home VARCHAR, points VARCHAR) |
### question: What was the date of release for the episode sorted value of 6Y/AA? ### answer: SELECT released FROM table_name_13 WHERE series_sorted = "6y/aa" ### context: CREATE TABLE table_name_13 (released VARCHAR, series_sorted VARCHAR) |
### question: What is the series sorted value for the episode released December 2009? ### answer: SELECT series_sorted FROM table_name_91 WHERE released = "december 2009" ### context: CREATE TABLE table_name_91 (series_sorted VARCHAR, released VARCHAR) |
### question: What round has Team #2 Gomel? ### answer: SELECT round FROM table_name_76 WHERE team__number2 = "gomel" ### context: CREATE TABLE table_name_76 (round VARCHAR, team__number2 VARCHAR) |
### question: Who was the elevator when the Cardinal-Deacon of S. Nicola in Carcere Tulliano was the order and title? ### answer: SELECT elevator FROM table_name_56 WHERE order_and_title = "cardinal-deacon of s. nicola in carcere tulliano" ### context: CREATE TABLE table_name_56 (elevator VARCHAR, order_and_title VARCH... |
### question: The Cardinal-Priest of S. Prassede order and title has who as the elevator? ### answer: SELECT elevator FROM table_name_30 WHERE order_and_title = "cardinal-priest of s. prassede" ### context: CREATE TABLE table_name_30 (elevator VARCHAR, order_and_title VARCHAR) |
### question: When the elevator was Innocent IV what was the nationality? ### answer: SELECT nationality FROM table_name_98 WHERE elevator = "innocent iv" ### context: CREATE TABLE table_name_98 (nationality VARCHAR, elevator VARCHAR) |
### question: When Giovanni Gaetano Orsini was the elector who was the elevator? ### answer: SELECT elevator FROM table_name_63 WHERE elector = "giovanni gaetano orsini" ### context: CREATE TABLE table_name_63 (elevator VARCHAR, elector VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.