Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
34,300 | <question>: What is the Italian word for "orange" in English? <context>: CREATE TABLE table_2077192_2 (italian VARCHAR, english VARCHAR) | SELECT italian FROM table_2077192_2 WHERE english = "orange" |
34,301 | <question>: How many Phonetic Greek words translate to grenouille in French? <context>: CREATE TABLE table_2077192_2 (phonetic_greek VARCHAR, french VARCHAR) | SELECT COUNT(phonetic_greek) FROM table_2077192_2 WHERE french = "grenouille" |
34,302 | <question>: What does the word "frog"in English translate to in Italian? <context>: CREATE TABLE table_2077192_2 (italian VARCHAR, english VARCHAR) | SELECT italian FROM table_2077192_2 WHERE english = "frog" |
34,303 | <question>: Where are the Alexandria enrollment locations? <context>: CREATE TABLE table_2076608_3 (enrollment VARCHAR, location_s_ VARCHAR) | SELECT enrollment FROM table_2076608_3 WHERE location_s_ = "Alexandria" |
34,304 | <question>: What is the control type which was founded in 1991? <context>: CREATE TABLE table_2076608_3 (control VARCHAR, founded VARCHAR) | SELECT control FROM table_2076608_3 WHERE founded = "1991" |
34,305 | <question>: What is the control type which was founded in 1818? <context>: CREATE TABLE table_2076608_3 (control VARCHAR, founded VARCHAR) | SELECT control FROM table_2076608_3 WHERE founded = "1818" |
34,306 | <question>: What year was Hartland College founded? <context>: CREATE TABLE table_2076608_3 (founded VARCHAR, school VARCHAR) | SELECT founded FROM table_2076608_3 WHERE school = "Hartland College" |
34,307 | <question>: What type of school is Cordoba University? <context>: CREATE TABLE table_2076608_3 (type VARCHAR, school VARCHAR) | SELECT type FROM table_2076608_3 WHERE school = "Cordoba University" |
34,308 | <question>: What school is in Richmond? <context>: CREATE TABLE table_2076608_3 (school VARCHAR, location_s_ VARCHAR) | SELECT school FROM table_2076608_3 WHERE location_s_ = "Richmond" |
34,309 | <question>: What accreditation does Hollins University have? <context>: CREATE TABLE table_2076608_1 (accreditation VARCHAR, school VARCHAR) | SELECT accreditation FROM table_2076608_1 WHERE school = "Hollins University" |
34,310 | <question>: What was the largest founded year for schools having enrollment of exactly 696? <context>: CREATE TABLE table_2076608_1 (founded INTEGER, enrollment VARCHAR) | SELECT MAX(founded) FROM table_2076608_1 WHERE enrollment = "696" |
34,311 | <question>: What is the control for Christopher Newport University? <context>: CREATE TABLE table_2076608_1 (control VARCHAR, school VARCHAR) | SELECT control FROM table_2076608_1 WHERE school = "Christopher Newport University" |
34,312 | <question>: What is the total number of schools founded that have an enrollment of 5634? <context>: CREATE TABLE table_2076608_1 (founded VARCHAR, enrollment VARCHAR) | SELECT COUNT(founded) FROM table_2076608_1 WHERE enrollment = "5634" |
34,313 | <question>: What type of school is Stratford University? <context>: CREATE TABLE table_2076608_1 (type VARCHAR, school VARCHAR) | SELECT type FROM table_2076608_1 WHERE school = "Stratford University" |
34,314 | <question>: What type of school is Jefferson College of Health Sciences? <context>: CREATE TABLE table_2076608_1 (type VARCHAR, school VARCHAR) | SELECT type FROM table_2076608_1 WHERE school = "Jefferson College of Health Sciences" |
34,315 | <question>: Name the nec record for 11th standing <context>: CREATE TABLE table_20774360_2 (nec_record VARCHAR, standing VARCHAR) | SELECT nec_record FROM table_20774360_2 WHERE standing = "11th" |
34,316 | <question>: Name the year for standing 9th <context>: CREATE TABLE table_20774360_2 (year VARCHAR, standing VARCHAR) | SELECT year FROM table_20774360_2 WHERE standing = "9th" |
34,317 | <question>: Name the year for t-10th <context>: CREATE TABLE table_20774360_2 (year VARCHAR, standing VARCHAR) | SELECT year FROM table_20774360_2 WHERE standing = "T-10th" |
34,318 | <question>: Name the regular season record for standing 11th <context>: CREATE TABLE table_20774360_2 (regular_season_record__w_l_ VARCHAR, standing VARCHAR) | SELECT regular_season_record__w_l_ FROM table_20774360_2 WHERE standing = "11th" |
34,319 | <question>: Name the most previous br number <context>: CREATE TABLE table_2079664_3 (previous_br_no INTEGER) | SELECT MAX(previous_br_no) FROM table_2079664_3 |
34,320 | <question>: Name the total number of previous br number for number 21 <context>: CREATE TABLE table_2079664_3 (previous_br_no VARCHAR, number VARCHAR) | SELECT COUNT(previous_br_no) FROM table_2079664_3 WHERE number = "21" |
34,321 | <question>: What country uses the title Marele Câștigător The Big Winner? <context>: CREATE TABLE table_20780285_1 (country_region VARCHAR, title VARCHAR) | SELECT country_region FROM table_20780285_1 WHERE title = "Marele câștigător The Big Winner" |
34,322 | <question>: Silvio Santos is the presenter in what country? <context>: CREATE TABLE table_20780285_1 (country_region VARCHAR, presenters VARCHAR) | SELECT country_region FROM table_20780285_1 WHERE presenters = "Silvio Santos" |
34,323 | <question>: What is the home town of David Noel? <context>: CREATE TABLE table_20785990_2 (home_town VARCHAR, name VARCHAR) | SELECT home_town FROM table_20785990_2 WHERE name = "David Noel" |
34,324 | <question>: What is the high school for the player who's hometown is Blue Island, Il? <context>: CREATE TABLE table_20785990_2 (high_school VARCHAR, home_town VARCHAR) | SELECT high_school FROM table_20785990_2 WHERE home_town = "Blue Island, IL" |
34,325 | <question>: What is the position of the player who's hometown is North Babylon, NY? <context>: CREATE TABLE table_20785990_2 (position VARCHAR, home_town VARCHAR) | SELECT position FROM table_20785990_2 WHERE home_town = "North Babylon, NY" |
34,326 | <question>: What position is the player from Chapel Hill, NC? <context>: CREATE TABLE table_20785990_2 (position VARCHAR, home_town VARCHAR) | SELECT position FROM table_20785990_2 WHERE home_town = "Chapel Hill, NC" |
34,327 | <question>: What is the height of the player from Gulfport, MS? <context>: CREATE TABLE table_20785990_2 (height VARCHAR, home_town VARCHAR) | SELECT height FROM table_20785990_2 WHERE home_town = "Gulfport, MS" |
34,328 | <question>: In what county did McCain get 57.8%? <context>: CREATE TABLE table_20799905_1 (county VARCHAR, mccain_percentage VARCHAR) | SELECT county FROM table_20799905_1 WHERE mccain_percentage = "57.8%" |
34,329 | <question>: How many figures are given for McCain's % in Davidson county? <context>: CREATE TABLE table_20799905_1 (mccain_percentage VARCHAR, county VARCHAR) | SELECT COUNT(mccain_percentage) FROM table_20799905_1 WHERE county = "DAVIDSON" |
34,330 | <question>: What percentage did Obama get in Rutherford county? <context>: CREATE TABLE table_20799905_1 (obama_percentage VARCHAR, county VARCHAR) | SELECT obama_percentage FROM table_20799905_1 WHERE county = "RUTHERFORD" |
34,331 | <question>: What percentage did McCain get in Hamilton county? <context>: CREATE TABLE table_20799905_1 (mccain_percentage VARCHAR, county VARCHAR) | SELECT mccain_percentage FROM table_20799905_1 WHERE county = "HAMILTON" |
34,332 | <question>: What percentage did Obama get when McCain got 52.8%? <context>: CREATE TABLE table_20799905_1 (obama_percentage VARCHAR, mccain_percentage VARCHAR) | SELECT obama_percentage FROM table_20799905_1 WHERE mccain_percentage = "52.8%" |
34,333 | <question>: How many votes did Obama get in Lake County? <context>: CREATE TABLE table_20799905_1 (obama_number INTEGER, county VARCHAR) | SELECT MIN(obama_number) FROM table_20799905_1 WHERE county = "LAKE" |
34,334 | <question>: In how many counties did McCain get 65.72% of the votes? <context>: CREATE TABLE table_20799587_1 (county VARCHAR, mccain_percentage VARCHAR) | SELECT COUNT(county) FROM table_20799587_1 WHERE mccain_percentage = "65.72%" |
34,335 | <question>: How many people voted for Obama in the county where McCain got 72.75% of the votes? <context>: CREATE TABLE table_20799587_1 (obama_number INTEGER, mccain_percentage VARCHAR) | SELECT MIN(obama_number) FROM table_20799587_1 WHERE mccain_percentage = "72.75%" |
34,336 | <question>: What percentage of the votes did McCain get in Hinds? <context>: CREATE TABLE table_20799587_1 (mccain_percentage VARCHAR, county VARCHAR) | SELECT mccain_percentage FROM table_20799587_1 WHERE county = "Hinds" |
34,337 | <question>: How many votes did McCain get in Scott? <context>: CREATE TABLE table_20799587_1 (mccain_number INTEGER, county VARCHAR) | SELECT MIN(mccain_number) FROM table_20799587_1 WHERE county = "Scott" |
34,338 | <question>: What percentage of the votes in Tippah did Obama get? <context>: CREATE TABLE table_20799587_1 (obama_percentage VARCHAR, county VARCHAR) | SELECT obama_percentage FROM table_20799587_1 WHERE county = "Tippah" |
34,339 | <question>: What percentage of the votes in Copiah did McCain get? <context>: CREATE TABLE table_20799587_1 (mccain_percentage VARCHAR, county VARCHAR) | SELECT mccain_percentage FROM table_20799587_1 WHERE county = "Copiah" |
34,340 | <question>: When n/a is the cash fate and n/a is the 31-day pass how many types of fare are there? <context>: CREATE TABLE table_20803241_1 (type_of_fare VARCHAR, cash_fare VARCHAR, day_pass VARCHAR) | SELECT COUNT(type_of_fare) FROM table_20803241_1 WHERE 31 - day_pass = "N/A" AND cash_fare = "N/A" |
34,341 | <question>: When fixed route is the type of fare how much is the 31-day pass? <context>: CREATE TABLE table_20803241_1 (day_pass VARCHAR, type_of_fare VARCHAR) | SELECT 31 - day_pass FROM table_20803241_1 WHERE type_of_fare = "Fixed Route" |
34,342 | <question>: When mega pass* (senior/disabled) is the type of fare what is the cash fare? <context>: CREATE TABLE table_20803241_1 (cash_fare VARCHAR, type_of_fare VARCHAR) | SELECT cash_fare FROM table_20803241_1 WHERE type_of_fare = "Mega Pass* (Senior/Disabled)" |
34,343 | <question>: When mega pass* (senior/disabled) is the type of fare what is the day pass? <context>: CREATE TABLE table_20803241_1 (day_pass VARCHAR, type_of_fare VARCHAR) | SELECT day_pass FROM table_20803241_1 WHERE type_of_fare = "Mega Pass* (Senior/Disabled)" |
34,344 | <question>: When fort irwin-barstow/victorville is the type of fare what is the cash fare? <context>: CREATE TABLE table_20803241_1 (cash_fare VARCHAR, type_of_fare VARCHAR) | SELECT cash_fare FROM table_20803241_1 WHERE type_of_fare = "Fort Irwin-Barstow/Victorville" |
34,345 | <question>: Where total goals is 1 and total apps is 33, what is the smallest no.? <context>: CREATE TABLE table_20848569_9 (no INTEGER, total_goals VARCHAR, total_apps VARCHAR) | SELECT MIN(no) FROM table_20848569_9 WHERE total_goals = 1 AND total_apps = 33 |
34,346 | <question>: What position is the boat with 20.12 LOA (metres)? <context>: CREATE TABLE table_20854943_2 (position INTEGER, loa__metres_ VARCHAR) | SELECT MAX(position) FROM table_20854943_2 WHERE loa__metres_ = "20.12" |
34,347 | <question>: What are the LOA (metres) of boat with sail number M10? <context>: CREATE TABLE table_20854943_2 (loa__metres_ VARCHAR, sail_number VARCHAR) | SELECT loa__metres_ FROM table_20854943_2 WHERE sail_number = "M10" |
34,348 | <question>: How many LOA (metres) reported for Black Jack? <context>: CREATE TABLE table_20854943_2 (loa__metres_ VARCHAR, yacht VARCHAR) | SELECT COUNT(loa__metres_) FROM table_20854943_2 WHERE yacht = "Black Jack" |
34,349 | <question>: What race number had sail number AUS 98888? <context>: CREATE TABLE table_20854943_2 (race_number VARCHAR, sail_number VARCHAR) | SELECT race_number FROM table_20854943_2 WHERE sail_number = "AUS 98888" |
34,350 | <question>: How many sail numbers for boat skippered by Geoff Ross? <context>: CREATE TABLE table_20854943_2 (sail_number VARCHAR, skipper VARCHAR) | SELECT COUNT(sail_number) FROM table_20854943_2 WHERE skipper = "Geoff Ross" |
34,351 | <question>: When did they play against West Virginia? <context>: CREATE TABLE table_20850339_1 (date VARCHAR, opponent VARCHAR) | SELECT date FROM table_20850339_1 WHERE opponent = "West Virginia" |
34,352 | <question>: When l (ot/so) is 22 (3/4), what is the season? <context>: CREATE TABLE table_20833768_4 (season VARCHAR, l__ot_so_ VARCHAR) | SELECT season FROM table_20833768_4 WHERE l__ot_so_ = "22 (3/4)" |
34,353 | <question>: In season is 2008–09, how many wins did they have? <context>: CREATE TABLE table_20833768_4 (w__ot_so_ VARCHAR, season VARCHAR) | SELECT w__ot_so_ FROM table_20833768_4 WHERE season = "2008–09" |
34,354 | <question>: What is the weight of Eben Britton? <context>: CREATE TABLE table_20860739_1 (weight INTEGER, player VARCHAR) | SELECT MAX(weight) FROM table_20860739_1 WHERE player = "Eben Britton" |
34,355 | <question>: How many rounds did Virginia have? <context>: CREATE TABLE table_20860739_1 (round VARCHAR, college VARCHAR) | SELECT round FROM table_20860739_1 WHERE college = "Virginia" |
34,356 | <question>: How many rounds were there a height of 6'5? <context>: CREATE TABLE table_20860739_1 (round VARCHAR, height VARCHAR) | SELECT round FROM table_20860739_1 WHERE height = "6'5" |
34,357 | <question>: What college has a player that is 6'1? <context>: CREATE TABLE table_20860739_1 (college VARCHAR, height VARCHAR) | SELECT college FROM table_20860739_1 WHERE height = "6'1" |
34,358 | <question>: What is the number of Mike Thomas? <context>: CREATE TABLE table_20860739_1 (position VARCHAR, player VARCHAR) | SELECT COUNT(position) FROM table_20860739_1 WHERE player = "Mike Thomas" |
34,359 | <question>: What college did Terrance Taylor play for? <context>: CREATE TABLE table_20861261_4 (college VARCHAR, player VARCHAR) | SELECT college FROM table_20861261_4 WHERE player = "Terrance Taylor" |
34,360 | <question>: What's Curtis Painter's position? <context>: CREATE TABLE table_20861261_4 (position VARCHAR, player VARCHAR) | SELECT position FROM table_20861261_4 WHERE player = "Curtis Painter" |
34,361 | <question>: How much does the player from Southern California weight? <context>: CREATE TABLE table_20861261_4 (weight VARCHAR, college VARCHAR) | SELECT weight FROM table_20861261_4 WHERE college = "Southern California" |
34,362 | <question>: In what round did the player who weights 192lb (87kg) play? <context>: CREATE TABLE table_20861261_4 (round INTEGER, weight VARCHAR) | SELECT MAX(round) FROM table_20861261_4 WHERE weight = "192lb (87kg)" |
34,363 | <question>: What's the choice score of the player who weights 303lb (137kg)? <context>: CREATE TABLE table_20861261_4 (choice INTEGER, weight VARCHAR) | SELECT MIN(choice) FROM table_20861261_4 WHERE weight = "303lb (137kg)" |
34,364 | <question>: How many different engines are there for the model with model designation 97G00? <context>: CREATE TABLE table_20866024_2 (engine VARCHAR, model_designation VARCHAR) | SELECT COUNT(engine) FROM table_20866024_2 WHERE model_designation = "97G00" |
34,365 | <question>: What's the engine for the model model designation 97G00 and GVW of 2500/2.46 kg/ton? <context>: CREATE TABLE table_20866024_2 (engine VARCHAR, gvw__kg_ton_ VARCHAR, model_designation VARCHAR) | SELECT engine FROM table_20866024_2 WHERE gvw__kg_ton_ = "2500/2.46" AND model_designation = "97G00" |
34,366 | <question>: What model type has model designation 97500? <context>: CREATE TABLE table_20866024_2 (model_type VARCHAR, model_designation VARCHAR) | SELECT model_type FROM table_20866024_2 WHERE model_designation = "97500" |
34,367 | <question>: What's the axle ratio of the model with model designation 97G00? <context>: CREATE TABLE table_20866024_2 (axle_ratio VARCHAR, model_designation VARCHAR) | SELECT axle_ratio FROM table_20866024_2 WHERE model_designation = "97G00" |
34,368 | <question>: What model type has 97100 model designation? <context>: CREATE TABLE table_20866024_2 (model_type VARCHAR, model_designation VARCHAR) | SELECT model_type FROM table_20866024_2 WHERE model_designation = "97100" |
34,369 | <question>: What type of engine does the model with model designation 97100 have? <context>: CREATE TABLE table_20866024_3 (engine VARCHAR, model_designation VARCHAR) | SELECT engine FROM table_20866024_3 WHERE model_designation = "97100" |
34,370 | <question>: What's the wheelbase (in mm/inch) of the model with model designation 97G00? <context>: CREATE TABLE table_20866024_3 (wheelbase__mm_inch_ VARCHAR, model_designation VARCHAR) | SELECT wheelbase__mm_inch_ FROM table_20866024_3 WHERE model_designation = "97G00" |
34,371 | <question>: What type of engine does the model with model designation 97F00 have? <context>: CREATE TABLE table_20866024_3 (engine VARCHAR, model_designation VARCHAR) | SELECT engine FROM table_20866024_3 WHERE model_designation = "97F00" |
34,372 | <question>: What's the model designation of the model with GVW of 2828/2.78 kg/ton and axle ratio of 9/47? <context>: CREATE TABLE table_20866024_3 (model_designation VARCHAR, gvw__kg_ton_ VARCHAR, axle_ratio VARCHAR) | SELECT model_designation FROM table_20866024_3 WHERE gvw__kg_ton_ = "2828/2.78" AND axle_ratio = "9/47" |
34,373 | <question>: Who is the player name when eastern michigan is the college? <context>: CREATE TABLE table_20871703_1 (player_name VARCHAR, college VARCHAR) | SELECT player_name FROM table_20871703_1 WHERE college = "Eastern Michigan" |
34,374 | <question>: What is the height if ot is the position? <context>: CREATE TABLE table_20871703_1 (height VARCHAR, position VARCHAR) | SELECT height FROM table_20871703_1 WHERE position = "OT" |
34,375 | <question>: Who is the player for south carolina college? <context>: CREATE TABLE table_20871703_1 (player_name VARCHAR, college VARCHAR) | SELECT player_name FROM table_20871703_1 WHERE college = "South Carolina" |
34,376 | <question>: What is the height if de is the position? <context>: CREATE TABLE table_20871703_1 (height VARCHAR, position VARCHAR) | SELECT COUNT(height) FROM table_20871703_1 WHERE position = "DE" |
34,377 | <question>: Which college has fb as the position? <context>: CREATE TABLE table_20871703_1 (college VARCHAR, position VARCHAR) | SELECT college FROM table_20871703_1 WHERE position = "FB" |
34,378 | <question>: What is the GVW for model 97H00? <context>: CREATE TABLE table_20866024_4 (gvw__kg_ton_ VARCHAR, model_designation VARCHAR) | SELECT gvw__kg_ton_ FROM table_20866024_4 WHERE model_designation = "97H00" |
34,379 | <question>: How many engines are there for model 97H00? <context>: CREATE TABLE table_20866024_4 (engine VARCHAR, model_designation VARCHAR) | SELECT COUNT(engine) FROM table_20866024_4 WHERE model_designation = "97H00" |
34,380 | <question>: What is the Wheelbase for Model 97300? <context>: CREATE TABLE table_20866024_4 (wheelbase__mm_inch_ VARCHAR, model_designation VARCHAR) | SELECT wheelbase__mm_inch_ FROM table_20866024_4 WHERE model_designation = "97300" |
34,381 | <question>: Name the Engine for model CF350. <context>: CREATE TABLE table_20866024_4 (engine VARCHAR, model_type VARCHAR) | SELECT engine FROM table_20866024_4 WHERE model_type = "CF350" |
34,382 | <question>: Was the result of the supercheap auto bathurst 1000 reported? <context>: CREATE TABLE table_20884160_1 (report VARCHAR, race_title VARCHAR) | SELECT report FROM table_20884160_1 WHERE race_title = "Supercheap Auto Bathurst 1000" |
34,383 | <question>: Who was the winner of the race at barbagallo raceway? <context>: CREATE TABLE table_20884160_1 (winner VARCHAR, circuit VARCHAR) | SELECT winner FROM table_20884160_1 WHERE circuit = "Barbagallo Raceway" |
34,384 | <question>: how many players played running back where status is made 53-man roster at start of 2009 season <context>: CREATE TABLE table_20898602_1 (player VARCHAR, status VARCHAR, position VARCHAR) | SELECT COUNT(player) FROM table_20898602_1 WHERE status = "Made 53-man roster at start of 2009 season" AND position = "Running back" |
34,385 | <question>: howe many positions did wallace, mike mike wallace play for <context>: CREATE TABLE table_20898602_1 (position VARCHAR, player VARCHAR) | SELECT COUNT(position) FROM table_20898602_1 WHERE player = "Wallace, Mike Mike Wallace" |
34,386 | <question>: state the status of pick # 32 <context>: CREATE TABLE table_20898602_1 (status VARCHAR, pick__number VARCHAR) | SELECT status FROM table_20898602_1 WHERE pick__number = 32 |
34,387 | <question>: which college had a running back player <context>: CREATE TABLE table_20898602_1 (college VARCHAR, position VARCHAR) | SELECT college FROM table_20898602_1 WHERE position = "Running back" |
34,388 | <question>: what is the position of the player of height ft0in (m) <context>: CREATE TABLE table_20898602_1 (position VARCHAR, height VARCHAR) | SELECT position FROM table_20898602_1 WHERE height = "ft0in (m)" |
34,389 | <question>: what's the position of pick # 79 <context>: CREATE TABLE table_20898602_1 (position VARCHAR, pick__number VARCHAR) | SELECT position FROM table_20898602_1 WHERE pick__number = 79 |
34,390 | <question>: How many touchdowns were scored when QB rating was 82.7? <context>: CREATE TABLE table_20906175_3 (touchdowns INTEGER, qb_rating VARCHAR) | SELECT MAX(touchdowns) FROM table_20906175_3 WHERE qb_rating = "82.7" |
34,391 | <question>: What was the QB rating for Neil lomax? <context>: CREATE TABLE table_20906175_3 (qb_rating VARCHAR, name VARCHAR) | SELECT qb_rating FROM table_20906175_3 WHERE name = "Neil Lomax" |
34,392 | <question>: How many attempts did Charley Johnson have? <context>: CREATE TABLE table_20906175_3 (attempts VARCHAR, name VARCHAR) | SELECT COUNT(attempts) FROM table_20906175_3 WHERE name = "Charley Johnson" |
34,393 | <question>: How many touchdowns were there with QB rating of 66.6? <context>: CREATE TABLE table_20906175_3 (touchdowns VARCHAR, qb_rating VARCHAR) | SELECT touchdowns FROM table_20906175_3 WHERE qb_rating = "66.6" |
34,394 | <question>: Name the number opponent for loss result <context>: CREATE TABLE table_20928661_1 (opponent VARCHAR, result VARCHAR) | SELECT COUNT(opponent) FROM table_20928661_1 WHERE result = "Loss" |
34,395 | <question>: Name the game for record being 3-0 <context>: CREATE TABLE table_20928661_1 (game VARCHAR, record VARCHAR) | SELECT game FROM table_20928661_1 WHERE record = "3-0" |
34,396 | <question>: What was the date of game 6? <context>: CREATE TABLE table_20928649_1 (date VARCHAR, game VARCHAR) | SELECT date FROM table_20928649_1 WHERE game = 6 |
34,397 | <question>: What was the record for the game where the cardinals scored 7 points? <context>: CREATE TABLE table_20928649_1 (record VARCHAR, cardinals_points VARCHAR) | SELECT record FROM table_20928649_1 WHERE cardinals_points = 7 |
34,398 | <question>: What game date had the record of 1-2? <context>: CREATE TABLE table_20928649_1 (date VARCHAR, record VARCHAR) | SELECT date FROM table_20928649_1 WHERE record = "1-2" |
34,399 | <question>: How many opponents were in North Carolina state game? <context>: CREATE TABLE table_20928649_1 (opponents VARCHAR, opponent VARCHAR) | SELECT COUNT(opponents) FROM table_20928649_1 WHERE opponent = "North Carolina State" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.