question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
At what latitude can the name origin of naijok fossae be found?
CREATE TABLE table_16799784_11 (latitude VARCHAR, name VARCHAR)
SELECT latitude FROM table_16799784_11 WHERE name = "Naijok Fossae"
Which opponent did they play against on April 16?
CREATE TABLE table_name_79 (opponent VARCHAR, date VARCHAR)
SELECT opponent FROM table_name_79 WHERE date = "april 16"
Name the equivalence for varas for geometrical pace
CREATE TABLE table_26538461_2 (equivalence_in_varas VARCHAR, english_name VARCHAR)
SELECT equivalence_in_varas FROM table_26538461_2 WHERE english_name = "Geometrical pace"
Who is the person from round 8?
CREATE TABLE table_name_60 (name VARCHAR, round VARCHAR)
SELECT name FROM table_name_60 WHERE round = 8
Who was the away team when the VFL played at MCG?
CREATE TABLE table_name_56 (away_team VARCHAR, venue VARCHAR)
SELECT away_team FROM table_name_56 WHERE venue = "mcg"
What is Paino Hehea's date of birth?
CREATE TABLE table_name_46 (date_of_birth__age_ VARCHAR, player VARCHAR)
SELECT date_of_birth__age_ FROM table_name_46 WHERE player = "paino hehea"
Show card number, name, and hometown for all members in a descending order of level.
CREATE TABLE member (card_number VARCHAR, name VARCHAR, hometown VARCHAR, LEVEL VARCHAR)
SELECT card_number, name, hometown FROM member ORDER BY LEVEL DESC
What is the smallest amount of spectators when the away team was Hawthorn?
CREATE TABLE table_name_93 (crowd INTEGER, away_team VARCHAR)
SELECT MIN(crowd) FROM table_name_93 WHERE away_team = "hawthorn"
With a swim (1.5km) of 18:55 and a run (10km) of 32:37, what is the trans 2?
CREATE TABLE table_name_76 (trans_2 VARCHAR, swim__15km_ VARCHAR, run__10km_ VARCHAR)
SELECT trans_2 FROM table_name_76 WHERE swim__15km_ = "18:55" AND run__10km_ = "32:37"
For franklin of class aa, which school years does this occur?
CREATE TABLE table_14603212_1 (school_year VARCHAR, class_aA VARCHAR, Franklin VARCHAR)
SELECT school_year FROM table_14603212_1 WHERE class_aA = Franklin
What is the genre of the Mass Effect game?
CREATE TABLE table_name_14 (genre VARCHAR, game VARCHAR)
SELECT genre FROM table_name_14 WHERE game = "mass effect"
When did Robert G. Miner present his credentials?
CREATE TABLE table_name_62 (presentation_of_credentials VARCHAR, name VARCHAR)
SELECT presentation_of_credentials FROM table_name_62 WHERE name = "robert g. miner"
What is the Stadium that hosts the team Jacksonville Jaguars?
CREATE TABLE table_name_1 (stadium VARCHAR, host_team VARCHAR)
SELECT stadium FROM table_name_1 WHERE host_team = "jacksonville jaguars"
What is the Record of the February 26 date?
CREATE TABLE table_name_64 (record VARCHAR, date VARCHAR)
SELECT record FROM table_name_64 WHERE date = "february 26"
Which home team has a crowd that is bigger than 22,449?
CREATE TABLE table_name_38 (home_team VARCHAR, crowd INTEGER)
SELECT home_team FROM table_name_38 WHERE crowd > 22 OFFSET 449
What is the total number of losses for teams with more than 0 byes?
CREATE TABLE table_name_43 (losses VARCHAR, byes INTEGER)
SELECT COUNT(losses) FROM table_name_43 WHERE byes > 0
What GSR class is associated with a 0-4-2t type?
CREATE TABLE table_name_49 (gsr_class VARCHAR, type VARCHAR)
SELECT gsr_class FROM table_name_49 WHERE type = "0-4-2t"
Name the launch vehicle with Institutional authority of ndc
CREATE TABLE table_name_59 (launch_vehicle VARCHAR, institutional_authority VARCHAR)
SELECT launch_vehicle FROM table_name_59 WHERE institutional_authority = "ndc"
What is the latesr year that has more points than 0?
CREATE TABLE table_name_22 (year INTEGER, pts INTEGER)
SELECT MAX(year) FROM table_name_22 WHERE pts > 0
What is the highest lane for Brazil, ranked less than 8?
CREATE TABLE table_name_85 (lane INTEGER, country VARCHAR, rank VARCHAR)
SELECT MAX(lane) FROM table_name_85 WHERE country = "brazil" AND rank < 8
Which outcome has a partner named Mark Dickson, with the opponents of Hans Gildemeister Belus Prajoux?
CREATE TABLE table_name_66 (outcome VARCHAR, partner VARCHAR, opponents_in_the_final VARCHAR)
SELECT outcome FROM table_name_66 WHERE partner = "mark dickson" AND opponents_in_the_final = "hans gildemeister belus prajoux"
Name the class aaaaa for 2005-06
CREATE TABLE table_14601528_2 (class_aAAAA VARCHAR, school_year VARCHAR)
SELECT class_aAAAA FROM table_14601528_2 WHERE school_year = "2005-06"
Which industry has a company with a market value of 80.3 billion?
CREATE TABLE table_1682026_6 (industry VARCHAR, market_value__billion_$_ VARCHAR)
SELECT industry FROM table_1682026_6 WHERE market_value__billion_$_ = "80.3"
What is Brown's transfer window?
CREATE TABLE table_name_52 (transfer_window VARCHAR, name VARCHAR)
SELECT transfer_window FROM table_name_52 WHERE name = "brown"
How many ansi codes are there for longitude 46.415037?
CREATE TABLE table_18600760_20 (ansi_code VARCHAR, latitude VARCHAR)
SELECT COUNT(ansi_code) FROM table_18600760_20 WHERE latitude = "46.415037"
How many wins did the Northwestern Wildcats?
CREATE TABLE table_1672976_2 (wins INTEGER, institution VARCHAR)
SELECT MAX(wins) FROM table_1672976_2 WHERE institution = "Northwestern Wildcats"
Which circuit did Raymond Mays win?
CREATE TABLE table_name_17 (circuit VARCHAR, winning_driver VARCHAR)
SELECT circuit FROM table_name_17 WHERE winning_driver = "raymond mays"
Which Score has a March larger than 15, and Points larger than 96, and a Game smaller than 76, and an Opponent of @ washington capitals?
CREATE TABLE table_name_65 (score VARCHAR, opponent VARCHAR, game VARCHAR, march VARCHAR, points VARCHAR)
SELECT score FROM table_name_65 WHERE march > 15 AND points > 96 AND game < 76 AND opponent = "@ washington capitals"
Name the home team for manuka oval
CREATE TABLE table_14312471_3 (home_team VARCHAR, ground VARCHAR)
SELECT home_team FROM table_14312471_3 WHERE ground = "Manuka Oval"
What school did the catcher attend?
CREATE TABLE table_11677100_12 (school VARCHAR, position VARCHAR)
SELECT school FROM table_11677100_12 WHERE position = "Catcher"
Paddy Wallace who plays the position of fly-half has how many Caps?
CREATE TABLE table_name_97 (caps VARCHAR, position VARCHAR, player VARCHAR)
SELECT caps FROM table_name_97 WHERE position = "fly-half" AND player = "paddy wallace"
When the stamp duty reserve tax is 3,669 what is the percentage over gdp?
CREATE TABLE table_1618358_1 (over_gdp__in__percentage_ VARCHAR, stamp_duty_reserve_tax VARCHAR)
SELECT over_gdp__in__percentage_ FROM table_1618358_1 WHERE stamp_duty_reserve_tax = "3,669"
Where did the player picked for the linebacker position play in college?
CREATE TABLE table_name_6 (college VARCHAR, position VARCHAR)
SELECT college FROM table_name_6 WHERE position = "linebacker"
What is the largest number of top division titles with a 2012 position of 10th?
CREATE TABLE table_name_13 (top_division_titles INTEGER, position_in_2012 VARCHAR)
SELECT MAX(top_division_titles) FROM table_name_13 WHERE position_in_2012 = "10th"
Name the total production for model nd5
CREATE TABLE table_name_72 (total_production VARCHAR, model VARCHAR)
SELECT total_production FROM table_name_72 WHERE model = "nd5"
Which winery is the wine that has the highest score from?
CREATE TABLE WINE (Winery VARCHAR, SCORE VARCHAR)
SELECT Winery FROM WINE ORDER BY SCORE LIMIT 1
Which Home has a Visitor of quebec nordiques, and a Score of 3–4, and a Record of 8–8–1?
CREATE TABLE table_name_62 (home VARCHAR, record VARCHAR, visitor VARCHAR, score VARCHAR)
SELECT home FROM table_name_62 WHERE visitor = "quebec nordiques" AND score = "3–4" AND record = "8–8–1"
What is the result of Saturday that's ថ្ងៃអាទិត្យ [tŋaj ʔaatɨt ] on Sunday?
CREATE TABLE table_name_30 (saturday_shani__saturn_ VARCHAR, sunday_surya__the_sun_ VARCHAR)
SELECT saturday_shani__saturn_ FROM table_name_30 WHERE sunday_surya__the_sun_ = "ថ្ងៃអាទិត្យ [tŋaj ʔaatɨt ]"
Which To par has a Total larger than 283, and a Finish of t12?
CREATE TABLE table_name_28 (to_par VARCHAR, total VARCHAR, finish VARCHAR)
SELECT to_par FROM table_name_28 WHERE total > 283 AND finish = "t12"
How many titles have the product number SCUS-97330?
CREATE TABLE table_10875694_11 (title VARCHAR, product_no VARCHAR)
SELECT COUNT(title) FROM table_10875694_11 WHERE product_no = "SCUS-97330"
How many hectares of land area is Landsbro?
CREATE TABLE table_16796625_1 (land_area__hectares_ VARCHAR, urban_area__locality_ VARCHAR)
SELECT land_area__hectares_ FROM table_16796625_1 WHERE urban_area__locality_ = "Landsbro"
When was Elaine Powell (g) of the United states picked?
CREATE TABLE table_name_17 (pick VARCHAR, nationality VARCHAR, player VARCHAR)
SELECT pick FROM table_name_17 WHERE nationality = "united states" AND player = "elaine powell (g)"
What is Kirk Triplett's Place?
CREATE TABLE table_name_66 (place VARCHAR, player VARCHAR)
SELECT place FROM table_name_66 WHERE player = "kirk triplett"
Who had the highest assists of the game on March 5?
CREATE TABLE table_name_50 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_name_50 WHERE date = "march 5"
What is the Nation with 2012 as the year, and a Competition of preseason, and a Result of w 0–3?
CREATE TABLE table_name_48 (nation VARCHAR, result VARCHAR, year VARCHAR, competition VARCHAR)
SELECT nation FROM table_name_48 WHERE year = 2012 AND competition = "preseason" AND result = "w 0–3"
Where did the game(s) against Iowa take place?
CREATE TABLE table_name_94 (site VARCHAR, opponent VARCHAR)
SELECT site FROM table_name_94 WHERE opponent = "iowa"
Name the outcome for zurich
CREATE TABLE table_23944006_4 (outcome VARCHAR, championship VARCHAR)
SELECT outcome FROM table_23944006_4 WHERE championship = "Zurich"
What is the Intergiro classification when the points classification is Paolo Bettini, Trofeo Super Team is Davitamon-Lotto, and the Mountains classification is José Rujano?
CREATE TABLE table_name_16 (intergiro_classification VARCHAR, mountains_classification VARCHAR, points_classification VARCHAR, trofeo_super_team VARCHAR)
SELECT intergiro_classification FROM table_name_16 WHERE points_classification = "paolo bettini" AND trofeo_super_team = "davitamon-lotto" AND mountains_classification = "josé rujano"
How many bronzes for the nation with over 20 total, under 26 golds, and over 0 silvers?
CREATE TABLE table_name_81 (bronze VARCHAR, gold VARCHAR, silver VARCHAR, total VARCHAR)
SELECT COUNT(bronze) FROM table_name_81 WHERE silver > 0 AND total > 20 AND gold < 26
Which Loss has a Last 5 of 4-1, a Streak of w2, and a PA per game smaller than 88.43?
CREATE TABLE table_name_80 (loss INTEGER, pa_per_game VARCHAR, last_5 VARCHAR, streak VARCHAR)
SELECT AVG(loss) FROM table_name_80 WHERE last_5 = "4-1" AND streak = "w2" AND pa_per_game < 88.43
Who directed the episode where u.s. viewers (million) is 12.90?
CREATE TABLE table_10701133_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT directed_by FROM table_10701133_1 WHERE us_viewers__million_ = "12.90"
What is Muzzle energy, when Source is hornady?
CREATE TABLE table_name_16 (muzzle_energy VARCHAR, source VARCHAR)
SELECT muzzle_energy FROM table_name_16 WHERE source = "hornady"
What is the score of player jay haas?
CREATE TABLE table_name_48 (score VARCHAR, player VARCHAR)
SELECT score FROM table_name_48 WHERE player = "jay haas"
Which score has a Date of october 29, 2008?
CREATE TABLE table_name_70 (score VARCHAR, date VARCHAR)
SELECT score FROM table_name_70 WHERE date = "october 29, 2008"
What tournament has yvonne vermaak as the opponent?
CREATE TABLE table_name_5 (tournament VARCHAR, opponent VARCHAR)
SELECT tournament FROM table_name_5 WHERE opponent = "yvonne vermaak"
What was the issue price for the Trumpeter Swan set?
CREATE TABLE table_name_44 (issue_price VARCHAR, theme VARCHAR)
SELECT issue_price FROM table_name_44 WHERE theme = "trumpeter swan"
Tell me the start time for december 24, 2005
CREATE TABLE table_name_48 (start_time VARCHAR, date VARCHAR)
SELECT start_time FROM table_name_48 WHERE date = "december 24, 2005"
If %2001 is 0.1%, what is the minimum Arabs 2001 number?
CREATE TABLE table_1939367_1 (arabs_2001 INTEGER, _percentage_2001 VARCHAR)
SELECT MIN(arabs_2001) FROM table_1939367_1 WHERE _percentage_2001 = "0.1%"
What is 1994 when 1996 is 3R?
CREATE TABLE table_name_46 (Id VARCHAR)
SELECT 1994 FROM table_name_46 WHERE 1996 = "3r"
What is the area % of EU with 16.4 population in millions?
CREATE TABLE table_name_39 (area__percentage_of_eu VARCHAR, population_in_millions VARCHAR)
SELECT area__percentage_of_eu FROM table_name_39 WHERE population_in_millions = 16.4
What is the time/retired for alain prost?
CREATE TABLE table_name_60 (time_retired VARCHAR, driver VARCHAR)
SELECT time_retired FROM table_name_60 WHERE driver = "alain prost"
Who was the opponent during the UFC 90 event with a fight that lasted less than 4 rounds?
CREATE TABLE table_name_95 (opponent VARCHAR, round VARCHAR, event VARCHAR)
SELECT opponent FROM table_name_95 WHERE round < 4 AND event = "ufc 90"
Which Position has a Pick smaller than 29, and a School/Club Team of arizona?
CREATE TABLE table_name_85 (position VARCHAR, pick VARCHAR, school_club_team VARCHAR)
SELECT position FROM table_name_85 WHERE pick < 29 AND school_club_team = "arizona"
Which Airing date has a Number of episodes larger than 20, and a Genre of modern drama?
CREATE TABLE table_name_39 (airing_date VARCHAR, number_of_episodes VARCHAR, genre VARCHAR)
SELECT airing_date FROM table_name_39 WHERE number_of_episodes > 20 AND genre = "modern drama"
what is the tournament when the score is 7-6(0), 6-3?
CREATE TABLE table_name_48 (tournament VARCHAR, score VARCHAR)
SELECT tournament FROM table_name_48 WHERE score = "7-6(0), 6-3"
What was the attendance of the game played in the Georgia Dome?
CREATE TABLE table_name_6 (attendance VARCHAR, game_site VARCHAR)
SELECT attendance FROM table_name_6 WHERE game_site = "georgia dome"
What is the total of the first elected year of the incumbent from the washington 8 district?
CREATE TABLE table_name_91 (first_elected VARCHAR, district VARCHAR)
SELECT COUNT(first_elected) FROM table_name_91 WHERE district = "washington 8"
What is the number of lost with 2 points?
CREATE TABLE table_name_70 (lost VARCHAR, points VARCHAR)
SELECT COUNT(lost) FROM table_name_70 WHERE points = 2
Name the transit passengers for 171078
CREATE TABLE table_13836704_8 (transit_passengers INTEGER, freight__metric_tonnes_ VARCHAR)
SELECT MAX(transit_passengers) FROM table_13836704_8 WHERE freight__metric_tonnes_ = 171078
Name the most pick number for guard and kansas city chiefs
CREATE TABLE table_2508633_2 (pick__number INTEGER, position VARCHAR, nfl_team VARCHAR)
SELECT MAX(pick__number) FROM table_2508633_2 WHERE position = "Guard" AND nfl_team = "Kansas City Chiefs"
What is the home team score when north Melbourne was the away team?
CREATE TABLE table_name_49 (home_team VARCHAR, away_team VARCHAR)
SELECT home_team AS score FROM table_name_49 WHERE away_team = "north melbourne"
When mcg is the Venue what's the Away team?
CREATE TABLE table_name_99 (away_team VARCHAR, venue VARCHAR)
SELECT away_team FROM table_name_99 WHERE venue = "mcg"
What is the year when the Winner was the new york jets, with a Result of 24–17, played at giants stadium?
CREATE TABLE table_name_39 (year INTEGER, location VARCHAR, winner VARCHAR, result VARCHAR)
SELECT SUM(year) FROM table_name_39 WHERE winner = "new york jets" AND result = "24–17" AND location = "giants stadium"
What was the decision when Tampa Bay was the visitor?
CREATE TABLE table_name_14 (decision VARCHAR, visitor VARCHAR)
SELECT decision FROM table_name_14 WHERE visitor = "tampa bay"
What's the GPU frequency that has ultra-low power in cores?
CREATE TABLE table_name_87 (gpu_frequency VARCHAR, cores VARCHAR)
SELECT gpu_frequency FROM table_name_87 WHERE cores = "ultra-low power"
How many polling areas are there with John Taber as the sitting Representative?
CREATE TABLE table_1342256_32 (district VARCHAR, incumbent VARCHAR)
SELECT COUNT(district) FROM table_1342256_32 WHERE incumbent = "John Taber"
Name the gdp per capita for world rank being 131
CREATE TABLE table_2249029_1 (gdp_per_capita VARCHAR, gdp_world_rank VARCHAR)
SELECT gdp_per_capita FROM table_2249029_1 WHERE gdp_world_rank = "131"
What is the Mountains Classification for Winner josé luis carrasco?
CREATE TABLE table_name_2 (mountains_classification VARCHAR, winner VARCHAR)
SELECT mountains_classification FROM table_name_2 WHERE winner = "josé luis carrasco"
What was the away team when the home team was South Melbourne?
CREATE TABLE table_name_77 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team FROM table_name_77 WHERE home_team = "south melbourne"
Who was the home team that played against Aylesbury Vale?
CREATE TABLE table_name_37 (home_team VARCHAR, away_team VARCHAR)
SELECT home_team FROM table_name_37 WHERE away_team = "aylesbury vale"
What is the location and attendance for the game where b. benjamin (10) had the high rebounds?
CREATE TABLE table_27902171_7 (location_attendance VARCHAR, high_rebounds VARCHAR)
SELECT location_attendance FROM table_27902171_7 WHERE high_rebounds = "B. Benjamin (10)"
What is the number of wins in the playoffs league?
CREATE TABLE table_name_10 (wins VARCHAR, league VARCHAR)
SELECT wins FROM table_name_10 WHERE league = "playoffs"
What is the id of the product that is booked for 3 times?
CREATE TABLE products_booked (product_id VARCHAR)
SELECT product_id FROM products_booked GROUP BY product_id HAVING COUNT(*) = 3
When धनुष is the sankrit how many western names are there?
CREATE TABLE table_186462_1 (western_name VARCHAR, sanskrit VARCHAR)
SELECT COUNT(western_name) FROM table_186462_1 WHERE sanskrit = "धनुष"
What is saturday day seven when thursday day five is ሐሙስ hamus?
CREATE TABLE table_1277350_7 (saturday_day_seven VARCHAR, thursday_day_five VARCHAR)
SELECT saturday_day_seven FROM table_1277350_7 WHERE thursday_day_five = "ሐሙስ hamus"
What players have a position of F?
CREATE TABLE table_name_2 (player VARCHAR, position VARCHAR)
SELECT player FROM table_name_2 WHERE position = "f"
Which season received 10.2 million viewers?
CREATE TABLE table_217785_2 (tv_season VARCHAR, viewers__in_millions_of_households_ VARCHAR)
SELECT COUNT(tv_season) FROM table_217785_2 WHERE viewers__in_millions_of_households_ = "10.2"
What is the total where the nation is South Africa (rsa) and bronze is less than 1?
CREATE TABLE table_name_45 (total INTEGER, nation VARCHAR, bronze VARCHAR)
SELECT SUM(total) FROM table_name_45 WHERE nation = "south africa (rsa)" AND bronze < 1
What document types have more than 2 corresponding documents?
CREATE TABLE documents (document_type_code VARCHAR)
SELECT document_type_code FROM documents GROUP BY document_type_code HAVING COUNT(*) > 2
What are the fewest points for goals fewer than 13?
CREATE TABLE table_name_74 (points INTEGER, goals_for INTEGER)
SELECT MIN(points) FROM table_name_74 WHERE goals_for < 13
What Nationality is Jeff Hornacek?
CREATE TABLE table_name_14 (nationality VARCHAR, player VARCHAR)
SELECT nationality FROM table_name_14 WHERE player = "jeff hornacek"
How many values of Other A correspond to Tommy Johnson Category:Articles with hCards?
CREATE TABLE table_14962287_2 (other_a VARCHAR, name VARCHAR)
SELECT COUNT(other_a) FROM table_14962287_2 WHERE name = "Tommy Johnson Category:Articles with hCards"
What is the highest number of poles?
CREATE TABLE table_26794530_1 (poles INTEGER)
SELECT MAX(poles) FROM table_26794530_1
Name the region for automatic washing machine being 60.9%
CREATE TABLE table_25042332_27 (region VARCHAR, automatic_washing_machine VARCHAR)
SELECT region FROM table_25042332_27 WHERE automatic_washing_machine = "60.9%"
What is part 1 of the verb in class 4
CREATE TABLE table_1745843_10 (part_3 VARCHAR, class VARCHAR)
SELECT part_3 FROM table_1745843_10 WHERE class = "4"
What is the Score of the game on March 18?
CREATE TABLE table_name_5 (score VARCHAR, march VARCHAR)
SELECT score FROM table_name_5 WHERE march = 18
how many incumbent with first elected being 1932
CREATE TABLE table_1342331_5 (incumbent VARCHAR, first_elected VARCHAR)
SELECT COUNT(incumbent) FROM table_1342331_5 WHERE first_elected = 1932
How many game entries are there when the points are 57?
CREATE TABLE table_27501030_7 (game VARCHAR, points VARCHAR)
SELECT COUNT(game) FROM table_27501030_7 WHERE points = 57
How do you say the ukrainian word дякую (diakuju) in English?
CREATE TABLE table_28136_15 (english_word VARCHAR, ukrainian VARCHAR)
SELECT english_word FROM table_28136_15 WHERE ukrainian = "Дякую (diakuju)"
When was the ship originally named sachem finally decommissioned?
CREATE TABLE table_name_94 (final_decommission VARCHAR, original_name VARCHAR)
SELECT final_decommission FROM table_name_94 WHERE original_name = "sachem"