combined_text
stringlengths
106
1.05k
###question:What is the name of the country when the television service is italia 1?###answer:SELECT country FROM table_name_95 WHERE television_service = "italia 1"###context:CREATE TABLE table_name_95 (country VARCHAR, television_service VARCHAR)
###question:What is the HDTV when the content is general television?###answer:SELECT hdtv FROM table_name_50 WHERE content = "general television"###context:CREATE TABLE table_name_50 (hdtv VARCHAR, content VARCHAR)
###question:What is the Country when the Content was general television, and a Television service of rai 1?###answer:SELECT country FROM table_name_87 WHERE content = "general television" AND television_service = "rai 1"###context:CREATE TABLE table_name_87 (country VARCHAR, content VARCHAR, television_service VARCHAR)
###question:What is the Language that has sky tg 24 active as the Television service?###answer:SELECT language FROM table_name_83 WHERE television_service = "sky tg 24 active"###context:CREATE TABLE table_name_83 (language VARCHAR, television_service VARCHAR)
###question:What was the location of the fight when Sara McMann's record was 1-0?###answer:SELECT location FROM table_name_42 WHERE record = "1-0"###context:CREATE TABLE table_name_42 (location VARCHAR, record VARCHAR)
###question:What was the record when there was a fight that lasted 5:00?###answer:SELECT record FROM table_name_96 WHERE time = "5:00"###context:CREATE TABLE table_name_96 (record VARCHAR, time VARCHAR)
###question:What is the method of resolution for the fight that had a time of 5:00 and a record of 5-0?###answer:SELECT method FROM table_name_57 WHERE time = "5:00" AND record = "5-0"###context:CREATE TABLE table_name_57 (method VARCHAR, time VARCHAR, record VARCHAR)
###question:What's the average Week with the Result l 23–3?###answer:SELECT AVG(week) FROM table_name_49 WHERE result = "l 23–3"###context:CREATE TABLE table_name_49 (week INTEGER, result VARCHAR)
###question:With the date of October 28, 1962, and the week greater than 4, what was the lowest attendance?###answer:SELECT MIN(attendance) FROM table_name_12 WHERE week > 4 AND date = "october 28, 1962"###context:CREATE TABLE table_name_12 (attendance INTEGER, week VARCHAR, date VARCHAR)
###question:What Belarusian has a status of Raion a foundation of 1514 and a 2010 population of 8100?###answer:SELECT belarusian__bgn_pcgn_ FROM table_name_73 WHERE status = "raion" AND foundation = "1514" AND population__2010_ = "8100"###context:CREATE TABLE table_name_73 (belarusian__bgn_pcgn_ VARCHAR, population__20...
###question:Which model number has an order part number of TMSMT37BQX5LD?###answer:SELECT model_number FROM table_name_57 WHERE order_part_number = "tmsmt37bqx5ld"###context:CREATE TABLE table_name_57 (model_number VARCHAR, order_part_number VARCHAR)
###question:Which model number has an order part number of TMDML44BKX5LD?###answer:SELECT model_number FROM table_name_32 WHERE order_part_number = "tmdml44bkx5ld"###context:CREATE TABLE table_name_32 (model_number VARCHAR, order_part_number VARCHAR)
###question:What is the socket related to the processor released on June 22, 2005, having a frequency of 1600MHz and voltage under 1.35V?###answer:SELECT socket FROM table_name_7 WHERE frequency = "1600mhz" AND release_date = "june 22, 2005" AND voltage < 1.35###context:CREATE TABLE table_name_7 (socket VARCHAR, voltag...
###question:What is the highest rank for PSV - FC Barcelona?###answer:SELECT MAX(rank) FROM table_name_64 WHERE team = "psv - fc barcelona"###context:CREATE TABLE table_name_64 (rank INTEGER, team VARCHAR)
###question:What rank was Peter Schmeichel?###answer:SELECT SUM(rank) FROM table_name_89 WHERE name = "peter schmeichel"###context:CREATE TABLE table_name_89 (rank INTEGER, name VARCHAR)
###question:What is the highest Super G that had an 11 Downhill and an overall less than 16?###answer:SELECT MAX(super_g) FROM table_name_6 WHERE downhill = "11" AND overall < 16###context:CREATE TABLE table_name_6 (super_g INTEGER, downhill VARCHAR, overall VARCHAR)
###question:What is the combined of the overalls less than 34?###answer:SELECT combined FROM table_name_82 WHERE overall < 34###context:CREATE TABLE table_name_82 (combined VARCHAR, overall INTEGER)
###question:What is the combined of the 14 Super G?###answer:SELECT combined FROM table_name_60 WHERE super_g = 14###context:CREATE TABLE table_name_60 (combined VARCHAR, super_g VARCHAR)
###question:What album had the reunion label in 2006?###answer:SELECT album FROM table_name_21 WHERE label = "reunion" AND year = 2006###context:CREATE TABLE table_name_21 (album VARCHAR, label VARCHAR, year VARCHAR)
###question:Who was the artist for the album, Christmas under the reunion label with the guitar?###answer:SELECT artist FROM table_name_67 WHERE label = "reunion" AND credit = "guitar" AND album = "christmas"###context:CREATE TABLE table_name_67 (artist VARCHAR, album VARCHAR, label VARCHAR, credit VARCHAR)
###question:What is the most recent year for an album listed with a piano credited?###answer:SELECT MAX(year) FROM table_name_4 WHERE credit = "piano"###context:CREATE TABLE table_name_4 (year INTEGER, credit VARCHAR)
###question:What is Volume:Issue, when Artist is Elton John, and when Weeks on Top is 4?###answer:SELECT volume AS :issue FROM table_name_86 WHERE artist = "elton john" AND weeks_on_top = 4###context:CREATE TABLE table_name_86 (volume VARCHAR, artist VARCHAR, weeks_on_top VARCHAR)
###question:What is the value in 2008-09 for the Autumn Gold event?###answer:SELECT 2008 AS _09 FROM table_name_9 WHERE event = "autumn gold"###context:CREATE TABLE table_name_9 (event VARCHAR)
###question:What is the total number of bronze medals of the nation with 4 total medals and 1 silver?###answer:SELECT COUNT(bronze) FROM table_name_89 WHERE total = 4 AND silver = 1###context:CREATE TABLE table_name_89 (bronze VARCHAR, total VARCHAR, silver VARCHAR)
###question:What is the sum of silver medals of the nation Cuba, which has less than 0 gold?###answer:SELECT SUM(silver) FROM table_name_7 WHERE nation = "cuba" AND gold < 0###context:CREATE TABLE table_name_7 (silver INTEGER, nation VARCHAR, gold VARCHAR)
###question:What is the total weight of players who play the G position for the Los Angeles D-Fenders?###answer:SELECT COUNT(weight) FROM table_name_80 WHERE pos = "g" AND team = "los angeles d-fenders"###context:CREATE TABLE table_name_80 (weight VARCHAR, pos VARCHAR, team VARCHAR)
###question:What team does Bill Walker play for?###answer:SELECT team FROM table_name_1 WHERE player = "bill walker"###context:CREATE TABLE table_name_1 (team VARCHAR, player VARCHAR)
###question:What was the lowest heat for Germany with a rank smaller than 9 for Mike Fenner and a time smaller than 13.52?###answer:SELECT MIN(heat) FROM table_name_51 WHERE nationality = "germany" AND rank < 9 AND name = "mike fenner" AND time < 13.52###context:CREATE TABLE table_name_51 (heat INTEGER, time VARCHAR, n...
###question:What is the lowest FA cup that has mohd faizal desa as the player, with a total greater than 0?###answer:SELECT MIN(fa_cup) FROM table_name_22 WHERE player = "mohd faizal desa" AND total > 0###context:CREATE TABLE table_name_22 (fa_cup INTEGER, player VARCHAR, total VARCHAR)
###question:What is the lowest FA cup that has a league greater than 0, with a Malaysia cup greater than 5?###answer:SELECT MIN(fa_cup) FROM table_name_9 WHERE league > 0 AND malaysia_cup > 5###context:CREATE TABLE table_name_9 (fa_cup INTEGER, league VARCHAR, malaysia_cup VARCHAR)
###question:How many Malaysia Cups have a total less than 0?###answer:SELECT COUNT(malaysia_cup) FROM table_name_5 WHERE total < 0###context:CREATE TABLE table_name_5 (malaysia_cup VARCHAR, total INTEGER)
###question:What is the average FA cup that has a league of 0, fahmi hatta as the player, with a Malaysia cup less than 0?###answer:SELECT AVG(fa_cup) FROM table_name_56 WHERE league = 0 AND player = "fahmi hatta" AND malaysia_cup < 0###context:CREATE TABLE table_name_56 (fa_cup INTEGER, malaysia_cup VARCHAR, league VA...
###question:How many Malaysia Cups have 0 for the total with a league greater than 0?###answer:SELECT COUNT(malaysia_cup) FROM table_name_2 WHERE total = 0 AND league > 0###context:CREATE TABLE table_name_2 (malaysia_cup VARCHAR, total VARCHAR, league VARCHAR)
###question:What is High Assists, when High Points is Keon Clark (19)?###answer:SELECT high_assists FROM table_name_57 WHERE high_points = "keon clark (19)"###context:CREATE TABLE table_name_57 (high_assists VARCHAR, high_points VARCHAR)
###question:What is Location Attendance, when High Assists is Alvin Williams (9)?###answer:SELECT location_attendance FROM table_name_29 WHERE high_assists = "alvin williams (9)"###context:CREATE TABLE table_name_29 (location_attendance VARCHAR, high_assists VARCHAR)
###question:What is High Points, when Location Attendance is Staples Center 18,964?###answer:SELECT high_points FROM table_name_56 WHERE location_attendance = "staples center 18,964"###context:CREATE TABLE table_name_56 (high_points VARCHAR, location_attendance VARCHAR)
###question:What is High Points, when Team is @ Phoenix?###answer:SELECT high_points FROM table_name_73 WHERE team = "@ phoenix"###context:CREATE TABLE table_name_73 (high_points VARCHAR, team VARCHAR)
###question:What name has 100 w. pender st. as the address?###answer:SELECT name FROM table_name_6 WHERE street_address = "100 w. pender st."###context:CREATE TABLE table_name_6 (name VARCHAR, street_address VARCHAR)
###question:How many floors have 207 w. hastings st. as the address?###answer:SELECT COUNT(floors) FROM table_name_1 WHERE street_address = "207 w. hastings st."###context:CREATE TABLE table_name_1 (floors VARCHAR, street_address VARCHAR)
###question:What is the height m/ft where 207 w. hastings st. is the address?###answer:SELECT height_m___ft FROM table_name_64 WHERE street_address = "207 w. hastings st."###context:CREATE TABLE table_name_64 (height_m___ft VARCHAR, street_address VARCHAR)
###question:What is the completed list entry number more than 1356460?###answer:SELECT completed FROM table_name_58 WHERE list_entry_number > 1356460###context:CREATE TABLE table_name_58 (completed VARCHAR, list_entry_number INTEGER)
###question:Which type has a list entry number more than 1356436, named Albion Congregational Church?###answer:SELECT type FROM table_name_64 WHERE list_entry_number > 1356436 AND name = "albion congregational church"###context:CREATE TABLE table_name_64 (type VARCHAR, list_entry_number VARCHAR, name VARCHAR)
###question:What is the entry number on the list for Fairfield Moravian Church?###answer:SELECT list_entry_number FROM table_name_13 WHERE name = "fairfield moravian church"###context:CREATE TABLE table_name_13 (list_entry_number VARCHAR, name VARCHAR)
###question:What was the Average Attendance during the Year in which there were 9 Home Games?###answer:SELECT MAX(average_attendance) FROM table_name_12 WHERE _number_of_home_games = 9###context:CREATE TABLE table_name_12 (average_attendance INTEGER, _number_of_home_games VARCHAR)
###question:Before 2012, what was the greatest # of Home Games with a Canada - USA Rank of 52nd, and an Average Attendance less than 992?###answer:SELECT MAX(_number_of_home_games) FROM table_name_41 WHERE year < 2012 AND canada___usa_rank = "52nd" AND average_attendance < 992###context:CREATE TABLE table_name_41 (_num...
###question:After the year 2011, when the Canada - USA Rank was 46th, what was the League Rank?###answer:SELECT league AS Rank FROM table_name_54 WHERE year > 2011 AND canada___usa_rank = "46th"###context:CREATE TABLE table_name_54 (league VARCHAR, year VARCHAR, canada___usa_rank VARCHAR)
###question:What is Package/Option, when HDTV is no, when Language is Italian, and when Television service is cartello promozionale sky hd?###answer:SELECT package_option FROM table_name_43 WHERE hdtv = "no" AND language = "italian" AND television_service = "cartello promozionale sky hd"###context:CREATE TABLE table_na...
###question:What is Country, when HDTV is yes, and when Content is cinema?###answer:SELECT country FROM table_name_29 WHERE hdtv = "yes" AND content = "cinema"###context:CREATE TABLE table_name_29 (country VARCHAR, hdtv VARCHAR, content VARCHAR)
###question:What is HDTV, when Television service is cartello promozionale sky hd?###answer:SELECT hdtv FROM table_name_95 WHERE television_service = "cartello promozionale sky hd"###context:CREATE TABLE table_name_95 (hdtv VARCHAR, television_service VARCHAR)
###question:What is Content, when Package/Option is sky cinema, and when Language is italian originale?###answer:SELECT content FROM table_name_6 WHERE package_option = "sky cinema" AND language = "italian originale"###context:CREATE TABLE table_name_6 (content VARCHAR, package_option VARCHAR, language VARCHAR)
###question:What is the Venue with an Attendance that is larger than 6,938?###answer:SELECT venue FROM table_name_55 WHERE attendance > 6 OFFSET 938###context:CREATE TABLE table_name_55 (venue VARCHAR, attendance INTEGER)
###question:What is the Date with an Opponent that is hearts?###answer:SELECT date FROM table_name_51 WHERE opponent = "hearts"###context:CREATE TABLE table_name_51 (date VARCHAR, opponent VARCHAR)
###question:What is the Result with a Venue that is n?###answer:SELECT result FROM table_name_45 WHERE venue = "n"###context:CREATE TABLE table_name_45 (result VARCHAR, venue VARCHAR)
###question:Who was the Coat of Cash Wearing Celebrity in Episode 6?###answer:SELECT coat_of_cash_wearing_celebrity FROM table_name_81 WHERE episode_number = 6###context:CREATE TABLE table_name_81 (coat_of_cash_wearing_celebrity VARCHAR, episode_number VARCHAR)
###question:What was the air date of episode 5?###answer:SELECT air_date FROM table_name_33 WHERE episode_number = 5###context:CREATE TABLE table_name_33 (air_date VARCHAR, episode_number VARCHAR)
###question:What is the largest number of races when there are less than 6 podiums, the series is the formula renault 2.0 eurocup, and there are more than 0 wins?###answer:SELECT MAX(races) FROM table_name_5 WHERE podiums < 6 AND series = "formula renault 2.0 eurocup" AND wins > 0###context:CREATE TABLE table_name_5 (r...
###question:Who were the Opponents in the final in the match with a Score in the final of 1–6, 6–3, 2–6?###answer:SELECT opponents_in_the_final FROM table_name_22 WHERE score_in_the_final = "1–6, 6–3, 2–6"###context:CREATE TABLE table_name_22 (opponents_in_the_final VARCHAR, score_in_the_final VARCHAR)
###question:What Opponents in the final had a match in 1984 with a Score in the final of 7–6, 6–1?###answer:SELECT opponents_in_the_final FROM table_name_77 WHERE date = 1984 AND score_in_the_final = "7–6, 6–1"###context:CREATE TABLE table_name_77 (opponents_in_the_final VARCHAR, date VARCHAR, score_in_the_final VARCHA...
###question:How many years were they nominated for outstanding musical?###answer:SELECT COUNT(year) FROM table_name_93 WHERE nominee = "outstanding musical"###context:CREATE TABLE table_name_93 (year VARCHAR, nominee VARCHAR)
###question:Where was the location for Arras Paul Arras?###answer:SELECT location FROM table_name_24 WHERE opponent = "arras paul arras"###context:CREATE TABLE table_name_24 (location VARCHAR, opponent VARCHAR)
###question:Which royal house has the name huai?###answer:SELECT royal_house FROM table_name_88 WHERE name = "huai"###context:CREATE TABLE table_name_88 (royal_house VARCHAR, name VARCHAR)
###question:Who has the title of marquis?###answer:SELECT name FROM table_name_52 WHERE title = "marquis"###context:CREATE TABLE table_name_52 (name VARCHAR, title VARCHAR)
###question:Which royal house is in the state of chu?###answer:SELECT royal_house FROM table_name_98 WHERE state = "chu"###context:CREATE TABLE table_name_98 (royal_house VARCHAR, state VARCHAR)
###question:Which state has a king named xiang?###answer:SELECT state FROM table_name_10 WHERE title = "king" AND name = "xiang"###context:CREATE TABLE table_name_10 (state VARCHAR, title VARCHAR, name VARCHAR)
###question:What's the most recent week for the day of November 5, 1978?###answer:SELECT MAX(week) FROM table_name_99 WHERE date = "november 5, 1978"###context:CREATE TABLE table_name_99 (week INTEGER, date VARCHAR)
###question:What's the mean week number for November 12, 1978?###answer:SELECT AVG(week) FROM table_name_9 WHERE date = "november 12, 1978"###context:CREATE TABLE table_name_9 (week INTEGER, date VARCHAR)
###question:What's the mean week number when attendance was 63,263?###answer:SELECT AVG(week) FROM table_name_88 WHERE attendance = 63 OFFSET 263###context:CREATE TABLE table_name_88 (week INTEGER, attendance VARCHAR)
###question:What is the number of floors that have years under 2008 and were named Guinness Tower?###answer:SELECT COUNT(floors) FROM table_name_58 WHERE year < 2008 AND name = "guinness tower"###context:CREATE TABLE table_name_58 (floors VARCHAR, year VARCHAR, name VARCHAR)
###question:What is the sum of Year opened when steel was the material with a Span feet of 1476?###answer:SELECT SUM(year_opened) FROM table_name_75 WHERE material = "steel" AND span_feet = 1476###context:CREATE TABLE table_name_75 (year_opened INTEGER, material VARCHAR, span_feet VARCHAR)
###question:What is the sum of Year opened when the span feet is more than 1247, and the spam metres is 384?###answer:SELECT SUM(year_opened) FROM table_name_13 WHERE span_feet > 1247 AND span_metres = 384###context:CREATE TABLE table_name_13 (year_opened INTEGER, span_feet VARCHAR, span_metres VARCHAR)
###question:What is average SiO 2, when Na 2 O is 7.53, and when Al 2 O 3 is less than 2.13?###answer:SELECT AVG(sio_2) FROM table_name_42 WHERE na_2_o = 7.53 AND al_2_o_3 < 2.13###context:CREATE TABLE table_name_42 (sio_2 INTEGER, na_2_o VARCHAR, al_2_o_3 VARCHAR)
###question:What is the highest K 2 O, when Na 2 O is greater than 1.87, when Fe 2 O 3 is greater than 0.07, when Objects is Ritual Disk, and when Al 2 O 3 is less than 0.62?###answer:SELECT MAX(k_2_o) FROM table_name_40 WHERE na_2_o > 1.87 AND fe_2_o_3 > 0.07 AND objects = "ritual disk" AND al_2_o_3 < 0.62###context:C...
###question:What is the highest SiO 2, when K 2 O is greater than 0.16, when Fe 2 O 3 is greater than 0.16, and when Na 2 O is less than 7.53?###answer:SELECT MAX(sio_2) FROM table_name_50 WHERE k_2_o > 0.16 AND fe_2_o_3 > 0.16 AND na_2_o < 7.53###context:CREATE TABLE table_name_50 (sio_2 INTEGER, na_2_o VARCHAR, k_2_o...
###question:What is Aberdeen team's date of vacancy?###answer:SELECT date_of_vacancy FROM table_name_37 WHERE team = "aberdeen"###context:CREATE TABLE table_name_37 (date_of_vacancy VARCHAR, team VARCHAR)
###question:What is Motherwell Team's manner of departure?###answer:SELECT manner_of_departure FROM table_name_57 WHERE team = "motherwell"###context:CREATE TABLE table_name_57 (manner_of_departure VARCHAR, team VARCHAR)
###question:What is the date of appointment for the team with a resigned manner of departure and replaced by Sandy Clark?###answer:SELECT date_of_appointment FROM table_name_2 WHERE manner_of_departure = "resigned" AND replaced_by = "sandy clark"###context:CREATE TABLE table_name_2 (date_of_appointment VARCHAR, manner_...
###question:What manner of departure was Dick Advocaat replaced by?###answer:SELECT manner_of_departure FROM table_name_47 WHERE replaced_by = "dick advocaat"###context:CREATE TABLE table_name_47 (manner_of_departure VARCHAR, replaced_by VARCHAR)
###question:Which amount of lost had an against of more than 22 and 9 points?###answer:SELECT lost FROM table_name_30 WHERE against > 22 AND points = 9###context:CREATE TABLE table_name_30 (lost VARCHAR, against VARCHAR, points VARCHAR)
###question:What is the total amount of points when the played number was less than 12?###answer:SELECT SUM(points) FROM table_name_93 WHERE played < 12###context:CREATE TABLE table_name_93 (points INTEGER, played INTEGER)
###question:What is the largest points number where the difference is 12?###answer:SELECT MAX(points) FROM table_name_69 WHERE difference = "12"###context:CREATE TABLE table_name_69 (points INTEGER, difference VARCHAR)
###question:What is the total number of points where there were 3 losses and a played number bigger than 12?###answer:SELECT SUM(points) FROM table_name_40 WHERE lost = 3 AND played > 12###context:CREATE TABLE table_name_40 (points INTEGER, lost VARCHAR, played VARCHAR)
###question:What was the winning score for the tournament where Garth Mulroy was the runner-up?###answer:SELECT winning_score FROM table_name_94 WHERE runner_s__up = "garth mulroy"###context:CREATE TABLE table_name_94 (winning_score VARCHAR, runner_s__up VARCHAR)
###question:Which tournament had a margin of victory of 6 strokes?###answer:SELECT tournament FROM table_name_34 WHERE margin_of_victory = "6 strokes"###context:CREATE TABLE table_name_34 (tournament VARCHAR, margin_of_victory VARCHAR)
###question:For the tournament played on 16 Jan 2011, what was the winning score?###answer:SELECT winning_score FROM table_name_21 WHERE date = "16 jan 2011"###context:CREATE TABLE table_name_21 (winning_score VARCHAR, date VARCHAR)
###question:For the tournament ending with a margin of victory of 2 strokes, who was the runner(s)-up?###answer:SELECT runner_s__up FROM table_name_58 WHERE margin_of_victory = "2 strokes"###context:CREATE TABLE table_name_58 (runner_s__up VARCHAR, margin_of_victory VARCHAR)
###question:What was the winning score for the tournament where Garth Mulroy was the runner-up, and the margin of victory was 1 stroke?###answer:SELECT winning_score FROM table_name_98 WHERE margin_of_victory = "1 stroke" AND runner_s__up = "garth mulroy"###context:CREATE TABLE table_name_98 (winning_score VARCHAR, mar...
###question:For the tournament ending with a margin of victory of 6 strokes, what was the winning score?###answer:SELECT winning_score FROM table_name_90 WHERE margin_of_victory = "6 strokes"###context:CREATE TABLE table_name_90 (winning_score VARCHAR, margin_of_victory VARCHAR)
###question:How many Drawns have a Team of aa sΓ£o bento and Points larger than 1?###answer:SELECT SUM(drawn) FROM table_name_54 WHERE team = "aa sΓ£o bento" AND points > 1###context:CREATE TABLE table_name_54 (drawn INTEGER, team VARCHAR, points VARCHAR)
###question:What is the Drawn has an Against smaller than 20 and Points of 15?###answer:SELECT drawn FROM table_name_46 WHERE against < 20 AND points = 15###context:CREATE TABLE table_name_46 (drawn VARCHAR, against VARCHAR, points VARCHAR)
###question:How many Against has a Drawn smaller than 1, and a Lost smaller than 5?###answer:SELECT MAX(against) FROM table_name_86 WHERE drawn < 1 AND lost < 5###context:CREATE TABLE table_name_86 (against INTEGER, drawn VARCHAR, lost VARCHAR)
###question:what is the average Against has Drawn of 2, and a Played larger than 10?###answer:SELECT AVG(against) FROM table_name_37 WHERE drawn = 2 AND played > 10###context:CREATE TABLE table_name_37 (against INTEGER, drawn VARCHAR, played VARCHAR)
###question:How many goals were there for Johan Cruyff when the rank's less than 3?###answer:SELECT SUM(goals) FROM table_name_36 WHERE name = "johan cruyff" AND rank < 3###context:CREATE TABLE table_name_36 (goals INTEGER, name VARCHAR, rank VARCHAR)
###question:What is the highest against when the lost is 3 with less than 30 points?###answer:SELECT MAX(against) FROM table_name_73 WHERE lost = 3 AND points < 30###context:CREATE TABLE table_name_73 (against INTEGER, lost VARCHAR, points VARCHAR)
###question:What is the average Played when the against is 51, and the drawn is more than 1?###answer:SELECT AVG(played) FROM table_name_9 WHERE against = 51 AND drawn > 1###context:CREATE TABLE table_name_9 (played INTEGER, against VARCHAR, drawn VARCHAR)
###question:What is the result against Clemson?###answer:SELECT result FROM table_name_86 WHERE opponent = "clemson"###context:CREATE TABLE table_name_86 (result VARCHAR, opponent VARCHAR)
###question:What is the number of Games for the player in Rank 3?###answer:SELECT MAX(games) FROM table_name_21 WHERE rank = 3###context:CREATE TABLE table_name_21 (games INTEGER, rank VARCHAR)
###question:With more than 69 Assists, what is Dejuan Collins' Rank?###answer:SELECT COUNT(rank) FROM table_name_59 WHERE name = "dejuan collins" AND assists > 69###context:CREATE TABLE table_name_59 (rank VARCHAR, name VARCHAR, assists VARCHAR)
###question:How many Assists for the Player with 13 Games and a Rank less than 3?###answer:SELECT SUM(assists) FROM table_name_29 WHERE games = 13 AND rank < 3###context:CREATE TABLE table_name_29 (assists INTEGER, games VARCHAR, rank VARCHAR)
###question:What is the lowest number of uncommitted superdelegates for a state with more than 16 total and 2 for Hillary Clinton?###answer:SELECT MIN(uncommitted) FROM table_name_16 WHERE total > 16 AND hillary_clinton = 2###context:CREATE TABLE table_name_16 (uncommitted INTEGER, total VARCHAR, hillary_clinton VARCHA...
###question:What Japanese prefecture has Ibaraki, Tsukuba?###answer:SELECT japanese FROM table_name_15 WHERE prefecture = "ibaraki" AND name = "tsukuba"###context:CREATE TABLE table_name_15 (japanese VARCHAR, prefecture VARCHAR, name VARCHAR)