answer
stringlengths 18
557
| question
stringlengths 12
244
| context
stringlengths 27
489
|
|---|---|---|
SELECT MIN(pick__number) FROM table_name_77 WHERE overall = 86
|
What was the lowest pick number with an overall 86?
|
CREATE TABLE table_name_77 (pick__number INTEGER, overall VARCHAR)
|
SELECT score FROM table_name_32 WHERE record = "5-4-2"
|
What is the score when the record was 5-4-2?
|
CREATE TABLE table_name_32 (score VARCHAR, record VARCHAR)
|
SELECT thai_name FROM table_180802_3 WHERE transcription = "wan chan"
|
What is the thai name of the transcription wan chan?
|
CREATE TABLE table_180802_3 (thai_name VARCHAR, transcription VARCHAR)
|
SELECT home_team AS score FROM table_name_62 WHERE away_team = "essendon"
|
When the Away team of essendon was playing, what was the Home team's score?
|
CREATE TABLE table_name_62 (home_team VARCHAR, away_team VARCHAR)
|
SELECT approved_treatment_s_ FROM table_1661124_1 WHERE target = "CD30"
|
What are all the approved treatments for the target CD30?
|
CREATE TABLE table_1661124_1 (approved_treatment_s_ VARCHAR, target VARCHAR)
|
SELECT resurrection_of144, 000 FROM table_name_63 WHERE christ_madeking = "1914" AND separating_sheep_ & goats = "during christ's presence" AND judgmentof_religion = "1878"
|
What is the resurrection of 144,000 date with a Christ made king date in 1914, a separting sheep & goats date during Christ's presence, and a judgment of religion date in 1878?
|
CREATE TABLE table_name_63 (resurrection_of144 VARCHAR, judgmentof_religion VARCHAR, christ_madeking VARCHAR, separating_sheep_ VARCHAR, goats VARCHAR)
|
SELECT position FROM table_name_91 WHERE pick__number < 6 AND player = "keith shologan"
|
What position does a Keith Shologan, who was picked higher than 6, play?
|
CREATE TABLE table_name_91 (position VARCHAR, pick__number VARCHAR, player VARCHAR)
|
SELECT incumbent FROM table_2668378_5 WHERE candidates = "Matthew Lyon (DR) Anthony New (DR)"
|
Name the incumbent for matthew lyon (dr) anthony new (dr)
|
CREATE TABLE table_2668378_5 (incumbent VARCHAR, candidates VARCHAR)
|
SELECT MIN(entrants) FROM table_name_90 WHERE winner = "grant hinkle"
|
What was the fewest entrants in an event won by Grant Hinkle?
|
CREATE TABLE table_name_90 (entrants INTEGER, winner VARCHAR)
|
SELECT quantity FROM table_name_55 WHERE class = "b v"
|
What is the quantity of class B V?
|
CREATE TABLE table_name_55 (quantity VARCHAR, class VARCHAR)
|
SELECT team_1 FROM table_name_93 WHERE team_2 = "stade de reims (d2)"
|
What was the name of the Team 1, where the Team 2 was Stade De Reims (d2)?
|
CREATE TABLE table_name_93 (team_1 VARCHAR, team_2 VARCHAR)
|
SELECT grid FROM table_name_42 WHERE laps < 90 AND team = "minardi team usa"
|
What is the grid for the Minardi Team USA with laps smaller than 90?
|
CREATE TABLE table_name_42 (grid VARCHAR, laps VARCHAR, team VARCHAR)
|
SELECT team FROM table_name_5 WHERE replaced_by = "omar arellano"
|
What is Team, when Replaced By is "Omar Arellano"?
|
CREATE TABLE table_name_5 (team VARCHAR, replaced_by VARCHAR)
|
SELECT MIN(attendance) FROM table_name_34 WHERE date = "october 11" AND game > 4
|
Where Date is october 11, and game greater than 4 what is the lowest attendance?
|
CREATE TABLE table_name_34 (attendance INTEGER, date VARCHAR, game VARCHAR)
|
SELECT naturalisation_by_marriage FROM table_11214212_1 WHERE registration_of_a_minor_child = 114
|
what's the naturalisation by marriage with regbeingtration of a minor child being 114
|
CREATE TABLE table_11214212_1 (naturalisation_by_marriage VARCHAR, registration_of_a_minor_child VARCHAR)
|
SELECT team FROM table_name_10 WHERE rank < 5 AND time = "1:37.58.38"
|
What is the name of the team with a rank smaller than 5 and a time of 1:37.58.38?
|
CREATE TABLE table_name_10 (team VARCHAR, rank VARCHAR, time VARCHAR)
|
SELECT gregorian_months FROM table_1740431_3 WHERE season_in_tamil = "இளவேனில்"
|
What is every Gregorian month when the season in Tamil is இளவேனில்?
|
CREATE TABLE table_1740431_3 (gregorian_months VARCHAR, season_in_tamil VARCHAR)
|
SELECT COUNT(cfl_team) FROM table_10975034_4 WHERE college = "York"
|
How many CFL teams are from York college?
|
CREATE TABLE table_10975034_4 (cfl_team VARCHAR, college VARCHAR)
|
SELECT MIN(rank) FROM table_name_90 WHERE code__iata_icao_ = "bcm/lrbc" AND 2010 > 240 OFFSET 735
|
What is the rank of airport with a (IATA/ICAO) of bcm/lrbc code and an amount of 240,735 in 2010?
|
CREATE TABLE table_name_90 (rank INTEGER, code__iata_icao_ VARCHAR)
|
SELECT home_team FROM table_name_2 WHERE away_team = "footscray"
|
Which team plays against Footscray as the home team?
|
CREATE TABLE table_name_2 (home_team VARCHAR, away_team VARCHAR)
|
SELECT period FROM table_name_25 WHERE place = "red rock"
|
Tell me the period for red rock
|
CREATE TABLE table_name_25 (period VARCHAR, place VARCHAR)
|
SELECT result FROM table_22128871_1 WHERE year__ceremony_ = "2007 (80th)"
|
What is every result for the ceremony year of 2007 (80th)?
|
CREATE TABLE table_22128871_1 (result VARCHAR, year__ceremony_ VARCHAR)
|
SELECT record FROM table_name_83 WHERE leading_scorer = "glenn robinson (16)"
|
What record has Glenn Robinson (16) as the leading scorer?
|
CREATE TABLE table_name_83 (record VARCHAR, leading_scorer VARCHAR)
|
SELECT winner FROM table_name_80 WHERE team_classification = "la vie claire" AND general_classification = "greg lemond" AND stage = "20"
|
Who has a Team classification of la vie claire, a stage of 20, a General classification of greg lemond?
|
CREATE TABLE table_name_80 (winner VARCHAR, stage VARCHAR, team_classification VARCHAR, general_classification VARCHAR)
|
SELECT COUNT(scores_by_each_individual_judge) FROM table_18278508_6 WHERE co_contestant__yaar_vs_pyaar_ = "Mukul Dev"
|
How many different combinations of scores by individual judges were given to the contestant competing against Mukul Dev?
|
CREATE TABLE table_18278508_6 (scores_by_each_individual_judge VARCHAR, co_contestant__yaar_vs_pyaar_ VARCHAR)
|
SELECT country FROM table_name_67 WHERE score = 70 - 68 - 70 = 208
|
What Country scored 70-68-70=208?
|
CREATE TABLE table_name_67 (country VARCHAR, score VARCHAR)
|
SELECT 925 FROM table_name_26 WHERE press = "282.5"
|
Who is the 92.5 with the press of 282.5?
|
CREATE TABLE table_name_26 (press VARCHAR)
|
SELECT vacator FROM table_1651764_3 WHERE district = "New Jersey 2nd"
|
who is the vacator whre the district is new jersey 2nd?
|
CREATE TABLE table_1651764_3 (vacator VARCHAR, district VARCHAR)
|
SELECT date_of_vacancy FROM table_18788823_5 WHERE outgoing_manager = "Micky Adams"
|
What date did Micky Adams vacate his position?
|
CREATE TABLE table_18788823_5 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR)
|
SELECT country FROM table_name_56 WHERE player = "jack nicklaus"
|
What is Country, when Player is "Jack Nicklaus"?
|
CREATE TABLE table_name_56 (country VARCHAR, player VARCHAR)
|
SELECT case_suffix__case_ FROM table_name_94 WHERE postposition = "-mde (drops d)"
|
What is Case Suffix (Case), when Postposition is "-mde (drops d)"?
|
CREATE TABLE table_name_94 (case_suffix__case_ VARCHAR, postposition VARCHAR)
|
SELECT away_team AS score FROM table_name_91 WHERE away_team = "geelong"
|
What did Geelong score as the away team?
|
CREATE TABLE table_name_91 (away_team VARCHAR)
|
SELECT Nominee FROM musical GROUP BY Nominee ORDER BY COUNT(*) DESC LIMIT 1
|
Please show the nominee who has been nominated the greatest number of times.
|
CREATE TABLE musical (Nominee VARCHAR)
|
SELECT name FROM table_name_80 WHERE model = "euro-fighter" AND opened = "2011"
|
What is the name of the coaster that opened in 2011 and is a euro-fighter model?
|
CREATE TABLE table_name_80 (name VARCHAR, model VARCHAR, opened VARCHAR)
|
SELECT MAX(crowd) FROM table_name_86 WHERE away_team = "geelong"
|
When the away team is Geelong, what is the highest crowd count?
|
CREATE TABLE table_name_86 (crowd INTEGER, away_team VARCHAR)
|
SELECT model_name FROM table_name_45 WHERE displacement__cm³_ = 2521 AND engine_code = "b5254 t2"
|
Which model has a 2521 cm displacement and b5254 t2 engine?
|
CREATE TABLE table_name_45 (model_name VARCHAR, displacement__cm³_ VARCHAR, engine_code VARCHAR)
|
SELECT score FROM table_name_25 WHERE year = 2002
|
What was the Score in 2002?
|
CREATE TABLE table_name_25 (score VARCHAR, year VARCHAR)
|
SELECT away_team AS score FROM table_name_83 WHERE away_team = "collingwood"
|
What is the scoreof the away team Collingwood?
|
CREATE TABLE table_name_83 (away_team VARCHAR)
|
SELECT medal FROM table_name_1 WHERE name = "manuel felix diaz"
|
What Medal had a Name of manuel felix diaz?
|
CREATE TABLE table_name_1 (medal VARCHAR, name VARCHAR)
|
SELECT original_air_date FROM table_28680377_2 WHERE us_viewers__million_ = "0.88"
|
What is the original air date of the episode that was watched by 0.88 million U.S. viewers?
|
CREATE TABLE table_28680377_2 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)
|
SELECT state_territory FROM table_name_8 WHERE winning_driver = "jamie whincup" AND round = 2
|
What is the state the winning driver Jamie Whincup from in round 2?
|
CREATE TABLE table_name_8 (state_territory VARCHAR, winning_driver VARCHAR, round VARCHAR)
|
SELECT brown FROM table_name_84 WHERE frequency = "0.08%"
|
Which Category in Brown has a Frequency of 0.08%?
|
CREATE TABLE table_name_84 (brown VARCHAR, frequency VARCHAR)
|
SELECT studio_s_ FROM table_name_57 WHERE year < 2004 AND director = "peter lord nick park"
|
What studio had the director Peter Lord Nick Park before 2004?
|
CREATE TABLE table_name_57 (studio_s_ VARCHAR, year VARCHAR, director VARCHAR)
|
SELECT SUM(lost) FROM table_name_6 WHERE matches > 26 AND points = 62 AND draw > 5
|
What is the sum of the losses that a match score larger than 26, a points score of 62, and a draw greater than 5?
|
CREATE TABLE table_name_6 (lost INTEGER, draw VARCHAR, matches VARCHAR, points VARCHAR)
|
SELECT mean_free_path FROM table_name_28 WHERE vacuum_range = "medium vacuum"
|
What is Mean Free Path, when Vacuum Range is "medium vacuum"?
|
CREATE TABLE table_name_28 (mean_free_path VARCHAR, vacuum_range VARCHAR)
|
SELECT Final_Table_Made, Best_Finish FROM poker_player
|
List the final tables made and the best finishes of poker players.
|
CREATE TABLE poker_player (Final_Table_Made VARCHAR, Best_Finish VARCHAR)
|
SELECT date FROM table_name_38 WHERE away_team = "kangaroos"
|
What is Date, when Away Team is Kangaroos?
|
CREATE TABLE table_name_38 (date VARCHAR, away_team VARCHAR)
|
SELECT SUM(average) FROM table_name_21 WHERE state = "south carolina" AND interview < 9.626
|
What is the Average for South Carolina with an Interview less than 9.626?
|
CREATE TABLE table_name_21 (average INTEGER, state VARCHAR, interview VARCHAR)
|
SELECT surface FROM table_24074130_5 WHERE against = "Sweden"
|
What is every surface against Sweden?
|
CREATE TABLE table_24074130_5 (surface VARCHAR, against VARCHAR)
|
SELECT date FROM table_name_54 WHERE status = "second test"
|
Which Date has a Status of second test?
|
CREATE TABLE table_name_54 (date VARCHAR, status VARCHAR)
|
SELECT result FROM table_28298589_4 WHERE home_team = "Washington"
|
What was the final score of Washington's home game?
|
CREATE TABLE table_28298589_4 (result VARCHAR, home_team VARCHAR)
|
SELECT coach FROM table_name_2 WHERE actual_adjusted_record = "0–19"
|
Who, was the coach with an actual adjusted record of 0–19?
|
CREATE TABLE table_name_2 (coach VARCHAR, actual_adjusted_record VARCHAR)
|
SELECT american FROM table_name_62 WHERE british = "ə"
|
What is the American version of the British ə?
|
CREATE TABLE table_name_62 (american VARCHAR, british VARCHAR)
|
SELECT tournament FROM table_name_94 WHERE date = "june 18, 2013"
|
Which tournament took place on June 18, 2013?
|
CREATE TABLE table_name_94 (tournament VARCHAR, date VARCHAR)
|
SELECT MAX(2008) FROM table_name_35 WHERE 2009 = 3.4 AND 2005 > 2.9
|
What's the 2008 that has 3.4 in 2009 and more than 2.9 in 2005?
|
CREATE TABLE table_name_35 (Id VARCHAR)
|
SELECT AVG(total) FROM table_name_25 WHERE bronze = 5 AND silver < 4
|
What's the average total if the Bronze is 5 and the Silver is less than 4?
|
CREATE TABLE table_name_25 (total INTEGER, bronze VARCHAR, silver VARCHAR)
|
SELECT written_by FROM table_14637853_3 WHERE original_air_date = "September23,1995"
|
who wrote with original air date being september23,1995
|
CREATE TABLE table_14637853_3 (written_by VARCHAR, original_air_date VARCHAR)
|
SELECT city_of_license FROM table_name_3 WHERE founded = "october 2010"
|
Name the city of license for when founded is october 2010
|
CREATE TABLE table_name_3 (city_of_license VARCHAR, founded VARCHAR)
|
SELECT away_team AS score FROM table_name_3 WHERE home_team = "richmond"
|
What is the away side's score when richmond is at home?
|
CREATE TABLE table_name_3 (away_team VARCHAR, home_team VARCHAR)
|
SELECT part_4 FROM table_name_6 WHERE part_1 = "*hlaupaną *stautaną"
|
What is the part 4 with *hlaupaną *stautaną in part 1?
|
CREATE TABLE table_name_6 (part_4 VARCHAR, part_1 VARCHAR)
|
SELECT points_classification FROM table_name_85 WHERE trofeo_fast_team = "metauro mobili-pinarello" AND stage = "6"
|
Which Points classification has a Trofeo Fast Team of metauro mobili-pinarello, and a Stage of 6?
|
CREATE TABLE table_name_85 (points_classification VARCHAR, trofeo_fast_team VARCHAR, stage VARCHAR)
|
SELECT rider FROM table_name_33 WHERE time = "+59.304"
|
Name the Rider which has a Time of +59.304?
|
CREATE TABLE table_name_33 (rider VARCHAR, time VARCHAR)
|
SELECT drawn FROM table_name_98 WHERE points_for = "385"
|
How many draws does the team with 385 points for have?
|
CREATE TABLE table_name_98 (drawn VARCHAR, points_for VARCHAR)
|
SELECT MAX(area_km_2) FROM table_name_46 WHERE official_name = "stanley" AND population > 1 OFFSET 817
|
Which Area km 2 has an Official Name of stanley, and a Population larger than 1,817?
|
CREATE TABLE table_name_46 (area_km_2 INTEGER, official_name VARCHAR, population VARCHAR)
|
SELECT AVG(bronze) FROM table_name_23 WHERE total = 7 AND silver > 1
|
What is the average Bronze, when Total is 7, and when Silver is greater than 1?
|
CREATE TABLE table_name_23 (bronze INTEGER, total VARCHAR, silver VARCHAR)
|
SELECT year FROM table_name_63 WHERE league = "usisl indoor"
|
What years did the Nashville Metros have Usisl Indoor League?
|
CREATE TABLE table_name_63 (year VARCHAR, league VARCHAR)
|
SELECT position FROM table_name_22 WHERE round > 14 AND school_club_team = "north texas"
|
Which Position has a Round larger than 14, and a School/Club Team of north texas?
|
CREATE TABLE table_name_22 (position VARCHAR, round VARCHAR, school_club_team VARCHAR)
|
SELECT SUM(pick__number) FROM table_name_38 WHERE nfl_team = "carolina panthers" AND college = "syracuse"
|
What draft pick number attended syracuse and was drafted by the Carolina panthers?
|
CREATE TABLE table_name_38 (pick__number INTEGER, nfl_team VARCHAR, college VARCHAR)
|
SELECT name FROM table_name_69 WHERE lane = 1 AND nationality = "mauritius"
|
What is the name for lane 1, from Mauritius?
|
CREATE TABLE table_name_69 (name VARCHAR, lane VARCHAR, nationality VARCHAR)
|
SELECT total_costs__2005_ FROM table_12340907_1 WHERE municipality = "Coldstream"
|
What is the value of total costs (2005) in the Coldstream municipality?
|
CREATE TABLE table_12340907_1 (total_costs__2005_ VARCHAR, municipality VARCHAR)
|
SELECT AVG(viewers__m_) FROM table_name_82 WHERE episode = "school council"
|
What Viewers (m) has an Episode of school council?
|
CREATE TABLE table_name_82 (viewers__m_ INTEGER, episode VARCHAR)
|
SELECT MAX(goals) FROM table_name_97 WHERE assists < 101 AND points < 172
|
What is the largest number of goals with less than 101 assists and 172 points?
|
CREATE TABLE table_name_97 (goals INTEGER, assists VARCHAR, points VARCHAR)
|
SELECT rebounds FROM table_25352324_5 WHERE steals = 19
|
What is every value for rebounds when steals is 19?
|
CREATE TABLE table_25352324_5 (rebounds VARCHAR, steals VARCHAR)
|
SELECT track FROM table_name_79 WHERE year = "1979"
|
What is the name of the track that hosted the Swedish Grand Prix in 1979?
|
CREATE TABLE table_name_79 (track VARCHAR, year VARCHAR)
|
SELECT COUNT(_number) FROM table_22496344_1 WHERE high_school = "Worthing"
|
What is the # for worthing high school?
|
CREATE TABLE table_22496344_1 (_number VARCHAR, high_school VARCHAR)
|
SELECT COUNT(overall) FROM table_name_6 WHERE position = "defensive tackle"
|
Name the total number of overall for defensive tackle
|
CREATE TABLE table_name_6 (overall VARCHAR, position VARCHAR)
|
SELECT score FROM table_name_75 WHERE location = "northampton"
|
The competition located in Northampton had a resulting score of what?
|
CREATE TABLE table_name_75 (score VARCHAR, location VARCHAR)
|
SELECT coronie FROM table_16886076_1 WHERE marowijne = "6.8%"
|
Name the coronie for marowijne being 6.8%
|
CREATE TABLE table_16886076_1 (coronie VARCHAR, marowijne VARCHAR)
|
SELECT score FROM table_name_77 WHERE country = "england" AND year > 1971
|
Which Score has a Country of england, and a Year larger than 1971?
|
CREATE TABLE table_name_77 (score VARCHAR, country VARCHAR, year VARCHAR)
|
SELECT MIN(laps) FROM table_name_16 WHERE points = 29 AND grid < 1
|
Who has the lowest laps with 29 points on 1 grid?
|
CREATE TABLE table_name_16 (laps INTEGER, points VARCHAR, grid VARCHAR)
|
SELECT owned_since FROM table_1353096_1 WHERE channel_tv___dt__ = "10 (10)"
|
When was 10 (10) bought?
|
CREATE TABLE table_1353096_1 (owned_since VARCHAR, channel_tv___dt__ VARCHAR)
|
SELECT AVG(gold) FROM table_name_98 WHERE silver > 2 AND nation = "west germany"
|
What is the average value for Gold, when the value for Silver is greater than 2, and when the Nation is West Germany?
|
CREATE TABLE table_name_98 (gold INTEGER, silver VARCHAR, nation VARCHAR)
|
SELECT date FROM table_name_13 WHERE course = "moena to aprica"
|
What date was moena to aprica the course?
|
CREATE TABLE table_name_13 (date VARCHAR, course VARCHAR)
|
SELECT MIN(rank) FROM table_11926114_1 WHERE peak = 42
|
What numbr on the list had a peak rating of 42?
|
CREATE TABLE table_11926114_1 (rank INTEGER, peak VARCHAR)
|
SELECT born___died FROM table_name_1 WHERE notable_for = "professional wrestling"
|
The person that was notable for professional wrestling had a Born-Died of what year?
|
CREATE TABLE table_name_1 (born___died VARCHAR, notable_for VARCHAR)
|
SELECT MIN(pick) FROM table_name_21 WHERE name = "mike flater"
|
Lowest pick for mike flater?
|
CREATE TABLE table_name_21 (pick INTEGER, name VARCHAR)
|
SELECT title FROM table_11111116_7 WHERE written_by = "Ken LaZebnik"
|
What was the titles of the episodes written by ken lazebnik?
|
CREATE TABLE table_11111116_7 (title VARCHAR, written_by VARCHAR)
|
SELECT SUM(b_score) FROM table_name_10 WHERE position < 7 AND total = 16.125
|
What the B Score when the total is 16.125 and the position is less than 7?
|
CREATE TABLE table_name_10 (b_score INTEGER, position VARCHAR, total VARCHAR)
|
SELECT production_code FROM table_16581695_4 WHERE no_in_season = "15"
|
What is the production code for episode 15 in season 3?
|
CREATE TABLE table_16581695_4 (production_code VARCHAR, no_in_season VARCHAR)
|
SELECT teaching_language FROM table_name_51 WHERE duration__years_ < 2 AND ects_credit_points < 65
|
What is the teaching language for a less than 2 year duration and less than 65 ECTS credit points?
|
CREATE TABLE table_name_51 (teaching_language VARCHAR, duration__years_ VARCHAR, ects_credit_points VARCHAR)
|
SELECT name FROM table_25794010_1 WHERE organization_date = "Unknown"
|
Name the name for organization date being unknown
|
CREATE TABLE table_25794010_1 (name VARCHAR, organization_date VARCHAR)
|
SELECT MAX(drawn) FROM table_name_12 WHERE lost = 7 AND points > 4 AND against < 22
|
What is the highest Drawn when the lost is 7 and the points are more than 4, and the against is less than 22?
|
CREATE TABLE table_name_12 (drawn INTEGER, against VARCHAR, lost VARCHAR, points VARCHAR)
|
SELECT COUNT(week) FROM table_name_22 WHERE date = "september 8, 1980" AND attendance > 55 OFFSET 045
|
How many Weeks are on september 8, 1980 and Attendances larger than 55,045? Question 4
|
CREATE TABLE table_name_22 (week VARCHAR, date VARCHAR, attendance VARCHAR)
|
SELECT round FROM table_name_55 WHERE opponent = "watford"
|
What round was the game against Watford?
|
CREATE TABLE table_name_55 (round VARCHAR, opponent VARCHAR)
|
SELECT 2008 FROM table_name_89 WHERE 2006 = "year-end championship"
|
What is the 2008 result when 2006 is Year-End Championship?
|
CREATE TABLE table_name_89 (Id VARCHAR)
|
SELECT COUNT(percentage_yield) FROM table_222448_1 WHERE percent_defective = "6.7%"
|
How many percentage yield figures are there when 6.7% are defective?
|
CREATE TABLE table_222448_1 (percentage_yield VARCHAR, percent_defective VARCHAR)
|
SELECT DISTINCT product_details FROM products
|
What are the details of all products?
|
CREATE TABLE products (product_details VARCHAR)
|
SELECT COUNT(against) FROM table_name_54 WHERE opposing_teams = "italy"
|
What is the against when the opposing team is Italy?
|
CREATE TABLE table_name_54 (against VARCHAR, opposing_teams VARCHAR)
|
SELECT state FROM table_name_9 WHERE name = "dai"
|
Which state was Dai from?
|
CREATE TABLE table_name_9 (state VARCHAR, name VARCHAR)
|
SELECT MIN(blank_ends) FROM table_29546030_2 WHERE pf = 44
|
What is the least amount of blank ends for a skip who has 44 PF?
|
CREATE TABLE table_29546030_2 (blank_ends INTEGER, pf VARCHAR)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.