Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
52,200 | <question>: Which Swimming has a Total larger than 35, and a Volleyball of 1? <context>: CREATE TABLE table_name_96 (swimming VARCHAR, total VARCHAR, volleyball VARCHAR) | SELECT swimming FROM table_name_96 WHERE total > 35 AND volleyball = "1" |
52,201 | <question>: Date for scotiabank place with less than 20 points, game larger than 16, and an opponent of montreal canadiens? <context>: CREATE TABLE table_name_40 (date VARCHAR, opponent VARCHAR, game VARCHAR, location VARCHAR, points VARCHAR) | SELECT date FROM table_name_40 WHERE location = "scotiabank place" AND points < 20 AND game > 16 AND opponent = "montreal canadiens" |
52,202 | <question>: Total games for smaller than 15 points, date of november 15, and larger that 13,722 in attendance? <context>: CREATE TABLE table_name_2 (game VARCHAR, attendance VARCHAR, points VARCHAR, date VARCHAR) | SELECT COUNT(game) FROM table_name_2 WHERE points < 15 AND date = "november 15" AND attendance > 13 OFFSET 722 |
52,203 | <question>: What was the results on September 24, 1995? <context>: CREATE TABLE table_name_11 (result VARCHAR, date VARCHAR) | SELECT result FROM table_name_11 WHERE date = "september 24, 1995" |
52,204 | <question>: What was the results against the Philadelphia Eagles? <context>: CREATE TABLE table_name_20 (result VARCHAR, opponent VARCHAR) | SELECT result FROM table_name_20 WHERE opponent = "philadelphia eagles" |
52,205 | <question>: What is the date with 68,463 in attendance? <context>: CREATE TABLE table_name_82 (date VARCHAR, attendance VARCHAR) | SELECT date FROM table_name_82 WHERE attendance = "68,463" |
52,206 | <question>: What was the attendance for week 15? <context>: CREATE TABLE table_name_25 (attendance VARCHAR, week VARCHAR) | SELECT attendance FROM table_name_25 WHERE week = 15 |
52,207 | <question>: What is the name when winter is the transfer window? <context>: CREATE TABLE table_name_47 (name VARCHAR, transfer_window VARCHAR) | SELECT name FROM table_name_47 WHERE transfer_window = "winter" |
52,208 | <question>: What is the transfer fee when summer is the transfer window, the type is transfer and the country is Hun? <context>: CREATE TABLE table_name_9 (transfer_fee VARCHAR, country VARCHAR, transfer_window VARCHAR, type VARCHAR) | SELECT transfer_fee FROM table_name_9 WHERE transfer_window = "summer" AND type = "transfer" AND country = "hun" |
52,209 | <question>: What is the type when Rangers are the moving from? <context>: CREATE TABLE table_name_40 (type VARCHAR, moving_from VARCHAR) | SELECT type FROM table_name_40 WHERE moving_from = "rangers" |
52,210 | <question>: What is the type when McCormack is the name? <context>: CREATE TABLE table_name_21 (type VARCHAR, name VARCHAR) | SELECT type FROM table_name_21 WHERE name = "mccormack" |
52,211 | <question>: What is the type when £120,000 is the transfer fee? <context>: CREATE TABLE table_name_49 (type VARCHAR, transfer_fee VARCHAR) | SELECT type FROM table_name_49 WHERE transfer_fee = "£120,000" |
52,212 | <question>: What date is aston villa away? <context>: CREATE TABLE table_name_67 (date VARCHAR, away_team VARCHAR) | SELECT date FROM table_name_67 WHERE away_team = "aston villa" |
52,213 | <question>: what date did tie number 5 occur? <context>: CREATE TABLE table_name_44 (date VARCHAR, tie_no VARCHAR) | SELECT date FROM table_name_44 WHERE tie_no = "5" |
52,214 | <question>: Which tie number has Bolton Wanderers as away? <context>: CREATE TABLE table_name_59 (tie_no VARCHAR, away_team VARCHAR) | SELECT tie_no FROM table_name_59 WHERE away_team = "bolton wanderers" |
52,215 | <question>: What round was the circuit portland international raceway? <context>: CREATE TABLE table_name_4 (round VARCHAR, circuit VARCHAR) | SELECT round FROM table_name_4 WHERE circuit = "portland international raceway" |
52,216 | <question>: When was the circuit portland international raceway? <context>: CREATE TABLE table_name_28 (date VARCHAR, circuit VARCHAR) | SELECT date FROM table_name_28 WHERE circuit = "portland international raceway" |
52,217 | <question>: Which round had a city/location of Toronto, Ontario? <context>: CREATE TABLE table_name_81 (round VARCHAR, city_location VARCHAR) | SELECT round FROM table_name_81 WHERE city_location = "toronto, ontario" |
52,218 | <question>: For which location was the round smaller than 11 and the circuit streets of denver? <context>: CREATE TABLE table_name_93 (city_location VARCHAR, round VARCHAR, circuit VARCHAR) | SELECT city_location FROM table_name_93 WHERE round < 11 AND circuit = "streets of denver" |
52,219 | <question>: What day was the location Cleveland, Ohio in Round 6? <context>: CREATE TABLE table_name_2 (date VARCHAR, city_location VARCHAR, round VARCHAR) | SELECT date FROM table_name_2 WHERE city_location = "cleveland, ohio" AND round = 6 |
52,220 | <question>: What is the sum of attendance for the games played at Los Angeles Rams? <context>: CREATE TABLE table_name_39 (attendance INTEGER, opponent VARCHAR) | SELECT SUM(attendance) FROM table_name_39 WHERE opponent = "at los angeles rams" |
52,221 | <question>: In which week was the attendance 47,218? <context>: CREATE TABLE table_name_27 (week INTEGER, attendance VARCHAR) | SELECT SUM(week) FROM table_name_27 WHERE attendance = 47 OFFSET 218 |
52,222 | <question>: How many Decembers have calgary flames as the opponent? <context>: CREATE TABLE table_name_90 (december VARCHAR, opponent VARCHAR) | SELECT COUNT(december) FROM table_name_90 WHERE opponent = "calgary flames" |
52,223 | <question>: What game has valiquette as the decision, with @ los angeles kings as the opponent? <context>: CREATE TABLE table_name_96 (game VARCHAR, decision VARCHAR, opponent VARCHAR) | SELECT game FROM table_name_96 WHERE decision = "valiquette" AND opponent = "@ los angeles kings" |
52,224 | <question>: What is the most elevated TF1 # that has an Official # larger than 47, and an Air date (France) of 13 july 2010? <context>: CREATE TABLE table_name_95 (tf1__number INTEGER, official__number VARCHAR, air_date__france_ VARCHAR) | SELECT MAX(tf1__number) FROM table_name_95 WHERE official__number > 47 AND air_date__france_ = "13 july 2010" |
52,225 | <question>: What venue had SF? <context>: CREATE TABLE table_name_4 (venue VARCHAR, round VARCHAR) | SELECT venue FROM table_name_4 WHERE round = "sf" |
52,226 | <question>: What venue has more than 50,715 attending? <context>: CREATE TABLE table_name_45 (venue VARCHAR, attendance INTEGER) | SELECT venue FROM table_name_45 WHERE attendance > 50 OFFSET 715 |
52,227 | <question>: What round was at the A venue with a attendance more than 14,314? <context>: CREATE TABLE table_name_7 (round VARCHAR, venue VARCHAR, attendance VARCHAR) | SELECT round FROM table_name_7 WHERE venue = "a" AND attendance > 14 OFFSET 314 |
52,228 | <question>: What's the callsign of Mom's Radio 101.9 Zamboanga? <context>: CREATE TABLE table_name_34 (callsign VARCHAR, branding VARCHAR) | SELECT callsign FROM table_name_34 WHERE branding = "mom's radio 101.9 zamboanga" |
52,229 | <question>: What's the power when the frequency is 101.5mhz? <context>: CREATE TABLE table_name_26 (power__kw_ VARCHAR, frequency VARCHAR) | SELECT power__kw_ FROM table_name_26 WHERE frequency = "101.5mhz" |
52,230 | <question>: What's the location of Mom's Radio 95.9 Naga having a power of 10kw? <context>: CREATE TABLE table_name_58 (location VARCHAR, power__kw_ VARCHAR, branding VARCHAR) | SELECT location FROM table_name_58 WHERE power__kw_ = "10kw" AND branding = "mom's radio 95.9 naga" |
52,231 | <question>: What's the callsign in Tacloban? <context>: CREATE TABLE table_name_22 (callsign VARCHAR, location VARCHAR) | SELECT callsign FROM table_name_22 WHERE location = "tacloban" |
52,232 | <question>: What's the power of Mom's Radio 101.5 Tacloban? <context>: CREATE TABLE table_name_7 (power__kw_ VARCHAR, branding VARCHAR) | SELECT power__kw_ FROM table_name_7 WHERE branding = "mom's radio 101.5 tacloban" |
52,233 | <question>: Which 1947 Nos has a BR Nos of 48730-9? <context>: CREATE TABLE table_name_55 (br_nos VARCHAR) | SELECT 1947 AS _nos FROM table_name_55 WHERE br_nos = "48730-9" |
52,234 | <question>: What is the number of losses for the game with a win % of 71.43%, and No Result is more than 0? <context>: CREATE TABLE table_name_23 (losses INTEGER, win__percentage VARCHAR, no_result VARCHAR) | SELECT SUM(losses) FROM table_name_23 WHERE win__percentage = "71.43%" AND no_result > 0 |
52,235 | <question>: What is the total number of wins in 2010, when there were more than 14 matches? <context>: CREATE TABLE table_name_99 (wins VARCHAR, year VARCHAR, matches VARCHAR) | SELECT COUNT(wins) FROM table_name_99 WHERE year = "2010" AND matches > 14 |
52,236 | <question>: What is the number of wins when there are 14 matches, and the No Result was less than 0? <context>: CREATE TABLE table_name_94 (wins INTEGER, matches VARCHAR, no_result VARCHAR) | SELECT AVG(wins) FROM table_name_94 WHERE matches = 14 AND no_result < 0 |
52,237 | <question>: What is the number of losses when there were 14 matches, and the No Result was larger than 0? <context>: CREATE TABLE table_name_37 (losses INTEGER, matches VARCHAR, no_result VARCHAR) | SELECT SUM(losses) FROM table_name_37 WHERE matches = 14 AND no_result > 0 |
52,238 | <question>: What is the number of matches when the wins are less than 8, and losses of 7, in 2011? <context>: CREATE TABLE table_name_56 (matches INTEGER, year VARCHAR, wins VARCHAR, losses VARCHAR) | SELECT SUM(matches) FROM table_name_56 WHERE wins < 8 AND losses = 7 AND year = "2011" |
52,239 | <question>: What year was the Win percentage 50.00%, with more than 14 matches, and wins more than 8? <context>: CREATE TABLE table_name_6 (year VARCHAR, wins VARCHAR, win__percentage VARCHAR, matches VARCHAR) | SELECT year FROM table_name_6 WHERE win__percentage = "50.00%" AND matches > 14 AND wins > 8 |
52,240 | <question>: What area has less than 0.97 mil in population and is on the east? <context>: CREATE TABLE table_name_95 (area__km²_ VARCHAR, pop__km² VARCHAR, _english_ VARCHAR) | SELECT area__km²_ FROM table_name_95 WHERE pop__km² < 0.97 AND _english_ = "east" |
52,241 | <question>: What is the area for a population of 0.58 km? <context>: CREATE TABLE table_name_8 (area__km²_ VARCHAR, pop__km² VARCHAR) | SELECT area__km²_ FROM table_name_8 WHERE pop__km² = 0.58 |
52,242 | <question>: what is the method when the result is loss on january 19, 2008? <context>: CREATE TABLE table_name_30 (method VARCHAR, result VARCHAR, date VARCHAR) | SELECT method FROM table_name_30 WHERE result = "loss" AND date = "january 19, 2008" |
52,243 | <question>: when is the opponent lyoto machida? <context>: CREATE TABLE table_name_94 (date VARCHAR, opponent VARCHAR) | SELECT date FROM table_name_94 WHERE opponent = "lyoto machida" |
52,244 | <question>: who is the opponent when the method is tko (punches) at 4:26 of round 1? <context>: CREATE TABLE table_name_82 (opponent VARCHAR, method VARCHAR) | SELECT opponent FROM table_name_82 WHERE method = "tko (punches) at 4:26 of round 1" |
52,245 | <question>: who is the tuf competitor when the method id decision (unanimous)? <context>: CREATE TABLE table_name_37 (tuf_competitor VARCHAR, method VARCHAR) | SELECT tuf_competitor FROM table_name_37 WHERE method = "decision (unanimous)" |
52,246 | <question>: who is the opponent when the method is submission (rear naked choke) at 4:02 of round 2? <context>: CREATE TABLE table_name_83 (opponent VARCHAR, method VARCHAR) | SELECT opponent FROM table_name_83 WHERE method = "submission (rear naked choke) at 4:02 of round 2" |
52,247 | <question>: What is the venue where the melbourne tigers play their home games? <context>: CREATE TABLE table_name_26 (venue VARCHAR, home_team VARCHAR) | SELECT venue FROM table_name_26 WHERE home_team = "melbourne tigers" |
52,248 | <question>: What team has theoir home games in the venue of gold coast convention centre? <context>: CREATE TABLE table_name_11 (home_team VARCHAR, venue VARCHAR) | SELECT home_team FROM table_name_11 WHERE venue = "gold coast convention centre" |
52,249 | <question>: What is the box score type for the game that has a score of 103-101? <context>: CREATE TABLE table_name_79 (Box VARCHAR, score VARCHAR) | SELECT Box AS score FROM table_name_79 WHERE score = "103-101" |
52,250 | <question>: What was the box score for the game where the away team was the sydney spirit? <context>: CREATE TABLE table_name_40 (Box VARCHAR, away_team VARCHAR) | SELECT Box AS score FROM table_name_40 WHERE away_team = "sydney spirit" |
52,251 | <question>: What was the resolution of the fight when tim hague had a record of 15-7? <context>: CREATE TABLE table_name_65 (res VARCHAR, record VARCHAR) | SELECT res FROM table_name_65 WHERE record = "15-7" |
52,252 | <question>: What event did Tim hague have a fight that had a time of 5:00 and a record of 10-4? <context>: CREATE TABLE table_name_88 (event VARCHAR, time VARCHAR, record VARCHAR) | SELECT event FROM table_name_88 WHERE time = "5:00" AND record = "10-4" |
52,253 | <question>: What method of resolution was the fight that took place at hardcore championship fighting: destiny? <context>: CREATE TABLE table_name_41 (method VARCHAR, event VARCHAR) | SELECT method FROM table_name_41 WHERE event = "hardcore championship fighting: destiny" |
52,254 | <question>: What event did tim Hague have a record of 3-0? <context>: CREATE TABLE table_name_54 (event VARCHAR, record VARCHAR) | SELECT event FROM table_name_54 WHERE record = "3-0" |
52,255 | <question>: What was the date of the poll from Survey USA that showed a lead margin smaller than 5.5? <context>: CREATE TABLE table_name_87 (dates_administered VARCHAR, lead_margin VARCHAR, poll_source VARCHAR) | SELECT dates_administered FROM table_name_87 WHERE lead_margin < 5.5 AND poll_source = "survey usa" |
52,256 | <question>: Which organization administered the poll that showed a lead margin of 5.5? <context>: CREATE TABLE table_name_88 (poll_source VARCHAR, lead_margin VARCHAR) | SELECT poll_source FROM table_name_88 WHERE lead_margin = 5.5 |
52,257 | <question>: What is the sum of Round, when Position is Forward, and when School/Club Team is Western Kentucky? <context>: CREATE TABLE table_name_2 (round INTEGER, position VARCHAR, school_club_team VARCHAR) | SELECT SUM(round) FROM table_name_2 WHERE position = "forward" AND school_club_team = "western kentucky" |
52,258 | <question>: What is Position, when Pick is 7? <context>: CREATE TABLE table_name_80 (position VARCHAR, pick VARCHAR) | SELECT position FROM table_name_80 WHERE pick = "7" |
52,259 | <question>: What is Pick, when Round is greater than 1, and when School/Club Team is South Carolina? <context>: CREATE TABLE table_name_95 (pick VARCHAR, round VARCHAR, school_club_team VARCHAR) | SELECT pick FROM table_name_95 WHERE round > 1 AND school_club_team = "south carolina" |
52,260 | <question>: What is the Date of the game with an Outcome of runner-up and Score of 5–7, 3–6, 6–3, 2–6? <context>: CREATE TABLE table_name_83 (date VARCHAR, outcome VARCHAR, score VARCHAR) | SELECT date FROM table_name_83 WHERE outcome = "runner-up" AND score = "5–7, 3–6, 6–3, 2–6" |
52,261 | <question>: What is the Date of the game with a Score of 4–6, 4–6? <context>: CREATE TABLE table_name_36 (date VARCHAR, score VARCHAR) | SELECT date FROM table_name_36 WHERE score = "4–6, 4–6" |
52,262 | <question>: What is the Date of the game against Christo Van Rensburg? <context>: CREATE TABLE table_name_5 (date VARCHAR, opponent VARCHAR) | SELECT date FROM table_name_5 WHERE opponent = "christo van rensburg" |
52,263 | <question>: Who was the home team for the game that has a Tie value of 3? <context>: CREATE TABLE table_name_36 (home_team VARCHAR, tie_no VARCHAR) | SELECT home_team FROM table_name_36 WHERE tie_no = "3" |
52,264 | <question>: How many in total were in attendance at games where Chelsea was the away team? <context>: CREATE TABLE table_name_23 (attendance INTEGER, away_team VARCHAR) | SELECT SUM(attendance) FROM table_name_23 WHERE away_team = "chelsea" |
52,265 | <question>: What is the 2004 population for 昌黎县? <context>: CREATE TABLE table_name_87 (population__2004_est_ VARCHAR, hanzi VARCHAR) | SELECT population__2004_est_ FROM table_name_87 WHERE hanzi = "昌黎县" |
52,266 | <question>: What is the 2004 population for 山海关区? <context>: CREATE TABLE table_name_46 (population__2004_est_ VARCHAR, hanzi VARCHAR) | SELECT population__2004_est_ FROM table_name_46 WHERE hanzi = "山海关区" |
52,267 | <question>: Which Hanzi has a suburban population in 2004? <context>: CREATE TABLE table_name_95 (hanzi VARCHAR, population__2004_est_ VARCHAR) | SELECT hanzi FROM table_name_95 WHERE population__2004_est_ = "suburban" |
52,268 | <question>: What is the density of 昌黎县? <context>: CREATE TABLE table_name_34 (density___km²_ VARCHAR, hanzi VARCHAR) | SELECT density___km²_ FROM table_name_34 WHERE hanzi = "昌黎县" |
52,269 | <question>: Which Hanyu Pinyin is labeled rural? <context>: CREATE TABLE table_name_68 (hanyu_pinyin VARCHAR, name VARCHAR) | SELECT hanyu_pinyin FROM table_name_68 WHERE name = "rural" |
52,270 | <question>: What is the Pressure in hPa (mbar), when Vacuum Range is "medium vacuum"? <context>: CREATE TABLE table_name_69 (pressure_in_hpa__mbar_ VARCHAR, vacuum_range VARCHAR) | SELECT pressure_in_hpa__mbar_ FROM table_name_69 WHERE vacuum_range = "medium vacuum" |
52,271 | <question>: What is Mean Free Path, when Vacuum Range is "medium vacuum"? <context>: CREATE TABLE table_name_28 (mean_free_path VARCHAR, vacuum_range VARCHAR) | SELECT mean_free_path FROM table_name_28 WHERE vacuum_range = "medium vacuum" |
52,272 | <question>: What is Mean Free Path, when Vacuum Range is "medium vacuum"? <context>: CREATE TABLE table_name_25 (mean_free_path VARCHAR, vacuum_range VARCHAR) | SELECT mean_free_path FROM table_name_25 WHERE vacuum_range = "medium vacuum" |
52,273 | <question>: what is the outcome when the date is 10 october 1994? <context>: CREATE TABLE table_name_40 (outcome VARCHAR, date VARCHAR) | SELECT outcome FROM table_name_40 WHERE date = "10 october 1994" |
52,274 | <question>: what is the score on 22 february 1993? <context>: CREATE TABLE table_name_10 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_10 WHERE date = "22 february 1993" |
52,275 | <question>: what is the outcome when the surface is grass on 23 june 1997? <context>: CREATE TABLE table_name_45 (outcome VARCHAR, surface VARCHAR, date VARCHAR) | SELECT outcome FROM table_name_45 WHERE surface = "grass" AND date = "23 june 1997" |
52,276 | <question>: what is the score when the surface is carpet (i) outcome is winner and the championship is rotterdam, netherlands? <context>: CREATE TABLE table_name_43 (score VARCHAR, championship VARCHAR, surface VARCHAR, outcome VARCHAR) | SELECT score FROM table_name_43 WHERE surface = "carpet (i)" AND outcome = "winner" AND championship = "rotterdam, netherlands" |
52,277 | <question>: what is the title when the rank is less than 17 and the worldwide gross is $299,288,605? <context>: CREATE TABLE table_name_11 (title VARCHAR, rank VARCHAR, worldwide_gross VARCHAR) | SELECT title FROM table_name_11 WHERE rank < 17 AND worldwide_gross = "$299,288,605" |
52,278 | <question>: what is the highest rank for director john woo? <context>: CREATE TABLE table_name_47 (rank INTEGER, director VARCHAR) | SELECT MAX(rank) FROM table_name_47 WHERE director = "john woo" |
52,279 | <question>: what is the title for director p.j. hogan? <context>: CREATE TABLE table_name_15 (title VARCHAR, director VARCHAR) | SELECT title FROM table_name_15 WHERE director = "p.j. hogan" |
52,280 | <question>: What date was the pyramid location? <context>: CREATE TABLE table_name_69 (date VARCHAR, location VARCHAR) | SELECT date FROM table_name_69 WHERE location = "the pyramid" |
52,281 | <question>: What date was the opponent the Portland Trail Blazers? <context>: CREATE TABLE table_name_67 (date VARCHAR, opponent VARCHAR) | SELECT date FROM table_name_67 WHERE opponent = "portland trail blazers" |
52,282 | <question>: What is the record for the opponent the Cleveland Cavaliers? <context>: CREATE TABLE table_name_26 (record VARCHAR, opponent VARCHAR) | SELECT record FROM table_name_26 WHERE opponent = "cleveland cavaliers" |
52,283 | <question>: What was the second qualification time for Dale Coyne Racing with a best of 1:03.757? <context>: CREATE TABLE table_name_39 (qual_2 VARCHAR, team VARCHAR, best VARCHAR) | SELECT qual_2 FROM table_name_39 WHERE team = "dale coyne racing" AND best = "1:03.757" |
52,284 | <question>: What was the second qualification time with a first qualification time of 1:02.813? <context>: CREATE TABLE table_name_29 (qual_2 VARCHAR, qual_1 VARCHAR) | SELECT qual_2 FROM table_name_29 WHERE qual_1 = "1:02.813" |
52,285 | <question>: Which team has a second qualification time of 1:01.936? <context>: CREATE TABLE table_name_40 (team VARCHAR, qual_2 VARCHAR) | SELECT team FROM table_name_40 WHERE qual_2 = "1:01.936" |
52,286 | <question>: Who had a best time of 1:00.870? <context>: CREATE TABLE table_name_24 (name VARCHAR, best VARCHAR) | SELECT name FROM table_name_24 WHERE best = "1:00.870" |
52,287 | <question>: Who had a second qualification time of 1:01.777? <context>: CREATE TABLE table_name_9 (name VARCHAR, qual_2 VARCHAR) | SELECT name FROM table_name_9 WHERE qual_2 = "1:01.777" |
52,288 | <question>: What type of 3D game was released between 2008-2011? <context>: CREATE TABLE table_name_87 (genre VARCHAR, type VARCHAR, release_date VARCHAR) | SELECT genre FROM table_name_87 WHERE type = "3d" AND release_date = "2008-2011" |
52,289 | <question>: When did Riot Games release their 3D MOBA game? <context>: CREATE TABLE table_name_2 (release_date VARCHAR, developer_s_ VARCHAR, type VARCHAR, genre VARCHAR) | SELECT release_date FROM table_name_2 WHERE type = "3d" AND genre = "moba" AND developer_s_ = "riot games" |
52,290 | <question>: When did Masthead Studios release their game? <context>: CREATE TABLE table_name_98 (release_date VARCHAR, developer_s_ VARCHAR) | SELECT release_date FROM table_name_98 WHERE developer_s_ = "masthead studios" |
52,291 | <question>: What operating system was needed for 2D games? <context>: CREATE TABLE table_name_91 (required_os VARCHAR, type VARCHAR) | SELECT required_os FROM table_name_91 WHERE type = "2d" |
52,292 | <question>: What type of 3D game did Valve Corporation release? <context>: CREATE TABLE table_name_4 (genre VARCHAR, type VARCHAR, developer_s_ VARCHAR) | SELECT genre FROM table_name_4 WHERE type = "3d" AND developer_s_ = "valve corporation" |
52,293 | <question>: What was the minimum operating system required by Stunlock Studios' game? <context>: CREATE TABLE table_name_91 (required_os VARCHAR, developer_s_ VARCHAR) | SELECT required_os FROM table_name_91 WHERE developer_s_ = "stunlock studios" |
52,294 | <question>: What was the total rounds Travis Hamonic played? <context>: CREATE TABLE table_name_61 (round VARCHAR, player VARCHAR) | SELECT COUNT(round) FROM table_name_61 WHERE player = "travis hamonic" |
52,295 | <question>: What is the name of the ship with pit props as Cargo sunk by u-48 *? <context>: CREATE TABLE table_name_44 (name VARCHAR, fate VARCHAR, cargo VARCHAR) | SELECT name FROM table_name_44 WHERE fate = "sunk by u-48 *" AND cargo = "pit props" |
52,296 | <question>: What is the Date of attack of the ship with iron ore sunk by u-101 *? <context>: CREATE TABLE table_name_39 (date_of_attack VARCHAR, fate VARCHAR, cargo VARCHAR) | SELECT date_of_attack FROM table_name_39 WHERE fate = "sunk by u-101 *" AND cargo = "iron ore" |
52,297 | <question>: What is the fewest points for positions with under 12 losses, goals against under 50, goal difference over 11, and under 30 played? <context>: CREATE TABLE table_name_22 (points INTEGER, played VARCHAR, goal_difference VARCHAR, losses VARCHAR, goals_against VARCHAR) | SELECT MIN(points) FROM table_name_22 WHERE losses < 12 AND goals_against < 50 AND goal_difference > 11 AND played < 30 |
52,298 | <question>: What is the most wins for a position with more than 30 played and a goal difference of 11? <context>: CREATE TABLE table_name_46 (wins INTEGER, goal_difference VARCHAR, played VARCHAR) | SELECT MAX(wins) FROM table_name_46 WHERE goal_difference = 11 AND played > 30 |
52,299 | <question>: What is the total number of played for the goals against over 44 and a goal difference of 11? <context>: CREATE TABLE table_name_68 (played VARCHAR, goal_difference VARCHAR, goals_against VARCHAR) | SELECT COUNT(played) FROM table_name_68 WHERE goal_difference = 11 AND goals_against > 44 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.