answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT stuffit FROM table_name_99 WHERE bzip2 = "no" AND lha_lzh = "no" | CREATE TABLE table_name_99 (stuffit VARCHAR, bzip2 VARCHAR, lha_lzh VARCHAR) | What is the stuffit that has bzip and LHA/LZH of no? |
SELECT round FROM table_name_43 WHERE player = "robert deciantis" | CREATE TABLE table_name_43 (round VARCHAR, player VARCHAR) | Which round was Robert Deciantis taken in? |
SELECT MIN(round) FROM table_name_15 WHERE player = "brian elder" | CREATE TABLE table_name_15 (round INTEGER, player VARCHAR) | Which round was Brian Elder taken in? |
SELECT date FROM table_name_74 WHERE tournament = "michalovce" | CREATE TABLE table_name_74 (date VARCHAR, tournament VARCHAR) | what is the date of the tournament in michalovce |
SELECT winning_score FROM table_name_99 WHERE tournament = "valero texas open" | CREATE TABLE table_name_99 (winning_score VARCHAR, tournament VARCHAR) | What was the winning score of the Valero Texas Open? |
SELECT date FROM table_name_72 WHERE winning_score = –12(69 - 66 - 72 - 65 = 272) | CREATE TABLE table_name_72 (date VARCHAR, winning_score VARCHAR) | When was the winning score –12 (69-66-72-65=272)? |
SELECT runner_s__up FROM table_name_81 WHERE winning_score = –28(66 - 67 - 68 - 64 - 67 = 332) | CREATE TABLE table_name_81 (runner_s__up VARCHAR, winning_score VARCHAR) | Who was the runner-up when the winning score was –28 (66-67-68-64-67=332)? |
SELECT party FROM table_name_97 WHERE result = "retired democratic hold" | CREATE TABLE table_name_97 (party VARCHAR, result VARCHAR) | Which party had a Retired Democratic hold? |
SELECT AVG(first_elected) FROM table_name_92 WHERE result = "re-elected" AND incumbent = "charles n. felton" | CREATE TABLE table_name_92 (first_elected INTEGER, result VARCHAR, incumbent VARCHAR) | What's the average year Charles N. Felton was re-elected? |
SELECT COUNT(first_elected) FROM table_name_77 WHERE incumbent = "barclay henley" | CREATE TABLE table_name_77 (first_elected VARCHAR, incumbent VARCHAR) | What year was Barclay Henley first elected? |
SELECT team FROM table_name_12 WHERE sponsor = "motorola" | CREATE TABLE table_name_12 (team VARCHAR, sponsor VARCHAR) | what is the sponsor of motorola |
SELECT opponent FROM table_name_94 WHERE event = "sengoku 1" | CREATE TABLE table_name_94 (opponent VARCHAR, event VARCHAR) | Which Opponent has the Event of Sengoku 1? |
SELECT record FROM table_name_22 WHERE event = "pride shockwave 2004" | CREATE TABLE table_name_22 (record VARCHAR, event VARCHAR) | What Record has an Event of Pride Shockwave 2004? |
SELECT AVG(pole_positions) FROM table_name_33 WHERE percentage = "44.81%" | CREATE TABLE table_name_33 (pole_positions INTEGER, percentage VARCHAR) | What's the average pole position for the driver that has a percentage of 44.81%? |
SELECT AVG(front_row_starts) FROM table_name_85 WHERE pole_positions < 68 AND entries < 52 | CREATE TABLE table_name_85 (front_row_starts INTEGER, pole_positions VARCHAR, entries VARCHAR) | What's the average front row starts for drivers with less than 68 pole positions and entries lower than 52? |
SELECT AVG(week) FROM table_name_9 WHERE attendance = 60 OFFSET 671 | CREATE TABLE table_name_9 (week INTEGER, attendance VARCHAR) | Attendance of 60,671 had what average week? |
SELECT AVG(attendance) FROM table_name_57 WHERE week = 7 | CREATE TABLE table_name_57 (attendance INTEGER, week VARCHAR) | Week of 7 had what average attendance? |
SELECT COUNT(legs_lost) FROM table_name_11 WHERE player = "trina gulliver" AND played > 3 | CREATE TABLE table_name_11 (legs_lost VARCHAR, player VARCHAR, played VARCHAR) | How many legs were lost for Trina Gulliver with more than 3 played? |
SELECT MAX(sets_won) FROM table_name_25 WHERE legs_won < 1 | CREATE TABLE table_name_25 (sets_won INTEGER, legs_won INTEGER) | What is the most sets won with less than 1 legs won? |
SELECT kicker FROM table_name_92 WHERE yards = 45 AND date = "november 8, 1971" | CREATE TABLE table_name_92 (kicker VARCHAR, yards VARCHAR, date VARCHAR) | Yards of 45, and a Date of november 8, 1971 is what kicker? |
SELECT AVG(yards) FROM table_name_2 WHERE game_time = "2nd quarter (0:00)" AND date = "november 8, 1971" | CREATE TABLE table_name_2 (yards INTEGER, game_time VARCHAR, date VARCHAR) | Game time of 2nd quarter (0:00), and a Date of november 8, 1971 has how many average yards? |
SELECT kicker FROM table_name_36 WHERE opponent = "new york giants" AND yards < 68 | CREATE TABLE table_name_36 (kicker VARCHAR, opponent VARCHAR, yards VARCHAR) | Opponent of new york giants, and a Yards smaller than 68 is what kicker? |
SELECT kicker FROM table_name_5 WHERE yards > 52 AND opponent = "san francisco 49ers" | CREATE TABLE table_name_5 (kicker VARCHAR, yards VARCHAR, opponent VARCHAR) | Yards larger than 52, and a Opponent of san francisco 49ers is what kicker? |
SELECT date FROM table_name_3 WHERE result = "missed*" AND game_time = "2nd quarter (0:00)" AND kicker = "mason crosby" | CREATE TABLE table_name_3 (date VARCHAR, kicker VARCHAR, result VARCHAR, game_time VARCHAR) | Result of missed*, and a Game time of 2nd quarter (0:00), and a Kicker of mason crosby involves what date? |
SELECT result FROM table_name_2 WHERE opponent = "houston texans" | CREATE TABLE table_name_2 (result VARCHAR, opponent VARCHAR) | Opponent of houston texans had what result? |
SELECT nationality FROM table_name_30 WHERE position = "left wing" | CREATE TABLE table_name_30 (nationality VARCHAR, position VARCHAR) | Which Nationality of the person has a Position on left wing? |
SELECT college_junior_club_team__league_ FROM table_name_92 WHERE nationality = "sweden" | CREATE TABLE table_name_92 (college_junior_club_team__league_ VARCHAR, nationality VARCHAR) | Which College/Junior/Club Team (League) are from sweden? |
SELECT position FROM table_name_39 WHERE nationality = "russia" | CREATE TABLE table_name_39 (position VARCHAR, nationality VARCHAR) | WHich Position is from russia? |
SELECT venue FROM table_name_12 WHERE nationality = "ukraine" | CREATE TABLE table_name_12 (venue VARCHAR, nationality VARCHAR) | Which venue is with Ukraine? |
SELECT venue FROM table_name_44 WHERE nationality = "belgium" | CREATE TABLE table_name_44 (venue VARCHAR, nationality VARCHAR) | Which venue had a nationality of Belgium? |
SELECT best_actor FROM table_name_93 WHERE best_film = "mystery" | CREATE TABLE table_name_93 (best_actor VARCHAR, best_film VARCHAR) | Which Best Actor has a Best Film of mystery? |
SELECT year FROM table_name_80 WHERE best_film = "mystery" | CREATE TABLE table_name_80 (year VARCHAR, best_film VARCHAR) | Which Year has a Best Film of mystery? |
SELECT best_actress FROM table_name_12 WHERE year = "2012 6th" | CREATE TABLE table_name_12 (best_actress VARCHAR, year VARCHAR) | Which Best Actress has a Year of 2012 6th? |
SELECT best_actor FROM table_name_44 WHERE best_director = "takeshi kitano for outrage beyond" | CREATE TABLE table_name_44 (best_actor VARCHAR, best_director VARCHAR) | Which Best Actor has a Best Director of takeshi kitano for outrage beyond? |
SELECT best_film FROM table_name_42 WHERE best_supporting_actress = "shamaine buencamino for niño" | CREATE TABLE table_name_42 (best_film VARCHAR, best_supporting_actress VARCHAR) | Which Best Film has a Best Supporting Actress of shamaine buencamino for niño? |
SELECT result FROM table_name_11 WHERE score = "0–0" AND date = "02-jan-64" | CREATE TABLE table_name_11 (result VARCHAR, score VARCHAR, date VARCHAR) | Score of 0–0, and a Date of 02-jan-64 had what result? |
SELECT date FROM table_name_44 WHERE result = "l" AND competition = "1966 asian games" AND score = "0–1" | CREATE TABLE table_name_44 (date VARCHAR, score VARCHAR, result VARCHAR, competition VARCHAR) | Result of l, and a Competition of 1966 asian games, and a Score of 0–1 had what date? |
SELECT score FROM table_name_72 WHERE competition = "friendly" AND date = "03-jun-62" | CREATE TABLE table_name_72 (score VARCHAR, competition VARCHAR, date VARCHAR) | Competition of friendly, and a Date of 03-jun-62 had what score? |
SELECT date FROM table_name_5 WHERE result = "w" AND competition = "1968 asian cup" | CREATE TABLE table_name_5 (date VARCHAR, result VARCHAR, competition VARCHAR) | Result of w, and a Competition of 1968 asian cup happened on what date? |
SELECT score FROM table_name_45 WHERE result = "l" AND date = "15-oct-64" | CREATE TABLE table_name_45 (score VARCHAR, result VARCHAR, date VARCHAR) | Result of l, and a Date of 15-oct-64 had what score? |
SELECT incumbent FROM table_name_85 WHERE result = "re-elected" AND district = "california 3" | CREATE TABLE table_name_85 (incumbent VARCHAR, result VARCHAR, district VARCHAR) | What incumbent was re-elected in the district in california 3? |
SELECT district FROM table_name_37 WHERE incumbent = "thomas larkin thompson" | CREATE TABLE table_name_37 (district VARCHAR, incumbent VARCHAR) | What is the district of the incumbent Thomas Larkin Thompson? |
SELECT incumbent FROM table_name_15 WHERE result = "re-elected" AND first_elected > 1884 | CREATE TABLE table_name_15 (incumbent VARCHAR, result VARCHAR, first_elected VARCHAR) | What incumbent has a re-elected result and first elected larger than 1884? |
SELECT telugu_తెలుగు FROM table_name_87 WHERE kannada_ಕನ್ನಡ = "chitra ಚಿತ್ತ" | CREATE TABLE table_name_87 (telugu_తెలుగు VARCHAR, kannada_ಕನ್ನಡ VARCHAR) | Which Telugu తెలుగు has a Kannada ಕನ್ನಡ of chitra ಚಿತ್ತ? |
SELECT telugu_తెలుగు FROM table_name_68 WHERE tamil_தமிழ் = "pūrāṭam பூராடம்" | CREATE TABLE table_name_68 (telugu_తెలుగు VARCHAR, tamil_தமிழ் VARCHAR) | Which Telugu తెలుగు has a Tamil தமிழ் of pūrāṭam பூராடம்? |
SELECT telugu_తెలుగు FROM table_name_52 WHERE tamil_தமிழ் = "pūsam பூசம்" | CREATE TABLE table_name_52 (telugu_తెలుగు VARCHAR, tamil_தமிழ் VARCHAR) | Which Telugu తెలుగు has a Tamil தமிழ் of pūsam பூசம்? |
SELECT mongolian FROM table_name_78 WHERE tamil_தமிழ் = "pūrāṭam பூராடம்" | CREATE TABLE table_name_78 (mongolian VARCHAR, tamil_தமிழ் VARCHAR) | Which Mongolian has a Tamil தமிழ் of pūrāṭam பூராடம்? |
SELECT sanskrit_संस्कृतम् FROM table_name_95 WHERE kannada_ಕನ್ನಡ = "uttara ಉತ್ತರಾ" | CREATE TABLE table_name_95 (sanskrit_संस्कृतम् VARCHAR, kannada_ಕನ್ನಡ VARCHAR) | What kind of Sanskrit संस्कृतम् has a Kannada ಕನ್ನಡ of uttara ಉತ್ತರಾ? |
SELECT sanskrit_संस्कृतम् FROM table_name_23 WHERE tamil_தமிழ் = "rōkiṇi ரோகிணி" | CREATE TABLE table_name_23 (sanskrit_संस्कृतम् VARCHAR, tamil_தமிழ் VARCHAR) | What kind of Sanskrit संस्कृतम् has a Tamil தமிழ் of rōkiṇi ரோகிணி? |
SELECT frequency FROM table_name_99 WHERE area_served = "katherine" | CREATE TABLE table_name_99 (frequency VARCHAR, area_served VARCHAR) | What is the frequency for katherine? |
SELECT band FROM table_name_80 WHERE freq_currently = "8tab (hpon)" | CREATE TABLE table_name_80 (band VARCHAR, freq_currently VARCHAR) | Which band has a current freq of 8tab (hpon)? |
SELECT freq_currently FROM table_name_86 WHERE frequency = "0 657" | CREATE TABLE table_name_86 (freq_currently VARCHAR, frequency VARCHAR) | Which freq currently has 0 657? |
SELECT purpose FROM table_name_50 WHERE freq_currently = "8rn" AND area_served = "katherine" | CREATE TABLE table_name_50 (purpose VARCHAR, freq_currently VARCHAR, area_served VARCHAR) | What is the purpose for the katherine freq of 8rn? |
SELECT freq_currently FROM table_name_7 WHERE frequency = "0 684" | CREATE TABLE table_name_7 (freq_currently VARCHAR, frequency VARCHAR) | Which freq currently has 0 684? |
SELECT band FROM table_name_61 WHERE area_served = "darwin" AND purpose = "commercial" | CREATE TABLE table_name_61 (band VARCHAR, area_served VARCHAR, purpose VARCHAR) | Which band serves darwin for commercial purpose? |
SELECT points_difference FROM table_name_30 WHERE lost < 6 AND points < 11 | CREATE TABLE table_name_30 (points_difference VARCHAR, lost VARCHAR, points VARCHAR) | What is the points difference for a loss less than 6, and points less than 11? |
SELECT opponent FROM table_name_17 WHERE loss = "báez (5-5)" | CREATE TABLE table_name_17 (opponent VARCHAR, loss VARCHAR) | Which Opponent has a Loss of báez (5-5)? |
SELECT score FROM table_name_75 WHERE opponent = "@ rockies" AND record = "33-35" | CREATE TABLE table_name_75 (score VARCHAR, opponent VARCHAR, record VARCHAR) | Which Score has an Opponent of @ rockies, and a Record of 33-35? |
SELECT SUM(attendance) FROM table_name_34 WHERE opponent = "phillies" AND record = "30-33" | CREATE TABLE table_name_34 (attendance INTEGER, opponent VARCHAR, record VARCHAR) | Which Attendance has an Opponent of phillies, and a Record of 30-33? |
SELECT MAX(attendance) FROM table_name_3 WHERE loss = "batista (4-5)" | CREATE TABLE table_name_3 (attendance INTEGER, loss VARCHAR) | Which Attendance is the highest one that has a Loss of batista (4-5)? |
SELECT AVG(frequency_mhz) FROM table_name_55 WHERE erp_w > 250 | CREATE TABLE table_name_55 (frequency_mhz INTEGER, erp_w INTEGER) | What is the frequency MHz of the ERP W's greater than 250? |
SELECT call_sign FROM table_name_35 WHERE frequency_mhz < 94.9 AND erp_w = 170 | CREATE TABLE table_name_35 (call_sign VARCHAR, frequency_mhz VARCHAR, erp_w VARCHAR) | What is the call sign of the MHz Frequency less than 94.9 and an ERP W of 170? |
SELECT fcc_info FROM table_name_74 WHERE city_of_license = "tribune, kansas" | CREATE TABLE table_name_74 (fcc_info VARCHAR, city_of_license VARCHAR) | What is the FCC info for the city of Tribune, Kansas? |
SELECT city_of_license FROM table_name_15 WHERE erp_w < 170 | CREATE TABLE table_name_15 (city_of_license VARCHAR, erp_w INTEGER) | What is the city of license with an ERP W less than 170? |
SELECT MIN(erp_w) FROM table_name_26 WHERE frequency_mhz = 94.9 | CREATE TABLE table_name_26 (erp_w INTEGER, frequency_mhz VARCHAR) | What is the smallest ERP W with a frequency MHz of 94.9? |
SELECT erp_w FROM table_name_68 WHERE frequency_mhz > 89.5 AND city_of_license = "washburn, texas" | CREATE TABLE table_name_68 (erp_w VARCHAR, frequency_mhz VARCHAR, city_of_license VARCHAR) | What is the ERP W of a Frequency MHz greater than 89.5 in the city of Washburn, Texas? |
SELECT COUNT(bronze) FROM table_name_45 WHERE nation = "u.s. virgin islands" AND gold < 0 | CREATE TABLE table_name_45 (bronze VARCHAR, nation VARCHAR, gold VARCHAR) | What is the total number of bronze medals the U.S. Virgin Islands, which has less than 0 golds, has? |
SELECT SUM(rank) FROM table_name_95 WHERE total = 11 AND silver > 4 | CREATE TABLE table_name_95 (rank INTEGER, total VARCHAR, silver VARCHAR) | What is the rank of the team with 11 total medals and more than 4 silver medals has? |
SELECT MIN(total) FROM table_name_97 WHERE bronze > 0 AND silver = 6 AND rank < 3 | CREATE TABLE table_name_97 (total INTEGER, rank VARCHAR, bronze VARCHAR, silver VARCHAR) | What is the lowest total medals the team with more than 0 bronze, 6 silver, and a rank higher than 3 has? |
SELECT MIN(rank) FROM table_name_54 WHERE nation = "venezuela" AND bronze > 9 | CREATE TABLE table_name_54 (rank INTEGER, nation VARCHAR, bronze VARCHAR) | What is the highest rank of Venezuela, which has more than 9 bronze medals? |
SELECT MIN(rank) FROM table_name_69 WHERE bronze = 0 AND silver = 1 AND gold > 0 | CREATE TABLE table_name_69 (rank INTEGER, gold VARCHAR, bronze VARCHAR, silver VARCHAR) | What is the lowest rank of the team with 0 bronze, 1 silver, and more than 0 gold? |
SELECT round FROM table_name_29 WHERE player = "mathieu garon" | CREATE TABLE table_name_29 (round VARCHAR, player VARCHAR) | What round has mathieu garon as the player? |
SELECT nationality FROM table_name_75 WHERE position = "left wing" AND round > 4 AND player = "mattia baldi" | CREATE TABLE table_name_75 (nationality VARCHAR, player VARCHAR, position VARCHAR, round VARCHAR) | What nationality has a position of left wing, and a round greater than 4, with mattia baldi as the player? |
SELECT SUM(round) FROM table_name_26 WHERE position = "goalie" | CREATE TABLE table_name_26 (round INTEGER, position VARCHAR) | How many rounds have goalie as the position? |
SELECT competition FROM table_name_12 WHERE date = "may 2, 1993" | CREATE TABLE table_name_12 (competition VARCHAR, date VARCHAR) | Which Competition has a Date of may 2, 1993? |
SELECT result FROM table_name_1 WHERE goal > 6 AND score = "1–0" AND competition = "friendly" AND date = "may 31, 1998" | CREATE TABLE table_name_1 (result VARCHAR, date VARCHAR, competition VARCHAR, goal VARCHAR, score VARCHAR) | Which Result has a Goal larger than 6, and a Score of 1–0, and a Competition of friendly, and a Date of may 31, 1998? |
SELECT score FROM table_name_33 WHERE date = "april 4, 1993" | CREATE TABLE table_name_33 (score VARCHAR, date VARCHAR) | What was the score on april 4, 1993? |
SELECT 1 AS _credit FROM table_name_86 WHERE hand = "theoretical return" | CREATE TABLE table_name_86 (hand VARCHAR) | What's the 1 credit with a Hand of Theoretical Return? |
SELECT COUNT(games) AS ↑ FROM table_name_58 WHERE position = "wr" AND number > 17 | CREATE TABLE table_name_58 (games VARCHAR, position VARCHAR, number VARCHAR) | What is the games number when the Position was wr, and a Number larger than 17? |
SELECT class FROM table_name_4 WHERE position = "lg" | CREATE TABLE table_name_4 (class VARCHAR, position VARCHAR) | What is the class for the position of lg? |
SELECT MAX(weight__kg_) FROM table_name_67 WHERE race = "farnley stakes" | CREATE TABLE table_name_67 (weight__kg_ INTEGER, race VARCHAR) | What is the highest weight for the Farnley Stakes race? |
SELECT time FROM table_name_44 WHERE location = "tokyo, japan" AND round = 3 AND res = "draw" | CREATE TABLE table_name_44 (time VARCHAR, res VARCHAR, location VARCHAR, round VARCHAR) | What time is associated with the event that happened in Tokyo, Japan, ending in a draw, with 3 rounds? |
SELECT 2012 FROM table_name_8 WHERE 2007 = "0 / 4" | CREATE TABLE table_name_8 (Id VARCHAR) | Which 2012 has a 2007 of 0 / 4? |
SELECT 2011 FROM table_name_65 WHERE career_win_loss = "7–10" | CREATE TABLE table_name_65 (career_win_loss VARCHAR) | Which 2011 has a Career Win-Loss of 7–10? |
SELECT 1998 FROM table_name_65 WHERE 2002 = "2–4" | CREATE TABLE table_name_65 (Id VARCHAR) | Which 1998 has a 2002 of 2–4? |
SELECT 2002 FROM table_name_79 WHERE 2008 = "3–3" | CREATE TABLE table_name_79 (Id VARCHAR) | Which 2002 has a 2008 of 3–3? |
SELECT 2003 FROM table_name_42 WHERE 2012 = "1r" AND 2008 = "1r" | CREATE TABLE table_name_42 (Id VARCHAR) | Which 2003 has a 2012 of 1r, and a 2008 of 1r? |
SELECT nfl_club FROM table_name_51 WHERE player = "robert gallery" | CREATE TABLE table_name_51 (nfl_club VARCHAR, player VARCHAR) | What club is robert gallery a part of |
SELECT COUNT(attendance) FROM table_name_34 WHERE games > 15 AND sellouts > 8 AND season = "2011-12" | CREATE TABLE table_name_34 (attendance VARCHAR, season VARCHAR, games VARCHAR, sellouts VARCHAR) | How many attendance numbers had more than 15 games, and sellouts of more than 8 in the 2011-12 season? |
SELECT AVG(attendance) FROM table_name_24 WHERE record = "12-4" AND average < 10 OFFSET 027 | CREATE TABLE table_name_24 (attendance INTEGER, record VARCHAR, average VARCHAR) | What's the mean attendance number when the record is 12-4 and the average is less than 10,027? |
SELECT COUNT(average) FROM table_name_73 WHERE sellouts < 14 AND season = "2011-12" AND attendance < 162 OFFSET 474 | CREATE TABLE table_name_73 (average VARCHAR, attendance VARCHAR, sellouts VARCHAR, season VARCHAR) | What is the full amount of averages when the sellouts are less than 14, the season is 2011-12, and attendance is less than 162,474? |
SELECT medal FROM table_name_69 WHERE event = "men's freestyle 52 kg" | CREATE TABLE table_name_69 (medal VARCHAR, event VARCHAR) | What medal was awarded in the men's freestyle 52 kg? |
SELECT MAX(cuts_made) FROM table_name_65 WHERE events < 1 | CREATE TABLE table_name_65 (cuts_made INTEGER, events INTEGER) | Events smaller than 1 had what highest cuts made? |
SELECT AVG(position) FROM table_name_48 WHERE difference = "- 5" AND played > 14 | CREATE TABLE table_name_48 (position INTEGER, difference VARCHAR, played VARCHAR) | What position was played with a Difference of - 5, and a Played larger than 14? |
SELECT COUNT(lost) FROM table_name_66 WHERE played < 14 | CREATE TABLE table_name_66 (lost VARCHAR, played INTEGER) | How many games lost associated with under 14 played? |
SELECT SUM(against) FROM table_name_84 WHERE team = "guarani" AND drawn < 3 | CREATE TABLE table_name_84 (against INTEGER, team VARCHAR, drawn VARCHAR) | How many games against for team guarani with under 3 draws? |
SELECT congress FROM table_name_92 WHERE _number_of_cosponsors < 23 AND date_introduced = "june 30, 2005" | CREATE TABLE table_name_92 (congress VARCHAR, _number_of_cosponsors VARCHAR, date_introduced VARCHAR) | What Congress had less than 23 cosponsors and had June 30, 2005 as the date of introduction of the bill? |
SELECT sponsor_s_ FROM table_name_77 WHERE date_introduced = "june 9, 2011" | CREATE TABLE table_name_77 (sponsor_s_ VARCHAR, date_introduced VARCHAR) | Who sponsored the bill introduced on June 9, 2011? |
SELECT sponsor_s_ FROM table_name_55 WHERE date_introduced = "june 2, 2009" | CREATE TABLE table_name_55 (sponsor_s_ VARCHAR, date_introduced VARCHAR) | Who sponsored the bill that was introduced on June 2, 2009? |
SELECT outcome FROM table_name_48 WHERE tournament = "melbourne" | CREATE TABLE table_name_48 (outcome VARCHAR, tournament VARCHAR) | What is the Outcome of the Melbourne Tournament? |
Subsets and Splits