Unnamed: 0
int64 0
60k
| text
stringlengths 109
1.06k
|
---|---|
58,400 | <question>: What was the highest number of starts in 2007 when the average start was over 17.6? <context>: CREATE TABLE table_name_49 (starts INTEGER, year VARCHAR, avg_start VARCHAR) <answer>: SELECT MAX(starts) FROM table_name_49 WHERE year = 2007 AND avg_start > 17.6 |
58,401 | <question>: What is the number of wins when the number of third was 1, points were less than 572 and had less than 16 races? <context>: CREATE TABLE table_name_92 (wins VARCHAR, races VARCHAR, third VARCHAR, points VARCHAR) <answer>: SELECT wins FROM table_name_92 WHERE third = "1" AND points < 572 AND races < 16 |
58,402 | <question>: What was the result for the friendly match competition? <context>: CREATE TABLE table_name_49 (res VARCHAR, competition VARCHAR) <answer>: SELECT res FROM table_name_49 WHERE competition = "friendly match" |
58,403 | <question>: What was the team #1 for the match that had a result of 0-3? <context>: CREATE TABLE table_name_17 (team__number1 VARCHAR, res VARCHAR) <answer>: SELECT team__number1 FROM table_name_17 WHERE res = "0-3" |
58,404 | <question>: what is the 2010 population density for municipio ponce? <context>: CREATE TABLE table_name_83 (municipio VARCHAR) <answer>: SELECT 2010 AS _population_density FROM table_name_83 WHERE municipio = "ponce" |
58,405 | <question>: What's the category for the tween academy: class of 2012 nomination? <context>: CREATE TABLE table_name_86 (category VARCHAR, nominated_for VARCHAR) <answer>: SELECT category FROM table_name_86 WHERE nominated_for = "tween academy: class of 2012" |
58,406 | <question>: How many years was famas awards the award giving body? <context>: CREATE TABLE table_name_47 (year VARCHAR, award_giving_body VARCHAR) <answer>: SELECT COUNT(year) FROM table_name_47 WHERE award_giving_body = "famas awards" |
58,407 | <question>: What's the result for the category of best actor in a supporting role? <context>: CREATE TABLE table_name_34 (result VARCHAR, category VARCHAR) <answer>: SELECT result FROM table_name_34 WHERE category = "best actor in a supporting role" |
58,408 | <question>: Which Record has a Date of december 17? <context>: CREATE TABLE table_name_99 (record VARCHAR, date VARCHAR) <answer>: SELECT record FROM table_name_99 WHERE date = "december 17" |
58,409 | <question>: Which Streak has a Team of new york knicks? <context>: CREATE TABLE table_name_38 (streak VARCHAR, team VARCHAR) <answer>: SELECT streak FROM table_name_38 WHERE team = "new york knicks" |
58,410 | <question>: Which Date has a Record of 21–10? <context>: CREATE TABLE table_name_43 (date VARCHAR, record VARCHAR) <answer>: SELECT date FROM table_name_43 WHERE record = "21–10" |
58,411 | <question>: Which Team has a Record of 17–8? <context>: CREATE TABLE table_name_74 (team VARCHAR, record VARCHAR) <answer>: SELECT team FROM table_name_74 WHERE record = "17–8" |
58,412 | <question>: Which Date has a Score of 102–113? <context>: CREATE TABLE table_name_63 (date VARCHAR, score VARCHAR) <answer>: SELECT date FROM table_name_63 WHERE score = "102–113" |
58,413 | <question>: Which Game has a Streak of loss 1, and a Score of 110–111? <context>: CREATE TABLE table_name_80 (game VARCHAR, streak VARCHAR, score VARCHAR) <answer>: SELECT game FROM table_name_80 WHERE streak = "loss 1" AND score = "110–111" |
58,414 | <question>: What is the name of the player who is Sco and moving to greenock morton in the summer? <context>: CREATE TABLE table_name_83 (name VARCHAR, moving_to VARCHAR, nat VARCHAR, transfer_window VARCHAR) <answer>: SELECT name FROM table_name_83 WHERE nat = "sco" AND transfer_window = "summer" AND moving_to = "greenock morton" |
58,415 | <question>: Where is rory loy moving to? <context>: CREATE TABLE table_name_17 (moving_to VARCHAR, name VARCHAR) <answer>: SELECT moving_to FROM table_name_17 WHERE name = "rory loy" |
58,416 | <question>: What is the transfer fee for rory loy? <context>: CREATE TABLE table_name_23 (transfer_fee VARCHAR, name VARCHAR) <answer>: SELECT transfer_fee FROM table_name_23 WHERE name = "rory loy" |
58,417 | <question>: What is the date of the game with toronto as the visitor? <context>: CREATE TABLE table_name_89 (date VARCHAR, visitor VARCHAR) <answer>: SELECT date FROM table_name_89 WHERE visitor = "toronto" |
58,418 | <question>: What is the date of the game with less than 35 points and chicago as the home team? <context>: CREATE TABLE table_name_99 (date VARCHAR, points VARCHAR, home VARCHAR) <answer>: SELECT date FROM table_name_99 WHERE points < 35 AND home = "chicago" |
58,419 | <question>: What is the date of the game with pittsburgh as the home team and boston as the visitor team? <context>: CREATE TABLE table_name_32 (date VARCHAR, home VARCHAR, visitor VARCHAR) <answer>: SELECT date FROM table_name_32 WHERE home = "pittsburgh" AND visitor = "boston" |
58,420 | <question>: What is the record of the game with 35 points and pittsburgh as the home team? <context>: CREATE TABLE table_name_77 (record VARCHAR, home VARCHAR, points VARCHAR) <answer>: SELECT record FROM table_name_77 WHERE home = "pittsburgh" AND points = 35 |
58,421 | <question>: What place did bobby wadkins come in? <context>: CREATE TABLE table_name_13 (place VARCHAR, player VARCHAR) <answer>: SELECT place FROM table_name_13 WHERE player = "bobby wadkins" |
58,422 | <question>: What is the lowest Lane, when Mark is 7.66? <context>: CREATE TABLE table_name_21 (lane INTEGER, mark VARCHAR) <answer>: SELECT MIN(lane) FROM table_name_21 WHERE mark = "7.66" |
58,423 | <question>: What is Mark, when React is less than 0.148? <context>: CREATE TABLE table_name_59 (mark VARCHAR, react INTEGER) <answer>: SELECT mark FROM table_name_59 WHERE react < 0.148 |
58,424 | <question>: What is the sum of Land, when React is greater than 0.217, and when Name is Yoel Hernández? <context>: CREATE TABLE table_name_75 (lane INTEGER, react VARCHAR, name VARCHAR) <answer>: SELECT SUM(lane) FROM table_name_75 WHERE react > 0.217 AND name = "yoel hernández" |
58,425 | <question>: What is Mark, when Lane is less than 5, and when React is 0.217? <context>: CREATE TABLE table_name_88 (mark VARCHAR, lane VARCHAR, react VARCHAR) <answer>: SELECT mark FROM table_name_88 WHERE lane < 5 AND react = 0.217 |
58,426 | <question>: What was the record following game 67? <context>: CREATE TABLE table_name_37 (record VARCHAR, game VARCHAR) <answer>: SELECT record FROM table_name_37 WHERE game = 67 |
58,427 | <question>: What day in February had an opponent of @ Colorado Rockies? <context>: CREATE TABLE table_name_57 (february INTEGER, opponent VARCHAR) <answer>: SELECT SUM(february) FROM table_name_57 WHERE opponent = "@ colorado rockies" |
58,428 | <question>: What was the score of the game with a record of 18-22-13? <context>: CREATE TABLE table_name_18 (score VARCHAR, record VARCHAR) <answer>: SELECT score FROM table_name_18 WHERE record = "18-22-13" |
58,429 | <question>: Which Opponent in the final has a Score of 6–3, 3–6, 6–8? <context>: CREATE TABLE table_name_29 (opponent_in_the_final VARCHAR, score VARCHAR) <answer>: SELECT opponent_in_the_final FROM table_name_29 WHERE score = "6–3, 3–6, 6–8" |
58,430 | <question>: Which Tournament has a Surface of carpet, and a Date smaller than 1995, and an Opponent in the final of ken flach robert seguso? <context>: CREATE TABLE table_name_56 (tournament VARCHAR, opponent_in_the_final VARCHAR, surface VARCHAR, date VARCHAR) <answer>: SELECT tournament FROM table_name_56 WHERE surface = "carpet" AND date < 1995 AND opponent_in_the_final = "ken flach robert seguso" |
58,431 | <question>: What time in office does the U.S. Navy have? <context>: CREATE TABLE table_name_59 (time_in_office VARCHAR, branch VARCHAR) <answer>: SELECT time_in_office FROM table_name_59 WHERE branch = "u.s. navy" |
58,432 | <question>: When did the term end for the U.S. Marine Corps? <context>: CREATE TABLE table_name_5 (term_ended VARCHAR, branch VARCHAR) <answer>: SELECT term_ended FROM table_name_5 WHERE branch = "u.s. marine corps" |
58,433 | <question>: What is the 2006 figure for Argentina when 2007 is less than 0,15? <context>: CREATE TABLE table_name_47 (country VARCHAR) <answer>: SELECT COUNT(2006) FROM table_name_47 WHERE country = "argentina" AND 2007 < 0 OFFSET 15 |
58,434 | <question>: What is the 2009 average when the 2007 average is more than 0,18? <context>: CREATE TABLE table_name_4 (Id VARCHAR) <answer>: SELECT AVG(2009) FROM table_name_4 WHERE 2007 > 0 OFFSET 18 |
58,435 | <question>: How many gains were there for the player who had a loss greater than 57 and a long less than 55? <context>: CREATE TABLE table_name_45 (gain VARCHAR, loss VARCHAR, long VARCHAR) <answer>: SELECT COUNT(gain) FROM table_name_45 WHERE loss > 57 AND long < 55 |
58,436 | <question>: What is the lowest Loss for the player named total that has a long greater than 55? <context>: CREATE TABLE table_name_95 (loss INTEGER, name VARCHAR, long VARCHAR) <answer>: SELECT MIN(loss) FROM table_name_95 WHERE name = "total" AND long > 55 |
58,437 | <question>: What nationality is Kentucky and the player Tayshaun Prince? <context>: CREATE TABLE table_name_58 (nationality VARCHAR, school_club_team VARCHAR, player VARCHAR) <answer>: SELECT nationality FROM table_name_58 WHERE school_club_team = "kentucky" AND player = "tayshaun prince" |
58,438 | <question>: What is the nationality of Duke? <context>: CREATE TABLE table_name_95 (nationality VARCHAR, school_club_team VARCHAR) <answer>: SELECT nationality FROM table_name_95 WHERE school_club_team = "duke" |
58,439 | <question>: What was the nationality of a point guard position in 1999-2001? <context>: CREATE TABLE table_name_89 (nationality VARCHAR, position VARCHAR, years_for_grizzlies VARCHAR) <answer>: SELECT nationality FROM table_name_89 WHERE position = "point guard" AND years_for_grizzlies = "1999-2001" |
58,440 | <question>: What is the position of Tayshaun Prince? <context>: CREATE TABLE table_name_69 (position VARCHAR, player VARCHAR) <answer>: SELECT position FROM table_name_69 WHERE player = "tayshaun prince" |
58,441 | <question>: Who was the parent on the order of 6? <context>: CREATE TABLE table_name_96 (parent VARCHAR, order VARCHAR) <answer>: SELECT parent FROM table_name_96 WHERE order = 6 |
58,442 | <question>: Who was the husband date that was married in 1858? <context>: CREATE TABLE table_name_54 (husband_dates VARCHAR, date_married VARCHAR) <answer>: SELECT husband_dates FROM table_name_54 WHERE date_married = "1858" |
58,443 | <question>: Can you tell me the Record that has the Opponent of vs. hamilton tiger cats? <context>: CREATE TABLE table_name_55 (record VARCHAR, opponent VARCHAR) <answer>: SELECT record FROM table_name_55 WHERE opponent = "vs. hamilton tiger cats" |
58,444 | <question>: Can you tell me the Opponent that has the Date of sun, sept 9? <context>: CREATE TABLE table_name_89 (opponent VARCHAR, date VARCHAR) <answer>: SELECT opponent FROM table_name_89 WHERE date = "sun, sept 9" |
58,445 | <question>: Which country is Scott Hoch from? <context>: CREATE TABLE table_name_65 (country VARCHAR, player VARCHAR) <answer>: SELECT country FROM table_name_65 WHERE player = "scott hoch" |
58,446 | <question>: What is the place of the player from Spain? <context>: CREATE TABLE table_name_64 (place VARCHAR, country VARCHAR) <answer>: SELECT place FROM table_name_64 WHERE country = "spain" |
58,447 | <question>: What is Score, when Record is 12-57? <context>: CREATE TABLE table_name_53 (score VARCHAR, record VARCHAR) <answer>: SELECT score FROM table_name_53 WHERE record = "12-57" |
58,448 | <question>: What is Date, when Record is 12-58? <context>: CREATE TABLE table_name_31 (date VARCHAR, record VARCHAR) <answer>: SELECT date FROM table_name_31 WHERE record = "12-58" |
58,449 | <question>: What is Score, when Date is February 5? <context>: CREATE TABLE table_name_85 (score VARCHAR, date VARCHAR) <answer>: SELECT score FROM table_name_85 WHERE date = "february 5" |
58,450 | <question>: What is H/A/N, when Score is 104-109? <context>: CREATE TABLE table_name_10 (h_a_n VARCHAR, score VARCHAR) <answer>: SELECT h_a_n FROM table_name_10 WHERE score = "104-109" |
58,451 | <question>: What is Score, when Opponent is Portland Trail Blazers, and when Record is 12-58? <context>: CREATE TABLE table_name_35 (score VARCHAR, opponent VARCHAR, record VARCHAR) <answer>: SELECT score FROM table_name_35 WHERE opponent = "portland trail blazers" AND record = "12-58" |
58,452 | <question>: What is H/A/N when Date is February 24? <context>: CREATE TABLE table_name_55 (h_a_n VARCHAR, date VARCHAR) <answer>: SELECT h_a_n FROM table_name_55 WHERE date = "february 24" |
58,453 | <question>: What is the last game of the season that has the record 0-1-0? <context>: CREATE TABLE table_name_92 (game INTEGER, record VARCHAR) <answer>: SELECT MIN(game) FROM table_name_92 WHERE record = "0-1-0" |
58,454 | <question>: Who had the decision goal when the date was 1? <context>: CREATE TABLE table_name_73 (decision VARCHAR, date VARCHAR) <answer>: SELECT decision FROM table_name_73 WHERE date = 1 |
58,455 | <question>: Who had the decision goal when the record was 7-7-2? <context>: CREATE TABLE table_name_83 (decision VARCHAR, record VARCHAR) <answer>: SELECT decision FROM table_name_83 WHERE record = "7-7-2" |
58,456 | <question>: What was the first game in which Weekes scored the decision goal and the record was 7-4-2? <context>: CREATE TABLE table_name_92 (game INTEGER, decision VARCHAR, record VARCHAR) <answer>: SELECT MIN(game) FROM table_name_92 WHERE decision = "weekes" AND record = "7-4-2" |
58,457 | <question>: What's the total number of points scored during the 1951 NSWRFL Grand Final? <context>: CREATE TABLE table_name_3 (points VARCHAR, details VARCHAR) <answer>: SELECT COUNT(points) FROM table_name_3 WHERE details = "1951 nswrfl grand final" |
58,458 | <question>: Which premier team played the 1951 NSWRFL Grand Final? <context>: CREATE TABLE table_name_17 (premiers VARCHAR, details VARCHAR) <answer>: SELECT premiers FROM table_name_17 WHERE details = "1951 nswrfl grand final" |
58,459 | <question>: During which competition were a total of 36 points scored? <context>: CREATE TABLE table_name_31 (details VARCHAR, points VARCHAR) <answer>: SELECT details FROM table_name_31 WHERE points = 36 |
58,460 | <question>: What's the total sum of points scored by the Brisbane Broncos? <context>: CREATE TABLE table_name_80 (points INTEGER, premiers VARCHAR) <answer>: SELECT SUM(points) FROM table_name_80 WHERE premiers = "brisbane broncos" |
58,461 | <question>: What is the premier team that has 38 points and won with a score of 38-0? <context>: CREATE TABLE table_name_16 (premiers VARCHAR, points VARCHAR, score VARCHAR) <answer>: SELECT premiers FROM table_name_16 WHERE points = 38 AND score = "38-0" |
58,462 | <question>: What was the tie no when the away team was northwich victoria? <context>: CREATE TABLE table_name_21 (tie_no VARCHAR, away_team VARCHAR) <answer>: SELECT tie_no FROM table_name_21 WHERE away_team = "northwich victoria" |
58,463 | <question>: What was the attendance for the match where cambridge united was the home team? <context>: CREATE TABLE table_name_55 (attendance VARCHAR, home_team VARCHAR) <answer>: SELECT attendance FROM table_name_55 WHERE home_team = "cambridge united" |
58,464 | <question>: How many times was the award inte awards? <context>: CREATE TABLE table_name_90 (year VARCHAR, award VARCHAR) <answer>: SELECT COUNT(year) FROM table_name_90 WHERE award = "inte awards" |
58,465 | <question>: what is the work when the result is won and the year is after 2002? <context>: CREATE TABLE table_name_91 (work VARCHAR, result VARCHAR, year VARCHAR) <answer>: SELECT work FROM table_name_91 WHERE result = "won" AND year > 2002 |
58,466 | <question>: what is the work when the result is won and the year is before 2003? <context>: CREATE TABLE table_name_36 (work VARCHAR, result VARCHAR, year VARCHAR) <answer>: SELECT work FROM table_name_36 WHERE result = "won" AND year < 2003 |
58,467 | <question>: Which venue had the opposing team Natal? <context>: CREATE TABLE table_name_16 (venue VARCHAR, opposing_team VARCHAR) <answer>: SELECT venue FROM table_name_16 WHERE opposing_team = "natal" |
58,468 | <question>: What day was the against 22 and the status tour match? <context>: CREATE TABLE table_name_51 (date VARCHAR, status VARCHAR, against VARCHAR) <answer>: SELECT date FROM table_name_51 WHERE status = "tour match" AND against = 22 |
58,469 | <question>: Which Attendance has a Week of 8? <context>: CREATE TABLE table_name_25 (attendance INTEGER, week VARCHAR) <answer>: SELECT AVG(attendance) FROM table_name_25 WHERE week = 8 |
58,470 | <question>: Which Opponent that has a Week smaller than 7 on september 12, 1988? <context>: CREATE TABLE table_name_41 (opponent VARCHAR, week VARCHAR, date VARCHAR) <answer>: SELECT opponent FROM table_name_41 WHERE week < 7 AND date = "september 12, 1988" |
58,471 | <question>: When has a Result of w 41-27? <context>: CREATE TABLE table_name_23 (date VARCHAR, result VARCHAR) <answer>: SELECT date FROM table_name_23 WHERE result = "w 41-27" |
58,472 | <question>: Which Weight (kg) has a Manufacturer of fujitsu, and a Model of lifebook p1610? <context>: CREATE TABLE table_name_67 (weight__kg_ INTEGER, manufacturer VARCHAR, model VARCHAR) <answer>: SELECT AVG(weight__kg_) FROM table_name_67 WHERE manufacturer = "fujitsu" AND model = "lifebook p1610" |
58,473 | <question>: Which Display size (in) has a Model of versapro vy10f/bh-l? <context>: CREATE TABLE table_name_10 (display_size__in_ INTEGER, model VARCHAR) <answer>: SELECT MIN(display_size__in_) FROM table_name_10 WHERE model = "versapro vy10f/bh-l" |
58,474 | <question>: Which Display size (in) has a Model of vaio pcg-u3? <context>: CREATE TABLE table_name_29 (display_size__in_ VARCHAR, model VARCHAR) <answer>: SELECT COUNT(display_size__in_) FROM table_name_29 WHERE model = "vaio pcg-u3" |
58,475 | <question>: What method was used in the match that went to round 1, and had a 6-3-1 record? <context>: CREATE TABLE table_name_13 (method VARCHAR, round VARCHAR, record VARCHAR) <answer>: SELECT method FROM table_name_13 WHERE round = 1 AND record = "6-3-1" |
58,476 | <question>: In the match against Marcus Aurélio with a method of decision (unanimous), what was the results? <context>: CREATE TABLE table_name_6 (res VARCHAR, method VARCHAR, opponent VARCHAR) <answer>: SELECT res FROM table_name_6 WHERE method = "decision (unanimous)" AND opponent = "marcus aurélio" |
58,477 | <question>: Where was the Deep - 30 Impact event held? <context>: CREATE TABLE table_name_55 (location VARCHAR, event VARCHAR) <answer>: SELECT location FROM table_name_55 WHERE event = "deep - 30 impact" |
58,478 | <question>: COunt the sum of Diameter (km) which has a Latitude of 62.7n? <context>: CREATE TABLE table_name_25 (diameter__km_ INTEGER, latitude VARCHAR) <answer>: SELECT SUM(diameter__km_) FROM table_name_25 WHERE latitude = "62.7n" |
58,479 | <question>: WHich Name origin has a Longitude of 332.5e? <context>: CREATE TABLE table_name_94 (name VARCHAR, longitude VARCHAR) <answer>: SELECT name AS origin FROM table_name_94 WHERE longitude = "332.5e" |
58,480 | <question>: In which round was Dustin Hazelett the opponent? <context>: CREATE TABLE table_name_63 (round VARCHAR, opponent VARCHAR) <answer>: SELECT round FROM table_name_63 WHERE opponent = "dustin hazelett" |
58,481 | <question>: What is TV Time, when Opponent is At Cincinnati Bengals? <context>: CREATE TABLE table_name_89 (tv_time VARCHAR, opponent VARCHAR) <answer>: SELECT tv_time FROM table_name_89 WHERE opponent = "at cincinnati bengals" |
58,482 | <question>: What is TV Time, when Date is December 22, 1996? <context>: CREATE TABLE table_name_91 (tv_time VARCHAR, date VARCHAR) <answer>: SELECT tv_time FROM table_name_91 WHERE date = "december 22, 1996" |
58,483 | <question>: What is Result, when Opponent is Cincinnati Bengals? <context>: CREATE TABLE table_name_32 (result VARCHAR, opponent VARCHAR) <answer>: SELECT result FROM table_name_32 WHERE opponent = "cincinnati bengals" |
58,484 | <question>: What was their record bfore game 54? <context>: CREATE TABLE table_name_66 (record VARCHAR, game VARCHAR) <answer>: SELECT record FROM table_name_66 WHERE game = 54 |
58,485 | <question>: Who had the most rebounds in the game against Chicago? <context>: CREATE TABLE table_name_52 (high_rebounds VARCHAR, team VARCHAR) <answer>: SELECT high_rebounds FROM table_name_52 WHERE team = "chicago" |
58,486 | <question>: What was the lowest attendance at the game against chicago when conklin made the decision? <context>: CREATE TABLE table_name_21 (attendance INTEGER, decision VARCHAR, visitor VARCHAR) <answer>: SELECT MIN(attendance) FROM table_name_21 WHERE decision = "conklin" AND visitor = "chicago" |
58,487 | <question>: For Tie #2, who was the home team? <context>: CREATE TABLE table_name_33 (home_team VARCHAR, tie_no VARCHAR) <answer>: SELECT home_team FROM table_name_33 WHERE tie_no = "2" |
58,488 | <question>: What was the final score for the match where Hereford United was the home team? <context>: CREATE TABLE table_name_57 (score VARCHAR, home_team VARCHAR) <answer>: SELECT score FROM table_name_57 WHERE home_team = "hereford united" |
58,489 | <question>: In Tie #18, who was the away team? <context>: CREATE TABLE table_name_76 (away_team VARCHAR, tie_no VARCHAR) <answer>: SELECT away_team FROM table_name_76 WHERE tie_no = "18" |
58,490 | <question>: In Tie #19, what was the name of the away team? <context>: CREATE TABLE table_name_27 (away_team VARCHAR, tie_no VARCHAR) <answer>: SELECT away_team FROM table_name_27 WHERE tie_no = "19" |
58,491 | <question>: What is the Tie number for the match where Dartford was the hone team? <context>: CREATE TABLE table_name_31 (tie_no VARCHAR, home_team VARCHAR) <answer>: SELECT tie_no FROM table_name_31 WHERE home_team = "dartford" |
58,492 | <question>: In the match played against Telford United, who was the home team? <context>: CREATE TABLE table_name_9 (home_team VARCHAR, away_team VARCHAR) <answer>: SELECT home_team FROM table_name_9 WHERE away_team = "telford united" |
58,493 | <question>: What is Position, when Class is Sophomore, and when Player is Shaquille O'Neal Category:Articles With hCards? <context>: CREATE TABLE table_name_93 (position VARCHAR, class VARCHAR, player VARCHAR) <answer>: SELECT position FROM table_name_93 WHERE class = "sophomore" AND player = "shaquille o'neal category:articles with hcards" |
58,494 | <question>: What is Player, when Class is "senior", when Position is "shooting guard", and when School is "Bradley"? <context>: CREATE TABLE table_name_56 (player VARCHAR, school VARCHAR, class VARCHAR, position VARCHAR) <answer>: SELECT player FROM table_name_56 WHERE class = "senior" AND position = "shooting guard" AND school = "bradley" |
58,495 | <question>: What is Position, when Player is "Kevin Durant category:articles with hCards"? <context>: CREATE TABLE table_name_71 (position VARCHAR, player VARCHAR) <answer>: SELECT position FROM table_name_71 WHERE player = "kevin durant category:articles with hcards" |
58,496 | <question>: What is the Score of the match on August 23, 2004? <context>: CREATE TABLE table_name_71 (score VARCHAR, date VARCHAR) <answer>: SELECT score FROM table_name_71 WHERE date = "august 23, 2004" |
58,497 | <question>: What was the Score of the Spain F32, Gran Canaria Tournament? <context>: CREATE TABLE table_name_70 (score VARCHAR, tournament VARCHAR) <answer>: SELECT score FROM table_name_70 WHERE tournament = "spain f32, gran canaria" |
58,498 | <question>: On what Surface was the match with a Score of 6–4, 6–3 and Runner-up Outcome played? <context>: CREATE TABLE table_name_30 (surface VARCHAR, outcome VARCHAR, score VARCHAR) <answer>: SELECT surface FROM table_name_30 WHERE outcome = "runner-up" AND score = "6–4, 6–3" |
58,499 | <question>: What is the Outcome of the match with Partner Andoni Vivanco? <context>: CREATE TABLE table_name_7 (outcome VARCHAR, partner VARCHAR) <answer>: SELECT outcome FROM table_name_7 WHERE partner = "andoni vivanco" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.