text stringlengths 114 1.06k |
|---|
### question: what is the location when began is before 1990 and the country is france? ### answer: SELECT location FROM table_name_87 WHERE began < 1990 AND country = "france" ### context: CREATE TABLE table_name_87 (location VARCHAR, began VARCHAR, country VARCHAR) |
### question: what is the court surface when the tournament is paris masters? ### answer: SELECT court_surface FROM table_name_47 WHERE tournament = "paris masters" ### context: CREATE TABLE table_name_47 (court_surface VARCHAR, tournament VARCHAR) |
### question: what is the tournament when the country is united states? ### answer: SELECT tournament FROM table_name_38 WHERE country = "united states" ### context: CREATE TABLE table_name_38 (tournament VARCHAR, country VARCHAR) |
### question: what is the earliest began when the court surface is clay in hamburg? ### answer: SELECT MIN(began) FROM table_name_21 WHERE court_surface = "clay" AND location = "hamburg" ### context: CREATE TABLE table_name_21 (began INTEGER, court_surface VARCHAR, location VARCHAR) |
### question: Which country placed t5? ### answer: SELECT country FROM table_name_6 WHERE place = "t5" ### context: CREATE TABLE table_name_6 (country VARCHAR, place VARCHAR) |
### question: How did Tim Herron place? ### answer: SELECT place FROM table_name_83 WHERE player = "tim herron" ### context: CREATE TABLE table_name_83 (place VARCHAR, player VARCHAR) |
### question: Which player placed t10? ### answer: SELECT player FROM table_name_72 WHERE place = "t10" ### context: CREATE TABLE table_name_72 (player VARCHAR, place VARCHAR) |
### question: At what event did he fight takaharu murahama? ### answer: SELECT event FROM table_name_5 WHERE opponent = "takaharu murahama" ### context: CREATE TABLE table_name_5 (event VARCHAR, opponent VARCHAR) |
### question: When the match lasted 2:16 how was it decided? ### answer: SELECT method FROM table_name_12 WHERE time = "2:16" ### context: CREATE TABLE table_name_12 (method VARCHAR, time VARCHAR) |
### question: What is the highest urban population for Guangxi province? ### answer: SELECT MAX(urban_population__2010_) FROM table_name_83 WHERE province = "guangxi" ### context: CREATE TABLE table_name_83 (urban_population__2010_ INTEGER, province VARCHAR) |
### question: What is the urban population for the city of Fuzhou? ### answer: SELECT AVG(urban_population__2010_) FROM table_name_7 WHERE city = "fuzhou" ### context: CREATE TABLE table_name_7 (urban_population__2010_ INTEGER, city VARCHAR) |
### question: What is the area (in km2) for theewaterskloof, whose population in 2011 was less than 108,790? ### answer: SELECT SUM(area__km_2__) FROM table_name_67 WHERE name = "theewaterskloof" AND population__2011_ < 108 OFFSET 790 ### context: CREATE TABLE table_name_67 (area__km_2__ INTEGER, name VARCHAR, populati... |
### question: What is the area in km2 for Cape Agulhas, whose density is larger than 9.4 inhabitants/km2 and whose population in 2011 was less than 33,038? ### answer: SELECT MAX(area__km_2__) FROM table_name_28 WHERE density__inhabitants_km_2__ > 9.4 AND name = "cape agulhas" AND population__2011_ < 33 OFFSET 038 ### ... |
### question: What was the score when the opponent was Montreal Canadiens? ### answer: SELECT score FROM table_name_8 WHERE opponent = "montreal canadiens" ### context: CREATE TABLE table_name_8 (score VARCHAR, opponent VARCHAR) |
### question: What was the record on December 3? ### answer: SELECT record FROM table_name_40 WHERE december = 3 ### context: CREATE TABLE table_name_40 (record VARCHAR, december VARCHAR) |
### question: Who was the opponent in Game 27? ### answer: SELECT opponent FROM table_name_94 WHERE game = 27 ### context: CREATE TABLE table_name_94 (opponent VARCHAR, game VARCHAR) |
### question: Who was the opponent on December 1, before Game 28? ### answer: SELECT opponent FROM table_name_2 WHERE game < 28 AND december = 1 ### context: CREATE TABLE table_name_2 (opponent VARCHAR, game VARCHAR, december VARCHAR) |
### question: What's the population of durham parish? ### answer: SELECT COUNT(population) FROM table_name_73 WHERE official_name = "durham" ### context: CREATE TABLE table_name_73 (population VARCHAR, official_name VARCHAR) |
### question: What's the total area in kilometers of the parish addington? ### answer: SELECT COUNT(area_km_2) FROM table_name_52 WHERE official_name = "addington" ### context: CREATE TABLE table_name_52 (area_km_2 VARCHAR, official_name VARCHAR) |
### question: Which Studio has a Director of oliver stone? ### answer: SELECT studio FROM table_name_97 WHERE director = "oliver stone" ### context: CREATE TABLE table_name_97 (studio VARCHAR, director VARCHAR) |
### question: Which Director has a Rank of 12? ### answer: SELECT director FROM table_name_22 WHERE rank = 12 ### context: CREATE TABLE table_name_22 (director VARCHAR, rank VARCHAR) |
### question: Which Gross has a Studio of mgm? ### answer: SELECT gross FROM table_name_25 WHERE studio = "mgm" ### context: CREATE TABLE table_name_25 (gross VARCHAR, studio VARCHAR) |
### question: Who was the Builder for the locomotive that has a works number of 323? ### answer: SELECT builder FROM table_name_92 WHERE works_number = "323" ### context: CREATE TABLE table_name_92 (builder VARCHAR, works_number VARCHAR) |
### question: Which side has Vischer as the inscription? ### answer: SELECT side FROM table_name_25 WHERE inscription = "vischer" ### context: CREATE TABLE table_name_25 (side VARCHAR, inscription VARCHAR) |
### question: What is the inscription with John Vanbrugh listed as the identification? ### answer: SELECT inscription FROM table_name_26 WHERE identification = "john vanbrugh" ### context: CREATE TABLE table_name_26 (inscription VARCHAR, identification VARCHAR) |
### question: Which side has Orcagna as the inscription? ### answer: SELECT side FROM table_name_89 WHERE inscription = "orcagna" ### context: CREATE TABLE table_name_89 (side VARCHAR, inscription VARCHAR) |
### question: Which group has David D'Angers as the official history? ### answer: SELECT group FROM table_name_91 WHERE official_history = "david d'angers" ### context: CREATE TABLE table_name_91 (group VARCHAR, official_history VARCHAR) |
### question: What is the name of the inscription where Virgil is listed as the identification? ### answer: SELECT inscription FROM table_name_57 WHERE identification = "virgil" ### context: CREATE TABLE table_name_57 (inscription VARCHAR, identification VARCHAR) |
### question: Which side has Ludovico Carracci listed as the identification? ### answer: SELECT side FROM table_name_74 WHERE identification = "ludovico carracci" ### context: CREATE TABLE table_name_74 (side VARCHAR, identification VARCHAR) |
### question: What is the sum number of round with Nebraska as the college and the overall greater than 40? ### answer: SELECT COUNT(round) FROM table_name_14 WHERE college = "nebraska" AND overall > 40 ### context: CREATE TABLE table_name_14 (round VARCHAR, college VARCHAR, overall VARCHAR) |
### question: What is the minimum pick that drafted Pat Shires, with a round greater than 29 and an overall greater than 328? ### answer: SELECT MIN(pick) FROM table_name_87 WHERE overall > 328 AND name = "pat shires" AND round > 29 ### context: CREATE TABLE table_name_87 (pick INTEGER, round VARCHAR, overall VARCHAR, ... |
### question: Where did Celestino Tugot place? ### answer: SELECT place FROM table_name_43 WHERE player = "celestino tugot" ### context: CREATE TABLE table_name_43 (place VARCHAR, player VARCHAR) |
### question: What is Doug Ford's country? ### answer: SELECT country FROM table_name_1 WHERE player = "doug ford" ### context: CREATE TABLE table_name_1 (country VARCHAR, player VARCHAR) |
### question: What was Ben Hogan's par? ### answer: SELECT to_par FROM table_name_45 WHERE player = "ben hogan" ### context: CREATE TABLE table_name_45 (to_par VARCHAR, player VARCHAR) |
### question: What is Tommy Bolt's place? ### answer: SELECT place FROM table_name_10 WHERE player = "tommy bolt" ### context: CREATE TABLE table_name_10 (place VARCHAR, player VARCHAR) |
### question: What place had a score smaller than 74 and a par of e? ### answer: SELECT place FROM table_name_43 WHERE score < 74 AND to_par = "e" ### context: CREATE TABLE table_name_43 (place VARCHAR, score VARCHAR, to_par VARCHAR) |
### question: What was the time/retired for the car raced by Simone Grotzkyj? ### answer: SELECT time_retired FROM table_name_94 WHERE rider = "simone grotzkyj" ### context: CREATE TABLE table_name_94 (time_retired VARCHAR, rider VARCHAR) |
### question: Who was the manufacter of the car with a time/retired of +0.122? ### answer: SELECT manufacturer FROM table_name_79 WHERE time_retired = "+0.122" ### context: CREATE TABLE table_name_79 (manufacturer VARCHAR, time_retired VARCHAR) |
### question: Who is the manufacturer of the car driven by Bradley Smith? ### answer: SELECT manufacturer FROM table_name_91 WHERE rider = "bradley smith" ### context: CREATE TABLE table_name_91 (manufacturer VARCHAR, rider VARCHAR) |
### question: Who is the driver of the car that started in grid 14? ### answer: SELECT rider FROM table_name_18 WHERE grid = "14" ### context: CREATE TABLE table_name_18 (rider VARCHAR, grid VARCHAR) |
### question: Who is the driver of the car manufactured by ktm, who started in grid 1. ### answer: SELECT rider FROM table_name_5 WHERE manufacturer = "ktm" AND grid = "1" ### context: CREATE TABLE table_name_5 (rider VARCHAR, manufacturer VARCHAR, grid VARCHAR) |
### question: What was the time/retired of the car that started in grid 4? ### answer: SELECT time_retired FROM table_name_41 WHERE grid = "4" ### context: CREATE TABLE table_name_41 (time_retired VARCHAR, grid VARCHAR) |
### question: What is the To par of the Player from Spain? ### answer: SELECT to_par FROM table_name_81 WHERE country = "spain" ### context: CREATE TABLE table_name_81 (to_par VARCHAR, country VARCHAR) |
### question: What is the Money of the T4 Place Player with a Score of 71-66-74-67=278? ### answer: SELECT AVG(money___) AS $__ FROM table_name_64 WHERE place = "t4" AND score = 71 - 66 - 74 - 67 = 278 ### context: CREATE TABLE table_name_64 (money___ INTEGER, place VARCHAR, score VARCHAR) |
### question: What is the Money of the Player with a Score of 71-66-74-67=278? ### answer: SELECT AVG(money___) AS $__ FROM table_name_46 WHERE score = 71 - 66 - 74 - 67 = 278 ### context: CREATE TABLE table_name_46 (money___ INTEGER, score VARCHAR) |
### question: What is the IUCN for the gales point reserve when the Est. is 1998? ### answer: SELECT iucn FROM table_name_96 WHERE est = 1998 AND reserve = "gales point" ### context: CREATE TABLE table_name_96 (iucn VARCHAR, est VARCHAR, reserve VARCHAR) |
### question: What is the IUCN for the Cockscomb Basin reserve when the Est. is less than 1998? ### answer: SELECT iucn FROM table_name_98 WHERE est < 1998 AND reserve = "cockscomb basin" ### context: CREATE TABLE table_name_98 (iucn VARCHAR, est VARCHAR, reserve VARCHAR) |
### question: What is the total number of Game, when High Assists is "Rajon Rondo (6)"? ### answer: SELECT COUNT(game) FROM table_name_83 WHERE high_assists = "rajon rondo (6)" ### context: CREATE TABLE table_name_83 (game VARCHAR, high_assists VARCHAR) |
### question: What is Record, when High Points is "Ray Allen (20)"? ### answer: SELECT record FROM table_name_98 WHERE high_points = "ray allen (20)" ### context: CREATE TABLE table_name_98 (record VARCHAR, high_points VARCHAR) |
### question: What is Record, when High Points is "Ray Allen (27)"? ### answer: SELECT record FROM table_name_90 WHERE high_points = "ray allen (27)" ### context: CREATE TABLE table_name_90 (record VARCHAR, high_points VARCHAR) |
### question: What is Team, when Date is "March 27"? ### answer: SELECT team FROM table_name_75 WHERE date = "march 27" ### context: CREATE TABLE table_name_75 (team VARCHAR, date VARCHAR) |
### question: What is High Assists, when Team is "Oklahoma City"? ### answer: SELECT high_assists FROM table_name_38 WHERE team = "oklahoma city" ### context: CREATE TABLE table_name_38 (high_assists VARCHAR, team VARCHAR) |
### question: What is Score, when High Assists is "Rajon Rondo (12)", and when High Points is "Paul Pierce (27)"? ### answer: SELECT score FROM table_name_64 WHERE high_assists = "rajon rondo (12)" AND high_points = "paul pierce (27)" ### context: CREATE TABLE table_name_64 (score VARCHAR, high_assists VARCHAR, high_po... |
### question: WHICH 2/3 (P) has a Verb of khêla? ### answer: SELECT 2 AS _3__p_ FROM table_name_76 WHERE verb = "khêla" ### context: CREATE TABLE table_name_76 (verb VARCHAR) |
### question: What is the cumulative time (min and seconds) that has more than 6 seconds in shuttle time and a total level time of 64.8 seconds? ### answer: SELECT cumulative_time__min_and_seconds_ FROM table_name_93 WHERE shuttle_time__seconds_ > 6 AND total_level_time__s_ = 64.8 ### context: CREATE TABLE table_name_9... |
### question: What is average December when game is 30? ### answer: SELECT AVG(december) FROM table_name_79 WHERE game = 30 ### context: CREATE TABLE table_name_79 (december INTEGER, game VARCHAR) |
### question: Which opponent has a game larger than 23, December larger than 8, and record of 8-10-7? ### answer: SELECT opponent FROM table_name_55 WHERE game > 23 AND december > 8 AND record = "8-10-7" ### context: CREATE TABLE table_name_55 (opponent VARCHAR, record VARCHAR, game VARCHAR, december VARCHAR) |
### question: What was the aveg/g for the qb with the Att-Cmp-Int of 117–215–6? ### answer: SELECT COUNT(avg_g) FROM table_name_47 WHERE att_cmp_int = "117–215–6" ### context: CREATE TABLE table_name_47 (avg_g VARCHAR, att_cmp_int VARCHAR) |
### question: What was the total effic for the quarterbacks? ### answer: SELECT MIN(effic) FROM table_name_20 WHERE name = "total" ### context: CREATE TABLE table_name_20 (effic INTEGER, name VARCHAR) |
### question: what was the att-cmp-int for the qb with an effic of 127.89? ### answer: SELECT att_cmp_int FROM table_name_85 WHERE effic = 127.89 ### context: CREATE TABLE table_name_85 (att_cmp_int VARCHAR, effic VARCHAR) |
### question: Who is the challenge leader that played on 9:30 pm on Wed., Nov. 28? ### answer: SELECT challenge_leader FROM table_name_42 WHERE time = "9:30 pm" AND date = "wed., nov. 28" ### context: CREATE TABLE table_name_42 (challenge_leader VARCHAR, time VARCHAR, date VARCHAR) |
### question: What is the location of the game that was televised on ESPNU at 7:15 pm on Tue., Nov. 27? ### answer: SELECT location FROM table_name_89 WHERE television = "espnu" AND time = "7:15 pm" AND date = "tue., nov. 27" ### context: CREATE TABLE table_name_89 (location VARCHAR, date VARCHAR, television VARCHAR, t... |
### question: In which tournament was the opponent Lauren Embree? ### answer: SELECT tournament FROM table_name_83 WHERE opponent = "lauren embree" ### context: CREATE TABLE table_name_83 (tournament VARCHAR, opponent VARCHAR) |
### question: What was the score on 19/08/2012? ### answer: SELECT score FROM table_name_30 WHERE date = "19/08/2012" ### context: CREATE TABLE table_name_30 (score VARCHAR, date VARCHAR) |
### question: What was the outcome of the match on 01/07/2007? ### answer: SELECT outcome FROM table_name_39 WHERE date = "01/07/2007" ### context: CREATE TABLE table_name_39 (outcome VARCHAR, date VARCHAR) |
### question: What status has 10 as the population? ### answer: SELECT status FROM table_name_10 WHERE population = 10 ### context: CREATE TABLE table_name_10 (status VARCHAR, population VARCHAR) |
### question: What status has an area km 2 less than 27.82, with 352 as the population? ### answer: SELECT status FROM table_name_90 WHERE area_km_2 < 27.82 AND population = 352 ### context: CREATE TABLE table_name_90 (status VARCHAR, area_km_2 VARCHAR, population VARCHAR) |
### question: What status has an area km 2 greater than 10.9, with 4,674 of 5,008 as the census ranking ### answer: SELECT status FROM table_name_22 WHERE area_km_2 > 10.9 AND census_ranking = "4,674 of 5,008" ### context: CREATE TABLE table_name_22 (status VARCHAR, area_km_2 VARCHAR, census_ranking VARCHAR) |
### question: What is the lowest population that has Big Hole Tract 8 (south) as the official name, with an area km 2 greater than 27.82? ### answer: SELECT MIN(population) FROM table_name_50 WHERE official_name = "big hole tract 8 (south)" AND area_km_2 > 27.82 ### context: CREATE TABLE table_name_50 (population INTEG... |
### question: What is the highest up:down ratio with 4 mbit/s upstream? ### answer: SELECT MAX(up) AS :down_ratio FROM table_name_72 WHERE upstream = "4 mbit/s" ### context: CREATE TABLE table_name_72 (up INTEGER, upstream VARCHAR) |
### question: What is the upstream with a 150 gb monthly cap? ### answer: SELECT upstream FROM table_name_68 WHERE monthly_cap = "150 gb" ### context: CREATE TABLE table_name_68 (upstream VARCHAR, monthly_cap VARCHAR) |
### question: Which location has a Score of 3–2, and a Record of 3–2–3? ### answer: SELECT location FROM table_name_31 WHERE score = "3–2" AND record = "3–2–3" ### context: CREATE TABLE table_name_31 (location VARCHAR, score VARCHAR, record VARCHAR) |
### question: Which score has a Date of october 29, 2008? ### answer: SELECT score FROM table_name_70 WHERE date = "october 29, 2008" ### context: CREATE TABLE table_name_70 (score VARCHAR, date VARCHAR) |
### question: What is the year when the course is sunset ridge cc? ### answer: SELECT SUM(year) FROM table_name_43 WHERE course = "sunset ridge cc" ### context: CREATE TABLE table_name_43 (year INTEGER, course VARCHAR) |
### question: what is the score at Olympia fields, illinois? ### answer: SELECT score FROM table_name_80 WHERE location = "olympia fields, illinois" ### context: CREATE TABLE table_name_80 (score VARCHAR, location VARCHAR) |
### question: what is the course at midlothian, illinois for a year before 1934? ### answer: SELECT course FROM table_name_98 WHERE year < 1934 AND location = "midlothian, illinois" ### context: CREATE TABLE table_name_98 (course VARCHAR, year VARCHAR, location VARCHAR) |
### question: Where is runner-up Betsy Rawls from? ### answer: SELECT location FROM table_name_76 WHERE runner_s__up = "betsy rawls" ### context: CREATE TABLE table_name_76 (location VARCHAR, runner_s__up VARCHAR) |
### question: What was the Venue on November 14, 2007? ### answer: SELECT venue FROM table_name_17 WHERE date = "november 14, 2007" ### context: CREATE TABLE table_name_17 (venue VARCHAR, date VARCHAR) |
### question: What was the Score on November 10, 2007? ### answer: SELECT score FROM table_name_76 WHERE date = "november 10, 2007" ### context: CREATE TABLE table_name_76 (score VARCHAR, date VARCHAR) |
### question: What was the Competition on November 16, 2007? ### answer: SELECT competition FROM table_name_64 WHERE date = "november 16, 2007" ### context: CREATE TABLE table_name_64 (competition VARCHAR, date VARCHAR) |
### question: What was the surface tye during the match with the opponent of richard fromberg? ### answer: SELECT surface FROM table_name_3 WHERE opponent = "richard fromberg" ### context: CREATE TABLE table_name_3 (surface VARCHAR, opponent VARCHAR) |
### question: What was the championship during the match with the opponent of richard fromberg? ### answer: SELECT championship FROM table_name_8 WHERE opponent = "richard fromberg" ### context: CREATE TABLE table_name_8 (championship VARCHAR, opponent VARCHAR) |
### question: What was the surface type during the match with the score of 6–4, 7–6 (7-5)?? ### answer: SELECT surface FROM table_name_54 WHERE score = "6–4, 7–6 (7-5)" ### context: CREATE TABLE table_name_54 (surface VARCHAR, score VARCHAR) |
### question: Who did wilson reis fight against that lasted less than 3 rounds with a time of 1:02? ### answer: SELECT opponent FROM table_name_25 WHERE round < 3 AND time = "1:02" ### context: CREATE TABLE table_name_25 (opponent VARCHAR, round VARCHAR, time VARCHAR) |
### question: Which Meet has a Time of 3:50.65? ### answer: SELECT meet FROM table_name_95 WHERE time = "3:50.65" ### context: CREATE TABLE table_name_95 (meet VARCHAR, time VARCHAR) |
### question: Which Time has an Event of 200 m butterfly? ### answer: SELECT time FROM table_name_7 WHERE event = "200 m butterfly" ### context: CREATE TABLE table_name_7 (time VARCHAR, event VARCHAR) |
### question: Which Meet has a Club of centro de natacon carabobo? ### answer: SELECT meet FROM table_name_67 WHERE club = "centro de natacon carabobo" ### context: CREATE TABLE table_name_67 (meet VARCHAR, club VARCHAR) |
### question: Which Location has a Time of 4:13.48? ### answer: SELECT location FROM table_name_83 WHERE time = "4:13.48" ### context: CREATE TABLE table_name_83 (location VARCHAR, time VARCHAR) |
### question: Which Date has a Time of 1:00.59? ### answer: SELECT date FROM table_name_90 WHERE time = "1:00.59" ### context: CREATE TABLE table_name_90 (date VARCHAR, time VARCHAR) |
### question: Which Location has a Club of delfines ucv? ### answer: SELECT location FROM table_name_96 WHERE club = "delfines ucv" ### context: CREATE TABLE table_name_96 (location VARCHAR, club VARCHAR) |
### question: Which name has notes b and the game of tennis? ### answer: SELECT name FROM table_name_13 WHERE sport = "tennis" AND notes = "b" ### context: CREATE TABLE table_name_13 (name VARCHAR, sport VARCHAR, notes VARCHAR) |
### question: Which lifetime has alan gendreau? ### answer: SELECT lifetime FROM table_name_3 WHERE name = "alan gendreau" ### context: CREATE TABLE table_name_3 (lifetime VARCHAR, name VARCHAR) |
### question: What was the hometown/high school of 170 pound player tyler wilson? ### answer: SELECT hometown_highschool FROM table_name_81 WHERE weight = 170 AND name = "tyler wilson" ### context: CREATE TABLE table_name_81 (hometown_highschool VARCHAR, weight VARCHAR, name VARCHAR) |
### question: What position did kyle mckenzie play? ### answer: SELECT position FROM table_name_41 WHERE name = "kyle mckenzie" ### context: CREATE TABLE table_name_41 (position VARCHAR, name VARCHAR) |
### question: Which date has a Week larger than 5, and an Attendance of 54,803? ### answer: SELECT date FROM table_name_6 WHERE week > 5 AND attendance = "54,803" ### context: CREATE TABLE table_name_6 (date VARCHAR, week VARCHAR, attendance VARCHAR) |
### question: Which date has a Week smaller than 14, and an Opponent of san francisco 49ers? ### answer: SELECT date FROM table_name_92 WHERE week < 14 AND opponent = "san francisco 49ers" ### context: CREATE TABLE table_name_92 (date VARCHAR, week VARCHAR, opponent VARCHAR) |
### question: Which opponent has a week smaller than 15, and a Result of l 23-17? ### answer: SELECT opponent FROM table_name_48 WHERE week < 15 AND result = "l 23-17" ### context: CREATE TABLE table_name_48 (opponent VARCHAR, week VARCHAR, result VARCHAR) |
### question: Which date has an Opponent of bye? ### answer: SELECT date FROM table_name_78 WHERE opponent = "bye" ### context: CREATE TABLE table_name_78 (date VARCHAR, opponent VARCHAR) |
### question: Which date has a Result of l 25-13? ### answer: SELECT date FROM table_name_18 WHERE result = "l 25-13" ### context: CREATE TABLE table_name_18 (date VARCHAR, result VARCHAR) |
### question: What capital has an area of 2166086? ### answer: SELECT capital FROM table_name_53 WHERE area__km²_ = 2166086 ### context: CREATE TABLE table_name_53 (capital VARCHAR, area__km²_ VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.