text
stringlengths
114
1.06k
### question: Which Rec has an Average smaller than 32, and a Touchdown smaller than 3, and an Opponent of oregon state? ### answer: SELECT SUM(rec) FROM table_name_95 WHERE average < 32 AND s_touchdown < 3 AND opponent = "oregon state" ### context: CREATE TABLE table_name_95 (rec INTEGER, opponent VARCHAR, average VAR...
### question: Which rec has Yards of 192, and a Touchdown smaller than 1? ### answer: SELECT AVG(rec) FROM table_name_52 WHERE yards = 192 AND s_touchdown < 1 ### context: CREATE TABLE table_name_52 (rec INTEGER, yards VARCHAR, s_touchdown VARCHAR)
### question: Which Opponent has Yards smaller than 197, and an Average smaller than 32, and a Year of 1966? ### answer: SELECT opponent FROM table_name_95 WHERE yards < 197 AND average < 32 AND year = 1966 ### context: CREATE TABLE table_name_95 (opponent VARCHAR, year VARCHAR, yards VARCHAR, average VARCHAR)
### question: How many Touchdowns have a rec of 10, and an Opponent of oregon state, and an Average smaller than 19.7? ### answer: SELECT COUNT(s_touchdown) FROM table_name_57 WHERE rec = 10 AND opponent = "oregon state" AND average < 19.7 ### context: CREATE TABLE table_name_57 (s_touchdown VARCHAR, average VARCHAR, r...
### question: Which Points have an Opponent of @ atlanta thrashers, and a Game smaller than 28? ### answer: SELECT SUM(points) FROM table_name_2 WHERE opponent = "@ atlanta thrashers" AND game < 28 ### context: CREATE TABLE table_name_2 (points INTEGER, opponent VARCHAR, game VARCHAR)
### question: How many Points have a Game smaller than 37, and a Score of 2–3, and a December of 13? ### answer: SELECT COUNT(points) FROM table_name_98 WHERE game < 37 AND score = "2–3" AND december = 13 ### context: CREATE TABLE table_name_98 (points VARCHAR, december VARCHAR, game VARCHAR, score VARCHAR)
### question: Which Game is the highest one that has a Score of 3–2? ### answer: SELECT MAX(game) FROM table_name_92 WHERE score = "3–2" ### context: CREATE TABLE table_name_92 (game INTEGER, score VARCHAR)
### question: What spans were built in 1896? ### answer: SELECT spans FROM table_name_73 WHERE built = "1896" ### context: CREATE TABLE table_name_73 (spans VARCHAR, built VARCHAR)
### question: Who has a length of 71 ft? ### answer: SELECT name FROM table_name_21 WHERE length__ft_ = 71 ### context: CREATE TABLE table_name_21 (name VARCHAR, length__ft_ VARCHAR)
### question: Where was the county of rockingham? ### answer: SELECT location FROM table_name_98 WHERE county = "rockingham" ### context: CREATE TABLE table_name_98 (location VARCHAR, county VARCHAR)
### question: What is the propulsion for the RB 04 earlier than 1962? ### answer: SELECT propulsion FROM table_name_79 WHERE year < 1962 AND name = "rb 04" ### context: CREATE TABLE table_name_79 (propulsion VARCHAR, year VARCHAR, name VARCHAR)
### question: What is the name of the anti-ship missile that had a turbojet propulsion that was launched by a surface, sub after 1985? ### answer: SELECT name FROM table_name_96 WHERE propulsion = "turbojet" AND year > 1985 AND launched_by = "surface, sub" ### context: CREATE TABLE table_name_96 (name VARCHAR, launched...
### question: What country had an anti-ship missile that had a solid rocket propulsion? ### answer: SELECT country FROM table_name_96 WHERE propulsion = "solid rocket" ### context: CREATE TABLE table_name_96 (country VARCHAR, propulsion VARCHAR)
### question: How many seats in 2001 with a quantity greater than 4? ### answer: SELECT COUNT(number_of_seats) FROM table_name_17 WHERE year = "2001" AND quantity > 4 ### context: CREATE TABLE table_name_17 (number_of_seats VARCHAR, year VARCHAR, quantity VARCHAR)
### question: What make and model of the diesel vehicle with a high floor type, bike capacity less than 3, and a quantity of 4? ### answer: SELECT make_and_model FROM table_name_67 WHERE fuel_propulsion = "diesel" AND floor_type = "high" AND bicycle_capacity† < 3 AND quantity = 4 ### context: CREATE TABLE table_name_67...
### question: What score has nashville predators as the opponent? ### answer: SELECT score FROM table_name_91 WHERE opponent = "nashville predators" ### context: CREATE TABLE table_name_91 (score VARCHAR, opponent VARCHAR)
### question: What are the average points that have december 27? ### answer: SELECT AVG(points) FROM table_name_36 WHERE december = 27 ### context: CREATE TABLE table_name_36 (points INTEGER, december VARCHAR)
### question: What record has points greater than 39, with 38 as the game? ### answer: SELECT record FROM table_name_1 WHERE points > 39 AND game = 38 ### context: CREATE TABLE table_name_1 (record VARCHAR, points VARCHAR, game VARCHAR)
### question: What is the Stuffit ability that has a gzip of yes, ISO/CD images of no and LHA/LZH of no? ### answer: SELECT stuffit FROM table_name_75 WHERE gzip = "yes" AND iso_cd_image = "no" AND lha_lzh = "no" ### context: CREATE TABLE table_name_75 (stuffit VARCHAR, lha_lzh VARCHAR, gzip VARCHAR, iso_cd_image VARCH...
### question: What is the gzip value associated with a stuffit of no, bzip2 of no, and LHA.LZH of no? ### answer: SELECT gzip FROM table_name_90 WHERE stuffit = "no" AND bzip2 = "no" AND lha_lzh = "no" ### context: CREATE TABLE table_name_90 (gzip VARCHAR, lha_lzh VARCHAR, stuffit VARCHAR, bzip2 VARCHAR)
### question: What is the StuffitX value that has a Stuffit of unknown, LHA/LZH of yes, and unknown ISO/CD image? ### answer: SELECT stuffit AS X FROM table_name_26 WHERE stuffit = "unknown" AND lha_lzh = "yes" AND iso_cd_image = "unknown" ### context: CREATE TABLE table_name_26 (stuffit VARCHAR, iso_cd_image VARCHAR, ...
### question: What is the stuffit that has bzip and LHA/LZH of no? ### answer: SELECT stuffit FROM table_name_99 WHERE bzip2 = "no" AND lha_lzh = "no" ### context: CREATE TABLE table_name_99 (stuffit VARCHAR, bzip2 VARCHAR, lha_lzh VARCHAR)
### question: Which round was Robert Deciantis taken in? ### answer: SELECT round FROM table_name_43 WHERE player = "robert deciantis" ### context: CREATE TABLE table_name_43 (round VARCHAR, player VARCHAR)
### question: Which round was Brian Elder taken in? ### answer: SELECT MIN(round) FROM table_name_15 WHERE player = "brian elder" ### context: CREATE TABLE table_name_15 (round INTEGER, player VARCHAR)
### question: what is the date of the tournament in michalovce ### answer: SELECT date FROM table_name_74 WHERE tournament = "michalovce" ### context: CREATE TABLE table_name_74 (date VARCHAR, tournament VARCHAR)
### question: What was the winning score of the Valero Texas Open? ### answer: SELECT winning_score FROM table_name_99 WHERE tournament = "valero texas open" ### context: CREATE TABLE table_name_99 (winning_score VARCHAR, tournament VARCHAR)
### question: When was the winning score –12 (69-66-72-65=272)? ### answer: SELECT date FROM table_name_72 WHERE winning_score = –12(69 - 66 - 72 - 65 = 272) ### context: CREATE TABLE table_name_72 (date VARCHAR, winning_score VARCHAR)
### question: Who was the runner-up when the winning score was –28 (66-67-68-64-67=332)? ### answer: SELECT runner_s__up FROM table_name_81 WHERE winning_score = –28(66 - 67 - 68 - 64 - 67 = 332) ### context: CREATE TABLE table_name_81 (runner_s__up VARCHAR, winning_score VARCHAR)
### question: Which party had a Retired Democratic hold? ### answer: SELECT party FROM table_name_97 WHERE result = "retired democratic hold" ### context: CREATE TABLE table_name_97 (party VARCHAR, result VARCHAR)
### question: What's the average year Charles N. Felton was re-elected? ### answer: SELECT AVG(first_elected) FROM table_name_92 WHERE result = "re-elected" AND incumbent = "charles n. felton" ### context: CREATE TABLE table_name_92 (first_elected INTEGER, result VARCHAR, incumbent VARCHAR)
### question: What year was Barclay Henley first elected? ### answer: SELECT COUNT(first_elected) FROM table_name_77 WHERE incumbent = "barclay henley" ### context: CREATE TABLE table_name_77 (first_elected VARCHAR, incumbent VARCHAR)
### question: what is the sponsor of motorola ### answer: SELECT team FROM table_name_12 WHERE sponsor = "motorola" ### context: CREATE TABLE table_name_12 (team VARCHAR, sponsor VARCHAR)
### question: Which Opponent has the Event of Sengoku 1? ### answer: SELECT opponent FROM table_name_94 WHERE event = "sengoku 1" ### context: CREATE TABLE table_name_94 (opponent VARCHAR, event VARCHAR)
### question: What Record has an Event of Pride Shockwave 2004? ### answer: SELECT record FROM table_name_22 WHERE event = "pride shockwave 2004" ### context: CREATE TABLE table_name_22 (record VARCHAR, event VARCHAR)
### question: What's the average pole position for the driver that has a percentage of 44.81%? ### answer: SELECT AVG(pole_positions) FROM table_name_33 WHERE percentage = "44.81%" ### context: CREATE TABLE table_name_33 (pole_positions INTEGER, percentage VARCHAR)
### question: What's the average front row starts for drivers with less than 68 pole positions and entries lower than 52? ### answer: SELECT AVG(front_row_starts) FROM table_name_85 WHERE pole_positions < 68 AND entries < 52 ### context: CREATE TABLE table_name_85 (front_row_starts INTEGER, pole_positions VARCHAR, entr...
### question: Attendance of 60,671 had what average week? ### answer: SELECT AVG(week) FROM table_name_9 WHERE attendance = 60 OFFSET 671 ### context: CREATE TABLE table_name_9 (week INTEGER, attendance VARCHAR)
### question: Week of 7 had what average attendance? ### answer: SELECT AVG(attendance) FROM table_name_57 WHERE week = 7 ### context: CREATE TABLE table_name_57 (attendance INTEGER, week VARCHAR)
### question: How many legs were lost for Trina Gulliver with more than 3 played? ### answer: SELECT COUNT(legs_lost) FROM table_name_11 WHERE player = "trina gulliver" AND played > 3 ### context: CREATE TABLE table_name_11 (legs_lost VARCHAR, player VARCHAR, played VARCHAR)
### question: What is the most sets won with less than 1 legs won? ### answer: SELECT MAX(sets_won) FROM table_name_25 WHERE legs_won < 1 ### context: CREATE TABLE table_name_25 (sets_won INTEGER, legs_won INTEGER)
### question: Yards of 45, and a Date of november 8, 1971 is what kicker? ### answer: SELECT kicker FROM table_name_92 WHERE yards = 45 AND date = "november 8, 1971" ### context: CREATE TABLE table_name_92 (kicker VARCHAR, yards VARCHAR, date VARCHAR)
### question: Game time of 2nd quarter (0:00), and a Date of november 8, 1971 has how many average yards? ### answer: SELECT AVG(yards) FROM table_name_2 WHERE game_time = "2nd quarter (0:00)" AND date = "november 8, 1971" ### context: CREATE TABLE table_name_2 (yards INTEGER, game_time VARCHAR, date VARCHAR)
### question: Opponent of new york giants, and a Yards smaller than 68 is what kicker? ### answer: SELECT kicker FROM table_name_36 WHERE opponent = "new york giants" AND yards < 68 ### context: CREATE TABLE table_name_36 (kicker VARCHAR, opponent VARCHAR, yards VARCHAR)
### question: Yards larger than 52, and a Opponent of san francisco 49ers is what kicker? ### answer: SELECT kicker FROM table_name_5 WHERE yards > 52 AND opponent = "san francisco 49ers" ### context: CREATE TABLE table_name_5 (kicker VARCHAR, yards VARCHAR, opponent VARCHAR)
### question: Result of missed*, and a Game time of 2nd quarter (0:00), and a Kicker of mason crosby involves what date? ### answer: SELECT date FROM table_name_3 WHERE result = "missed*" AND game_time = "2nd quarter (0:00)" AND kicker = "mason crosby" ### context: CREATE TABLE table_name_3 (date VARCHAR, kicker VARCHA...
### question: Opponent of houston texans had what result? ### answer: SELECT result FROM table_name_2 WHERE opponent = "houston texans" ### context: CREATE TABLE table_name_2 (result VARCHAR, opponent VARCHAR)
### question: Which Nationality of the person has a Position on left wing? ### answer: SELECT nationality FROM table_name_30 WHERE position = "left wing" ### context: CREATE TABLE table_name_30 (nationality VARCHAR, position VARCHAR)
### question: Which College/Junior/Club Team (League) are from sweden? ### answer: SELECT college_junior_club_team__league_ FROM table_name_92 WHERE nationality = "sweden" ### context: CREATE TABLE table_name_92 (college_junior_club_team__league_ VARCHAR, nationality VARCHAR)
### question: WHich Position is from russia? ### answer: SELECT position FROM table_name_39 WHERE nationality = "russia" ### context: CREATE TABLE table_name_39 (position VARCHAR, nationality VARCHAR)
### question: Which venue is with Ukraine? ### answer: SELECT venue FROM table_name_12 WHERE nationality = "ukraine" ### context: CREATE TABLE table_name_12 (venue VARCHAR, nationality VARCHAR)
### question: Which venue had a nationality of Belgium? ### answer: SELECT venue FROM table_name_44 WHERE nationality = "belgium" ### context: CREATE TABLE table_name_44 (venue VARCHAR, nationality VARCHAR)
### question: Which Best Actor has a Best Film of mystery? ### answer: SELECT best_actor FROM table_name_93 WHERE best_film = "mystery" ### context: CREATE TABLE table_name_93 (best_actor VARCHAR, best_film VARCHAR)
### question: Which Year has a Best Film of mystery? ### answer: SELECT year FROM table_name_80 WHERE best_film = "mystery" ### context: CREATE TABLE table_name_80 (year VARCHAR, best_film VARCHAR)
### question: Which Best Actress has a Year of 2012 6th? ### answer: SELECT best_actress FROM table_name_12 WHERE year = "2012 6th" ### context: CREATE TABLE table_name_12 (best_actress VARCHAR, year VARCHAR)
### question: Which Best Actor has a Best Director of takeshi kitano for outrage beyond? ### answer: SELECT best_actor FROM table_name_44 WHERE best_director = "takeshi kitano for outrage beyond" ### context: CREATE TABLE table_name_44 (best_actor VARCHAR, best_director VARCHAR)
### question: Which Best Film has a Best Supporting Actress of shamaine buencamino for niño? ### answer: SELECT best_film FROM table_name_42 WHERE best_supporting_actress = "shamaine buencamino for niño" ### context: CREATE TABLE table_name_42 (best_film VARCHAR, best_supporting_actress VARCHAR)
### question: Score of 0–0, and a Date of 02-jan-64 had what result? ### answer: SELECT result FROM table_name_11 WHERE score = "0–0" AND date = "02-jan-64" ### context: CREATE TABLE table_name_11 (result VARCHAR, score VARCHAR, date VARCHAR)
### question: Result of l, and a Competition of 1966 asian games, and a Score of 0–1 had what date? ### answer: SELECT date FROM table_name_44 WHERE result = "l" AND competition = "1966 asian games" AND score = "0–1" ### context: CREATE TABLE table_name_44 (date VARCHAR, score VARCHAR, result VARCHAR, competition VARCH...
### question: Competition of friendly, and a Date of 03-jun-62 had what score? ### answer: SELECT score FROM table_name_72 WHERE competition = "friendly" AND date = "03-jun-62" ### context: CREATE TABLE table_name_72 (score VARCHAR, competition VARCHAR, date VARCHAR)
### question: Result of w, and a Competition of 1968 asian cup happened on what date? ### answer: SELECT date FROM table_name_5 WHERE result = "w" AND competition = "1968 asian cup" ### context: CREATE TABLE table_name_5 (date VARCHAR, result VARCHAR, competition VARCHAR)
### question: Result of l, and a Date of 15-oct-64 had what score? ### answer: SELECT score FROM table_name_45 WHERE result = "l" AND date = "15-oct-64" ### context: CREATE TABLE table_name_45 (score VARCHAR, result VARCHAR, date VARCHAR)
### question: What incumbent was re-elected in the district in california 3? ### answer: SELECT incumbent FROM table_name_85 WHERE result = "re-elected" AND district = "california 3" ### context: CREATE TABLE table_name_85 (incumbent VARCHAR, result VARCHAR, district VARCHAR)
### question: What is the district of the incumbent Thomas Larkin Thompson? ### answer: SELECT district FROM table_name_37 WHERE incumbent = "thomas larkin thompson" ### context: CREATE TABLE table_name_37 (district VARCHAR, incumbent VARCHAR)
### question: What incumbent has a re-elected result and first elected larger than 1884? ### answer: SELECT incumbent FROM table_name_15 WHERE result = "re-elected" AND first_elected > 1884 ### context: CREATE TABLE table_name_15 (incumbent VARCHAR, result VARCHAR, first_elected VARCHAR)
### question: Which Telugu తెలుగు has a Kannada ಕನ್ನಡ of chitra ಚಿತ್ತ? ### answer: SELECT telugu_తెలుగు FROM table_name_87 WHERE kannada_ಕನ್ನಡ = "chitra ಚಿತ್ತ" ### context: CREATE TABLE table_name_87 (telugu_తెలుగు VARCHAR, kannada_ಕನ್ನಡ VARCHAR)
### question: Which Telugu తెలుగు has a Tamil தமிழ் of pūrāṭam பூராடம்? ### answer: SELECT telugu_తెలుగు FROM table_name_68 WHERE tamil_தமிழ் = "pūrāṭam பூராடம்" ### context: CREATE TABLE table_name_68 (telugu_తెలుగు VARCHAR, tamil_தமிழ் VARCHAR)
### question: Which Telugu తెలుగు has a Tamil தமிழ் of pūsam பூசம்? ### answer: SELECT telugu_తెలుగు FROM table_name_52 WHERE tamil_தமிழ் = "pūsam பூசம்" ### context: CREATE TABLE table_name_52 (telugu_తెలుగు VARCHAR, tamil_தமிழ் VARCHAR)
### question: Which Mongolian has a Tamil தமிழ் of pūrāṭam பூராடம்? ### answer: SELECT mongolian FROM table_name_78 WHERE tamil_தமிழ் = "pūrāṭam பூராடம்" ### context: CREATE TABLE table_name_78 (mongolian VARCHAR, tamil_தமிழ் VARCHAR)
### question: What kind of Sanskrit संस्कृतम् has a Kannada ಕನ್ನಡ of uttara ಉತ್ತರಾ? ### answer: SELECT sanskrit_संस्कृतम् FROM table_name_95 WHERE kannada_ಕನ್ನಡ = "uttara ಉತ್ತರಾ" ### context: CREATE TABLE table_name_95 (sanskrit_संस्कृतम् VARCHAR, kannada_ಕನ್ನಡ VARCHAR)
### question: What kind of Sanskrit संस्कृतम् has a Tamil தமிழ் of rōkiṇi ரோகிணி? ### answer: SELECT sanskrit_संस्कृतम् FROM table_name_23 WHERE tamil_தமிழ் = "rōkiṇi ரோகிணி" ### context: CREATE TABLE table_name_23 (sanskrit_संस्कृतम् VARCHAR, tamil_தமிழ் VARCHAR)
### question: What is the frequency for katherine? ### answer: SELECT frequency FROM table_name_99 WHERE area_served = "katherine" ### context: CREATE TABLE table_name_99 (frequency VARCHAR, area_served VARCHAR)
### question: Which band has a current freq of 8tab (hpon)? ### answer: SELECT band FROM table_name_80 WHERE freq_currently = "8tab (hpon)" ### context: CREATE TABLE table_name_80 (band VARCHAR, freq_currently VARCHAR)
### question: Which freq currently has 0 657? ### answer: SELECT freq_currently FROM table_name_86 WHERE frequency = "0 657" ### context: CREATE TABLE table_name_86 (freq_currently VARCHAR, frequency VARCHAR)
### question: What is the purpose for the katherine freq of 8rn? ### answer: SELECT purpose FROM table_name_50 WHERE freq_currently = "8rn" AND area_served = "katherine" ### context: CREATE TABLE table_name_50 (purpose VARCHAR, freq_currently VARCHAR, area_served VARCHAR)
### question: Which freq currently has 0 684? ### answer: SELECT freq_currently FROM table_name_7 WHERE frequency = "0 684" ### context: CREATE TABLE table_name_7 (freq_currently VARCHAR, frequency VARCHAR)
### question: Which band serves darwin for commercial purpose? ### answer: SELECT band FROM table_name_61 WHERE area_served = "darwin" AND purpose = "commercial" ### context: CREATE TABLE table_name_61 (band VARCHAR, area_served VARCHAR, purpose VARCHAR)
### question: What is the points difference for a loss less than 6, and points less than 11? ### answer: SELECT points_difference FROM table_name_30 WHERE lost < 6 AND points < 11 ### context: CREATE TABLE table_name_30 (points_difference VARCHAR, lost VARCHAR, points VARCHAR)
### question: Which Opponent has a Loss of báez (5-5)? ### answer: SELECT opponent FROM table_name_17 WHERE loss = "báez (5-5)" ### context: CREATE TABLE table_name_17 (opponent VARCHAR, loss VARCHAR)
### question: Which Score has an Opponent of @ rockies, and a Record of 33-35? ### answer: SELECT score FROM table_name_75 WHERE opponent = "@ rockies" AND record = "33-35" ### context: CREATE TABLE table_name_75 (score VARCHAR, opponent VARCHAR, record VARCHAR)
### question: Which Attendance has an Opponent of phillies, and a Record of 30-33? ### answer: SELECT SUM(attendance) FROM table_name_34 WHERE opponent = "phillies" AND record = "30-33" ### context: CREATE TABLE table_name_34 (attendance INTEGER, opponent VARCHAR, record VARCHAR)
### question: Which Attendance is the highest one that has a Loss of batista (4-5)? ### answer: SELECT MAX(attendance) FROM table_name_3 WHERE loss = "batista (4-5)" ### context: CREATE TABLE table_name_3 (attendance INTEGER, loss VARCHAR)
### question: What is the frequency MHz of the ERP W's greater than 250? ### answer: SELECT AVG(frequency_mhz) FROM table_name_55 WHERE erp_w > 250 ### context: CREATE TABLE table_name_55 (frequency_mhz INTEGER, erp_w INTEGER)
### question: What is the call sign of the MHz Frequency less than 94.9 and an ERP W of 170? ### answer: SELECT call_sign FROM table_name_35 WHERE frequency_mhz < 94.9 AND erp_w = 170 ### context: CREATE TABLE table_name_35 (call_sign VARCHAR, frequency_mhz VARCHAR, erp_w VARCHAR)
### question: What is the FCC info for the city of Tribune, Kansas? ### answer: SELECT fcc_info FROM table_name_74 WHERE city_of_license = "tribune, kansas" ### context: CREATE TABLE table_name_74 (fcc_info VARCHAR, city_of_license VARCHAR)
### question: What is the city of license with an ERP W less than 170? ### answer: SELECT city_of_license FROM table_name_15 WHERE erp_w < 170 ### context: CREATE TABLE table_name_15 (city_of_license VARCHAR, erp_w INTEGER)
### question: What is the smallest ERP W with a frequency MHz of 94.9? ### answer: SELECT MIN(erp_w) FROM table_name_26 WHERE frequency_mhz = 94.9 ### context: CREATE TABLE table_name_26 (erp_w INTEGER, frequency_mhz VARCHAR)
### question: What is the ERP W of a Frequency MHz greater than 89.5 in the city of Washburn, Texas? ### answer: SELECT erp_w FROM table_name_68 WHERE frequency_mhz > 89.5 AND city_of_license = "washburn, texas" ### context: CREATE TABLE table_name_68 (erp_w VARCHAR, frequency_mhz VARCHAR, city_of_license VARCHAR)
### question: What is the total number of bronze medals the U.S. Virgin Islands, which has less than 0 golds, has? ### answer: SELECT COUNT(bronze) FROM table_name_45 WHERE nation = "u.s. virgin islands" AND gold < 0 ### context: CREATE TABLE table_name_45 (bronze VARCHAR, nation VARCHAR, gold VARCHAR)
### question: What is the rank of the team with 11 total medals and more than 4 silver medals has? ### answer: SELECT SUM(rank) FROM table_name_95 WHERE total = 11 AND silver > 4 ### context: CREATE TABLE table_name_95 (rank INTEGER, total VARCHAR, silver VARCHAR)
### question: What is the lowest total medals the team with more than 0 bronze, 6 silver, and a rank higher than 3 has? ### answer: SELECT MIN(total) FROM table_name_97 WHERE bronze > 0 AND silver = 6 AND rank < 3 ### context: CREATE TABLE table_name_97 (total INTEGER, rank VARCHAR, bronze VARCHAR, silver VARCHAR)
### question: What is the highest rank of Venezuela, which has more than 9 bronze medals? ### answer: SELECT MIN(rank) FROM table_name_54 WHERE nation = "venezuela" AND bronze > 9 ### context: CREATE TABLE table_name_54 (rank INTEGER, nation VARCHAR, bronze VARCHAR)
### question: What is the lowest rank of the team with 0 bronze, 1 silver, and more than 0 gold? ### answer: SELECT MIN(rank) FROM table_name_69 WHERE bronze = 0 AND silver = 1 AND gold > 0 ### context: CREATE TABLE table_name_69 (rank INTEGER, gold VARCHAR, bronze VARCHAR, silver VARCHAR)
### question: What round has mathieu garon as the player? ### answer: SELECT round FROM table_name_29 WHERE player = "mathieu garon" ### context: CREATE TABLE table_name_29 (round VARCHAR, player VARCHAR)
### question: What nationality has a position of left wing, and a round greater than 4, with mattia baldi as the player? ### answer: SELECT nationality FROM table_name_75 WHERE position = "left wing" AND round > 4 AND player = "mattia baldi" ### context: CREATE TABLE table_name_75 (nationality VARCHAR, player VARCHAR, ...
### question: How many rounds have goalie as the position? ### answer: SELECT SUM(round) FROM table_name_26 WHERE position = "goalie" ### context: CREATE TABLE table_name_26 (round INTEGER, position VARCHAR)
### question: Which Competition has a Date of may 2, 1993? ### answer: SELECT competition FROM table_name_12 WHERE date = "may 2, 1993" ### context: CREATE TABLE table_name_12 (competition VARCHAR, date VARCHAR)
### question: 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? ### answer: SELECT result FROM table_name_1 WHERE goal > 6 AND score = "1–0" AND competition = "friendly" AND date = "may 31, 1998" ### context: CREATE TABLE table_name_1 (result VARCHAR, ...
### question: What was the score on april 4, 1993? ### answer: SELECT score FROM table_name_33 WHERE date = "april 4, 1993" ### context: CREATE TABLE table_name_33 (score VARCHAR, date VARCHAR)
### question: What's the 1 credit with a Hand of Theoretical Return? ### answer: SELECT 1 AS _credit FROM table_name_86 WHERE hand = "theoretical return" ### context: CREATE TABLE table_name_86 (hand VARCHAR)
### question: What is the games number when the Position was wr, and a Number larger than 17? ### answer: SELECT COUNT(games) AS ↑ FROM table_name_58 WHERE position = "wr" AND number > 17 ### context: CREATE TABLE table_name_58 (games VARCHAR, position VARCHAR, number VARCHAR)