Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
24,900 | <question>: What is the combined attendance of all games that had a result of w 35-14? <context>: CREATE TABLE table_name_65 (attendance INTEGER, result VARCHAR) | SELECT SUM(attendance) FROM table_name_65 WHERE result = "w 35-14" |
24,901 | <question>: What is the sum of NGC numbers for Constellation vela? <context>: CREATE TABLE table_name_16 (ngc_number INTEGER, constellation VARCHAR) | SELECT SUM(ngc_number) FROM table_name_16 WHERE constellation = "vela" |
24,902 | <question>: What is the Apparent magnitude of a globular cluster? <context>: CREATE TABLE table_name_78 (apparent_magnitude VARCHAR, object_type VARCHAR) | SELECT apparent_magnitude FROM table_name_78 WHERE object_type = "globular cluster" |
24,903 | <question>: What is the total of Apparent magnitudes for an NGC number larger than 3293? <context>: CREATE TABLE table_name_45 (apparent_magnitude INTEGER, ngc_number INTEGER) | SELECT SUM(apparent_magnitude) FROM table_name_45 WHERE ngc_number > 3293 |
24,904 | <question>: Tell me the money raised when 2Q has total receipts of $890,398 <context>: CREATE TABLE table_name_22 (money_raised VARCHAR, _2q VARCHAR, total_receipts VARCHAR) | SELECT money_raised, _2q FROM table_name_22 WHERE total_receipts = "$890,398" |
24,905 | <question>: Tell me the total receipts for tom tancredo <context>: CREATE TABLE table_name_44 (total_receipts VARCHAR, candidate VARCHAR) | SELECT total_receipts FROM table_name_44 WHERE candidate = "tom tancredo" |
24,906 | <question>: Name the money spent for 2Q having candidate of john mccain <context>: CREATE TABLE table_name_84 (money_spent VARCHAR, _2q VARCHAR, candidate VARCHAR) | SELECT money_spent, _2q FROM table_name_84 WHERE candidate = "john mccain" |
24,907 | <question>: Name the loans received for 2Q having total receipts of $25,328,694 <context>: CREATE TABLE table_name_95 (loans_received VARCHAR, _2q VARCHAR, total_receipts VARCHAR) | SELECT loans_received, _2q FROM table_name_95 WHERE total_receipts = "$25,328,694" |
24,908 | <question>: When collingwood was the away team, what was the home team? <context>: CREATE TABLE table_name_66 (home_team VARCHAR, away_team VARCHAR) | SELECT home_team FROM table_name_66 WHERE away_team = "collingwood" |
24,909 | <question>: What was the largest crowd size at arden street oval? <context>: CREATE TABLE table_name_58 (crowd INTEGER, venue VARCHAR) | SELECT MAX(crowd) FROM table_name_58 WHERE venue = "arden street oval" |
24,910 | <question>: What is the work number for Victor? <context>: CREATE TABLE table_name_80 (works_number VARCHAR, name VARCHAR) | SELECT works_number FROM table_name_80 WHERE name = "victor" |
24,911 | <question>: What is the average building year for Superb? <context>: CREATE TABLE table_name_75 (built INTEGER, name VARCHAR) | SELECT AVG(built) FROM table_name_75 WHERE name = "superb" |
24,912 | <question>: What is the highest number of assists for players that are f/c and have under 13 rebounds? <context>: CREATE TABLE table_name_38 (asts INTEGER, pos VARCHAR, rebs VARCHAR) | SELECT MAX(asts) FROM table_name_38 WHERE pos = "f/c" AND rebs < 13 |
24,913 | <question>: What was the score in the match against Sanaz Marand? <context>: CREATE TABLE table_name_54 (score VARCHAR, opponent VARCHAR) | SELECT score FROM table_name_54 WHERE opponent = "sanaz marand" |
24,914 | <question>: What tournament was held on 21 May 2006? <context>: CREATE TABLE table_name_80 (tournament VARCHAR, date VARCHAR) | SELECT tournament FROM table_name_80 WHERE date = "21 may 2006" |
24,915 | <question>: Who has the low lap total in a maserati with grid 2? <context>: CREATE TABLE table_name_47 (laps INTEGER, constructor VARCHAR, grid VARCHAR) | SELECT MIN(laps) FROM table_name_47 WHERE constructor = "maserati" AND grid = 2 |
24,916 | <question>: What is the highest round number with a time of 4:39? <context>: CREATE TABLE table_name_28 (round INTEGER, time VARCHAR) | SELECT MAX(round) FROM table_name_28 WHERE time = "4:39" |
24,917 | <question>: Which record has a time of 0:13? <context>: CREATE TABLE table_name_87 (record VARCHAR, time VARCHAR) | SELECT record FROM table_name_87 WHERE time = "0:13" |
24,918 | <question>: What is the result for rounds under 2 against D.J. Linderman? <context>: CREATE TABLE table_name_44 (res VARCHAR, round VARCHAR, opponent VARCHAR) | SELECT res FROM table_name_44 WHERE round < 2 AND opponent = "d.j. linderman" |
24,919 | <question>: What's the average crowd size when the Home team is melbourne? <context>: CREATE TABLE table_name_48 (crowd INTEGER, home_team VARCHAR) | SELECT AVG(crowd) FROM table_name_48 WHERE home_team = "melbourne" |
24,920 | <question>: Which Venue is the one for the footscray Home team? <context>: CREATE TABLE table_name_73 (venue VARCHAR, home_team VARCHAR) | SELECT venue FROM table_name_73 WHERE home_team = "footscray" |
24,921 | <question>: Which Year is the lowest when the Viewers are 13.7 million? <context>: CREATE TABLE table_name_7 (year INTEGER, viewers VARCHAR) | SELECT MIN(year) FROM table_name_7 WHERE viewers = "13.7 million" |
24,922 | <question>: How many Ratings did the 2013 Year have? <context>: CREATE TABLE table_name_23 (ratings VARCHAR, year VARCHAR) | SELECT ratings FROM table_name_23 WHERE year = 2013 |
24,923 | <question>: Which Network has 16.0 million Viewers? <context>: CREATE TABLE table_name_67 (network VARCHAR, viewers VARCHAR) | SELECT network FROM table_name_67 WHERE viewers = "16.0 million" |
24,924 | <question>: What Lap-by-lap has Chris Myers as the Pre-Race Host, a Year larger than 2008, and 9.9/22 as its Ratings? <context>: CREATE TABLE table_name_48 (lap_by_lap VARCHAR, ratings VARCHAR, year VARCHAR, pre_race_host VARCHAR) | SELECT lap_by_lap FROM table_name_48 WHERE year > 2008 AND pre_race_host = "chris myers" AND ratings = "9.9/22" |
24,925 | <question>: Which Network has 17.5 million Viewers? <context>: CREATE TABLE table_name_99 (network VARCHAR, viewers VARCHAR) | SELECT network FROM table_name_99 WHERE viewers = "17.5 million" |
24,926 | <question>: Who was driving the Maserati with a Grid smaller than 6, and a Time/Retired of +2 laps? <context>: CREATE TABLE table_name_39 (driver VARCHAR, time_retired VARCHAR, constructor VARCHAR, grid VARCHAR) | SELECT driver FROM table_name_39 WHERE constructor = "maserati" AND grid < 6 AND time_retired = "+2 laps" |
24,927 | <question>: What's the average Grid for a Maserati with less than 80 laps, and a Time/Retired of +2 laps? <context>: CREATE TABLE table_name_76 (grid INTEGER, time_retired VARCHAR, laps VARCHAR, constructor VARCHAR) | SELECT AVG(grid) FROM table_name_76 WHERE laps < 80 AND constructor = "maserati" AND time_retired = "+2 laps" |
24,928 | <question>: What were the lowest laps of Luigi Musso driving a Ferrari with a Grid larger than 2? <context>: CREATE TABLE table_name_31 (laps INTEGER, driver VARCHAR, constructor VARCHAR, grid VARCHAR) | SELECT MIN(laps) FROM table_name_31 WHERE constructor = "ferrari" AND grid > 2 AND driver = "luigi musso" |
24,929 | <question>: What was the score of the Mariners game when they had a record of 56–21? <context>: CREATE TABLE table_name_91 (score VARCHAR, record VARCHAR) | SELECT score FROM table_name_91 WHERE record = "56–21" |
24,930 | <question>: What was the date of the Mariners game when they had a record of 53–17? <context>: CREATE TABLE table_name_49 (date VARCHAR, record VARCHAR) | SELECT date FROM table_name_49 WHERE record = "53–17" |
24,931 | <question>: What was the attendance of the Mariners game when they had a record of 56–20? <context>: CREATE TABLE table_name_85 (attendance VARCHAR, record VARCHAR) | SELECT attendance FROM table_name_85 WHERE record = "56–20" |
24,932 | <question>: What college did Matt Freeman go to? <context>: CREATE TABLE table_name_46 (college VARCHAR, player VARCHAR) | SELECT college FROM table_name_46 WHERE player = "matt freeman" |
24,933 | <question>: What college did the placekicker go to? <context>: CREATE TABLE table_name_67 (college VARCHAR, position VARCHAR) | SELECT college FROM table_name_67 WHERE position = "placekicker" |
24,934 | <question>: What was the position of the player that went to warren central high school? <context>: CREATE TABLE table_name_35 (position VARCHAR, school VARCHAR) | SELECT position FROM table_name_35 WHERE school = "warren central high school" |
24,935 | <question>: Which opponent's march was 31? <context>: CREATE TABLE table_name_19 (opponent VARCHAR, march VARCHAR) | SELECT opponent FROM table_name_19 WHERE march = 31 |
24,936 | <question>: Which score's game was less than 69 when the march was bigger than 2 and the opponents were the New York Islanders? <context>: CREATE TABLE table_name_80 (score VARCHAR, opponent VARCHAR, game VARCHAR, march VARCHAR) | SELECT score FROM table_name_80 WHERE game < 69 AND march > 2 AND opponent = "new york islanders" |
24,937 | <question>: Which opponent's game was less than 76 when the march was 10? <context>: CREATE TABLE table_name_45 (opponent VARCHAR, game VARCHAR, march VARCHAR) | SELECT opponent FROM table_name_45 WHERE game < 76 AND march = 10 |
24,938 | <question>: What was North Melbourne's score as the home team? <context>: CREATE TABLE table_name_30 (home_team VARCHAR) | SELECT home_team AS score FROM table_name_30 WHERE home_team = "north melbourne" |
24,939 | <question>: What is the time/retired for phil hill with over 67 laps and a grad smaller than 18? <context>: CREATE TABLE table_name_29 (time_retired VARCHAR, driver VARCHAR, laps VARCHAR, grid VARCHAR) | SELECT time_retired FROM table_name_29 WHERE laps > 67 AND grid < 18 AND driver = "phil hill" |
24,940 | <question>: What was relegated in the 2006 season? <context>: CREATE TABLE table_name_48 (relegated VARCHAR, season VARCHAR) | SELECT relegated FROM table_name_48 WHERE season = "2006" |
24,941 | <question>: What season was Norwich Union League promoted? <context>: CREATE TABLE table_name_22 (season VARCHAR, promoted VARCHAR) | SELECT season FROM table_name_22 WHERE promoted = "norwich union league" |
24,942 | <question>: What show has a boar? <context>: CREATE TABLE table_name_33 (tv_series VARCHAR, species VARCHAR) | SELECT tv_series FROM table_name_33 WHERE species = "boar" |
24,943 | <question>: What animal was yes for tv series and was a terrapins? <context>: CREATE TABLE table_name_98 (animal_name VARCHAR, tv_series VARCHAR, species VARCHAR) | SELECT animal_name FROM table_name_98 WHERE tv_series = "yes" AND species = "terrapins" |
24,944 | <question>: What is the smallest season for a tv series with a yes and human was the species? <context>: CREATE TABLE table_name_58 (tv_seasons INTEGER, tv_series VARCHAR, species VARCHAR) | SELECT MIN(tv_seasons) FROM table_name_58 WHERE tv_series = "yes" AND species = "human" |
24,945 | <question>: What is the mate for Last Appearance of bully, bully, bully (3x13) for the animal named hollow/holly later than season 1? <context>: CREATE TABLE table_name_48 (mate VARCHAR, animal_name VARCHAR, tv_seasons VARCHAR, last_appearance VARCHAR) | SELECT mate FROM table_name_48 WHERE tv_seasons > 1 AND last_appearance = "bully, bully, bully (3x13)" AND animal_name = "hollow/holly" |
24,946 | <question>: How many grids for peter collins? <context>: CREATE TABLE table_name_71 (grid VARCHAR, driver VARCHAR) | SELECT COUNT(grid) FROM table_name_71 WHERE driver = "peter collins" |
24,947 | <question>: What is the high grid for ferrari's with 2 laps? <context>: CREATE TABLE table_name_45 (grid INTEGER, constructor VARCHAR, laps VARCHAR) | SELECT MAX(grid) FROM table_name_45 WHERE constructor = "ferrari" AND laps = 2 |
24,948 | <question>: Who drove the car with over 66 laps with a grid of 5? <context>: CREATE TABLE table_name_27 (driver VARCHAR, laps VARCHAR, grid VARCHAR) | SELECT driver FROM table_name_27 WHERE laps > 66 AND grid = 5 |
24,949 | <question>: When was the tournament at Orange? <context>: CREATE TABLE table_name_30 (date VARCHAR, tournament VARCHAR) | SELECT date FROM table_name_30 WHERE tournament = "orange" |
24,950 | <question>: What kind of surface was the Tournament at Sunderland played on? <context>: CREATE TABLE table_name_32 (surface VARCHAR, tournament VARCHAR) | SELECT surface FROM table_name_32 WHERE tournament = "sunderland" |
24,951 | <question>: What kind of surface was the tournament at Pune played on? <context>: CREATE TABLE table_name_56 (surface VARCHAR, tournament VARCHAR) | SELECT surface FROM table_name_56 WHERE tournament = "pune" |
24,952 | <question>: What was the score of the tournament against Isha Lakhani? <context>: CREATE TABLE table_name_80 (score VARCHAR, opponent VARCHAR) | SELECT score FROM table_name_80 WHERE opponent = "isha lakhani" |
24,953 | <question>: What was the date that ended in a record of 8-25-7? <context>: CREATE TABLE table_name_21 (date VARCHAR, record VARCHAR) | SELECT date FROM table_name_21 WHERE record = "8-25-7" |
24,954 | <question>: What was the home team when the visiting team was Toronto? <context>: CREATE TABLE table_name_22 (home VARCHAR, visitor VARCHAR) | SELECT home FROM table_name_22 WHERE visitor = "toronto" |
24,955 | <question>: What College/junior/club team (league) did mitch fadden play for? <context>: CREATE TABLE table_name_14 (college_junior_club_team__league_ VARCHAR, player VARCHAR) | SELECT college_junior_club_team__league_ FROM table_name_14 WHERE player = "mitch fadden" |
24,956 | <question>: When is the last week that has a result of a w 34-21? <context>: CREATE TABLE table_name_10 (week INTEGER, result VARCHAR) | SELECT MAX(week) FROM table_name_10 WHERE result = "w 34-21" |
24,957 | <question>: What is the method where there is a loss with time 5:00? <context>: CREATE TABLE table_name_76 (method VARCHAR, res VARCHAR, time VARCHAR) | SELECT method FROM table_name_76 WHERE res = "loss" AND time = "5:00" |
24,958 | <question>: What was the method when the time was 1:01? <context>: CREATE TABLE table_name_51 (method VARCHAR, time VARCHAR) | SELECT method FROM table_name_51 WHERE time = "1:01" |
24,959 | <question>: What was the crowd when the away team is footscray? <context>: CREATE TABLE table_name_26 (crowd VARCHAR, away_team VARCHAR) | SELECT crowd FROM table_name_26 WHERE away_team = "footscray" |
24,960 | <question>: What is the home team score at lake oval? <context>: CREATE TABLE table_name_45 (home_team VARCHAR, venue VARCHAR) | SELECT home_team AS score FROM table_name_45 WHERE venue = "lake oval" |
24,961 | <question>: What was the score for south melbourne at home? <context>: CREATE TABLE table_name_2 (home_team VARCHAR) | SELECT home_team AS score FROM table_name_2 WHERE home_team = "south melbourne" |
24,962 | <question>: How many high assists did the Lakers have? <context>: CREATE TABLE table_name_84 (high_assists VARCHAR, team VARCHAR) | SELECT high_assists FROM table_name_84 WHERE team = "lakers" |
24,963 | <question>: WHat was the result of the friendly match that was played on october 8, 2012? <context>: CREATE TABLE table_name_6 (result VARCHAR, competition VARCHAR, date VARCHAR) | SELECT result FROM table_name_6 WHERE competition = "friendly match" AND date = "october 8, 2012" |
24,964 | <question>: What was the name of the competition that took place on may 31, 2008? <context>: CREATE TABLE table_name_14 (competition VARCHAR, date VARCHAR) | SELECT competition FROM table_name_14 WHERE date = "may 31, 2008" |
24,965 | <question>: During the loss on march 26, 2005, what was the venue where the match was played? <context>: CREATE TABLE table_name_10 (venue VARCHAR, result VARCHAR, date VARCHAR) | SELECT venue FROM table_name_10 WHERE result = "loss" AND date = "march 26, 2005" |
24,966 | <question>: What is the average number of laps that has a Time/Retired of +1 lap, a Driver of olivier panis, and a Grid larger than 4? <context>: CREATE TABLE table_name_70 (laps INTEGER, grid VARCHAR, time_retired VARCHAR, driver VARCHAR) | SELECT AVG(laps) FROM table_name_70 WHERE time_retired = "+1 lap" AND driver = "olivier panis" AND grid > 4 |
24,967 | <question>: What constructor has under 62 laps, a Time/Retired of gearbox, a Grid larger than 1, and pedro diniz driving? <context>: CREATE TABLE table_name_19 (constructor VARCHAR, driver VARCHAR, grid VARCHAR, laps VARCHAR, time_retired VARCHAR) | SELECT constructor FROM table_name_19 WHERE laps < 62 AND time_retired = "gearbox" AND grid > 1 AND driver = "pedro diniz" |
24,968 | <question>: What is the time/retired with 60 laps and a grid 19? <context>: CREATE TABLE table_name_19 (time_retired VARCHAR, laps VARCHAR, grid VARCHAR) | SELECT time_retired FROM table_name_19 WHERE laps = 60 AND grid = 19 |
24,969 | <question>: What did the away team score when the home team was south melbourne? <context>: CREATE TABLE table_name_80 (away_team VARCHAR, home_team VARCHAR) | SELECT away_team AS score FROM table_name_80 WHERE home_team = "south melbourne" |
24,970 | <question>: Who was the away team at western oval? <context>: CREATE TABLE table_name_28 (away_team VARCHAR, venue VARCHAR) | SELECT away_team FROM table_name_28 WHERE venue = "western oval" |
24,971 | <question>: What team played away at vfl park? <context>: CREATE TABLE table_name_13 (away_team VARCHAR, venue VARCHAR) | SELECT away_team FROM table_name_13 WHERE venue = "vfl park" |
24,972 | <question>: What did carlton score while away? <context>: CREATE TABLE table_name_65 (away_team VARCHAR) | SELECT away_team AS score FROM table_name_65 WHERE away_team = "carlton" |
24,973 | <question>: Who was the home team in the game where North Melbourne was the away team? <context>: CREATE TABLE table_name_25 (home_team VARCHAR, away_team VARCHAR) | SELECT home_team AS score FROM table_name_25 WHERE away_team = "north melbourne" |
24,974 | <question>: Who was the home team that played in Victoria Park? <context>: CREATE TABLE table_name_32 (home_team VARCHAR, venue VARCHAR) | SELECT home_team FROM table_name_32 WHERE venue = "victoria park" |
24,975 | <question>: What was the highest crowd in Victoria Park? <context>: CREATE TABLE table_name_74 (crowd INTEGER, venue VARCHAR) | SELECT MAX(crowd) FROM table_name_74 WHERE venue = "victoria park" |
24,976 | <question>: How many people were in the crowd with the away team being collingwood? <context>: CREATE TABLE table_name_5 (crowd VARCHAR, away_team VARCHAR) | SELECT COUNT(crowd) FROM table_name_5 WHERE away_team = "collingwood" |
24,977 | <question>: Name the away team for essendon <context>: CREATE TABLE table_name_69 (away_team VARCHAR, home_team VARCHAR) | SELECT away_team FROM table_name_69 WHERE home_team = "essendon" |
24,978 | <question>: What is the largest number of laps with a Grid larger than 14, a Time/Retired of + 2 laps, and a Driver of helmut marko? <context>: CREATE TABLE table_name_30 (laps INTEGER, driver VARCHAR, grid VARCHAR, time_retired VARCHAR) | SELECT MAX(laps) FROM table_name_30 WHERE grid > 14 AND time_retired = "+ 2 laps" AND driver = "helmut marko" |
24,979 | <question>: Which grid has less than 11 laps, and a Time/Retired of accident? <context>: CREATE TABLE table_name_99 (grid INTEGER, laps VARCHAR, time_retired VARCHAR) | SELECT AVG(grid) FROM table_name_99 WHERE laps < 11 AND time_retired = "accident" |
24,980 | <question>: What is the total number of grids for peter gethin? <context>: CREATE TABLE table_name_58 (grid INTEGER, driver VARCHAR) | SELECT SUM(grid) FROM table_name_58 WHERE driver = "peter gethin" |
24,981 | <question>: How many grids does dave walker have? <context>: CREATE TABLE table_name_6 (grid VARCHAR, driver VARCHAR) | SELECT COUNT(grid) FROM table_name_6 WHERE driver = "dave walker" |
24,982 | <question>: What is the lowest grid with matra as constructor? <context>: CREATE TABLE table_name_17 (grid INTEGER, constructor VARCHAR) | SELECT MIN(grid) FROM table_name_17 WHERE constructor = "matra" |
24,983 | <question>: What is the catalogue number for the song that is 3:17 and was released 9/21/71? <context>: CREATE TABLE table_name_94 (catalogue VARCHAR, release_date VARCHAR, time VARCHAR) | SELECT catalogue FROM table_name_94 WHERE release_date = "9/21/71" AND time = "3:17" |
24,984 | <question>: What is the highest track for Burning Love? <context>: CREATE TABLE table_name_75 (track INTEGER, song_title VARCHAR) | SELECT MAX(track) FROM table_name_75 WHERE song_title = "burning love" |
24,985 | <question>: What is Heart of Rome's catalogue number? <context>: CREATE TABLE table_name_73 (catalogue VARCHAR, song_title VARCHAR) | SELECT catalogue FROM table_name_73 WHERE song_title = "heart of rome" |
24,986 | <question>: Which song was released 12/8/70 with a time of 2:54? <context>: CREATE TABLE table_name_19 (song_title VARCHAR, release_date VARCHAR, time VARCHAR) | SELECT song_title FROM table_name_19 WHERE release_date = "12/8/70" AND time = "2:54" |
24,987 | <question>: How many laps did Ricardo Zonta have? <context>: CREATE TABLE table_name_69 (laps INTEGER, driver VARCHAR) | SELECT SUM(laps) FROM table_name_69 WHERE driver = "ricardo zonta" |
24,988 | <question>: What is the name of the driver with a grid less than 14, laps smaller than 53 and a Time/Retired of collision, and a Constructor of ferrari? <context>: CREATE TABLE table_name_58 (driver VARCHAR, constructor VARCHAR, time_retired VARCHAR, grid VARCHAR, laps VARCHAR) | SELECT driver FROM table_name_58 WHERE grid < 14 AND laps < 53 AND time_retired = "collision" AND constructor = "ferrari" |
24,989 | <question>: What is the grid number with less than 52 laps and a Time/Retired of collision, and a Constructor of arrows - supertec? <context>: CREATE TABLE table_name_42 (grid VARCHAR, constructor VARCHAR, laps VARCHAR, time_retired VARCHAR) | SELECT COUNT(grid) FROM table_name_42 WHERE laps < 52 AND time_retired = "collision" AND constructor = "arrows - supertec" |
24,990 | <question>: What is the average Laps for a grid smaller than 17, and a Constructor of williams - bmw, driven by jenson button? <context>: CREATE TABLE table_name_49 (laps INTEGER, driver VARCHAR, grid VARCHAR, constructor VARCHAR) | SELECT AVG(laps) FROM table_name_49 WHERE grid < 17 AND constructor = "williams - bmw" AND driver = "jenson button" |
24,991 | <question>: When the Venue was victoria park, what was the Away team score? <context>: CREATE TABLE table_name_61 (away_team VARCHAR, venue VARCHAR) | SELECT away_team AS score FROM table_name_61 WHERE venue = "victoria park" |
24,992 | <question>: When the Home team of carlton played, what was their score? <context>: CREATE TABLE table_name_93 (home_team VARCHAR) | SELECT home_team AS score FROM table_name_93 WHERE home_team = "carlton" |
24,993 | <question>: Tell me the lost with tie of 0 and drawn of 47 <context>: CREATE TABLE table_name_20 (lost VARCHAR, tied VARCHAR, drawn VARCHAR) | SELECT lost FROM table_name_20 WHERE tied = "0" AND drawn = "47" |
24,994 | <question>: Name the tie that has 71 drawn <context>: CREATE TABLE table_name_1 (tied VARCHAR, drawn VARCHAR) | SELECT tied FROM table_name_1 WHERE drawn = "71" |
24,995 | <question>: I want to know the drawn that has a tie of 0 and the player is chris cowdrey <context>: CREATE TABLE table_name_25 (drawn VARCHAR, tied VARCHAR, player VARCHAR) | SELECT drawn FROM table_name_25 WHERE tied = "0" AND player = "chris cowdrey" |
24,996 | <question>: I want to know the tie for drawn of 47 <context>: CREATE TABLE table_name_46 (tied VARCHAR, drawn VARCHAR) | SELECT tied FROM table_name_46 WHERE drawn = "47" |
24,997 | <question>: What name shows as private authority and hibiscus and bays local board ? <context>: CREATE TABLE table_name_70 (name VARCHAR, authority VARCHAR, local_board VARCHAR) | SELECT name FROM table_name_70 WHERE authority = "private" AND local_board = "hibiscus and bays" |
24,998 | <question>: What is the name when the local board is albert–eden, and a Decile of 9? <context>: CREATE TABLE table_name_36 (name VARCHAR, local_board VARCHAR, decile VARCHAR) | SELECT name FROM table_name_36 WHERE local_board = "albert–eden" AND decile = "9" |
24,999 | <question>: What is the name of the suburb with a roll of 741? <context>: CREATE TABLE table_name_60 (suburb VARCHAR, roll VARCHAR) | SELECT suburb FROM table_name_60 WHERE roll = 741 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.