question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
What network has lap-by-laps by Bill Flemming, and Pit reporter Chris Economaki? | CREATE TABLE table_name_47 (network VARCHAR, lap_by_lap VARCHAR, pit_reporters VARCHAR) | SELECT network FROM table_name_47 WHERE lap_by_lap = "bill flemming" AND pit_reporters = "chris economaki" | ### Context: CREATE TABLE table_name_47 (network VARCHAR, lap_by_lap VARCHAR, pit_reporters VARCHAR) ### Question: What network has lap-by-laps by Bill Flemming, and Pit reporter Chris Economaki? ### Answer: SELECT network FROM table_name_47 WHERE lap_by_lap = "bill flemming" AND pit_reporters = "chris economaki" |
Which lap-by-lap has a year after 1973, with pit reporter Bill Flemming? | CREATE TABLE table_name_74 (lap_by_lap VARCHAR, year VARCHAR, pit_reporters VARCHAR) | SELECT lap_by_lap FROM table_name_74 WHERE year > 1973 AND pit_reporters = "bill flemming" | ### Context: CREATE TABLE table_name_74 (lap_by_lap VARCHAR, year VARCHAR, pit_reporters VARCHAR) ### Question: Which lap-by-lap has a year after 1973, with pit reporter Bill Flemming? ### Answer: SELECT lap_by_lap FROM table_name_74 WHERE year > 1973 AND pit_reporters = "bill flemming" |
What is the lowest round for Fort Lauderdale, Florida, United States, with a win and a time of 3:38? | CREATE TABLE table_name_14 (round INTEGER, time VARCHAR, res VARCHAR, location VARCHAR) | SELECT MIN(round) FROM table_name_14 WHERE res = "win" AND location = "fort lauderdale, florida, united states" AND time = "3:38" | ### Context: CREATE TABLE table_name_14 (round INTEGER, time VARCHAR, res VARCHAR, location VARCHAR) ### Question: What is the lowest round for Fort Lauderdale, Florida, United States, with a win and a time of 3:38? ### Answer: SELECT MIN(round) FROM table_name_14 WHERE res = "win" AND location = "fort lauderdale, florida, united states" AND time = "3:38" |
How many rounds have a time of 2:18? | CREATE TABLE table_name_64 (round VARCHAR, time VARCHAR) | SELECT COUNT(round) FROM table_name_64 WHERE time = "2:18" | ### Context: CREATE TABLE table_name_64 (round VARCHAR, time VARCHAR) ### Question: How many rounds have a time of 2:18? ### Answer: SELECT COUNT(round) FROM table_name_64 WHERE time = "2:18" |
What is the lowest Grid with fewer than 65 Laps and with Driver Tim Schenken? | CREATE TABLE table_name_32 (grid INTEGER, laps VARCHAR, driver VARCHAR) | SELECT MIN(grid) FROM table_name_32 WHERE laps < 65 AND driver = "tim schenken" | ### Context: CREATE TABLE table_name_32 (grid INTEGER, laps VARCHAR, driver VARCHAR) ### Question: What is the lowest Grid with fewer than 65 Laps and with Driver Tim Schenken? ### Answer: SELECT MIN(grid) FROM table_name_32 WHERE laps < 65 AND driver = "tim schenken" |
What Driver has 1 in Grid? | CREATE TABLE table_name_98 (driver VARCHAR, grid VARCHAR) | SELECT driver FROM table_name_98 WHERE grid = 1 | ### Context: CREATE TABLE table_name_98 (driver VARCHAR, grid VARCHAR) ### Question: What Driver has 1 in Grid? ### Answer: SELECT driver FROM table_name_98 WHERE grid = 1 |
What is Driver Howden Ganley's Time/Retired? | CREATE TABLE table_name_75 (time_retired VARCHAR, driver VARCHAR) | SELECT time_retired FROM table_name_75 WHERE driver = "howden ganley" | ### Context: CREATE TABLE table_name_75 (time_retired VARCHAR, driver VARCHAR) ### Question: What is Driver Howden Ganley's Time/Retired? ### Answer: SELECT time_retired FROM table_name_75 WHERE driver = "howden ganley" |
On what date was Hawthorn the home team? | CREATE TABLE table_name_45 (date VARCHAR, home_team VARCHAR) | SELECT date FROM table_name_45 WHERE home_team = "hawthorn" | ### Context: CREATE TABLE table_name_45 (date VARCHAR, home_team VARCHAR) ### Question: On what date was Hawthorn the home team? ### Answer: SELECT date FROM table_name_45 WHERE home_team = "hawthorn" |
Who was the away team at Junction Oval? | CREATE TABLE table_name_2 (away_team VARCHAR, venue VARCHAR) | SELECT away_team FROM table_name_2 WHERE venue = "junction oval" | ### Context: CREATE TABLE table_name_2 (away_team VARCHAR, venue VARCHAR) ### Question: Who was the away team at Junction Oval? ### Answer: SELECT away_team FROM table_name_2 WHERE venue = "junction oval" |
Which home team played at MCG? | CREATE TABLE table_name_93 (home_team VARCHAR, venue VARCHAR) | SELECT home_team FROM table_name_93 WHERE venue = "mcg" | ### Context: CREATE TABLE table_name_93 (home_team VARCHAR, venue VARCHAR) ### Question: Which home team played at MCG? ### Answer: SELECT home_team FROM table_name_93 WHERE venue = "mcg" |
Tell me the sum of draws for position less than 15 with played more than 38 | CREATE TABLE table_name_95 (draws INTEGER, position VARCHAR, played VARCHAR) | SELECT SUM(draws) FROM table_name_95 WHERE position < 15 AND played > 38 | ### Context: CREATE TABLE table_name_95 (draws INTEGER, position VARCHAR, played VARCHAR) ### Question: Tell me the sum of draws for position less than 15 with played more than 38 ### Answer: SELECT SUM(draws) FROM table_name_95 WHERE position < 15 AND played > 38 |
Name the sum of played for position less than 9 and draws more than 19 with goals against more than 27 | CREATE TABLE table_name_34 (played INTEGER, goals_against VARCHAR, position VARCHAR, draws VARCHAR) | SELECT SUM(played) FROM table_name_34 WHERE position < 9 AND draws > 19 AND goals_against > 27 | ### Context: CREATE TABLE table_name_34 (played INTEGER, goals_against VARCHAR, position VARCHAR, draws VARCHAR) ### Question: Name the sum of played for position less than 9 and draws more than 19 with goals against more than 27 ### Answer: SELECT SUM(played) FROM table_name_34 WHERE position < 9 AND draws > 19 AND goals_against > 27 |
Name the recorded for translation of sleep my love, good night | CREATE TABLE table_name_16 (recorded VARCHAR, translation VARCHAR) | SELECT recorded FROM table_name_16 WHERE translation = "sleep my love, good night" | ### Context: CREATE TABLE table_name_16 (recorded VARCHAR, translation VARCHAR) ### Question: Name the recorded for translation of sleep my love, good night ### Answer: SELECT recorded FROM table_name_16 WHERE translation = "sleep my love, good night" |
What is the Winter in 1906? | CREATE TABLE table_name_99 (winter VARCHAR, year VARCHAR) | SELECT winter FROM table_name_99 WHERE year = 1906 | ### Context: CREATE TABLE table_name_99 (winter VARCHAR, year VARCHAR) ### Question: What is the Winter in 1906? ### Answer: SELECT winter FROM table_name_99 WHERE year = 1906 |
Which driver has a Time/Retired of 2:45:46.2? | CREATE TABLE table_name_44 (driver VARCHAR, time_retired VARCHAR) | SELECT driver FROM table_name_44 WHERE time_retired = "2:45:46.2" | ### Context: CREATE TABLE table_name_44 (driver VARCHAR, time_retired VARCHAR) ### Question: Which driver has a Time/Retired of 2:45:46.2? ### Answer: SELECT driver FROM table_name_44 WHERE time_retired = "2:45:46.2" |
What position for the western michigan product picked ahead of 312? | CREATE TABLE table_name_16 (position VARCHAR, pick VARCHAR, school_club_team VARCHAR) | SELECT position FROM table_name_16 WHERE pick < 312 AND school_club_team = "western michigan" | ### Context: CREATE TABLE table_name_16 (position VARCHAR, pick VARCHAR, school_club_team VARCHAR) ### Question: What position for the western michigan product picked ahead of 312? ### Answer: SELECT position FROM table_name_16 WHERE pick < 312 AND school_club_team = "western michigan" |
What date did the Chicago Bears beat the Green bay Packers 31-20? | CREATE TABLE table_name_32 (date VARCHAR, loser VARCHAR, location VARCHAR) | SELECT date FROM table_name_32 WHERE loser = "green bay packers" AND location = "green bay" | ### Context: CREATE TABLE table_name_32 (date VARCHAR, loser VARCHAR, location VARCHAR) ### Question: What date did the Chicago Bears beat the Green bay Packers 31-20? ### Answer: SELECT date FROM table_name_32 WHERE loser = "green bay packers" AND location = "green bay" |
When were the boston bruins the home team? | CREATE TABLE table_name_95 (date VARCHAR, home VARCHAR) | SELECT date FROM table_name_95 WHERE home = "boston bruins" | ### Context: CREATE TABLE table_name_95 (date VARCHAR, home VARCHAR) ### Question: When were the boston bruins the home team? ### Answer: SELECT date FROM table_name_95 WHERE home = "boston bruins" |
In what nation is Bordeaux? | CREATE TABLE table_name_50 (nat VARCHAR, moving_from VARCHAR) | SELECT nat FROM table_name_50 WHERE moving_from = "bordeaux" | ### Context: CREATE TABLE table_name_50 (nat VARCHAR, moving_from VARCHAR) ### Question: In what nation is Bordeaux? ### Answer: SELECT nat FROM table_name_50 WHERE moving_from = "bordeaux" |
Who has the lead in Norway? | CREATE TABLE table_name_89 (lead VARCHAR, nation VARCHAR) | SELECT lead FROM table_name_89 WHERE nation = "norway" | ### Context: CREATE TABLE table_name_89 (lead VARCHAR, nation VARCHAR) ### Question: Who has the lead in Norway? ### Answer: SELECT lead FROM table_name_89 WHERE nation = "norway" |
Which Skip will play Joan Mccusker? | CREATE TABLE table_name_83 (skip VARCHAR, second VARCHAR) | SELECT skip FROM table_name_83 WHERE second = "joan mccusker" | ### Context: CREATE TABLE table_name_83 (skip VARCHAR, second VARCHAR) ### Question: Which Skip will play Joan Mccusker? ### Answer: SELECT skip FROM table_name_83 WHERE second = "joan mccusker" |
Who is the Alternate for Sweden? | CREATE TABLE table_name_58 (alternate VARCHAR, nation VARCHAR) | SELECT alternate FROM table_name_58 WHERE nation = "sweden" | ### Context: CREATE TABLE table_name_58 (alternate VARCHAR, nation VARCHAR) ### Question: Who is the Alternate for Sweden? ### Answer: SELECT alternate FROM table_name_58 WHERE nation = "sweden" |
Who is the third alternate for Germany? | CREATE TABLE table_name_56 (third VARCHAR, nation VARCHAR) | SELECT third FROM table_name_56 WHERE nation = "germany" | ### Context: CREATE TABLE table_name_56 (third VARCHAR, nation VARCHAR) ### Question: Who is the third alternate for Germany? ### Answer: SELECT third FROM table_name_56 WHERE nation = "germany" |
Which translation was published in 1986? | CREATE TABLE table_name_78 (translation VARCHAR, date VARCHAR) | SELECT translation FROM table_name_78 WHERE date = 1986 | ### Context: CREATE TABLE table_name_78 (translation VARCHAR, date VARCHAR) ### Question: Which translation was published in 1986? ### Answer: SELECT translation FROM table_name_78 WHERE date = 1986 |
Which title has content including mysticism, spiritualism, and a translation of the minaret of light? | CREATE TABLE table_name_86 (title VARCHAR, content VARCHAR, translation VARCHAR) | SELECT title FROM table_name_86 WHERE content = "mysticism, spiritualism" AND translation = "the minaret of light" | ### Context: CREATE TABLE table_name_86 (title VARCHAR, content VARCHAR, translation VARCHAR) ### Question: Which title has content including mysticism, spiritualism, and a translation of the minaret of light? ### Answer: SELECT title FROM table_name_86 WHERE content = "mysticism, spiritualism" AND translation = "the minaret of light" |
What is hte nuumber of employees that has a revenue of 104.000? | CREATE TABLE table_name_60 (employees__world_ VARCHAR, revenue__mil€_ VARCHAR) | SELECT employees__world_ FROM table_name_60 WHERE revenue__mil€_ = "104.000" | ### Context: CREATE TABLE table_name_60 (employees__world_ VARCHAR, revenue__mil€_ VARCHAR) ### Question: What is hte nuumber of employees that has a revenue of 104.000? ### Answer: SELECT employees__world_ FROM table_name_60 WHERE revenue__mil€_ = "104.000" |
Which HQ is associated with a number of employees of 100? | CREATE TABLE table_name_23 (headquarters VARCHAR, employees__world_ VARCHAR) | SELECT headquarters FROM table_name_23 WHERE employees__world_ = 100 | ### Context: CREATE TABLE table_name_23 (headquarters VARCHAR, employees__world_ VARCHAR) ### Question: Which HQ is associated with a number of employees of 100? ### Answer: SELECT headquarters FROM table_name_23 WHERE employees__world_ = 100 |
What is the low silver medal total for nations with over 1 bronze ranked above 11? | CREATE TABLE table_name_80 (silver INTEGER, bronze VARCHAR, rank VARCHAR) | SELECT MIN(silver) FROM table_name_80 WHERE bronze > 1 AND rank < 11 | ### Context: CREATE TABLE table_name_80 (silver INTEGER, bronze VARCHAR, rank VARCHAR) ### Question: What is the low silver medal total for nations with over 1 bronze ranked above 11? ### Answer: SELECT MIN(silver) FROM table_name_80 WHERE bronze > 1 AND rank < 11 |
What is the high total for nations with 1 gold and over 1 bronze? | CREATE TABLE table_name_55 (total INTEGER, gold VARCHAR, bronze VARCHAR) | SELECT MAX(total) FROM table_name_55 WHERE gold = 1 AND bronze > 1 | ### Context: CREATE TABLE table_name_55 (total INTEGER, gold VARCHAR, bronze VARCHAR) ### Question: What is the high total for nations with 1 gold and over 1 bronze? ### Answer: SELECT MAX(total) FROM table_name_55 WHERE gold = 1 AND bronze > 1 |
What was the home team with a 4-6-0 record? | CREATE TABLE table_name_13 (home VARCHAR, record VARCHAR) | SELECT home FROM table_name_13 WHERE record = "4-6-0" | ### Context: CREATE TABLE table_name_13 (home VARCHAR, record VARCHAR) ### Question: What was the home team with a 4-6-0 record? ### Answer: SELECT home FROM table_name_13 WHERE record = "4-6-0" |
What was the decision of the game with Washington as the visitor team on October 13? | CREATE TABLE table_name_96 (decision VARCHAR, visitor VARCHAR, date VARCHAR) | SELECT decision FROM table_name_96 WHERE visitor = "washington" AND date = "october 13" | ### Context: CREATE TABLE table_name_96 (decision VARCHAR, visitor VARCHAR, date VARCHAR) ### Question: What was the decision of the game with Washington as the visitor team on October 13? ### Answer: SELECT decision FROM table_name_96 WHERE visitor = "washington" AND date = "october 13" |
What is the average NGC number of everything with a Right ascension (J2000) of 05h33m30s? | CREATE TABLE table_name_7 (ngc_number INTEGER, right_ascension___j2000__ VARCHAR) | SELECT AVG(ngc_number) FROM table_name_7 WHERE right_ascension___j2000__ = "05h33m30s" | ### Context: CREATE TABLE table_name_7 (ngc_number INTEGER, right_ascension___j2000__ VARCHAR) ### Question: What is the average NGC number of everything with a Right ascension (J2000) of 05h33m30s? ### Answer: SELECT AVG(ngc_number) FROM table_name_7 WHERE right_ascension___j2000__ = "05h33m30s" |
What is the right ascension (J2000) with a Declination (J2000) of °12′43″, is a constellation of dorado, and has an NGC number larger than 2068? | CREATE TABLE table_name_55 (right_ascension___j2000__ VARCHAR, declination___j2000__ VARCHAR, ngc_number VARCHAR, constellation VARCHAR) | SELECT right_ascension___j2000__ FROM table_name_55 WHERE ngc_number > 2068 AND constellation = "dorado" AND declination___j2000__ = "°12′43″" | ### Context: CREATE TABLE table_name_55 (right_ascension___j2000__ VARCHAR, declination___j2000__ VARCHAR, ngc_number VARCHAR, constellation VARCHAR) ### Question: What is the right ascension (J2000) with a Declination (J2000) of °12′43″, is a constellation of dorado, and has an NGC number larger than 2068? ### Answer: SELECT right_ascension___j2000__ FROM table_name_55 WHERE ngc_number > 2068 AND constellation = "dorado" AND declination___j2000__ = "°12′43″" |
What type of object has an NGC number higher than 2090 and has a right ascension (J2000) of 05h52m19s? | CREATE TABLE table_name_61 (object_type VARCHAR, ngc_number VARCHAR, right_ascension___j2000__ VARCHAR) | SELECT object_type FROM table_name_61 WHERE ngc_number > 2090 AND right_ascension___j2000__ = "05h52m19s" | ### Context: CREATE TABLE table_name_61 (object_type VARCHAR, ngc_number VARCHAR, right_ascension___j2000__ VARCHAR) ### Question: What type of object has an NGC number higher than 2090 and has a right ascension (J2000) of 05h52m19s? ### Answer: SELECT object_type FROM table_name_61 WHERE ngc_number > 2090 AND right_ascension___j2000__ = "05h52m19s" |
How is the crowd of the team Geelong? | CREATE TABLE table_name_35 (crowd INTEGER, away_team VARCHAR) | SELECT AVG(crowd) FROM table_name_35 WHERE away_team = "geelong" | ### Context: CREATE TABLE table_name_35 (crowd INTEGER, away_team VARCHAR) ### Question: How is the crowd of the team Geelong? ### Answer: SELECT AVG(crowd) FROM table_name_35 WHERE away_team = "geelong" |
Who has the smallest crowd in the Venue of Arden Street Oval? | CREATE TABLE table_name_56 (crowd INTEGER, venue VARCHAR) | SELECT MIN(crowd) FROM table_name_56 WHERE venue = "arden street oval" | ### Context: CREATE TABLE table_name_56 (crowd INTEGER, venue VARCHAR) ### Question: Who has the smallest crowd in the Venue of Arden Street Oval? ### Answer: SELECT MIN(crowd) FROM table_name_56 WHERE venue = "arden street oval" |
What team has a Venue at Lake Oval? | CREATE TABLE table_name_35 (away_team VARCHAR, venue VARCHAR) | SELECT away_team FROM table_name_35 WHERE venue = "lake oval" | ### Context: CREATE TABLE table_name_35 (away_team VARCHAR, venue VARCHAR) ### Question: What team has a Venue at Lake Oval? ### Answer: SELECT away_team FROM table_name_35 WHERE venue = "lake oval" |
What day is the grand prix de trois-rivières? | CREATE TABLE table_name_30 (date VARCHAR, race_title VARCHAR) | SELECT date FROM table_name_30 WHERE race_title = "grand prix de trois-rivières" | ### Context: CREATE TABLE table_name_30 (date VARCHAR, race_title VARCHAR) ### Question: What day is the grand prix de trois-rivières? ### Answer: SELECT date FROM table_name_30 WHERE race_title = "grand prix de trois-rivières" |
What race is on aug 4 with ron fellows? | CREATE TABLE table_name_24 (race_title VARCHAR, drivers VARCHAR, date VARCHAR) | SELECT race_title FROM table_name_24 WHERE drivers = "ron fellows" AND date = "aug 4" | ### Context: CREATE TABLE table_name_24 (race_title VARCHAR, drivers VARCHAR, date VARCHAR) ### Question: What race is on aug 4 with ron fellows? ### Answer: SELECT race_title FROM table_name_24 WHERE drivers = "ron fellows" AND date = "aug 4" |
What is the distance/duration on sept 5 of le grand prix de trois-rivières? | CREATE TABLE table_name_3 (distance_duration VARCHAR, date VARCHAR, race_title VARCHAR) | SELECT distance_duration FROM table_name_3 WHERE date = "sept 5" AND race_title = "le grand prix de trois-rivières" | ### Context: CREATE TABLE table_name_3 (distance_duration VARCHAR, date VARCHAR, race_title VARCHAR) ### Question: What is the distance/duration on sept 5 of le grand prix de trois-rivières? ### Answer: SELECT distance_duration FROM table_name_3 WHERE date = "sept 5" AND race_title = "le grand prix de trois-rivières" |
What is terry's record when he fights julio paulino? | CREATE TABLE table_name_21 (record VARCHAR, opponent VARCHAR) | SELECT record FROM table_name_21 WHERE opponent = "julio paulino" | ### Context: CREATE TABLE table_name_21 (record VARCHAR, opponent VARCHAR) ### Question: What is terry's record when he fights julio paulino? ### Answer: SELECT record FROM table_name_21 WHERE opponent = "julio paulino" |
How long is the ko (punch) fight against scott smith? | CREATE TABLE table_name_78 (time VARCHAR, method VARCHAR, opponent VARCHAR) | SELECT time FROM table_name_78 WHERE method = "ko (punch)" AND opponent = "scott smith" | ### Context: CREATE TABLE table_name_78 (time VARCHAR, method VARCHAR, opponent VARCHAR) ### Question: How long is the ko (punch) fight against scott smith? ### Answer: SELECT time FROM table_name_78 WHERE method = "ko (punch)" AND opponent = "scott smith" |
What is the average feet that has a Latitude (N) of 35°48′35″, and under 8,047m? | CREATE TABLE table_name_11 (feet INTEGER, latitude__n_ VARCHAR, metres VARCHAR) | SELECT AVG(feet) FROM table_name_11 WHERE latitude__n_ = "35°48′35″" AND metres < 8 OFFSET 047 | ### Context: CREATE TABLE table_name_11 (feet INTEGER, latitude__n_ VARCHAR, metres VARCHAR) ### Question: What is the average feet that has a Latitude (N) of 35°48′35″, and under 8,047m? ### Answer: SELECT AVG(feet) FROM table_name_11 WHERE latitude__n_ = "35°48′35″" AND metres < 8 OFFSET 047 |
What is the lowest feet total with a Longitude (E) of 76°34′06″, and a Prominence (m) under 1,701? | CREATE TABLE table_name_22 (feet INTEGER, longitude__e_ VARCHAR, prominence__m_ VARCHAR) | SELECT MIN(feet) FROM table_name_22 WHERE longitude__e_ = "76°34′06″" AND prominence__m_ < 1 OFFSET 701 | ### Context: CREATE TABLE table_name_22 (feet INTEGER, longitude__e_ VARCHAR, prominence__m_ VARCHAR) ### Question: What is the lowest feet total with a Longitude (E) of 76°34′06″, and a Prominence (m) under 1,701? ### Answer: SELECT MIN(feet) FROM table_name_22 WHERE longitude__e_ = "76°34′06″" AND prominence__m_ < 1 OFFSET 701 |
What Player comes from the Hometown of Wichita, KS? | CREATE TABLE table_name_75 (player VARCHAR, hometown VARCHAR) | SELECT player FROM table_name_75 WHERE hometown = "wichita, ks" | ### Context: CREATE TABLE table_name_75 (player VARCHAR, hometown VARCHAR) ### Question: What Player comes from the Hometown of Wichita, KS? ### Answer: SELECT player FROM table_name_75 WHERE hometown = "wichita, ks" |
For the Player from Brampton, ON what is their NBA Draft status? | CREATE TABLE table_name_99 (nba_draft VARCHAR, hometown VARCHAR) | SELECT nba_draft FROM table_name_99 WHERE hometown = "brampton, on" | ### Context: CREATE TABLE table_name_99 (nba_draft VARCHAR, hometown VARCHAR) ### Question: For the Player from Brampton, ON what is their NBA Draft status? ### Answer: SELECT nba_draft FROM table_name_99 WHERE hometown = "brampton, on" |
What was the College of Player Perry Ellis? | CREATE TABLE table_name_69 (college VARCHAR, player VARCHAR) | SELECT college FROM table_name_69 WHERE player = "perry ellis" | ### Context: CREATE TABLE table_name_69 (college VARCHAR, player VARCHAR) ### Question: What was the College of Player Perry Ellis? ### Answer: SELECT college FROM table_name_69 WHERE player = "perry ellis" |
What is the lowest figure score when the free is 556? | CREATE TABLE table_name_24 (figures INTEGER, free VARCHAR) | SELECT MIN(figures) FROM table_name_24 WHERE free = 556 | ### Context: CREATE TABLE table_name_24 (figures INTEGER, free VARCHAR) ### Question: What is the lowest figure score when the free is 556? ### Answer: SELECT MIN(figures) FROM table_name_24 WHERE free = 556 |
What is the size of the crowd for the game where the away team South Melbourne played? | CREATE TABLE table_name_39 (crowd INTEGER, away_team VARCHAR) | SELECT AVG(crowd) FROM table_name_39 WHERE away_team = "south melbourne" | ### Context: CREATE TABLE table_name_39 (crowd INTEGER, away_team VARCHAR) ### Question: What is the size of the crowd for the game where the away team South Melbourne played? ### Answer: SELECT AVG(crowd) FROM table_name_39 WHERE away_team = "south melbourne" |
What is the home team score when the crowd was larger than 30,100? | CREATE TABLE table_name_11 (home_team VARCHAR, crowd INTEGER) | SELECT home_team AS score FROM table_name_11 WHERE crowd > 30 OFFSET 100 | ### Context: CREATE TABLE table_name_11 (home_team VARCHAR, crowd INTEGER) ### Question: What is the home team score when the crowd was larger than 30,100? ### Answer: SELECT home_team AS score FROM table_name_11 WHERE crowd > 30 OFFSET 100 |
How much did the home team Hawthorn score? | CREATE TABLE table_name_5 (home_team VARCHAR) | SELECT home_team AS score FROM table_name_5 WHERE home_team = "hawthorn" | ### Context: CREATE TABLE table_name_5 (home_team VARCHAR) ### Question: How much did the home team Hawthorn score? ### Answer: SELECT home_team AS score FROM table_name_5 WHERE home_team = "hawthorn" |
What was the crowd size for the game at Footscray? | CREATE TABLE table_name_2 (crowd VARCHAR, away_team VARCHAR) | SELECT COUNT(crowd) FROM table_name_2 WHERE away_team = "footscray" | ### Context: CREATE TABLE table_name_2 (crowd VARCHAR, away_team VARCHAR) ### Question: What was the crowd size for the game at Footscray? ### Answer: SELECT COUNT(crowd) FROM table_name_2 WHERE away_team = "footscray" |
Who was the visitor when phoenix was at home? | CREATE TABLE table_name_35 (visitor VARCHAR, home VARCHAR) | SELECT visitor FROM table_name_35 WHERE home = "phoenix" | ### Context: CREATE TABLE table_name_35 (visitor VARCHAR, home VARCHAR) ### Question: Who was the visitor when phoenix was at home? ### Answer: SELECT visitor FROM table_name_35 WHERE home = "phoenix" |
What day did philadelphia visit? | CREATE TABLE table_name_31 (date VARCHAR, visitor VARCHAR) | SELECT date FROM table_name_31 WHERE visitor = "philadelphia" | ### Context: CREATE TABLE table_name_31 (date VARCHAR, visitor VARCHAR) ### Question: What day did philadelphia visit? ### Answer: SELECT date FROM table_name_31 WHERE visitor = "philadelphia" |
Which song has a Picturization of Vijay? | CREATE TABLE table_name_86 (song VARCHAR, picturization VARCHAR) | SELECT song FROM table_name_86 WHERE picturization = "vijay" | ### Context: CREATE TABLE table_name_86 (song VARCHAR, picturization VARCHAR) ### Question: Which song has a Picturization of Vijay? ### Answer: SELECT song FROM table_name_86 WHERE picturization = "vijay" |
What is the air date for the episode with production code ad1c13? | CREATE TABLE table_name_64 (original_air_date VARCHAR, production_code VARCHAR) | SELECT original_air_date FROM table_name_64 WHERE production_code = "ad1c13" | ### Context: CREATE TABLE table_name_64 (original_air_date VARCHAR, production_code VARCHAR) ### Question: What is the air date for the episode with production code ad1c13? ### Answer: SELECT original_air_date FROM table_name_64 WHERE production_code = "ad1c13" |
Who wrote the episode that has the production code ad1c05? | CREATE TABLE table_name_4 (written_by VARCHAR, production_code VARCHAR) | SELECT written_by FROM table_name_4 WHERE production_code = "ad1c05" | ### Context: CREATE TABLE table_name_4 (written_by VARCHAR, production_code VARCHAR) ### Question: Who wrote the episode that has the production code ad1c05? ### Answer: SELECT written_by FROM table_name_4 WHERE production_code = "ad1c05" |
What is the title of the episode with production code ad1c07? | CREATE TABLE table_name_99 (title VARCHAR, production_code VARCHAR) | SELECT title FROM table_name_99 WHERE production_code = "ad1c07" | ### Context: CREATE TABLE table_name_99 (title VARCHAR, production_code VARCHAR) ### Question: What is the title of the episode with production code ad1c07? ### Answer: SELECT title FROM table_name_99 WHERE production_code = "ad1c07" |
What is the low draw total for yarragon teams with over 3 wins, and under 966 against? | CREATE TABLE table_name_98 (draws INTEGER, against VARCHAR, wins VARCHAR, mid_gippsland_fl VARCHAR) | SELECT MIN(draws) FROM table_name_98 WHERE wins > 3 AND mid_gippsland_fl = "yarragon" AND against < 966 | ### Context: CREATE TABLE table_name_98 (draws INTEGER, against VARCHAR, wins VARCHAR, mid_gippsland_fl VARCHAR) ### Question: What is the low draw total for yarragon teams with over 3 wins, and under 966 against? ### Answer: SELECT MIN(draws) FROM table_name_98 WHERE wins > 3 AND mid_gippsland_fl = "yarragon" AND against < 966 |
What is the General classification for a points classification leader of Bradley Wiggins? | CREATE TABLE table_name_47 (general_classification VARCHAR, points_classification VARCHAR) | SELECT general_classification FROM table_name_47 WHERE points_classification = "bradley wiggins" | ### Context: CREATE TABLE table_name_47 (general_classification VARCHAR, points_classification VARCHAR) ### Question: What is the General classification for a points classification leader of Bradley Wiggins? ### Answer: SELECT general_classification FROM table_name_47 WHERE points_classification = "bradley wiggins" |
What is the general classification for a mountains value of Christophe Moreau and a Team winner of Team CSC? | CREATE TABLE table_name_94 (general_classification VARCHAR, mountains_classification VARCHAR, team_classification VARCHAR) | SELECT general_classification FROM table_name_94 WHERE mountains_classification = "christophe moreau" AND team_classification = "team csc" | ### Context: CREATE TABLE table_name_94 (general_classification VARCHAR, mountains_classification VARCHAR, team_classification VARCHAR) ### Question: What is the general classification for a mountains value of Christophe Moreau and a Team winner of Team CSC? ### Answer: SELECT general_classification FROM table_name_94 WHERE mountains_classification = "christophe moreau" AND team_classification = "team csc" |
What is the frequency of KQLX? | CREATE TABLE table_name_76 (frequency VARCHAR, call_sign VARCHAR) | SELECT frequency FROM table_name_76 WHERE call_sign = "kqlx" | ### Context: CREATE TABLE table_name_76 (frequency VARCHAR, call_sign VARCHAR) ### Question: What is the frequency of KQLX? ### Answer: SELECT frequency FROM table_name_76 WHERE call_sign = "kqlx" |
What is the call sign of 1200 am? | CREATE TABLE table_name_9 (call_sign VARCHAR, frequency VARCHAR) | SELECT call_sign FROM table_name_9 WHERE frequency = "1200 am" | ### Context: CREATE TABLE table_name_9 (call_sign VARCHAR, frequency VARCHAR) ### Question: What is the call sign of 1200 am? ### Answer: SELECT call_sign FROM table_name_9 WHERE frequency = "1200 am" |
What is the frequency of the talk station? | CREATE TABLE table_name_67 (frequency VARCHAR, format VARCHAR) | SELECT frequency FROM table_name_67 WHERE format = "talk" | ### Context: CREATE TABLE table_name_67 (frequency VARCHAR, format VARCHAR) ### Question: What is the frequency of the talk station? ### Answer: SELECT frequency FROM table_name_67 WHERE format = "talk" |
What is the frequency of KFNW? | CREATE TABLE table_name_36 (frequency VARCHAR, call_sign VARCHAR) | SELECT frequency FROM table_name_36 WHERE call_sign = "kfnw" | ### Context: CREATE TABLE table_name_36 (frequency VARCHAR, call_sign VARCHAR) ### Question: What is the frequency of KFNW? ### Answer: SELECT frequency FROM table_name_36 WHERE call_sign = "kfnw" |
What is the constructor for the VII Race of Champions? | CREATE TABLE table_name_34 (constructor VARCHAR, race_name VARCHAR) | SELECT constructor FROM table_name_34 WHERE race_name = "vii race of champions" | ### Context: CREATE TABLE table_name_34 (constructor VARCHAR, race_name VARCHAR) ### Question: What is the constructor for the VII Race of Champions? ### Answer: SELECT constructor FROM table_name_34 WHERE race_name = "vii race of champions" |
What is the name of the race won by driver Carlos Reutemann? | CREATE TABLE table_name_72 (race_name VARCHAR, winning_driver VARCHAR) | SELECT race_name FROM table_name_72 WHERE winning_driver = "carlos reutemann" | ### Context: CREATE TABLE table_name_72 (race_name VARCHAR, winning_driver VARCHAR) ### Question: What is the name of the race won by driver Carlos Reutemann? ### Answer: SELECT race_name FROM table_name_72 WHERE winning_driver = "carlos reutemann" |
what is the date when the home is st. louis? | CREATE TABLE table_name_30 (date VARCHAR, home VARCHAR) | SELECT date FROM table_name_30 WHERE home = "st. louis" | ### Context: CREATE TABLE table_name_30 (date VARCHAR, home VARCHAR) ### Question: what is the date when the home is st. louis? ### Answer: SELECT date FROM table_name_30 WHERE home = "st. louis" |
Where is the home on march 12? | CREATE TABLE table_name_34 (home VARCHAR, date VARCHAR) | SELECT home FROM table_name_34 WHERE date = "march 12" | ### Context: CREATE TABLE table_name_34 (home VARCHAR, date VARCHAR) ### Question: Where is the home on march 12? ### Answer: SELECT home FROM table_name_34 WHERE date = "march 12" |
what is the decision on the date march 18? | CREATE TABLE table_name_8 (decision VARCHAR, date VARCHAR) | SELECT decision FROM table_name_8 WHERE date = "march 18" | ### Context: CREATE TABLE table_name_8 (decision VARCHAR, date VARCHAR) ### Question: what is the decision on the date march 18? ### Answer: SELECT decision FROM table_name_8 WHERE date = "march 18" |
What is the total of TCKL in 2000 with a P/KO RET less than 14? | CREATE TABLE table_name_9 (tckl VARCHAR, year VARCHAR, p_ko_ret VARCHAR) | SELECT COUNT(tckl) FROM table_name_9 WHERE year = "2000" AND p_ko_ret < 14 | ### Context: CREATE TABLE table_name_9 (tckl VARCHAR, year VARCHAR, p_ko_ret VARCHAR) ### Question: What is the total of TCKL in 2000 with a P/KO RET less than 14? ### Answer: SELECT COUNT(tckl) FROM table_name_9 WHERE year = "2000" AND p_ko_ret < 14 |
What is the highest YARDS with a TCKL more than 51 and less than 2 SACK? | CREATE TABLE table_name_61 (yards INTEGER, tckl VARCHAR, sack VARCHAR) | SELECT MAX(yards) FROM table_name_61 WHERE tckl > 51 AND sack < 2 | ### Context: CREATE TABLE table_name_61 (yards INTEGER, tckl VARCHAR, sack VARCHAR) ### Question: What is the highest YARDS with a TCKL more than 51 and less than 2 SACK? ### Answer: SELECT MAX(yards) FROM table_name_61 WHERE tckl > 51 AND sack < 2 |
What is the total of all YARDS with 0 SACK and less than 14 P/KO RET? | CREATE TABLE table_name_31 (yards VARCHAR, sack VARCHAR, p_ko_ret VARCHAR) | SELECT COUNT(yards) FROM table_name_31 WHERE sack = 0 AND p_ko_ret < 14 | ### Context: CREATE TABLE table_name_31 (yards VARCHAR, sack VARCHAR, p_ko_ret VARCHAR) ### Question: What is the total of all YARDS with 0 SACK and less than 14 P/KO RET? ### Answer: SELECT COUNT(yards) FROM table_name_31 WHERE sack = 0 AND p_ko_ret < 14 |
What is the pick for West Virginia college? | CREATE TABLE table_name_91 (pick VARCHAR, college VARCHAR) | SELECT pick FROM table_name_91 WHERE college = "west virginia" | ### Context: CREATE TABLE table_name_91 (pick VARCHAR, college VARCHAR) ### Question: What is the pick for West Virginia college? ### Answer: SELECT pick FROM table_name_91 WHERE college = "west virginia" |
What round has a position of F/C from Iowa College? | CREATE TABLE table_name_56 (round VARCHAR, position VARCHAR, college VARCHAR) | SELECT round FROM table_name_56 WHERE position = "f/c" AND college = "iowa" | ### Context: CREATE TABLE table_name_56 (round VARCHAR, position VARCHAR, college VARCHAR) ### Question: What round has a position of F/C from Iowa College? ### Answer: SELECT round FROM table_name_56 WHERE position = "f/c" AND college = "iowa" |
What nationality has a pick of 1? | CREATE TABLE table_name_49 (nationality VARCHAR, pick VARCHAR) | SELECT nationality FROM table_name_49 WHERE pick = "1" | ### Context: CREATE TABLE table_name_49 (nationality VARCHAR, pick VARCHAR) ### Question: What nationality has a pick of 1? ### Answer: SELECT nationality FROM table_name_49 WHERE pick = "1" |
Which nationality has a round of 1, and F position from Louisville? | CREATE TABLE table_name_15 (nationality VARCHAR, college VARCHAR, round VARCHAR, position VARCHAR) | SELECT nationality FROM table_name_15 WHERE round = "1" AND position = "f" AND college = "louisville" | ### Context: CREATE TABLE table_name_15 (nationality VARCHAR, college VARCHAR, round VARCHAR, position VARCHAR) ### Question: Which nationality has a round of 1, and F position from Louisville? ### Answer: SELECT nationality FROM table_name_15 WHERE round = "1" AND position = "f" AND college = "louisville" |
Which team plays at the Arden Street Oval? | CREATE TABLE table_name_97 (away_team VARCHAR, venue VARCHAR) | SELECT away_team FROM table_name_97 WHERE venue = "arden street oval" | ### Context: CREATE TABLE table_name_97 (away_team VARCHAR, venue VARCHAR) ### Question: Which team plays at the Arden Street Oval? ### Answer: SELECT away_team FROM table_name_97 WHERE venue = "arden street oval" |
Where does Carlton play? | CREATE TABLE table_name_82 (venue VARCHAR, home_team VARCHAR) | SELECT venue FROM table_name_82 WHERE home_team = "carlton" | ### Context: CREATE TABLE table_name_82 (venue VARCHAR, home_team VARCHAR) ### Question: Where does Carlton play? ### Answer: SELECT venue FROM table_name_82 WHERE home_team = "carlton" |
What was the date of the game in which the home team was the Grizzlies and the visiting team was the Timberwolves? | CREATE TABLE table_name_7 (date VARCHAR, home VARCHAR, visitor VARCHAR) | SELECT date FROM table_name_7 WHERE home = "grizzlies" AND visitor = "timberwolves" | ### Context: CREATE TABLE table_name_7 (date VARCHAR, home VARCHAR, visitor VARCHAR) ### Question: What was the date of the game in which the home team was the Grizzlies and the visiting team was the Timberwolves? ### Answer: SELECT date FROM table_name_7 WHERE home = "grizzlies" AND visitor = "timberwolves" |
What is the airing date for costume comedy that has 20 episodes? | CREATE TABLE table_name_91 (airing_date VARCHAR, number_of_episodes VARCHAR, genre VARCHAR) | SELECT airing_date FROM table_name_91 WHERE number_of_episodes = 20 AND genre = "costume comedy" | ### Context: CREATE TABLE table_name_91 (airing_date VARCHAR, number_of_episodes VARCHAR, genre VARCHAR) ### Question: What is the airing date for costume comedy that has 20 episodes? ### Answer: SELECT airing_date FROM table_name_91 WHERE number_of_episodes = 20 AND genre = "costume comedy" |
What year was 7th heaven made? | CREATE TABLE table_name_24 (year VARCHAR, film VARCHAR) | SELECT year FROM table_name_24 WHERE film = "7th heaven" | ### Context: CREATE TABLE table_name_24 (year VARCHAR, film VARCHAR) ### Question: What year was 7th heaven made? ### Answer: SELECT year FROM table_name_24 WHERE film = "7th heaven" |
What film was made in 1999? | CREATE TABLE table_name_27 (film VARCHAR, year VARCHAR) | SELECT film FROM table_name_27 WHERE year = "1999" | ### Context: CREATE TABLE table_name_27 (film VARCHAR, year VARCHAR) ### Question: What film was made in 1999? ### Answer: SELECT film FROM table_name_27 WHERE year = "1999" |
what is the city with the height (ft) more than 328.1, rank higher than 56, a height (m) of 103 and floors less than 28? | CREATE TABLE table_name_14 (city VARCHAR, floors VARCHAR, height__m_ VARCHAR, height__ft_ VARCHAR, rank VARCHAR) | SELECT city FROM table_name_14 WHERE height__ft_ > 328.1 AND rank > 56 AND height__m_ = 103 AND floors < 28 | ### Context: CREATE TABLE table_name_14 (city VARCHAR, floors VARCHAR, height__m_ VARCHAR, height__ft_ VARCHAR, rank VARCHAR) ### Question: what is the city with the height (ft) more than 328.1, rank higher than 56, a height (m) of 103 and floors less than 28? ### Answer: SELECT city FROM table_name_14 WHERE height__ft_ > 328.1 AND rank > 56 AND height__m_ = 103 AND floors < 28 |
what is the total of floors when the name is kölntriangle and rank is less thank 63? | CREATE TABLE table_name_10 (floors INTEGER, name VARCHAR, rank VARCHAR) | SELECT SUM(floors) FROM table_name_10 WHERE name = "kölntriangle" AND rank < 63 | ### Context: CREATE TABLE table_name_10 (floors INTEGER, name VARCHAR, rank VARCHAR) ### Question: what is the total of floors when the name is kölntriangle and rank is less thank 63? ### Answer: SELECT SUM(floors) FROM table_name_10 WHERE name = "kölntriangle" AND rank < 63 |
what is the lowest height (ft) for messeturm and more than 55 floors? | CREATE TABLE table_name_55 (height__ft_ INTEGER, name VARCHAR, floors VARCHAR) | SELECT MIN(height__ft_) FROM table_name_55 WHERE name = "messeturm" AND floors > 55 | ### Context: CREATE TABLE table_name_55 (height__ft_ INTEGER, name VARCHAR, floors VARCHAR) ### Question: what is the lowest height (ft) for messeturm and more than 55 floors? ### Answer: SELECT MIN(height__ft_) FROM table_name_55 WHERE name = "messeturm" AND floors > 55 |
what is the rank for the city of cologne, floors is 34 and height (ft) is more than 452.8? | CREATE TABLE table_name_90 (rank VARCHAR, height__ft_ VARCHAR, city VARCHAR, floors VARCHAR) | SELECT COUNT(rank) FROM table_name_90 WHERE city = "cologne" AND floors = 34 AND height__ft_ > 452.8 | ### Context: CREATE TABLE table_name_90 (rank VARCHAR, height__ft_ VARCHAR, city VARCHAR, floors VARCHAR) ### Question: what is the rank for the city of cologne, floors is 34 and height (ft) is more than 452.8? ### Answer: SELECT COUNT(rank) FROM table_name_90 WHERE city = "cologne" AND floors = 34 AND height__ft_ > 452.8 |
Which Group position has Result F–A of 0–1 on 1 november 2006? | CREATE TABLE table_name_50 (group_position VARCHAR, result_f_a VARCHAR, date VARCHAR) | SELECT group_position FROM table_name_50 WHERE result_f_a = "0–1" AND date = "1 november 2006" | ### Context: CREATE TABLE table_name_50 (group_position VARCHAR, result_f_a VARCHAR, date VARCHAR) ### Question: Which Group position has Result F–A of 0–1 on 1 november 2006? ### Answer: SELECT group_position FROM table_name_50 WHERE result_f_a = "0–1" AND date = "1 november 2006" |
What club is R. H. C. Human who has a right arm medium pace bowling style a member of? | CREATE TABLE table_name_41 (club VARCHAR, bowling_style VARCHAR, name VARCHAR) | SELECT club FROM table_name_41 WHERE bowling_style = "right arm medium pace" AND name = "r. h. c. human" | ### Context: CREATE TABLE table_name_41 (club VARCHAR, bowling_style VARCHAR, name VARCHAR) ### Question: What club is R. H. C. Human who has a right arm medium pace bowling style a member of? ### Answer: SELECT club FROM table_name_41 WHERE bowling_style = "right arm medium pace" AND name = "r. h. c. human" |
What is the birth date of A. J. Holmes who has a right-handed batting style? | CREATE TABLE table_name_57 (birth_date VARCHAR, batting_style VARCHAR, name VARCHAR) | SELECT birth_date FROM table_name_57 WHERE batting_style = "right-handed" AND name = "a. j. holmes" | ### Context: CREATE TABLE table_name_57 (birth_date VARCHAR, batting_style VARCHAR, name VARCHAR) ### Question: What is the birth date of A. J. Holmes who has a right-handed batting style? ### Answer: SELECT birth_date FROM table_name_57 WHERE batting_style = "right-handed" AND name = "a. j. holmes" |
What is the batting style of the person who has a right arm medium pace bowling style and a birth date of 10 February 1910 (aged 29)? | CREATE TABLE table_name_75 (batting_style VARCHAR, bowling_style VARCHAR, birth_date VARCHAR) | SELECT batting_style FROM table_name_75 WHERE bowling_style = "right arm medium pace" AND birth_date = "10 february 1910 (aged 29)" | ### Context: CREATE TABLE table_name_75 (batting_style VARCHAR, bowling_style VARCHAR, birth_date VARCHAR) ### Question: What is the batting style of the person who has a right arm medium pace bowling style and a birth date of 10 February 1910 (aged 29)? ### Answer: SELECT batting_style FROM table_name_75 WHERE bowling_style = "right arm medium pace" AND birth_date = "10 february 1910 (aged 29)" |
What is the weight for the v t e of živko gocić category:articles with hcards? | CREATE TABLE table_name_91 (weight VARCHAR, name_v_t_e VARCHAR) | SELECT weight FROM table_name_91 WHERE name_v_t_e = "živko gocić category:articles with hcards" | ### Context: CREATE TABLE table_name_91 (weight VARCHAR, name_v_t_e VARCHAR) ### Question: What is the weight for the v t e of živko gocić category:articles with hcards? ### Answer: SELECT weight FROM table_name_91 WHERE name_v_t_e = "živko gocić category:articles with hcards" |
What is the weight of the v t e of duško pijetlović category:articles with hcards? | CREATE TABLE table_name_26 (weight VARCHAR, name_v_t_e VARCHAR) | SELECT weight FROM table_name_26 WHERE name_v_t_e = "duško pijetlović category:articles with hcards" | ### Context: CREATE TABLE table_name_26 (weight VARCHAR, name_v_t_e VARCHAR) ### Question: What is the weight of the v t e of duško pijetlović category:articles with hcards? ### Answer: SELECT weight FROM table_name_26 WHERE name_v_t_e = "duško pijetlović category:articles with hcards" |
What was the total for David O'Callaghan, and a Tally of 1-9? | CREATE TABLE table_name_45 (total INTEGER, player VARCHAR, tally VARCHAR) | SELECT SUM(total) FROM table_name_45 WHERE player = "david o'callaghan" AND tally = "1-9" | ### Context: CREATE TABLE table_name_45 (total INTEGER, player VARCHAR, tally VARCHAR) ### Question: What was the total for David O'Callaghan, and a Tally of 1-9? ### Answer: SELECT SUM(total) FROM table_name_45 WHERE player = "david o'callaghan" AND tally = "1-9" |
What is the opposition when the tally was 0-11? | CREATE TABLE table_name_25 (opposition VARCHAR, tally VARCHAR) | SELECT opposition FROM table_name_25 WHERE tally = "0-11" | ### Context: CREATE TABLE table_name_25 (opposition VARCHAR, tally VARCHAR) ### Question: What is the opposition when the tally was 0-11? ### Answer: SELECT opposition FROM table_name_25 WHERE tally = "0-11" |
What is the tally in Kilkenny county with 10 as the total and opposition of Waterford? | CREATE TABLE table_name_44 (tally VARCHAR, opposition VARCHAR, county VARCHAR, total VARCHAR) | SELECT tally FROM table_name_44 WHERE county = "kilkenny" AND total = 10 AND opposition = "waterford" | ### Context: CREATE TABLE table_name_44 (tally VARCHAR, opposition VARCHAR, county VARCHAR, total VARCHAR) ### Question: What is the tally in Kilkenny county with 10 as the total and opposition of Waterford? ### Answer: SELECT tally FROM table_name_44 WHERE county = "kilkenny" AND total = 10 AND opposition = "waterford" |
What is the average weeks of a song with a larger than 3 position after 1977? | CREATE TABLE table_name_40 (weeks_on_chart INTEGER, position VARCHAR, year VARCHAR) | SELECT AVG(weeks_on_chart) FROM table_name_40 WHERE position > 3 AND year > 1977 | ### Context: CREATE TABLE table_name_40 (weeks_on_chart INTEGER, position VARCHAR, year VARCHAR) ### Question: What is the average weeks of a song with a larger than 3 position after 1977? ### Answer: SELECT AVG(weeks_on_chart) FROM table_name_40 WHERE position > 3 AND year > 1977 |
What is the sum of the weeks on a chart a song with a position less than 1 haas? | CREATE TABLE table_name_92 (weeks_on_chart INTEGER, position INTEGER) | SELECT SUM(weeks_on_chart) FROM table_name_92 WHERE position < 1 | ### Context: CREATE TABLE table_name_92 (weeks_on_chart INTEGER, position INTEGER) ### Question: What is the sum of the weeks on a chart a song with a position less than 1 haas? ### Answer: SELECT SUM(weeks_on_chart) FROM table_name_92 WHERE position < 1 |
What is the earliest year a song with a position less than 1 has? | CREATE TABLE table_name_5 (year INTEGER, position INTEGER) | SELECT MIN(year) FROM table_name_5 WHERE position < 1 | ### Context: CREATE TABLE table_name_5 (year INTEGER, position INTEGER) ### Question: What is the earliest year a song with a position less than 1 has? ### Answer: SELECT MIN(year) FROM table_name_5 WHERE position < 1 |
what is the tyre when the entrant is scuderia milano? | CREATE TABLE table_name_81 (tyre VARCHAR, entrant VARCHAR) | SELECT tyre FROM table_name_81 WHERE entrant = "scuderia milano" | ### Context: CREATE TABLE table_name_81 (tyre VARCHAR, entrant VARCHAR) ### Question: what is the tyre when the entrant is scuderia milano? ### Answer: SELECT tyre FROM table_name_81 WHERE entrant = "scuderia milano" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.