answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT tournament FROM table_name_38 WHERE 2013 = "1r" AND 2012 = "1r" | Which tournament has a 2013 of 1r, and a 2012 of 1r? | CREATE TABLE table_name_38 (tournament VARCHAR) |
SELECT race_name FROM table_14638077_2 WHERE date = "September 7" | what's the race name with date being september 7 | CREATE TABLE table_14638077_2 (race_name VARCHAR, date VARCHAR) |
SELECT MAX(earnings___) AS $__ FROM table_1697190_1 WHERE money_list_rank = 143 | Name the most earnings for money list rank being 143 | CREATE TABLE table_1697190_1 (earnings___ INTEGER, money_list_rank VARCHAR) |
SELECT COUNT(drawn) FROM table_name_87 WHERE points < 5 AND lost > 7 | How many Drawns have Points smaller than 5 and a Lost larger than 7? | CREATE TABLE table_name_87 (drawn VARCHAR, points VARCHAR, lost VARCHAR) |
SELECT away_team AS score FROM table_name_25 WHERE away_team = "geelong" | Name the away team score for geelong away team | CREATE TABLE table_name_25 (away_team VARCHAR) |
SELECT COUNT(rider) FROM table_25220821_3 WHERE tues_1_june = "21' 05.27 107.351mph" | If Tuesday 1 June is 21' 05.27 107.351mph, what is the rider total number? | CREATE TABLE table_25220821_3 (rider VARCHAR, tues_1_june VARCHAR) |
SELECT MAX(year) FROM table_1914090_2 WHERE europe = 471895 | What is the latest year that Europe had 471895? | CREATE TABLE table_1914090_2 (year INTEGER, europe VARCHAR) |
SELECT county FROM table_name_24 WHERE year_joined = 1964 AND location = "montezuma" | Can you tell me the County that has the Year Joined of 1964, and the Location of montezuma? | CREATE TABLE table_name_24 (county VARCHAR, year_joined VARCHAR, location VARCHAR) |
SELECT regionalliga_west_südwest FROM table_14242137_11 WHERE regionalliga_süd = "Stuttgarter Kickers" | what's the regionalliga west/südwest with regionalliga süd being stuttgarter kickers | CREATE TABLE table_14242137_11 (regionalliga_west_südwest VARCHAR, regionalliga_süd VARCHAR) |
SELECT COUNT(purse__) AS $__ FROM table_name_88 WHERE location = "iowa" | What was the Purse ($) total for Iowa? | CREATE TABLE table_name_88 (purse__ VARCHAR, location VARCHAR) |
SELECT icb_sector FROM table_name_47 WHERE ticker_symbol = "pp" | Which ICB Sector had a ticker symbol of pp? | CREATE TABLE table_name_47 (icb_sector VARCHAR, ticker_symbol VARCHAR) |
SELECT year FROM table_28819393_1 WHERE average__percentage_of_vote_per_candidate = "1.35" | In what year was 1.35% the average vote per candidate? | CREATE TABLE table_28819393_1 (year VARCHAR, average__percentage_of_vote_per_candidate VARCHAR) |
SELECT record FROM table_name_97 WHERE game = 41 | Which Record has a Game of 41? | CREATE TABLE table_name_97 (record VARCHAR, game VARCHAR) |
SELECT MAX(silver) FROM table_name_38 WHERE bronze = 1 AND gold < 4 | What is the highest number of silver when there is 1 bronze and less than 4 golds? | CREATE TABLE table_name_38 (silver INTEGER, bronze VARCHAR, gold VARCHAR) |
SELECT first_broadcast FROM table_23292220_17 WHERE seans_team = "Tina Malone and Joe Wilkinson" | Name the first broadcast for tina malone and joe wilkinson | CREATE TABLE table_23292220_17 (first_broadcast VARCHAR, seans_team VARCHAR) |
SELECT discovery___publication_of_name FROM table_name_69 WHERE species = "red deer cave people" | Tell me the discovery/publication for red deer cave people | CREATE TABLE table_name_69 (discovery___publication_of_name VARCHAR, species VARCHAR) |
SELECT MIN(attendance) FROM table_name_27 WHERE visitor = "colorado" AND date = "may 30" | What is the lowest number of people attending the game on May 30 with Colorado as the visitors? | CREATE TABLE table_name_27 (attendance INTEGER, visitor VARCHAR, date VARCHAR) |
SELECT MAX(average) FROM table_name_84 WHERE interview = 8.46 | What was the highest average for the contestant having an interview score of 8.46? | CREATE TABLE table_name_84 (average INTEGER, interview VARCHAR) |
SELECT size FROM table_name_81 WHERE ihsaa_class = "4a" AND previous_conference = "central indiana" | What is the size of the team that was previously from Central Indiana conference, and is in IHSSA Class 4a? | CREATE TABLE table_name_81 (size VARCHAR, ihsaa_class VARCHAR, previous_conference VARCHAR) |
SELECT SUM(laps) FROM table_name_6 WHERE time_retired = "+19.475" | What is the sum of laps that has a time/retired that is +19.475? | CREATE TABLE table_name_6 (laps INTEGER, time_retired VARCHAR) |
SELECT loa__metres_ FROM table_25594271_2 WHERE skipper = "Lou Abrahams" | How many LOA metres were there when the skipper is lou abrahams? | CREATE TABLE table_25594271_2 (loa__metres_ VARCHAR, skipper VARCHAR) |
SELECT appointmentid FROM appointment ORDER BY START DESC LIMIT 1 | Find the id of the appointment with the most recent start date? | CREATE TABLE appointment (appointmentid VARCHAR, START VARCHAR) |
SELECT MAX(crowd) FROM table_name_78 WHERE venue = "junction oval" | What was the crowd size at Junction Oval? | CREATE TABLE table_name_78 (crowd INTEGER, venue VARCHAR) |
SELECT date FROM table_name_67 WHERE goal = 21 | When did the team score 21 goals? | CREATE TABLE table_name_67 (date VARCHAR, goal VARCHAR) |
SELECT touchdowns FROM table_name_71 WHERE extra_points = 0 AND position = "left halfback" AND player = "hal weeks" | How many touchdowns are there when there were 0 extra points and Hal Weeks had left halfback? | CREATE TABLE table_name_71 (touchdowns VARCHAR, player VARCHAR, extra_points VARCHAR, position VARCHAR) |
SELECT imports FROM table_26160007_1 WHERE country = "United Arab Emirates" | In the country United Arab Emirates, what is the number of imports? | CREATE TABLE table_26160007_1 (imports VARCHAR, country VARCHAR) |
SELECT goals FROM table_name_90 WHERE years_at_club = "1908–1911, 1913–1919" | What were the goals for the player whose years at club were 1908–1911, 1913–1919? | CREATE TABLE table_name_90 (goals VARCHAR, years_at_club VARCHAR) |
SELECT location_attendance FROM table_17080868_8 WHERE date = "February 12" | February 12 is the date for all location attendance. | CREATE TABLE table_17080868_8 (location_attendance VARCHAR, date VARCHAR) |
SELECT score FROM table_name_41 WHERE home_team = "sydney spirit" | What was the score when Sydney Spirit was the home team? | CREATE TABLE table_name_41 (score VARCHAR, home_team VARCHAR) |
SELECT municipality FROM table_1691800_2 WHERE area__km²_ = 73 | what is the municipality where the area is 73? | CREATE TABLE table_1691800_2 (municipality VARCHAR, area__km²_ VARCHAR) |
SELECT 2009 FROM table_name_32 WHERE 2012 = "a" AND 2011 = "1r" AND tournament = "shanghai masters" | What is the 2009 value of the shanghai masters, which was A in 2012 and 1r in 2011? | CREATE TABLE table_name_32 (tournament VARCHAR) |
SELECT written_by FROM table_2430014_6 WHERE directed_by = "John Trefor" | Name the written by for john trefor | CREATE TABLE table_2430014_6 (written_by VARCHAR, directed_by VARCHAR) |
SELECT COUNT(player) FROM table_16570286_4 WHERE best_bowling = "4/125" | How many players Bowled 4/125? | CREATE TABLE table_16570286_4 (player VARCHAR, best_bowling VARCHAR) |
SELECT party FROM table_1342338_6 WHERE incumbent = "Richard J. Welch" | What is the party for richard j. welch? | CREATE TABLE table_1342338_6 (party VARCHAR, incumbent VARCHAR) |
SELECT language FROM table_name_46 WHERE film = "marion bridge" | What language is the film Marion Bridge? | CREATE TABLE table_name_46 (language VARCHAR, film VARCHAR) |
SELECT episode__number FROM table_name_95 WHERE original_airdate = "january 21, 2001" | What is the episode # of the episode that originally aired on January 21, 2001? | CREATE TABLE table_name_95 (episode__number VARCHAR, original_airdate VARCHAR) |
SELECT MAX(roll) FROM table_name_96 WHERE gender = "coed" AND authority = "state integrated" AND name = "sacred heart school" | Name the highest roll for coed and authority of state integrated with sacred heart school | CREATE TABLE table_name_96 (roll INTEGER, name VARCHAR, gender VARCHAR, authority VARCHAR) |
SELECT MAX(byes) FROM table_name_80 WHERE against < 1647 AND ntfa_div_2 = "fingal valley" AND wins < 14 | Which Byes have an Against smaller than 1647, and an NTFA Div 2 of fingal valley, and Wins smaller than 14? | CREATE TABLE table_name_80 (byes INTEGER, wins VARCHAR, against VARCHAR, ntfa_div_2 VARCHAR) |
SELECT winning_score FROM table_1940012_2 WHERE runner_s__up = "Birdie Kim" | What was the winning score in the tournament, ending with Birdie Kim as a runner-up? | CREATE TABLE table_1940012_2 (winning_score VARCHAR, runner_s__up VARCHAR) |
SELECT composition FROM table_1307572_1 WHERE edge = "Rounded, plain" | What material is made with a rounded, plain edge? | CREATE TABLE table_1307572_1 (composition VARCHAR, edge VARCHAR) |
SELECT erp_w FROM table_name_50 WHERE class = "a" AND call_sign = "wffc" | Which ERP W has a Class of A, and a Call sign of wffc? | CREATE TABLE table_name_50 (erp_w VARCHAR, class VARCHAR, call_sign VARCHAR) |
SELECT SUM(bronze) FROM table_name_39 WHERE total = 78 AND gold < 12 | What is the number of bronze medals when the total medals were 78 and there were less than 12 golds? | CREATE TABLE table_name_39 (bronze INTEGER, total VARCHAR, gold VARCHAR) |
SELECT japanese_title FROM table_name_13 WHERE romaji_title = "ryūsei no kizuna" | What's the Japanese Title when the Romaji title was Ryūsei No Kizuna? | CREATE TABLE table_name_13 (japanese_title VARCHAR, romaji_title VARCHAR) |
SELECT original_air_date FROM table_2655016_4 WHERE season__number = 12 | What date did season 12 premiere? | CREATE TABLE table_2655016_4 (original_air_date VARCHAR, season__number VARCHAR) |
SELECT product FROM table_name_88 WHERE melamine_content_mg_kg_ < 98.6 AND samples_failed > 1 AND samples_taken < 3 | What's the product that has less than 98.6 melamine content, more than 1 sample failed and took less than 3 samples? | CREATE TABLE table_name_88 (product VARCHAR, samples_taken VARCHAR, melamine_content_mg_kg_ VARCHAR, samples_failed VARCHAR) |
SELECT player_name FROM table_name_5 WHERE pick = "22" AND year_[a_] > 1979 | Who is the player when the pick is 22 and the year [A] is after 1979? | CREATE TABLE table_name_5 (player_name VARCHAR, pick VARCHAR, year_ VARCHAR, a_ VARCHAR) |
SELECT system FROM table_name_47 WHERE s_100_slots < 21 AND year_introduced < 1981 AND internal_hard_disk = "11 megabytes" | Which system introduced earlier than 1981 has an internal hard disk of 11 megabytes and less than 21 s-100 slots? | CREATE TABLE table_name_47 (system VARCHAR, internal_hard_disk VARCHAR, s_100_slots VARCHAR, year_introduced VARCHAR) |
SELECT result FROM table_name_61 WHERE attendance = "77,698" | What is the result of the game with 77,698 in attendance? | CREATE TABLE table_name_61 (result VARCHAR, attendance VARCHAR) |
SELECT manufacturer FROM table_name_84 WHERE laps = 24 AND grid = 9 | Who manufactured the motorcycle that did 24 laps and 9 grids? | CREATE TABLE table_name_84 (manufacturer VARCHAR, laps VARCHAR, grid VARCHAR) |
SELECT competition FROM table_name_52 WHERE goals = "deacon 10/10" AND score = "40–12" | Which competition has a Goal of deacon 10/10, and a Score of 40–12? | CREATE TABLE table_name_52 (competition VARCHAR, goals VARCHAR, score VARCHAR) |
SELECT class FROM table_name_56 WHERE date = "8/1954" | what class has the date of 8/1954? | CREATE TABLE table_name_56 (class VARCHAR, date VARCHAR) |
SELECT stadium FROM table_name_36 WHERE date = "august 22, 2008" | In what stadium was the game on August 22, 2008 played? | CREATE TABLE table_name_36 (stadium VARCHAR, date VARCHAR) |
SELECT song FROM table_name_59 WHERE length = "3:34" | Which song lasts 3:34? | CREATE TABLE table_name_59 (song VARCHAR, length VARCHAR) |
SELECT semi_finalists FROM table_name_92 WHERE runner_up = "alexandra fusai wiltrud probst" | Who were the semi finalists when the runner-up was Alexandra Fusai Wiltrud Probst? | CREATE TABLE table_name_92 (semi_finalists VARCHAR, runner_up VARCHAR) |
SELECT games_started FROM table_14342210_13 WHERE player = "Hugh White" | How many Games Started are there for Hugh White ? | CREATE TABLE table_14342210_13 (games_started VARCHAR, player VARCHAR) |
SELECT uk_base FROM table_name_42 WHERE airborne_unit = "pathfinders" | Which UK Base has an airborne unit of Pathfinders? | CREATE TABLE table_name_42 (uk_base VARCHAR, airborne_unit VARCHAR) |
SELECT COUNT(hd_designation) FROM table_1820752_1 WHERE arrival_date = "February 2070" | What is the hd designation for arrival date of February 2070? | CREATE TABLE table_1820752_1 (hd_designation VARCHAR, arrival_date VARCHAR) |
SELECT product_price FROM products WHERE NOT product_id IN (SELECT product_id FROM complaints) | Find the prices of products which has never received a single complaint. | CREATE TABLE products (product_price VARCHAR, product_id VARCHAR); CREATE TABLE complaints (product_price VARCHAR, product_id VARCHAR) |
SELECT AVG(word__number) FROM table_name_9 WHERE name = "crs" AND subframe__number < 2 | What is the average word count with crs and subframes lesser than 2? | CREATE TABLE table_name_9 (word__number INTEGER, name VARCHAR, subframe__number VARCHAR) |
SELECT MAX(position) FROM table_13713206_1 WHERE w_l_d = "6-2-8" | What's the position of the club with w-l-d of 6-2-8? | CREATE TABLE table_13713206_1 (position INTEGER, w_l_d VARCHAR) |
SELECT fin_time FROM table_name_10 WHERE finish = "2/1q" AND track = "the meadowlands" | What is the finishing time with a 2/1q finish on the Meadowlands track? | CREATE TABLE table_name_10 (fin_time VARCHAR, finish VARCHAR, track VARCHAR) |
SELECT series FROM table_name_54 WHERE high_rebounds = "gasol (10)" | What is the Series with a High rebounds with gasol (10)? | CREATE TABLE table_name_54 (series VARCHAR, high_rebounds VARCHAR) |
SELECT team FROM table_name_13 WHERE name = "justin wilson" | What is Justin Wilson's Team? | CREATE TABLE table_name_13 (team VARCHAR, name VARCHAR) |
SELECT SUM(t1.graduate) FROM discipline_enrollments AS t1 JOIN campuses AS t2 ON t1.campus = t2.id WHERE t1.year = 2004 AND t2.campus = "San Francisco State University" | What is the number of graduates in "San Francisco State University" in year 2004? | CREATE TABLE discipline_enrollments (graduate INTEGER, campus VARCHAR, year VARCHAR); CREATE TABLE campuses (id VARCHAR, campus VARCHAR) |
SELECT MAX(_number) FROM table_22496374_1 WHERE name = "Rickie Winslow" | What was rickie winslow's number? | CREATE TABLE table_22496374_1 (_number INTEGER, name VARCHAR) |
SELECT MIN(year) FROM table_name_74 WHERE location = "gelredome, arnhem" AND anthem = "technoboy - next dimensional world" | What is the earliest year it was located in gelredome, arnhem, and a Anthem of technoboy - next dimensional world? | CREATE TABLE table_name_74 (year INTEGER, location VARCHAR, anthem VARCHAR) |
SELECT replaced_by FROM table_name_74 WHERE date_of_appointment = "13 may 2009" | What is the name of the person that was appointed on 13 May 2009? | CREATE TABLE table_name_74 (replaced_by VARCHAR, date_of_appointment VARCHAR) |
SELECT preschool__0_5_years_ FROM table_25042332_22 WHERE tertiary__18_24_years_ = "29.55" | What is the enrollment ratio for preschool in the region where enrollment ratio for tertiary is 29.55? | CREATE TABLE table_25042332_22 (preschool__0_5_years_ VARCHAR, tertiary__18_24_years_ VARCHAR) |
SELECT 2010 FROM table_name_33 WHERE tournament = "grand slam tournaments" | Name the 2010 with tournament of grand slam tournaments | CREATE TABLE table_name_33 (tournament VARCHAR) |
SELECT AVG(rd__number) FROM table_name_64 WHERE player = "moe lemay" | What is the mean road number when Moe Lemay is the player? | CREATE TABLE table_name_64 (rd__number INTEGER, player VARCHAR) |
SELECT result FROM table_name_55 WHERE opponent = "celtic" | What was the result when the opponent was Celtic? | CREATE TABLE table_name_55 (result VARCHAR, opponent VARCHAR) |
SELECT COUNT(the_mole) FROM table_13036251_1 WHERE airdate = "5 January 2012" | what's the the mole with airdate being 5 january 2012 | CREATE TABLE table_13036251_1 (the_mole VARCHAR, airdate VARCHAR) |
SELECT date_outgoing FROM table_name_12 WHERE outgoing_manager = "peter butler" | When did Peter Butler leave his team? | CREATE TABLE table_name_12 (date_outgoing VARCHAR, outgoing_manager VARCHAR) |
SELECT blocks FROM table_13050003_2 WHERE year = 2012 | Who had all of the blocks in 2012? | CREATE TABLE table_13050003_2 (blocks VARCHAR, year VARCHAR) |
SELECT county FROM table_name_82 WHERE _percentage__2040_ > 1.8 AND _percentage__2000_ < 4.1 AND _percentage__1960_ < 3.2 AND rank = "13" | Which county has a % (2040) larger than 1.8, a % (2000) smaller than 4.1, a % (1960) smaller than 3.2, and is ranked 13? | CREATE TABLE table_name_82 (county VARCHAR, rank VARCHAR, _percentage__1960_ VARCHAR, _percentage__2040_ VARCHAR, _percentage__2000_ VARCHAR) |
SELECT T1.state_province_county FROM Addresses AS T1 JOIN Staff AS T2 ON T1.address_id = T2.staff_address_id GROUP BY T1.state_province_county HAVING COUNT(*) BETWEEN 2 AND 4 | List the states which have between 2 to 4 staffs living there. | CREATE TABLE Addresses (state_province_county VARCHAR, address_id VARCHAR); CREATE TABLE Staff (staff_address_id VARCHAR) |
SELECT composition FROM table_name_33 WHERE weight = "3 g" | What is the coin that weighs 3 g made of? | CREATE TABLE table_name_33 (composition VARCHAR, weight VARCHAR) |
SELECT AVG(position) FROM table_name_81 WHERE wins < 14 AND draws < 3 | What is the position when wins are fewer than 14 and draws are fewer than 3? | CREATE TABLE table_name_81 (position INTEGER, wins VARCHAR, draws VARCHAR) |
SELECT name FROM table_name_6 WHERE a_league = "113 (0)" | Which player has an A-League of 113 (0)? | CREATE TABLE table_name_6 (name VARCHAR, a_league VARCHAR) |
SELECT organized_by, name FROM church WHERE open_date BETWEEN 1830 AND 1840 | Show the organizer and name for churches that opened between 1830 and 1840. | CREATE TABLE church (organized_by VARCHAR, name VARCHAR, open_date INTEGER) |
SELECT SUM(population_2001_census) FROM table_name_10 WHERE population_1991_census = 476 OFFSET 815 | What is the number of Population 2001 Census that has 476,815 in Population 1991 Census? | CREATE TABLE table_name_10 (population_2001_census INTEGER, population_1991_census VARCHAR) |
SELECT written_by FROM table_27892955_1 WHERE us_viewers__million_ = "1.97" | Who wrote episode that had 1.97 million u.s. viewers? | CREATE TABLE table_27892955_1 (written_by VARCHAR, us_viewers__million_ VARCHAR) |
SELECT location_attendance FROM table_27704187_7 WHERE team = "Detroit" | Where was the game against Detroit played? | CREATE TABLE table_27704187_7 (location_attendance VARCHAR, team VARCHAR) |
SELECT date FROM table_28178756_1 WHERE team = "Joe Gibbs Racing" AND race_time = "1:53:26" | On what day did joe gibbs racing record a time of 1:53:26? | CREATE TABLE table_28178756_1 (date VARCHAR, team VARCHAR, race_time VARCHAR) |
SELECT MIN(pick__number) FROM table_2850912_3 WHERE player = "Graeme Bonar" | What is Graeme Bonar's lowest pick number? | CREATE TABLE table_2850912_3 (pick__number INTEGER, player VARCHAR) |
SELECT proto_germanic_origin FROM table_name_2 WHERE sound__phoneme_ = "/[[|j]]/" | What is the Proto-Germanic origin of the phoneme /[[|j]]/? | CREATE TABLE table_name_2 (proto_germanic_origin VARCHAR, sound__phoneme_ VARCHAR) |
SELECT date FROM table_name_36 WHERE loss = "holt (4-4)" | What was the date of the game in which Holt (4-4) took the loss? | CREATE TABLE table_name_36 (date VARCHAR, loss VARCHAR) |
SELECT MIN(lost) FROM table_name_44 WHERE pct < 0.625 AND years < 3 | What is the low loss total for teams with under 3 years and a less than 0.625% winning percentage? | CREATE TABLE table_name_44 (lost INTEGER, pct VARCHAR, years VARCHAR) |
SELECT introductory_phrase FROM table_25691838_2 WHERE production_code = 6026 | What was the introductory phrase for the episode with the production bode 6026? | CREATE TABLE table_25691838_2 (introductory_phrase VARCHAR, production_code VARCHAR) |
SELECT SUM(founded) FROM table_name_6 WHERE club = "stade tunisien" AND capacity > 18 OFFSET 000 | How many foundeds have stade tunisien as the club, with a capacity greater than 18,000? | CREATE TABLE table_name_6 (founded INTEGER, club VARCHAR, capacity VARCHAR) |
SELECT aircraft_landings FROM table_name_27 WHERE cargo__tonnes_ = "18 344" | How manu aircraft landings when the cargo tonnes are 18 344? | CREATE TABLE table_name_27 (aircraft_landings VARCHAR, cargo__tonnes_ VARCHAR) |
SELECT release_year FROM table_25276250_3 WHERE outputs = "2x Pro Bias, RCA Loop Out" AND notes = "Vacuum tube" | What year were outputs is 2x pro bias, rca loop out and notes is vacuum tube released? | CREATE TABLE table_25276250_3 (release_year VARCHAR, outputs VARCHAR, notes VARCHAR) |
SELECT regular_season_results FROM table_21756039_1 WHERE year = "2011-2012" | What is the regular season results for the year 2011-2012? | CREATE TABLE table_21756039_1 (regular_season_results VARCHAR, year VARCHAR) |
SELECT website FROM table_1688640_4 WHERE car__number = "92" | Name the website for car number of 92 | CREATE TABLE table_1688640_4 (website VARCHAR, car__number VARCHAR) |
SELECT location FROM table_name_2 WHERE home_ground = "n/a" AND position_in_2012_13 = "13th, third division" | What location has a home ground of n/a, and position in 2012-13 of 13th, third division? | CREATE TABLE table_name_2 (location VARCHAR, home_ground VARCHAR, position_in_2012_13 VARCHAR) |
SELECT SUM(number_of_districts__kecamatan_) FROM table_name_4 WHERE geographical_unit = "java" AND number_of_regencies__kabupaten_ > 4 AND villages < 8 OFFSET 577 | What is the sum of the number of districts (kecamatan) in the geographical unit of java with more than 4 recencies (kabupaten) and less than 8,577 villages? | CREATE TABLE table_name_4 (number_of_districts__kecamatan_ INTEGER, villages VARCHAR, geographical_unit VARCHAR, number_of_regencies__kabupaten_ VARCHAR) |
SELECT wed_25_aug FROM table_26986076_6 WHERE fri_27_aug = "22' 23.97 101.065mph" | What was the Weds 25 Aug time for the driver whose Aug 27 time was 22' 23.97 101.065mph? | CREATE TABLE table_26986076_6 (wed_25_aug VARCHAR, fri_27_aug VARCHAR) |
SELECT finish FROM table_name_50 WHERE engine = "buick" AND start = "16th" | What was Andretti's finish for the year he had a Buick engine and started 16th? | CREATE TABLE table_name_50 (finish VARCHAR, engine VARCHAR, start VARCHAR) |
SELECT COUNT(tier_1_capital), _€_million FROM table_22368322_2 WHERE institution = "Allied Irish Banks" | Name the total number of tier 1 capital for allied irish banks | CREATE TABLE table_22368322_2 (_€_million VARCHAR, tier_1_capital VARCHAR, institution VARCHAR) |
SELECT date FROM table_1140103_6 WHERE circuit = "Solitudering" | What date has a solitudering circuit | CREATE TABLE table_1140103_6 (date VARCHAR, circuit VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.