answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT t3.city FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id GROUP BY t3.city ORDER BY COUNT(*) DESC LIMIT 1 | Which city has the most customers living in? | CREATE TABLE customers (customer_id VARCHAR); CREATE TABLE addresses (city VARCHAR, address_id VARCHAR); CREATE TABLE customer_addresses (customer_id VARCHAR, address_id VARCHAR) |
SELECT COUNT(position) FROM table_2508633_5 WHERE nfl_team = "Philadelphia Eagles" | How many players did the philadelphia eagles pick? | CREATE TABLE table_2508633_5 (position VARCHAR, nfl_team VARCHAR) |
SELECT language_s_ FROM table_22034853_1 WHERE film_title_used_in_nomination = "Late Bloomers" | What was the language for the movie "Late Bloomers"? | CREATE TABLE table_22034853_1 (language_s_ VARCHAR, film_title_used_in_nomination VARCHAR) |
SELECT MAX(losses) FROM table_name_21 WHERE wins = 1 AND matches < 2 | What is the highest Losses, when Wins is "1", and when Matches is less than 2? | CREATE TABLE table_name_21 (losses INTEGER, wins VARCHAR, matches VARCHAR) |
SELECT glos_ & _wilts FROM table_12043148_2 WHERE bristol_ & _somerset = "Lansdown" | what is the glos & wilts where the bristol & somerset is lansdown? | CREATE TABLE table_12043148_2 (glos_ VARCHAR, _wilts VARCHAR, bristol_ VARCHAR, _somerset VARCHAR) |
SELECT 2010 FROM table_name_35 WHERE 2011 = "1r" AND tournament = "us open" | What shows for 2010 when 2011 is 1r at the US Open tournament? | CREATE TABLE table_name_35 (tournament VARCHAR) |
SELECT MIN(_number) FROM table_18305523_1 | What is the minimum number which is for title The Enemy Within part 1? | CREATE TABLE table_18305523_1 (_number INTEGER) |
SELECT opponent FROM table_17120964_5 WHERE date = "4th" | Name the opponent for 4th | CREATE TABLE table_17120964_5 (opponent VARCHAR, date VARCHAR) |
SELECT COUNT(south_asians_2001) FROM table_1717824_1 WHERE _percentage_2011 = "4.4%" | How many figures are given for total number of South Asians in 2001 for the area where they were 4.4% of population in 2011? | CREATE TABLE table_1717824_1 (south_asians_2001 VARCHAR, _percentage_2011 VARCHAR) |
SELECT MAX(w_plyf) FROM table_name_99 WHERE first_yr < 1960 AND g_plyf > 0 AND g_ > _500 < 43 AND w_l_percentage < 0.578 | What is the highest w plyf with a first yr before 1960, a G plyf greater than 0, a G > .500 less than 43, and a w-l% less than 0.578? | CREATE TABLE table_name_99 (w_plyf INTEGER, w_l_percentage VARCHAR, first_yr VARCHAR, g_plyf VARCHAR, g_ VARCHAR, _500 VARCHAR) |
SELECT nickname FROM table_name_58 WHERE weight_at_birth = "730g (23.5 oz.)" | What is the nickname of the baby with the birth weight of 730g (23.5 oz.)? | CREATE TABLE table_name_58 (nickname VARCHAR, weight_at_birth VARCHAR) |
SELECT MAX(laps) FROM table_name_31 WHERE time_retired = "tyre" | What is the top lap that had a tyre time? | CREATE TABLE table_name_31 (laps INTEGER, time_retired VARCHAR) |
SELECT MIN(avg) FROM table_name_43 WHERE player = "kevin swayne" AND long > 7 | How many yards did kevin swayne average, with a long carry over 7? | CREATE TABLE table_name_43 (avg INTEGER, player VARCHAR, long VARCHAR) |
SELECT location FROM table_29285076_2 WHERE date = "March 17" | At what location was the March 17 race held? | CREATE TABLE table_29285076_2 (location VARCHAR, date VARCHAR) |
SELECT time FROM table_name_54 WHERE notes = "qs" AND country = "cuba" | What is the time for Cuba, with a notes entry of QS? | CREATE TABLE table_name_54 (time VARCHAR, notes VARCHAR, country VARCHAR) |
SELECT constructor FROM table_name_53 WHERE circuit = "goodwood" | Which Constructor has the goodwood circuit? | CREATE TABLE table_name_53 (constructor VARCHAR, circuit VARCHAR) |
SELECT attendance FROM table_name_51 WHERE home_team = "billericay town" | What was the attendance at the Billericay Town home game? | CREATE TABLE table_name_51 (attendance VARCHAR, home_team VARCHAR) |
SELECT MAX(1985) FROM table_name_88 WHERE 1990 < 267 AND 2000 = 333 AND 2005 < 658 | What is the maximum 1985 GDP for the region where 1990 GDP is less than 267, 2000 GDP is 333 and 2005 GDP is less than 658? | CREATE TABLE table_name_88 (Id VARCHAR) |
SELECT SUM(laps) FROM table_name_67 WHERE time_retired = "+47.376" | with a Time/Retired of +47.376 what is the lap sum? | CREATE TABLE table_name_67 (laps INTEGER, time_retired VARCHAR) |
SELECT start FROM table_name_78 WHERE finish = "10" | What race has a finish time of 10? | CREATE TABLE table_name_78 (start VARCHAR, finish VARCHAR) |
SELECT leader_battle FROM table_25920798_2 WHERE eliminated = "Plamen" | Name the leader battle for plamen | CREATE TABLE table_25920798_2 (leader_battle VARCHAR, eliminated VARCHAR) |
SELECT 1938 FROM table_name_49 WHERE 1948 = "n/a" | What is the 1938 that has N/A for 1948? | CREATE TABLE table_name_49 (Id VARCHAR) |
SELECT MAX(laps) FROM table_name_30 WHERE grid > 14 AND time_retired = "+ 2 laps" AND driver = "helmut marko" | What is the largest number of laps with a Grid larger than 14, a Time/Retired of + 2 laps, and a Driver of helmut marko? | CREATE TABLE table_name_30 (laps INTEGER, driver VARCHAR, grid VARCHAR, time_retired VARCHAR) |
SELECT COUNT(decile) FROM table_name_21 WHERE authority = "state" AND name = "chertsey school" | How many deciles have an Authority of state and a Name of chertsey school? | CREATE TABLE table_name_21 (decile VARCHAR, authority VARCHAR, name VARCHAR) |
SELECT long FROM table_name_93 WHERE player = "charles frederick" | Tell me the long for charles frederick | CREATE TABLE table_name_93 (long VARCHAR, player VARCHAR) |
SELECT film_name FROM table_10236830_1 WHERE director = "Vadim Ilyenko" | What was the film that vadim ilyenko directed? | CREATE TABLE table_10236830_1 (film_name VARCHAR, director VARCHAR) |
SELECT player FROM table_26996293_2 WHERE cfl_team = "Winnipeg (3) via Hamilton" | where cfl team is winnipeg (3) via hamilton what are all the player | CREATE TABLE table_26996293_2 (player VARCHAR, cfl_team VARCHAR) |
SELECT country FROM table_name_61 WHERE place = "t1" AND player = "stuart appleby" | What is the country of player stuart appleby, who has a t1 place? | CREATE TABLE table_name_61 (country VARCHAR, place VARCHAR, player VARCHAR) |
SELECT birthplace FROM table_name_24 WHERE jersey__number < 18 AND height__cm_ > 185 AND birthdate = "march 3, 1980" | What is the Birthplace, when the Jersey # is less than 18, when the Height (cm) is higher than 185, and when the Birthdate is March 3, 1980? | CREATE TABLE table_name_24 (birthplace VARCHAR, birthdate VARCHAR, jersey__number VARCHAR, height__cm_ VARCHAR) |
SELECT date FROM table_name_34 WHERE winning_constructor = "delage" | What date did Delage win? | CREATE TABLE table_name_34 (date VARCHAR, winning_constructor VARCHAR) |
SELECT MAX(opponents) FROM table_18847736_2 WHERE opponent = "at Minnesota Vikings" | How many opponents are at Minnesota Vikings? | CREATE TABLE table_18847736_2 (opponents INTEGER, opponent VARCHAR) |
SELECT result FROM table_name_22 WHERE date = "15 july" | Tell me the result for 15 july | CREATE TABLE table_name_22 (result VARCHAR, date VARCHAR) |
SELECT song_choice FROM table_name_72 WHERE episode = "top 8" | What song was chosen for the episode with the top 8? | CREATE TABLE table_name_72 (song_choice VARCHAR, episode VARCHAR) |
SELECT t2.makeid, t2.make FROM cars_data AS t1 JOIN car_names AS t2 ON t1.id = t2.makeid WHERE t1.horsepower > (SELECT MIN(horsepower) FROM cars_data) AND t1.cylinders < 4 | Among the cars that do not have the minimum horsepower , what are the make ids and names of all those with less than 4 cylinders ? | CREATE TABLE cars_data (horsepower INTEGER); CREATE TABLE car_names (makeid VARCHAR, make VARCHAR); CREATE TABLE cars_data (id VARCHAR, horsepower INTEGER, cylinders VARCHAR) |
SELECT award FROM table_name_45 WHERE year < 2004 AND work = "the clone" AND result = "won" AND category = "favourite actress" | Which Award has a Year smaller than 2004, and a Work of the clone, and a Result of won, and a Category of favourite actress? | CREATE TABLE table_name_45 (award VARCHAR, category VARCHAR, result VARCHAR, year VARCHAR, work VARCHAR) |
SELECT location FROM table_name_42 WHERE race = "argentine grand prix" | Where was the argentine grand prix? | CREATE TABLE table_name_42 (location VARCHAR, race VARCHAR) |
SELECT population__2011_ FROM table_17971449_2 WHERE country = "Luxembourg" | Name the population 2011 for luxembourg | CREATE TABLE table_17971449_2 (population__2011_ VARCHAR, country VARCHAR) |
SELECT high_rebounds FROM table_name_65 WHERE team = "detroit" | Who had the highest rebounds against detroit? | CREATE TABLE table_name_65 (high_rebounds VARCHAR, team VARCHAR) |
SELECT AVG(year) FROM table_name_25 WHERE points < 6 AND engine = "maserati straight-6" | What is the average year of an entrant that had fewer than 6 points and a Maserati Straight-6 engine? | CREATE TABLE table_name_25 (year INTEGER, points VARCHAR, engine VARCHAR) |
SELECT MAX(cuts_made) FROM table_name_5 WHERE wins > 1 | Tell me the highest cuts made with wins more than 1 | CREATE TABLE table_name_5 (cuts_made INTEGER, wins INTEGER) |
SELECT 1 AS st_leg FROM table_name_57 WHERE home__2nd_leg_ = "gimnasia de mendoza" | What was the score on the first leg when gimnasia de mendoza played at home for the second leg? | CREATE TABLE table_name_57 (home__2nd_leg_ VARCHAR) |
SELECT MAX(laps) FROM table_name_91 WHERE grid > 21 AND time_retired = "+2 laps" | What is the high lap total for cards with a grid larger than 21, and a Time/Retired of +2 laps? | CREATE TABLE table_name_91 (laps INTEGER, grid VARCHAR, time_retired VARCHAR) |
SELECT MIN(grid) FROM table_name_64 WHERE laps < 24 AND time = "retirement" | Which Grid has Laps smaller than 24, and a Time of retirement? | CREATE TABLE table_name_64 (grid INTEGER, laps VARCHAR, time VARCHAR) |
SELECT rally_hq FROM table_name_9 WHERE round = 1 | Where was the Rally HQ for Round 1? | CREATE TABLE table_name_9 (rally_hq VARCHAR, round VARCHAR) |
SELECT MIN(events) FROM table_name_30 WHERE tournament = "the open championship" AND top_10 < 0 | What is the lowest number of events the Open Championship has with a less than 0 top-10? | CREATE TABLE table_name_30 (events INTEGER, tournament VARCHAR, top_10 VARCHAR) |
SELECT title FROM table_name_16 WHERE elector = "giovanni boccamazza" | What is the Title of Elector Giovanni Boccamazza? | CREATE TABLE table_name_16 (title VARCHAR, elector VARCHAR) |
SELECT presentation_of_credentials FROM table_name_45 WHERE appointed_by = "grover cleveland" AND representative = "charles w. buck" | Name the presentation of credentials for appointed by of grover cleveland and representative of charles w. buck | CREATE TABLE table_name_45 (presentation_of_credentials VARCHAR, appointed_by VARCHAR, representative VARCHAR) |
SELECT COUNT(byes) FROM table_name_80 WHERE wins = 14 AND losses > 2 | Can you tell me the total number of Byes that has the Wins of 14, and the Losses larger than 2? | CREATE TABLE table_name_80 (byes VARCHAR, wins VARCHAR, losses VARCHAR) |
SELECT ordained_bishop FROM table_name_6 WHERE born = "february 22, 1825" | When was the archbishop that was born on February 22, 1825 ordained as a bishop? | CREATE TABLE table_name_6 (ordained_bishop VARCHAR, born VARCHAR) |
SELECT name FROM table_name_53 WHERE country = "west indies" | What is the name of the person whose country is West Indies. | CREATE TABLE table_name_53 (name VARCHAR, country VARCHAR) |
SELECT score FROM table_name_67 WHERE date = "23 january 1982" AND home_team = "gillingham" | What is the score of the game home team gillingham played on 23 january 1982? | CREATE TABLE table_name_67 (score VARCHAR, date VARCHAR, home_team VARCHAR) |
SELECT AVG(episode_number) FROM table_name_40 WHERE title = "sugar daddy" | What is the number of the episode titled 'Sugar Daddy'? | CREATE TABLE table_name_40 (episode_number INTEGER, title VARCHAR) |
SELECT spacecraft FROM table_name_70 WHERE end_time = "4 september 04:51" | What is the spacecraft with end time of 4 September 04:51? | CREATE TABLE table_name_70 (spacecraft VARCHAR, end_time VARCHAR) |
SELECT nationality FROM table_21721351_18 WHERE player = "Brian Wilks" | Which nationality is player Brian Wilks? | CREATE TABLE table_21721351_18 (nationality VARCHAR, player VARCHAR) |
SELECT series FROM table_name_84 WHERE date = "april 18" | Which Series is on april 18? | CREATE TABLE table_name_84 (series VARCHAR, date VARCHAR) |
SELECT milepost FROM table_2572788_1 WHERE town_city = "Beacon Falls" | At what milepost is Beacon Falls? | CREATE TABLE table_2572788_1 (milepost VARCHAR, town_city VARCHAR) |
SELECT weight__kg_m_ FROM table_2071644_2 WHERE cross_section_area__cm_2__ = "25.3" | What is the weight with a cross section area of 25.3? | CREATE TABLE table_2071644_2 (weight__kg_m_ VARCHAR, cross_section_area__cm_2__ VARCHAR) |
SELECT campus FROM campuses WHERE YEAR < 1800 | Find the name of the campuses opened before 1800. | CREATE TABLE campuses (campus VARCHAR, YEAR INTEGER) |
SELECT founded FROM table_11464746_1 WHERE house_name = "Gongola" | What year was the house named gongola made? | CREATE TABLE table_11464746_1 (founded VARCHAR, house_name VARCHAR) |
SELECT MIN(overall) FROM table_name_50 WHERE pick = 20 | what is the lowest overall when the pick is 20? | CREATE TABLE table_name_50 (overall INTEGER, pick VARCHAR) |
SELECT class FROM table_name_48 WHERE qual_pos = 30 | Which class has a Qual position of 30? | CREATE TABLE table_name_48 (class VARCHAR, qual_pos VARCHAR) |
SELECT state FROM table_25244412_1 WHERE renewable_electricity__gw•h_ = 9667 | Which states have renewable electricity equal to 9667 (gw×h)? | CREATE TABLE table_25244412_1 (state VARCHAR, renewable_electricity__gw•h_ VARCHAR) |
SELECT t1.campusfee FROM csu_fees AS t1 JOIN campuses AS t2 ON t1.campus = t2.id WHERE t2.campus = "San Francisco State University" AND t1.year = 2000 | What is the campus fee of "San Francisco State University" in year 2000? | CREATE TABLE campuses (id VARCHAR, campus VARCHAR); CREATE TABLE csu_fees (campusfee VARCHAR, campus VARCHAR, year VARCHAR) |
SELECT state, acc_type, credit_score FROM customer WHERE no_of_loans = 0 | Find the state, account type, and credit score of the customer whose number of loan is 0. | CREATE TABLE customer (state VARCHAR, acc_type VARCHAR, credit_score VARCHAR, no_of_loans VARCHAR) |
SELECT name FROM table_name_47 WHERE rank < 6 AND height_feet___m = "617 / 188" | What is the building's name that is 617 / 188 in height and ranked less than 6? | CREATE TABLE table_name_47 (name VARCHAR, rank VARCHAR, height_feet___m VARCHAR) |
SELECT _number_of_total_votes FROM table_19283982_4 WHERE _number_of_seats_won = 30 | Name the number of total votes for # of seats won being 30 | CREATE TABLE table_19283982_4 (_number_of_total_votes VARCHAR, _number_of_seats_won VARCHAR) |
SELECT notes FROM table_191323_2 WHERE nssdc_id_no = "1959-002A" | What are the notes of the satellite whose nssdc id number is 1959-002a? | CREATE TABLE table_191323_2 (notes VARCHAR, nssdc_id_no VARCHAR) |
SELECT class FROM table_name_34 WHERE team = "honda britain" AND points > 0 | What was the class that team Honda Britain was in with points higher than 0? | CREATE TABLE table_name_34 (class VARCHAR, team VARCHAR, points VARCHAR) |
SELECT opponent FROM table_name_59 WHERE time = "2:57" AND score = "7–5" | What team was the opponent when the time was 2:57, and a Score of 7–5? | CREATE TABLE table_name_59 (opponent VARCHAR, time VARCHAR, score VARCHAR) |
SELECT agg FROM table_name_81 WHERE team_1 = "al-hilal" | What is Team 1 Al-Hilal's Agg.? | CREATE TABLE table_name_81 (agg VARCHAR, team_1 VARCHAR) |
SELECT MAX(region) FROM table_name_43 WHERE name = "saint-flavien" AND area__km_2__ > 67.56 | What is the highest region of Saint-Flavien with an area larger than 67.56? | CREATE TABLE table_name_43 (region INTEGER, name VARCHAR, area__km_2__ VARCHAR) |
SELECT 20 AS _questions FROM table_1566850_9 WHERE cover_model = "Linda Brava" | Who was asked 20 questions in the issue where the cover model is Linda Brava? | CREATE TABLE table_1566850_9 (cover_model VARCHAR) |
SELECT date FROM table_name_69 WHERE game = 17 | What is the Date, when Game is 17? | CREATE TABLE table_name_69 (date VARCHAR, game VARCHAR) |
SELECT result FROM table_name_17 WHERE year > 2007 | What are the results for years after 2007? | CREATE TABLE table_name_17 (result VARCHAR, year INTEGER) |
SELECT MAX(attendance) FROM table_name_50 WHERE result = "w 24-21" | What is the highest Attendance with a Result that is w 24-21? | CREATE TABLE table_name_50 (attendance INTEGER, result VARCHAR) |
SELECT surface FROM table_22834834_3 WHERE score_in_the_final = "6–1, 6–7 (2–7) , 7–6 (7–5) , 7–6 (10–8)" | Which surfaces have the final score of 6–1, 6–7 (2–7) , 7–6 (7–5) , 7–6 (10–8)? | CREATE TABLE table_22834834_3 (surface VARCHAR, score_in_the_final VARCHAR) |
SELECT AVG(polish_cup) FROM table_name_20 WHERE puchat_ligi > 0 | Which Polish Cup has a Puchat Ligi larger than 0? | CREATE TABLE table_name_20 (polish_cup INTEGER, puchat_ligi INTEGER) |
SELECT opponent FROM table_name_25 WHERE outcome = "runner-up" AND date = "19 september 1994" | What is the opponent with the outcome of runner-up with a date of 19 september 1994? | CREATE TABLE table_name_25 (opponent VARCHAR, outcome VARCHAR, date VARCHAR) |
SELECT dainty_june FROM table_name_27 WHERE herbie = "boyd gaines" | Who was Dainty June when Boyd Gaines was Herbie? | CREATE TABLE table_name_27 (dainty_june VARCHAR, herbie VARCHAR) |
SELECT order FROM table_name_61 WHERE elector = "marino bulcani" | What's the Order with an Elector of Marino Bulcani? | CREATE TABLE table_name_61 (order VARCHAR, elector VARCHAR) |
SELECT country FROM table_name_51 WHERE class = "club" | What is Country, when Class is "club"? | CREATE TABLE table_name_51 (country VARCHAR, class VARCHAR) |
SELECT ra___j2000__ FROM table_name_22 WHERE apparent_magnitude = 11.7 AND dec___j2000__ = "°07′06″" | Which R.A. (J2000) has Apparent Magnitude of 11.7, and Dec. (J2000) of °07′06″? | CREATE TABLE table_name_22 (ra___j2000__ VARCHAR, apparent_magnitude VARCHAR, dec___j2000__ VARCHAR) |
SELECT COUNT(distance) FROM table_1284347_2 WHERE race = "Rosehill Guineas" | How many races is different distances does Rosehill Guineas compete in? | CREATE TABLE table_1284347_2 (distance VARCHAR, race VARCHAR) |
SELECT away_team AS score FROM table_name_98 WHERE home_team = "essendon" | What is the score of the away team that played Essendon? | CREATE TABLE table_name_98 (away_team VARCHAR, home_team VARCHAR) |
SELECT T2.Party FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID GROUP BY T1.Party ORDER BY COUNT(*) DESC LIMIT 1 | Show the name of the party that has the most delegates. | CREATE TABLE election (Party VARCHAR); CREATE TABLE party (Party VARCHAR, Party_ID VARCHAR) |
SELECT date FROM table_name_54 WHERE home_team = "hawthorn" | What was the date of the game when Hawthorn was the home team? | CREATE TABLE table_name_54 (date VARCHAR, home_team VARCHAR) |
SELECT county FROM table_12280396_1 WHERE isolation__km_ = 29 | What county is in isolation of 29? | CREATE TABLE table_12280396_1 (county VARCHAR, isolation__km_ VARCHAR) |
SELECT commenced_operations FROM table_name_61 WHERE icao = "kal" | What is the commenced operation where the ICAO is KAL? | CREATE TABLE table_name_61 (commenced_operations VARCHAR, icao VARCHAR) |
SELECT total_time___s__ FROM table_name_53 WHERE horse = "pinot grigio" | What is the total time (s) for the horse Pinot Grigio? | CREATE TABLE table_name_53 (total_time___s__ VARCHAR, horse VARCHAR) |
SELECT MIN(area__square_km_) FROM table_1175233_1 WHERE arrondissement = "Millau" | What is the area (square km) where the arrondissement is millau? | CREATE TABLE table_1175233_1 (area__square_km_ INTEGER, arrondissement VARCHAR) |
SELECT date FROM table_name_41 WHERE venue = "a" AND opponent = "celtic" | What was the date of the match at venue A with the celtic as the opponent? | CREATE TABLE table_name_41 (date VARCHAR, venue VARCHAR, opponent VARCHAR) |
SELECT foundation FROM table_name_5 WHERE name_in_english = "tanjung puteri technical secondary school" | What is the foundation for the institution whose name in English is tanjung puteri technical secondary school? | CREATE TABLE table_name_5 (foundation VARCHAR, name_in_english VARCHAR) |
SELECT COUNT(original_airdate) FROM table_13956521_2 WHERE writer_s_ = "Becky Hartman Edwards" AND director = "Adam Nimoy" | how many original airdate with writer(s) being becky hartman edwards and director being adam nimoy | CREATE TABLE table_13956521_2 (original_airdate VARCHAR, writer_s_ VARCHAR, director VARCHAR) |
SELECT crystal_structure FROM table_101336_1 WHERE formula = "YBa 2 Cu 3 O 7" | What is the crystal structure for the formula yba 2 cu 3 o 7? | CREATE TABLE table_101336_1 (crystal_structure VARCHAR, formula VARCHAR) |
SELECT third_place FROM table_name_77 WHERE tournament = "delray beach" | who is third place when the tournament is delray beach? | CREATE TABLE table_name_77 (third_place VARCHAR, tournament VARCHAR) |
SELECT try_bonus FROM table_name_51 WHERE lost = "13" AND drawn = "2" | What is the try bonus when the loss is 13 and the draw is 2? | CREATE TABLE table_name_51 (try_bonus VARCHAR, lost VARCHAR, drawn VARCHAR) |
SELECT points_classification FROM table_name_20 WHERE stage = "13" | Who had the Points classification for Stage 13? | CREATE TABLE table_name_20 (points_classification VARCHAR, stage VARCHAR) |
SELECT highest_elevation FROM table_name_93 WHERE lowest_point = "allaine river, national border" | What is the highest elevation of a place where the lowest point is the Allaine River, National border? | CREATE TABLE table_name_93 (highest_elevation VARCHAR, lowest_point VARCHAR) |
SELECT COUNT(population_2000_census) FROM table_14986292_1 WHERE administrative_division = "Mesquita" | Name the total number of population 2000 census for mesquita | CREATE TABLE table_14986292_1 (population_2000_census VARCHAR, administrative_division VARCHAR) |
SELECT SUM(december) FROM table_name_88 WHERE opponent = "atlanta flames" AND game < 40 | What is the sum of the dates in december that were against the atlanta flames before game 40? | CREATE TABLE table_name_88 (december INTEGER, opponent VARCHAR, game VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.