question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
What is the Italian word for "orange" in English?
CREATE TABLE table_2077192_2 (italian VARCHAR, english VARCHAR)
{ "SQL_Query": "SELECT italian FROM table_2077192_2 WHERE english = \"orange\"" }
How many Phonetic Greek words translate to grenouille in French?
CREATE TABLE table_2077192_2 (phonetic_greek VARCHAR, french VARCHAR)
{ "SQL_Query": "SELECT COUNT(phonetic_greek) FROM table_2077192_2 WHERE french = \"grenouille\"" }
What does the word "frog"in English translate to in Italian?
CREATE TABLE table_2077192_2 (italian VARCHAR, english VARCHAR)
{ "SQL_Query": "SELECT italian FROM table_2077192_2 WHERE english = \"frog\"" }
Where are the Alexandria enrollment locations?
CREATE TABLE table_2076608_3 (enrollment VARCHAR, location_s_ VARCHAR)
{ "SQL_Query": "SELECT enrollment FROM table_2076608_3 WHERE location_s_ = \"Alexandria\"" }
What is the control type which was founded in 1991?
CREATE TABLE table_2076608_3 (control VARCHAR, founded VARCHAR)
{ "SQL_Query": "SELECT control FROM table_2076608_3 WHERE founded = \"1991\"" }
What is the control type which was founded in 1818?
CREATE TABLE table_2076608_3 (control VARCHAR, founded VARCHAR)
{ "SQL_Query": "SELECT control FROM table_2076608_3 WHERE founded = \"1818\"" }
What year was Hartland College founded?
CREATE TABLE table_2076608_3 (founded VARCHAR, school VARCHAR)
{ "SQL_Query": "SELECT founded FROM table_2076608_3 WHERE school = \"Hartland College\"" }
What type of school is Cordoba University?
CREATE TABLE table_2076608_3 (type VARCHAR, school VARCHAR)
{ "SQL_Query": "SELECT type FROM table_2076608_3 WHERE school = \"Cordoba University\"" }
What school is in Richmond?
CREATE TABLE table_2076608_3 (school VARCHAR, location_s_ VARCHAR)
{ "SQL_Query": "SELECT school FROM table_2076608_3 WHERE location_s_ = \"Richmond\"" }
What accreditation does Hollins University have?
CREATE TABLE table_2076608_1 (accreditation VARCHAR, school VARCHAR)
{ "SQL_Query": "SELECT accreditation FROM table_2076608_1 WHERE school = \"Hollins University\"" }
What was the largest founded year for schools having enrollment of exactly 696?
CREATE TABLE table_2076608_1 (founded INTEGER, enrollment VARCHAR)
{ "SQL_Query": "SELECT MAX(founded) FROM table_2076608_1 WHERE enrollment = \"696\"" }
What is the control for Christopher Newport University?
CREATE TABLE table_2076608_1 (control VARCHAR, school VARCHAR)
{ "SQL_Query": "SELECT control FROM table_2076608_1 WHERE school = \"Christopher Newport University\"" }
What is the total number of schools founded that have an enrollment of 5634?
CREATE TABLE table_2076608_1 (founded VARCHAR, enrollment VARCHAR)
{ "SQL_Query": "SELECT COUNT(founded) FROM table_2076608_1 WHERE enrollment = \"5634\"" }
What type of school is Stratford University?
CREATE TABLE table_2076608_1 (type VARCHAR, school VARCHAR)
{ "SQL_Query": "SELECT type FROM table_2076608_1 WHERE school = \"Stratford University\"" }
What type of school is Jefferson College of Health Sciences?
CREATE TABLE table_2076608_1 (type VARCHAR, school VARCHAR)
{ "SQL_Query": "SELECT type FROM table_2076608_1 WHERE school = \"Jefferson College of Health Sciences\"" }
Name the nec record for 11th standing
CREATE TABLE table_20774360_2 (nec_record VARCHAR, standing VARCHAR)
{ "SQL_Query": "SELECT nec_record FROM table_20774360_2 WHERE standing = \"11th\"" }
Name the year for standing 9th
CREATE TABLE table_20774360_2 (year VARCHAR, standing VARCHAR)
{ "SQL_Query": "SELECT year FROM table_20774360_2 WHERE standing = \"9th\"" }
Name the year for t-10th
CREATE TABLE table_20774360_2 (year VARCHAR, standing VARCHAR)
{ "SQL_Query": "SELECT year FROM table_20774360_2 WHERE standing = \"T-10th\"" }
Name the regular season record for standing 11th
CREATE TABLE table_20774360_2 (regular_season_record__w_l_ VARCHAR, standing VARCHAR)
{ "SQL_Query": "SELECT regular_season_record__w_l_ FROM table_20774360_2 WHERE standing = \"11th\"" }
Name the most previous br number
CREATE TABLE table_2079664_3 (previous_br_no INTEGER)
{ "SQL_Query": "SELECT MAX(previous_br_no) FROM table_2079664_3" }
Name the total number of previous br number for number 21
CREATE TABLE table_2079664_3 (previous_br_no VARCHAR, number VARCHAR)
{ "SQL_Query": "SELECT COUNT(previous_br_no) FROM table_2079664_3 WHERE number = \"21\"" }
What country uses the title Marele Câștigător The Big Winner?
CREATE TABLE table_20780285_1 (country_region VARCHAR, title VARCHAR)
{ "SQL_Query": "SELECT country_region FROM table_20780285_1 WHERE title = \"Marele câștigător The Big Winner\"" }
Silvio Santos is the presenter in what country?
CREATE TABLE table_20780285_1 (country_region VARCHAR, presenters VARCHAR)
{ "SQL_Query": "SELECT country_region FROM table_20780285_1 WHERE presenters = \"Silvio Santos\"" }
What is the home town of David Noel?
CREATE TABLE table_20785990_2 (home_town VARCHAR, name VARCHAR)
{ "SQL_Query": "SELECT home_town FROM table_20785990_2 WHERE name = \"David Noel\"" }
What is the high school for the player who's hometown is Blue Island, Il?
CREATE TABLE table_20785990_2 (high_school VARCHAR, home_town VARCHAR)
{ "SQL_Query": "SELECT high_school FROM table_20785990_2 WHERE home_town = \"Blue Island, IL\"" }
What is the position of the player who's hometown is North Babylon, NY?
CREATE TABLE table_20785990_2 (position VARCHAR, home_town VARCHAR)
{ "SQL_Query": "SELECT position FROM table_20785990_2 WHERE home_town = \"North Babylon, NY\"" }
What position is the player from Chapel Hill, NC?
CREATE TABLE table_20785990_2 (position VARCHAR, home_town VARCHAR)
{ "SQL_Query": "SELECT position FROM table_20785990_2 WHERE home_town = \"Chapel Hill, NC\"" }
What is the height of the player from Gulfport, MS?
CREATE TABLE table_20785990_2 (height VARCHAR, home_town VARCHAR)
{ "SQL_Query": "SELECT height FROM table_20785990_2 WHERE home_town = \"Gulfport, MS\"" }
In what county did McCain get 57.8%?
CREATE TABLE table_20799905_1 (county VARCHAR, mccain_percentage VARCHAR)
{ "SQL_Query": "SELECT county FROM table_20799905_1 WHERE mccain_percentage = \"57.8%\"" }
How many figures are given for McCain's % in Davidson county?
CREATE TABLE table_20799905_1 (mccain_percentage VARCHAR, county VARCHAR)
{ "SQL_Query": "SELECT COUNT(mccain_percentage) FROM table_20799905_1 WHERE county = \"DAVIDSON\"" }
What percentage did Obama get in Rutherford county?
CREATE TABLE table_20799905_1 (obama_percentage VARCHAR, county VARCHAR)
{ "SQL_Query": "SELECT obama_percentage FROM table_20799905_1 WHERE county = \"RUTHERFORD\"" }
What percentage did McCain get in Hamilton county?
CREATE TABLE table_20799905_1 (mccain_percentage VARCHAR, county VARCHAR)
{ "SQL_Query": "SELECT mccain_percentage FROM table_20799905_1 WHERE county = \"HAMILTON\"" }
What percentage did Obama get when McCain got 52.8%?
CREATE TABLE table_20799905_1 (obama_percentage VARCHAR, mccain_percentage VARCHAR)
{ "SQL_Query": "SELECT obama_percentage FROM table_20799905_1 WHERE mccain_percentage = \"52.8%\"" }
How many votes did Obama get in Lake County?
CREATE TABLE table_20799905_1 (obama_number INTEGER, county VARCHAR)
{ "SQL_Query": "SELECT MIN(obama_number) FROM table_20799905_1 WHERE county = \"LAKE\"" }
In how many counties did McCain get 65.72% of the votes?
CREATE TABLE table_20799587_1 (county VARCHAR, mccain_percentage VARCHAR)
{ "SQL_Query": "SELECT COUNT(county) FROM table_20799587_1 WHERE mccain_percentage = \"65.72%\"" }
How many people voted for Obama in the county where McCain got 72.75% of the votes?
CREATE TABLE table_20799587_1 (obama_number INTEGER, mccain_percentage VARCHAR)
{ "SQL_Query": "SELECT MIN(obama_number) FROM table_20799587_1 WHERE mccain_percentage = \"72.75%\"" }
What percentage of the votes did McCain get in Hinds?
CREATE TABLE table_20799587_1 (mccain_percentage VARCHAR, county VARCHAR)
{ "SQL_Query": "SELECT mccain_percentage FROM table_20799587_1 WHERE county = \"Hinds\"" }
How many votes did McCain get in Scott?
CREATE TABLE table_20799587_1 (mccain_number INTEGER, county VARCHAR)
{ "SQL_Query": "SELECT MIN(mccain_number) FROM table_20799587_1 WHERE county = \"Scott\"" }
What percentage of the votes in Tippah did Obama get?
CREATE TABLE table_20799587_1 (obama_percentage VARCHAR, county VARCHAR)
{ "SQL_Query": "SELECT obama_percentage FROM table_20799587_1 WHERE county = \"Tippah\"" }
What percentage of the votes in Copiah did McCain get?
CREATE TABLE table_20799587_1 (mccain_percentage VARCHAR, county VARCHAR)
{ "SQL_Query": "SELECT mccain_percentage FROM table_20799587_1 WHERE county = \"Copiah\"" }
When n/a is the cash fate and n/a is the 31-day pass how many types of fare are there?
CREATE TABLE table_20803241_1 (type_of_fare VARCHAR, cash_fare VARCHAR, day_pass VARCHAR)
{ "SQL_Query": "SELECT COUNT(type_of_fare) FROM table_20803241_1 WHERE 31 - day_pass = \"N/A\" AND cash_fare = \"N/A\"" }
When fixed route is the type of fare how much is the 31-day pass?
CREATE TABLE table_20803241_1 (day_pass VARCHAR, type_of_fare VARCHAR)
{ "SQL_Query": "SELECT 31 - day_pass FROM table_20803241_1 WHERE type_of_fare = \"Fixed Route\"" }
When mega pass* (senior/disabled) is the type of fare what is the cash fare?
CREATE TABLE table_20803241_1 (cash_fare VARCHAR, type_of_fare VARCHAR)
{ "SQL_Query": "SELECT cash_fare FROM table_20803241_1 WHERE type_of_fare = \"Mega Pass* (Senior/Disabled)\"" }
When mega pass* (senior/disabled) is the type of fare what is the day pass?
CREATE TABLE table_20803241_1 (day_pass VARCHAR, type_of_fare VARCHAR)
{ "SQL_Query": "SELECT day_pass FROM table_20803241_1 WHERE type_of_fare = \"Mega Pass* (Senior/Disabled)\"" }
When fort irwin-barstow/victorville is the type of fare what is the cash fare?
CREATE TABLE table_20803241_1 (cash_fare VARCHAR, type_of_fare VARCHAR)
{ "SQL_Query": "SELECT cash_fare FROM table_20803241_1 WHERE type_of_fare = \"Fort Irwin-Barstow/Victorville\"" }
Where total goals is 1 and total apps is 33, what is the smallest no.?
CREATE TABLE table_20848569_9 (no INTEGER, total_goals VARCHAR, total_apps VARCHAR)
{ "SQL_Query": "SELECT MIN(no) FROM table_20848569_9 WHERE total_goals = 1 AND total_apps = 33" }
What position is the boat with 20.12 LOA (metres)?
CREATE TABLE table_20854943_2 (position INTEGER, loa__metres_ VARCHAR)
{ "SQL_Query": "SELECT MAX(position) FROM table_20854943_2 WHERE loa__metres_ = \"20.12\"" }
What are the LOA (metres) of boat with sail number M10?
CREATE TABLE table_20854943_2 (loa__metres_ VARCHAR, sail_number VARCHAR)
{ "SQL_Query": "SELECT loa__metres_ FROM table_20854943_2 WHERE sail_number = \"M10\"" }
How many LOA (metres) reported for Black Jack?
CREATE TABLE table_20854943_2 (loa__metres_ VARCHAR, yacht VARCHAR)
{ "SQL_Query": "SELECT COUNT(loa__metres_) FROM table_20854943_2 WHERE yacht = \"Black Jack\"" }
What race number had sail number AUS 98888?
CREATE TABLE table_20854943_2 (race_number VARCHAR, sail_number VARCHAR)
{ "SQL_Query": "SELECT race_number FROM table_20854943_2 WHERE sail_number = \"AUS 98888\"" }
How many sail numbers for boat skippered by Geoff Ross?
CREATE TABLE table_20854943_2 (sail_number VARCHAR, skipper VARCHAR)
{ "SQL_Query": "SELECT COUNT(sail_number) FROM table_20854943_2 WHERE skipper = \"Geoff Ross\"" }
When did they play against West Virginia?
CREATE TABLE table_20850339_1 (date VARCHAR, opponent VARCHAR)
{ "SQL_Query": "SELECT date FROM table_20850339_1 WHERE opponent = \"West Virginia\"" }
When l (ot/so) is 22 (3/4), what is the season?
CREATE TABLE table_20833768_4 (season VARCHAR, l__ot_so_ VARCHAR)
{ "SQL_Query": "SELECT season FROM table_20833768_4 WHERE l__ot_so_ = \"22 (3/4)\"" }
In season is 2008–09, how many wins did they have?
CREATE TABLE table_20833768_4 (w__ot_so_ VARCHAR, season VARCHAR)
{ "SQL_Query": "SELECT w__ot_so_ FROM table_20833768_4 WHERE season = \"2008–09\"" }
What is the weight of Eben Britton?
CREATE TABLE table_20860739_1 (weight INTEGER, player VARCHAR)
{ "SQL_Query": "SELECT MAX(weight) FROM table_20860739_1 WHERE player = \"Eben Britton\"" }
How many rounds did Virginia have?
CREATE TABLE table_20860739_1 (round VARCHAR, college VARCHAR)
{ "SQL_Query": "SELECT round FROM table_20860739_1 WHERE college = \"Virginia\"" }
How many rounds were there a height of 6'5?
CREATE TABLE table_20860739_1 (round VARCHAR, height VARCHAR)
{ "SQL_Query": "SELECT round FROM table_20860739_1 WHERE height = \"6'5\"" }
What college has a player that is 6'1?
CREATE TABLE table_20860739_1 (college VARCHAR, height VARCHAR)
{ "SQL_Query": "SELECT college FROM table_20860739_1 WHERE height = \"6'1\"" }
What is the number of Mike Thomas?
CREATE TABLE table_20860739_1 (position VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT COUNT(position) FROM table_20860739_1 WHERE player = \"Mike Thomas\"" }
What college did Terrance Taylor play for?
CREATE TABLE table_20861261_4 (college VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT college FROM table_20861261_4 WHERE player = \"Terrance Taylor\"" }
What's Curtis Painter's position?
CREATE TABLE table_20861261_4 (position VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT position FROM table_20861261_4 WHERE player = \"Curtis Painter\"" }
How much does the player from Southern California weight?
CREATE TABLE table_20861261_4 (weight VARCHAR, college VARCHAR)
{ "SQL_Query": "SELECT weight FROM table_20861261_4 WHERE college = \"Southern California\"" }
In what round did the player who weights 192lb (87kg) play?
CREATE TABLE table_20861261_4 (round INTEGER, weight VARCHAR)
{ "SQL_Query": "SELECT MAX(round) FROM table_20861261_4 WHERE weight = \"192lb (87kg)\"" }
What's the choice score of the player who weights 303lb (137kg)?
CREATE TABLE table_20861261_4 (choice INTEGER, weight VARCHAR)
{ "SQL_Query": "SELECT MIN(choice) FROM table_20861261_4 WHERE weight = \"303lb (137kg)\"" }
How many different engines are there for the model with model designation 97G00?
CREATE TABLE table_20866024_2 (engine VARCHAR, model_designation VARCHAR)
{ "SQL_Query": "SELECT COUNT(engine) FROM table_20866024_2 WHERE model_designation = \"97G00\"" }
What's the engine for the model model designation 97G00 and GVW of 2500/2.46 kg/ton?
CREATE TABLE table_20866024_2 (engine VARCHAR, gvw__kg_ton_ VARCHAR, model_designation VARCHAR)
{ "SQL_Query": "SELECT engine FROM table_20866024_2 WHERE gvw__kg_ton_ = \"2500/2.46\" AND model_designation = \"97G00\"" }
What model type has model designation 97500?
CREATE TABLE table_20866024_2 (model_type VARCHAR, model_designation VARCHAR)
{ "SQL_Query": "SELECT model_type FROM table_20866024_2 WHERE model_designation = \"97500\"" }
What's the axle ratio of the model with model designation 97G00?
CREATE TABLE table_20866024_2 (axle_ratio VARCHAR, model_designation VARCHAR)
{ "SQL_Query": "SELECT axle_ratio FROM table_20866024_2 WHERE model_designation = \"97G00\"" }
What model type has 97100 model designation?
CREATE TABLE table_20866024_2 (model_type VARCHAR, model_designation VARCHAR)
{ "SQL_Query": "SELECT model_type FROM table_20866024_2 WHERE model_designation = \"97100\"" }
What type of engine does the model with model designation 97100 have?
CREATE TABLE table_20866024_3 (engine VARCHAR, model_designation VARCHAR)
{ "SQL_Query": "SELECT engine FROM table_20866024_3 WHERE model_designation = \"97100\"" }
What's the wheelbase (in mm/inch) of the model with model designation 97G00?
CREATE TABLE table_20866024_3 (wheelbase__mm_inch_ VARCHAR, model_designation VARCHAR)
{ "SQL_Query": "SELECT wheelbase__mm_inch_ FROM table_20866024_3 WHERE model_designation = \"97G00\"" }
What type of engine does the model with model designation 97F00 have?
CREATE TABLE table_20866024_3 (engine VARCHAR, model_designation VARCHAR)
{ "SQL_Query": "SELECT engine FROM table_20866024_3 WHERE model_designation = \"97F00\"" }
What's the model designation of the model with GVW of 2828/2.78 kg/ton and axle ratio of 9/47?
CREATE TABLE table_20866024_3 (model_designation VARCHAR, gvw__kg_ton_ VARCHAR, axle_ratio VARCHAR)
{ "SQL_Query": "SELECT model_designation FROM table_20866024_3 WHERE gvw__kg_ton_ = \"2828/2.78\" AND axle_ratio = \"9/47\"" }
Who is the player name when eastern michigan is the college?
CREATE TABLE table_20871703_1 (player_name VARCHAR, college VARCHAR)
{ "SQL_Query": "SELECT player_name FROM table_20871703_1 WHERE college = \"Eastern Michigan\"" }
What is the height if ot is the position?
CREATE TABLE table_20871703_1 (height VARCHAR, position VARCHAR)
{ "SQL_Query": "SELECT height FROM table_20871703_1 WHERE position = \"OT\"" }
Who is the player for south carolina college?
CREATE TABLE table_20871703_1 (player_name VARCHAR, college VARCHAR)
{ "SQL_Query": "SELECT player_name FROM table_20871703_1 WHERE college = \"South Carolina\"" }
What is the height if de is the position?
CREATE TABLE table_20871703_1 (height VARCHAR, position VARCHAR)
{ "SQL_Query": "SELECT COUNT(height) FROM table_20871703_1 WHERE position = \"DE\"" }
Which college has fb as the position?
CREATE TABLE table_20871703_1 (college VARCHAR, position VARCHAR)
{ "SQL_Query": "SELECT college FROM table_20871703_1 WHERE position = \"FB\"" }
What is the GVW for model 97H00?
CREATE TABLE table_20866024_4 (gvw__kg_ton_ VARCHAR, model_designation VARCHAR)
{ "SQL_Query": "SELECT gvw__kg_ton_ FROM table_20866024_4 WHERE model_designation = \"97H00\"" }
How many engines are there for model 97H00?
CREATE TABLE table_20866024_4 (engine VARCHAR, model_designation VARCHAR)
{ "SQL_Query": "SELECT COUNT(engine) FROM table_20866024_4 WHERE model_designation = \"97H00\"" }
What is the Wheelbase for Model 97300?
CREATE TABLE table_20866024_4 (wheelbase__mm_inch_ VARCHAR, model_designation VARCHAR)
{ "SQL_Query": "SELECT wheelbase__mm_inch_ FROM table_20866024_4 WHERE model_designation = \"97300\"" }
Name the Engine for model CF350.
CREATE TABLE table_20866024_4 (engine VARCHAR, model_type VARCHAR)
{ "SQL_Query": "SELECT engine FROM table_20866024_4 WHERE model_type = \"CF350\"" }
Was the result of the supercheap auto bathurst 1000 reported?
CREATE TABLE table_20884160_1 (report VARCHAR, race_title VARCHAR)
{ "SQL_Query": "SELECT report FROM table_20884160_1 WHERE race_title = \"Supercheap Auto Bathurst 1000\"" }
Who was the winner of the race at barbagallo raceway?
CREATE TABLE table_20884160_1 (winner VARCHAR, circuit VARCHAR)
{ "SQL_Query": "SELECT winner FROM table_20884160_1 WHERE circuit = \"Barbagallo Raceway\"" }
how many players played running back where status is made 53-man roster at start of 2009 season
CREATE TABLE table_20898602_1 (player VARCHAR, status VARCHAR, position VARCHAR)
{ "SQL_Query": "SELECT COUNT(player) FROM table_20898602_1 WHERE status = \"Made 53-man roster at start of 2009 season\" AND position = \"Running back\"" }
howe many positions did wallace, mike mike wallace play for
CREATE TABLE table_20898602_1 (position VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT COUNT(position) FROM table_20898602_1 WHERE player = \"Wallace, Mike Mike Wallace\"" }
state the status of pick # 32
CREATE TABLE table_20898602_1 (status VARCHAR, pick__number VARCHAR)
{ "SQL_Query": "SELECT status FROM table_20898602_1 WHERE pick__number = 32" }
which college had a running back player
CREATE TABLE table_20898602_1 (college VARCHAR, position VARCHAR)
{ "SQL_Query": "SELECT college FROM table_20898602_1 WHERE position = \"Running back\"" }
what is the position of the player of height ft0in (m)
CREATE TABLE table_20898602_1 (position VARCHAR, height VARCHAR)
{ "SQL_Query": "SELECT position FROM table_20898602_1 WHERE height = \"ft0in (m)\"" }
what's the position of pick # 79
CREATE TABLE table_20898602_1 (position VARCHAR, pick__number VARCHAR)
{ "SQL_Query": "SELECT position FROM table_20898602_1 WHERE pick__number = 79" }
How many touchdowns were scored when QB rating was 82.7?
CREATE TABLE table_20906175_3 (touchdowns INTEGER, qb_rating VARCHAR)
{ "SQL_Query": "SELECT MAX(touchdowns) FROM table_20906175_3 WHERE qb_rating = \"82.7\"" }
What was the QB rating for Neil lomax?
CREATE TABLE table_20906175_3 (qb_rating VARCHAR, name VARCHAR)
{ "SQL_Query": "SELECT qb_rating FROM table_20906175_3 WHERE name = \"Neil Lomax\"" }
How many attempts did Charley Johnson have?
CREATE TABLE table_20906175_3 (attempts VARCHAR, name VARCHAR)
{ "SQL_Query": "SELECT COUNT(attempts) FROM table_20906175_3 WHERE name = \"Charley Johnson\"" }
How many touchdowns were there with QB rating of 66.6?
CREATE TABLE table_20906175_3 (touchdowns VARCHAR, qb_rating VARCHAR)
{ "SQL_Query": "SELECT touchdowns FROM table_20906175_3 WHERE qb_rating = \"66.6\"" }
Name the number opponent for loss result
CREATE TABLE table_20928661_1 (opponent VARCHAR, result VARCHAR)
{ "SQL_Query": "SELECT COUNT(opponent) FROM table_20928661_1 WHERE result = \"Loss\"" }
Name the game for record being 3-0
CREATE TABLE table_20928661_1 (game VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT game FROM table_20928661_1 WHERE record = \"3-0\"" }
What was the date of game 6?
CREATE TABLE table_20928649_1 (date VARCHAR, game VARCHAR)
{ "SQL_Query": "SELECT date FROM table_20928649_1 WHERE game = 6" }
What was the record for the game where the cardinals scored 7 points?
CREATE TABLE table_20928649_1 (record VARCHAR, cardinals_points VARCHAR)
{ "SQL_Query": "SELECT record FROM table_20928649_1 WHERE cardinals_points = 7" }
What game date had the record of 1-2?
CREATE TABLE table_20928649_1 (date VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT date FROM table_20928649_1 WHERE record = \"1-2\"" }
How many opponents were in North Carolina state game?
CREATE TABLE table_20928649_1 (opponents VARCHAR, opponent VARCHAR)
{ "SQL_Query": "SELECT COUNT(opponents) FROM table_20928649_1 WHERE opponent = \"North Carolina State\"" }