question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
Name the typed for formed from 6-pul trailer third in res unit | CREATE TABLE table_name_40 (type VARCHAR, formed_from VARCHAR) | {
"SQL_Query": "SELECT type FROM table_name_40 WHERE formed_from = \"6-pul trailer third in res unit\""
} |
Name the formed that has type of 4-cor | CREATE TABLE table_name_58 (formed_from VARCHAR, type VARCHAR) | {
"SQL_Query": "SELECT formed_from FROM table_name_58 WHERE type = \"4-cor\""
} |
Who lost with a time of 2:42? | CREATE TABLE table_name_9 (loss VARCHAR, time VARCHAR) | {
"SQL_Query": "SELECT loss FROM table_name_9 WHERE time = \"2:42\""
} |
Who lost on August 27? | CREATE TABLE table_name_93 (loss VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT loss FROM table_name_93 WHERE date = \"august 27\""
} |
Which of the biggest points numbers had a year more recent than 1953? | CREATE TABLE table_name_62 (points INTEGER, year INTEGER) | {
"SQL_Query": "SELECT MAX(points) FROM table_name_62 WHERE year > 1953"
} |
How many years had more than 0 points? | CREATE TABLE table_name_68 (year INTEGER, points INTEGER) | {
"SQL_Query": "SELECT SUM(year) FROM table_name_68 WHERE points > 0"
} |
Which entrant was present prior to 1953? | CREATE TABLE table_name_67 (entrant VARCHAR, year INTEGER) | {
"SQL_Query": "SELECT entrant FROM table_name_67 WHERE year < 1953"
} |
How many wickets have runs under 7531, matches over 44, and an average of 22.17? | CREATE TABLE table_name_77 (wickets VARCHAR, average VARCHAR, runs VARCHAR, matches VARCHAR) | {
"SQL_Query": "SELECT wickets FROM table_name_77 WHERE runs < 7531 AND matches > 44 AND average = 22.17"
} |
What is the total number of wickets that have runs under 4600 and matches under 44? | CREATE TABLE table_name_64 (wickets INTEGER, runs VARCHAR, matches VARCHAR) | {
"SQL_Query": "SELECT SUM(wickets) FROM table_name_64 WHERE runs < 4600 AND matches < 44"
} |
Which Label was cataloged as alca-9013? | CREATE TABLE table_name_2 (label VARCHAR, catalog VARCHAR) | {
"SQL_Query": "SELECT label FROM table_name_2 WHERE catalog = \"alca-9013\""
} |
Which Catalog was formated as a CD under the label Alfa Records? | CREATE TABLE table_name_9 (catalog VARCHAR, label VARCHAR, format VARCHAR) | {
"SQL_Query": "SELECT catalog FROM table_name_9 WHERE label = \"alfa records\" AND format = \"cd\""
} |
What is the earliest year retired delivered in 1965 with an in service in November 1971 for the PoAF Serial less than 7103? | CREATE TABLE table_name_50 (retired INTEGER, poaf_serial VARCHAR, delivery VARCHAR, in_service VARCHAR) | {
"SQL_Query": "SELECT MIN(retired) FROM table_name_50 WHERE delivery = \"1965\" AND in_service = \"november 1971\" AND poaf_serial < 7103"
} |
What is the smallest amount of freight carried on the road that closed on March 31 and reached super B capacity on February 17 after 2011? | CREATE TABLE table_name_80 (freight_carried_s_tonne INTEGER, year VARCHAR, road_closed VARCHAR, super_b_capacity_reached_ VARCHAR, _citation_needed_ VARCHAR) | {
"SQL_Query": "SELECT MIN(freight_carried_s_tonne) FROM table_name_80 WHERE road_closed = \"march 31\" AND super_b_capacity_reached_[_citation_needed_] = \"february 17\" AND year > 2011"
} |
What's the English title listed that has an Original title of The Crying Game? | CREATE TABLE table_name_95 (english_title VARCHAR, original_title VARCHAR) | {
"SQL_Query": "SELECT english_title FROM table_name_95 WHERE original_title = \"the crying game\""
} |
Which Year has the Orginal title of La Cérémonie? | CREATE TABLE table_name_13 (year VARCHAR, original_title VARCHAR) | {
"SQL_Query": "SELECT year FROM table_name_13 WHERE original_title = \"la cérémonie\""
} |
What's the Original Title of the English title A Judgement in Stone? | CREATE TABLE table_name_70 (original_title VARCHAR, english_title VARCHAR) | {
"SQL_Query": "SELECT original_title FROM table_name_70 WHERE english_title = \"a judgement in stone\""
} |
Who is the Director of the Original title of The Crying Game? | CREATE TABLE table_name_59 (director VARCHAR, original_title VARCHAR) | {
"SQL_Query": "SELECT director FROM table_name_59 WHERE original_title = \"the crying game\""
} |
Which Country is listed for the Director Thomas Vinterberg? | CREATE TABLE table_name_74 (country VARCHAR, director VARCHAR) | {
"SQL_Query": "SELECT country FROM table_name_74 WHERE director = \"thomas vinterberg\""
} |
Which Country has the Director Chen Kaige? | CREATE TABLE table_name_79 (country VARCHAR, director VARCHAR) | {
"SQL_Query": "SELECT country FROM table_name_79 WHERE director = \"chen kaige\""
} |
What was the score of the game attended by 50,200? | CREATE TABLE table_name_2 (score VARCHAR, attendance VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_2 WHERE attendance = \"50,200\""
} |
What's the Termination of Mission listed that has a Presentation of Credentials for August 29, 1859? | CREATE TABLE table_name_34 (termination_of_mission VARCHAR, presentation_of_credentials VARCHAR) | {
"SQL_Query": "SELECT termination_of_mission FROM table_name_34 WHERE presentation_of_credentials = \"august 29, 1859\""
} |
What's the Representative listed that has a Presentation of Credentials of August 25, 1851? | CREATE TABLE table_name_80 (representative VARCHAR, presentation_of_credentials VARCHAR) | {
"SQL_Query": "SELECT representative FROM table_name_80 WHERE presentation_of_credentials = \"august 25, 1851\""
} |
What Title has a Termination of Mission for August 13, 1854? | CREATE TABLE table_name_93 (title VARCHAR, termination_of_mission VARCHAR) | {
"SQL_Query": "SELECT title FROM table_name_93 WHERE termination_of_mission = \"august 13, 1854\""
} |
What Title has a Termination of Mission of November 4, 1861? | CREATE TABLE table_name_60 (title VARCHAR, termination_of_mission VARCHAR) | {
"SQL_Query": "SELECT title FROM table_name_60 WHERE termination_of_mission = \"november 4, 1861\""
} |
What Representative has a Presentation of Credentails of April 10, 1855? | CREATE TABLE table_name_42 (representative VARCHAR, presentation_of_credentials VARCHAR) | {
"SQL_Query": "SELECT representative FROM table_name_42 WHERE presentation_of_credentials = \"april 10, 1855\""
} |
Which Title has an Appointed by of Millard Fillmore? | CREATE TABLE table_name_21 (title VARCHAR, appointed_by VARCHAR) | {
"SQL_Query": "SELECT title FROM table_name_21 WHERE appointed_by = \"millard fillmore\""
} |
Who was Choong Tan Fook's opponent in 1999? | CREATE TABLE table_name_42 (opponent VARCHAR, year VARCHAR, partner VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_name_42 WHERE year = 1999 AND partner = \"choong tan fook\""
} |
Which opponent played in the Chinese Taipei Open in 2000? | CREATE TABLE table_name_66 (opponent VARCHAR, tournament VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_name_66 WHERE tournament = \"chinese taipei open\" AND year = 2000"
} |
How many bronzes have a Nation of jamaica (jam), and a Total smaller than 7? | CREATE TABLE table_name_6 (bronze VARCHAR, nation VARCHAR, total VARCHAR) | {
"SQL_Query": "SELECT COUNT(bronze) FROM table_name_6 WHERE nation = \"jamaica (jam)\" AND total < 7"
} |
What is the average silver with more than 0 gold, a Rank of 1, and a Total smaller than 30? | CREATE TABLE table_name_82 (silver INTEGER, total VARCHAR, gold VARCHAR, rank VARCHAR) | {
"SQL_Query": "SELECT AVG(silver) FROM table_name_82 WHERE gold > 0 AND rank = \"1\" AND total < 30"
} |
What is the total gold with a total less than 1? | CREATE TABLE table_name_2 (gold INTEGER, total INTEGER) | {
"SQL_Query": "SELECT SUM(gold) FROM table_name_2 WHERE total < 1"
} |
Which NIR number is for the tso (ex-br class 488 unit 488305) type that has a 6082 / 72605 BR number? | CREATE TABLE table_name_87 (nir_number VARCHAR, type VARCHAR, br_number_s_ VARCHAR) | {
"SQL_Query": "SELECT nir_number FROM table_name_87 WHERE type = \"tso (ex-br class 488 unit 488305)\" AND br_number_s_ = \"6082 / 72605\""
} |
What is the Whakamaru school's authority? | CREATE TABLE table_name_32 (authority VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT authority FROM table_name_32 WHERE name = \"whakamaru school\""
} |
Where is the school with state authority that has a roll of more than 157 students? | CREATE TABLE table_name_11 (area VARCHAR, authority VARCHAR, roll VARCHAR) | {
"SQL_Query": "SELECT area FROM table_name_11 WHERE authority = \"state\" AND roll > 157"
} |
Name the subject of shiyan | CREATE TABLE table_name_12 (subject VARCHAR, pinyin VARCHAR) | {
"SQL_Query": "SELECT subject FROM table_name_12 WHERE pinyin = \"shiyan\""
} |
Name the chinese with subject of adjectives, adverbs, mostly with reduplication | CREATE TABLE table_name_50 (chinese VARCHAR, subject VARCHAR) | {
"SQL_Query": "SELECT chinese FROM table_name_50 WHERE subject = \"adjectives, adverbs, mostly with reduplication\""
} |
Name the total number of chapter for chinese of 釋宮 | CREATE TABLE table_name_74 (chapter VARCHAR, chinese VARCHAR) | {
"SQL_Query": "SELECT COUNT(chapter) FROM table_name_74 WHERE chinese = \"釋宮\""
} |
Name the highest chapter with chinese of 釋言 | CREATE TABLE table_name_24 (chapter INTEGER, chinese VARCHAR) | {
"SQL_Query": "SELECT MAX(chapter) FROM table_name_24 WHERE chinese = \"釋言\""
} |
Name the chapter with chinese of 釋水 | CREATE TABLE table_name_28 (chapter VARCHAR, chinese VARCHAR) | {
"SQL_Query": "SELECT chapter FROM table_name_28 WHERE chinese = \"釋水\""
} |
Who used Gordini Straight-6 in 1956? | CREATE TABLE table_name_93 (entrant VARCHAR, engine VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT entrant FROM table_name_93 WHERE engine = \"gordini straight-6\" AND year = 1956"
} |
Who was in 1963? | CREATE TABLE table_name_87 (entrant VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT entrant FROM table_name_87 WHERE year = 1963"
} |
Name the score for september 11 | CREATE TABLE table_name_48 (score VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_48 WHERE date = \"september 11\""
} |
Name the loss for record of 71-81 | CREATE TABLE table_name_23 (loss VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT loss FROM table_name_23 WHERE record = \"71-81\""
} |
Name the score which has record of 73-83 | CREATE TABLE table_name_17 (score VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_17 WHERE record = \"73-83\""
} |
Name the date for record of 74-84 | CREATE TABLE table_name_20 (date VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_20 WHERE record = \"74-84\""
} |
For all events with index f10, what is the sum of the overall rankings? | CREATE TABLE table_name_66 (overall_ranking INTEGER, index VARCHAR) | {
"SQL_Query": "SELECT SUM(overall_ranking) FROM table_name_66 WHERE index = \"f10\""
} |
For the event with index f7, what is the status? | CREATE TABLE table_name_23 (status VARCHAR, index VARCHAR) | {
"SQL_Query": "SELECT status FROM table_name_23 WHERE index = \"f7\""
} |
For the event with index f9, what's the talent segment? | CREATE TABLE table_name_49 (talent_segment VARCHAR, index VARCHAR) | {
"SQL_Query": "SELECT talent_segment FROM table_name_49 WHERE index = \"f9\""
} |
What's the acting segment of 林佩琪 lin peiqi's events that are eliminated? | CREATE TABLE table_name_36 (acting_segment VARCHAR, status VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT acting_segment FROM table_name_36 WHERE status = \"eliminated\" AND name = \"林佩琪 lin peiqi\""
} |
What's the total number of overall rankings of 廖尹宁 jvnne leow's events that are eliminated? | CREATE TABLE table_name_12 (overall_ranking VARCHAR, status VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT COUNT(overall_ranking) FROM table_name_12 WHERE status = \"eliminated\" AND name = \"廖尹宁 jvnne leow\""
} |
Who was the opponent at the qf(r) round? | CREATE TABLE table_name_9 (opponent VARCHAR, round VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_name_9 WHERE round = \"qf(r)\""
} |
What day was the game held at Firhill against AYR United? | CREATE TABLE table_name_60 (date VARCHAR, venue VARCHAR, opponent VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_60 WHERE venue = \"firhill\" AND opponent = \"ayr united\""
} |
What is the average attendance at a game held at Firhill for the 5(r) round? | CREATE TABLE table_name_26 (attendance INTEGER, venue VARCHAR, round VARCHAR) | {
"SQL_Query": "SELECT AVG(attendance) FROM table_name_26 WHERE venue = \"firhill\" AND round = \"5(r)\""
} |
Who was the opponent when the Seattle Seahawks had a record of 0-1? | CREATE TABLE table_name_18 (opponent VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_name_18 WHERE record = \"0-1\""
} |
Who was the opponent when the Seattle Seahawks had a record of 8-7? | CREATE TABLE table_name_87 (opponent VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_name_87 WHERE record = \"8-7\""
} |
How many points after 1956? | CREATE TABLE table_name_40 (points VARCHAR, year INTEGER) | {
"SQL_Query": "SELECT COUNT(points) FROM table_name_40 WHERE year > 1956"
} |
Before 1956, what Chassis has Gordini Straight-4 engine with 3 points? | CREATE TABLE table_name_83 (chassis VARCHAR, points VARCHAR, year VARCHAR, engine VARCHAR) | {
"SQL_Query": "SELECT chassis FROM table_name_83 WHERE year < 1956 AND engine = \"gordini straight-4\" AND points = 3"
} |
What engine was used by Equipe Simca Gordini before 1956 with less than 4 points? | CREATE TABLE table_name_15 (engine VARCHAR, entrant VARCHAR, year VARCHAR, points VARCHAR) | {
"SQL_Query": "SELECT engine FROM table_name_15 WHERE year < 1956 AND points < 4 AND entrant = \"equipe simca gordini\""
} |
What chassis has smaller than 9 points by Equipe Rosier? | CREATE TABLE table_name_92 (chassis VARCHAR, points VARCHAR, entrant VARCHAR) | {
"SQL_Query": "SELECT chassis FROM table_name_92 WHERE points < 9 AND entrant = \"equipe rosier\""
} |
Who was the winner in the 2008 season? | CREATE TABLE table_name_53 (winner VARCHAR, season VARCHAR) | {
"SQL_Query": "SELECT winner FROM table_name_53 WHERE season = 2008"
} |
Who is the company Investing Dragons, or tiny box? | CREATE TABLE table_name_21 (investing_dragon_s_ VARCHAR, company_or_product_name VARCHAR) | {
"SQL_Query": "SELECT investing_dragon_s_ FROM table_name_21 WHERE company_or_product_name = \"tiny box\""
} |
When did episode 6 first air with entrepreneur Guy Portelli? | CREATE TABLE table_name_98 (first_aired VARCHAR, episode VARCHAR, entrepreneur_s_ VARCHAR) | {
"SQL_Query": "SELECT first_aired FROM table_name_98 WHERE episode = \"episode 6\" AND entrepreneur_s_ = \"guy portelli\""
} |
How much money did the company Neurotica request? | CREATE TABLE table_name_39 (money_requested__£_ VARCHAR, company_or_product_name VARCHAR) | {
"SQL_Query": "SELECT money_requested__£_ FROM table_name_39 WHERE company_or_product_name = \"neurotica\""
} |
Name the least hits for year less than 1920 and player of ed delahanty | CREATE TABLE table_name_28 (hits INTEGER, year VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT MIN(hits) FROM table_name_28 WHERE year < 1920 AND player = \"ed delahanty\""
} |
Name the player with 238 hits and years after 1885 | CREATE TABLE table_name_8 (player VARCHAR, year VARCHAR, hits VARCHAR) | {
"SQL_Query": "SELECT player FROM table_name_8 WHERE year > 1885 AND hits = 238"
} |
Name the hits for years before 1883 | CREATE TABLE table_name_86 (hits VARCHAR, year INTEGER) | {
"SQL_Query": "SELECT hits FROM table_name_86 WHERE year < 1883"
} |
For the game that was played on october 22 in west side grounds, what is the total attendance | CREATE TABLE table_name_41 (attendance VARCHAR, location VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT COUNT(attendance) FROM table_name_41 WHERE location = \"west side grounds\" AND date = \"october 22\""
} |
Which week was the first game played that had a time of 2:06 and less than 27,374 attendees? | CREATE TABLE table_name_47 (game INTEGER, time VARCHAR, attendance VARCHAR) | {
"SQL_Query": "SELECT MIN(game) FROM table_name_47 WHERE time = \"2:06\" AND attendance < 27 OFFSET 374"
} |
In which class had 252 laps and a position of dnf? | CREATE TABLE table_name_5 (class VARCHAR, pos VARCHAR, laps VARCHAR) | {
"SQL_Query": "SELECT class FROM table_name_5 WHERE pos = \"dnf\" AND laps = 252"
} |
What was the position in 1997? | CREATE TABLE table_name_35 (pos VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT pos FROM table_name_35 WHERE year = 1997"
} |
Which Kit manufacturer sponsers Arsenal? | CREATE TABLE table_name_99 (kit_manufacturer VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT kit_manufacturer FROM table_name_99 WHERE team = \"arsenal\""
} |
Which captain is managed by gianluca vialli? | CREATE TABLE table_name_31 (captain VARCHAR, manager VARCHAR) | {
"SQL_Query": "SELECT captain FROM table_name_31 WHERE manager = \"gianluca vialli\""
} |
Which Kit Manufacturer supports team Everton? | CREATE TABLE table_name_90 (kit_manufacturer VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT kit_manufacturer FROM table_name_90 WHERE team = \"everton\""
} |
Which team does David O'leary manage? | CREATE TABLE table_name_28 (team VARCHAR, manager VARCHAR) | {
"SQL_Query": "SELECT team FROM table_name_28 WHERE manager = \"david o'leary\""
} |
Which shirt sponser has Nike as a kit manufacturer? | CREATE TABLE table_name_68 (shirt_sponsor VARCHAR, kit_manufacturer VARCHAR) | {
"SQL_Query": "SELECT shirt_sponsor FROM table_name_68 WHERE kit_manufacturer = \"nike\""
} |
Which title has a year prior to 2008 and xbox 360 as the platform? | CREATE TABLE table_name_31 (title VARCHAR, year VARCHAR, platform VARCHAR) | {
"SQL_Query": "SELECT title FROM table_name_31 WHERE year < 2008 AND platform = \"xbox 360\""
} |
Which publisher has Far Cry as the title? | CREATE TABLE table_name_4 (publisher VARCHAR, title VARCHAR) | {
"SQL_Query": "SELECT publisher FROM table_name_4 WHERE title = \"far cry\""
} |
Which title has xbox as the platform with a year prior to 2006? | CREATE TABLE table_name_85 (title VARCHAR, platform VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT title FROM table_name_85 WHERE platform = \"xbox\" AND year < 2006"
} |
Which developer has xbox 360 as the platform? | CREATE TABLE table_name_59 (developer VARCHAR, platform VARCHAR) | {
"SQL_Query": "SELECT developer FROM table_name_59 WHERE platform = \"xbox 360\""
} |
What is the average year that has far cry vengeance as the title? | CREATE TABLE table_name_93 (year INTEGER, title VARCHAR) | {
"SQL_Query": "SELECT AVG(year) FROM table_name_93 WHERE title = \"far cry vengeance\""
} |
Which position is the highest to have less than 54 goals, a loss of 7 and a goal difference higher than 23? | CREATE TABLE table_name_9 (position INTEGER, goal_difference VARCHAR, goals_against VARCHAR, losses VARCHAR) | {
"SQL_Query": "SELECT MAX(position) FROM table_name_9 WHERE goals_against < 54 AND losses = 7 AND goal_difference > 23"
} |
Which is the lowest played with 28-10 points and goals higher than 29? | CREATE TABLE table_name_97 (played INTEGER, points VARCHAR, goals_for VARCHAR) | {
"SQL_Query": "SELECT MIN(played) FROM table_name_97 WHERE points = \"28-10\" AND goals_for > 29"
} |
How many positions have 14 wins, goals against of 61 and fewer than 19 losses? | CREATE TABLE table_name_7 (position VARCHAR, losses VARCHAR, wins VARCHAR, goals_against VARCHAR) | {
"SQL_Query": "SELECT COUNT(position) FROM table_name_7 WHERE wins = 14 AND goals_against = 61 AND losses < 19"
} |
What is the average loss with a goal higher than 51 and wins higher than 14? | CREATE TABLE table_name_88 (losses INTEGER, goals_against VARCHAR, wins VARCHAR) | {
"SQL_Query": "SELECT AVG(losses) FROM table_name_88 WHERE goals_against > 51 AND wins > 14"
} |
Name the average ends for weston | CREATE TABLE table_name_28 (ends INTEGER, name VARCHAR) | {
"SQL_Query": "SELECT AVG(ends) FROM table_name_28 WHERE name = \"weston\""
} |
What is the lowest decile with a state authority and Midhirst school? | CREATE TABLE table_name_71 (decile INTEGER, authority VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT MIN(decile) FROM table_name_71 WHERE authority = \"state\" AND name = \"midhirst school\""
} |
What area is Central Takaka School in? | CREATE TABLE table_name_91 (area VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT area FROM table_name_91 WHERE name = \"central takaka school\""
} |
What is the Mach with Vehicle Flight # m2-f2 #8 and an Altitude (meters) greater than 13,716? | CREATE TABLE table_name_88 (mach INTEGER, vehicle_flight__number VARCHAR, altitude__meters_ VARCHAR) | {
"SQL_Query": "SELECT SUM(mach) FROM table_name_88 WHERE vehicle_flight__number = \"m2-f2 #8\" AND altitude__meters_ > 13 OFFSET 716"
} |
What Vehicle Flight # has Pilot Peterson and Velocity (km/h) of 649? | CREATE TABLE table_name_31 (vehicle_flight__number VARCHAR, pilot VARCHAR, velocity__km_h_ VARCHAR) | {
"SQL_Query": "SELECT vehicle_flight__number FROM table_name_31 WHERE pilot = \"peterson\" AND velocity__km_h_ = 649"
} |
What Date has a Mach of 0.662? | CREATE TABLE table_name_77 (date VARCHAR, mach VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_77 WHERE mach = 0.662"
} |
In 1865, what was the first party? | CREATE TABLE table_name_20 (year VARCHAR) | {
"SQL_Query": "SELECT 1 AS st_party FROM table_name_20 WHERE year = \"1865\""
} |
Which Barrel twist has a Stock of canadian 3rd generation and a Hand guards of short ribbed? | CREATE TABLE table_name_33 (barrel_twist VARCHAR, stock VARCHAR, hand_guards VARCHAR) | {
"SQL_Query": "SELECT barrel_twist FROM table_name_33 WHERE stock = \"canadian 3rd generation\" AND hand_guards = \"short ribbed\""
} |
Which Hand guards has a Barrel profile of a2 and a Rear sight of weaver? | CREATE TABLE table_name_1 (hand_guards VARCHAR, barrel_profile VARCHAR, rear_sight VARCHAR) | {
"SQL_Query": "SELECT hand_guards FROM table_name_1 WHERE barrel_profile = \"a2\" AND rear_sight = \"weaver\""
} |
Who was the co-driver for the team with more than 160 laps and the number 6 after 2010? | CREATE TABLE table_name_41 (co_driver VARCHAR, number VARCHAR, laps VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT co_driver FROM table_name_41 WHERE laps > 160 AND year > 2010 AND number = 6"
} |
What is the fewest laps for a team with a position of DNF and a number smaller than 25 before 2001? | CREATE TABLE table_name_82 (laps INTEGER, year VARCHAR, position VARCHAR, number VARCHAR) | {
"SQL_Query": "SELECT MIN(laps) FROM table_name_82 WHERE position = \"dnf\" AND number < 25 AND year < 2001"
} |
What is the highest number of votes for the French Professor? | CREATE TABLE table_name_20 (votes INTEGER, occupation VARCHAR) | {
"SQL_Query": "SELECT MAX(votes) FROM table_name_20 WHERE occupation = \"french professor\""
} |
Where is Hip 4872? | CREATE TABLE table_name_38 (constellation VARCHAR, designation VARCHAR) | {
"SQL_Query": "SELECT constellation FROM table_name_38 WHERE designation = \"hip 4872\""
} |
What is the language of the film Rosie? | CREATE TABLE table_name_33 (language_s_ VARCHAR, original_title VARCHAR) | {
"SQL_Query": "SELECT language_s_ FROM table_name_33 WHERE original_title = \"rosie\""
} |
What was the title used for Rosie, the film nominated for the dutch language? | CREATE TABLE table_name_79 (film_title_used_in_nomination VARCHAR, language_s_ VARCHAR, original_title VARCHAR) | {
"SQL_Query": "SELECT film_title_used_in_nomination FROM table_name_79 WHERE language_s_ = \"dutch\" AND original_title = \"rosie\""
} |
Who won the Mixed Doubles in 2007? | CREATE TABLE table_name_49 (mixed_doubles VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT mixed_doubles FROM table_name_49 WHERE year = \"2007\""
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.