answer
stringlengths 18
557
| question
stringlengths 12
244
| context
stringlengths 27
489
|
|---|---|---|
SELECT date FROM table_name_15 WHERE home = "wizards"
|
Which date had a home team of the Wizards?
|
CREATE TABLE table_name_15 (date VARCHAR, home VARCHAR)
|
SELECT AVG(against) FROM table_name_67 WHERE draws = 0 AND losses = 16
|
What shows for against when draws are 0, and losses are 16?
|
CREATE TABLE table_name_67 (against INTEGER, draws VARCHAR, losses VARCHAR)
|
SELECT date FROM table_name_12 WHERE catalog = "xllp 369"
|
What was the date for XLLP 369?
|
CREATE TABLE table_name_12 (date VARCHAR, catalog VARCHAR)
|
SELECT COUNT(tournament) FROM table_11900378_1 WHERE singles_champions = "Ludovic Walter"
|
How many singles tournaments did Ludovic Walter win?
|
CREATE TABLE table_11900378_1 (tournament VARCHAR, singles_champions VARCHAR)
|
SELECT type FROM table_name_42 WHERE incorporated_in = "hong kong" AND principal_activities = "travel agency" AND company = "cathay pacific holidays"
|
What is the type for the Cathay Pacific Holidays company, an incorporation of Hong Kong and listed activities as Travel Agency?
|
CREATE TABLE table_name_42 (type VARCHAR, company VARCHAR, incorporated_in VARCHAR, principal_activities VARCHAR)
|
SELECT gender FROM table_name_23 WHERE area = "otama"
|
What is the gender for Otama?
|
CREATE TABLE table_name_23 (gender VARCHAR, area VARCHAR)
|
SELECT democratic_ticket FROM table_name_71 WHERE socialist_ticket = "edna mitchell blue"
|
Which Democrtic candidate ran against the Socialist candidate Edna Mitchell Blue?
|
CREATE TABLE table_name_71 (democratic_ticket VARCHAR, socialist_ticket VARCHAR)
|
SELECT MAX(events) FROM table_name_77 WHERE tournament = "masters tournament" AND top_25 < 4
|
What is the largest number of events with the Masters Tournament and less than 4 in the top-25?
|
CREATE TABLE table_name_77 (events INTEGER, tournament VARCHAR, top_25 VARCHAR)
|
SELECT rank_in_spanish FROM table_1015521_2 WHERE rank_in_english = "Major"
|
If you get a ranking as major in the english military then what would the spanish military address you as?
|
CREATE TABLE table_1015521_2 (rank_in_spanish VARCHAR, rank_in_english VARCHAR)
|
SELECT date FROM table_17118657_7 WHERE high_assists = "Canty (6)"
|
On what date did Canty (6) receive high assists?
|
CREATE TABLE table_17118657_7 (date VARCHAR, high_assists VARCHAR)
|
SELECT Publisher, COUNT(*) FROM publication GROUP BY Publisher
|
Show different publishers together with the number of publications they have.
|
CREATE TABLE publication (Publisher VARCHAR)
|
SELECT title FROM table_28611413_2 WHERE written_by = "Frank Military"
|
What is the title of the episode written by Frank Military?
|
CREATE TABLE table_28611413_2 (title VARCHAR, written_by VARCHAR)
|
SELECT MIN(class_year) FROM table_22982552_9 WHERE highlight_s_ = "35 career INTs"
|
What class year was the player whose highlights were 35 career INTs from?
|
CREATE TABLE table_22982552_9 (class_year INTEGER, highlight_s_ VARCHAR)
|
SELECT party FROM table_2668352_19 WHERE incumbent = "James Pleasants"
|
What party does James Pleasants belong to?
|
CREATE TABLE table_2668352_19 (party VARCHAR, incumbent VARCHAR)
|
SELECT member_name FROM member EXCEPT SELECT T1.member_name FROM member AS T1 JOIN party_events AS T2 ON T1.member_id = T2.member_in_charge_id
|
Show all member names who are not in charge of any event.
|
CREATE TABLE member (member_name VARCHAR); CREATE TABLE party_events (member_in_charge_id VARCHAR); CREATE TABLE member (member_name VARCHAR, member_id VARCHAR)
|
SELECT position FROM table_name_54 WHERE player = "andrew paopao"
|
what is the position for andrew paopao?
|
CREATE TABLE table_name_54 (position VARCHAR, player VARCHAR)
|
SELECT director FROM table_13719788_1 WHERE film_title_used_in_nomination = "Gie"
|
Who is the director of the film Gie?
|
CREATE TABLE table_13719788_1 (director VARCHAR, film_title_used_in_nomination VARCHAR)
|
SELECT black FROM table_name_56 WHERE moves = 24 AND tournament = "dortmund"
|
What's the black with 24 moves in the dortmund tournament?
|
CREATE TABLE table_name_56 (black VARCHAR, moves VARCHAR, tournament VARCHAR)
|
SELECT network FROM table_name_1 WHERE d_erp = "•" AND callsign = "xhtm"
|
What's the network that has a callsign of XHTM and a D ERP of •?
|
CREATE TABLE table_name_1 (network VARCHAR, d_erp VARCHAR, callsign VARCHAR)
|
SELECT country FROM table_name_89 WHERE score = 67 AND player = "phil mickelson"
|
What Country has a 67 score by Phil Mickelson?
|
CREATE TABLE table_name_89 (country VARCHAR, score VARCHAR, player VARCHAR)
|
SELECT high_assists FROM table_17001658_5 WHERE team = "Miami"
|
Who had the most assists and how many did they have in the game against Miami?
|
CREATE TABLE table_17001658_5 (high_assists VARCHAR, team VARCHAR)
|
SELECT school FROM university WHERE founded > 1850 OR affiliation = 'Public'
|
Find the schools that were either founded after 1850 or public.
|
CREATE TABLE university (school VARCHAR, founded VARCHAR, affiliation VARCHAR)
|
SELECT SUM(total_matches) FROM table_name_61 WHERE year = "career" AND points_won > 25
|
How many Total matches have a Year of career, and a Points won larger than 25?
|
CREATE TABLE table_name_61 (total_matches INTEGER, year VARCHAR, points_won VARCHAR)
|
SELECT no_party_preference FROM table_27003186_3 WHERE republican = "45.3%"
|
What is the no party preference when republican is 45.3%?
|
CREATE TABLE table_27003186_3 (no_party_preference VARCHAR, republican VARCHAR)
|
SELECT record FROM table_name_61 WHERE opponent = "@ detroit"
|
What record has @ detroit as the opponent?
|
CREATE TABLE table_name_61 (record VARCHAR, opponent VARCHAR)
|
SELECT song FROM table_name_69 WHERE artist = "robert cogoi"
|
What is the Song by Artist Robert Cogoi?
|
CREATE TABLE table_name_69 (song VARCHAR, artist VARCHAR)
|
SELECT winning_pitcher FROM table_12125069_2 WHERE date = "June 25"
|
Who was the winning pitcher on june 25?
|
CREATE TABLE table_12125069_2 (winning_pitcher VARCHAR, date VARCHAR)
|
SELECT t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t3.title = "Binders Unbound"
|
What are the last names of the author of the paper titled "Binders Unbound"?
|
CREATE TABLE authorship (authid VARCHAR, paperid VARCHAR); CREATE TABLE authors (lname VARCHAR, authid VARCHAR); CREATE TABLE papers (paperid VARCHAR, title VARCHAR)
|
SELECT country FROM table_name_36 WHERE icao = "votr"
|
What Country's ICAO is VOTR?
|
CREATE TABLE table_name_36 (country VARCHAR, icao VARCHAR)
|
SELECT engine_type FROM table_1147705_1 WHERE max_torque_at_rpm = "N·m ( lbf·ft ) @ 4,800"
|
What is the engine type when the max torque at rpm is n·m ( lbf·ft ) @ 4,800 Answers:?
|
CREATE TABLE table_1147705_1 (engine_type VARCHAR, max_torque_at_rpm VARCHAR)
|
SELECT MIN(fa_cup_goals) FROM table_27086613_5 WHERE fa_cup_apps = 2 AND position = "FW"
|
Name the least fa cup goals with fa cup apps being 2 and fw
|
CREATE TABLE table_27086613_5 (fa_cup_goals INTEGER, fa_cup_apps VARCHAR, position VARCHAR)
|
SELECT score FROM table_name_80 WHERE opponent = "isha lakhani"
|
What was the score of the tournament against Isha Lakhani?
|
CREATE TABLE table_name_80 (score VARCHAR, opponent VARCHAR)
|
SELECT country FROM table_name_66 WHERE to_par = 14
|
What country has a 14 to par?
|
CREATE TABLE table_name_66 (country VARCHAR, to_par VARCHAR)
|
SELECT AVG(robbery) FROM table_name_40 WHERE non_violent_crime < 1147 AND rape < 11 AND aggravated_assault > 167 AND crime_index_total = 1313
|
Which average Robbery has the following criteria: Non-Violent crime less than 1147, rape less then 11, aggrevated assault greater than 167 and a crime index with a total of 1313?
|
CREATE TABLE table_name_40 (robbery INTEGER, crime_index_total VARCHAR, aggravated_assault VARCHAR, non_violent_crime VARCHAR, rape VARCHAR)
|
SELECT colonized FROM table_name_92 WHERE state = "michigan"
|
What is the colonized date for Michigan?
|
CREATE TABLE table_name_92 (colonized VARCHAR, state VARCHAR)
|
SELECT 2007 AS _result FROM table_13618584_1 WHERE district = "28th"
|
What was the 2007 result in the 28th district?
|
CREATE TABLE table_13618584_1 (district VARCHAR)
|
SELECT COUNT(upstream) FROM table_17304621_14 WHERE downstream = "20 Mbit/s" AND bandwidth = "40 GB"
|
How many upstream speeds are there for downstream of 20 mbit/s and bandwidth of 40 gb?
|
CREATE TABLE table_17304621_14 (upstream VARCHAR, downstream VARCHAR, bandwidth VARCHAR)
|
SELECT original_air_date FROM table_1481865_1 WHERE number_of_episode = 6
|
What was the original air date for episode number 6?
|
CREATE TABLE table_1481865_1 (original_air_date VARCHAR, number_of_episode VARCHAR)
|
SELECT largest_ethnic_group__2002_ FROM table_2562572_44 WHERE cyrillic_name_other_names = "Банатски Карловац"
|
What was the largest ethnic group in in the settlement with the cyrillic name банатски карловац?
|
CREATE TABLE table_2562572_44 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name_other_names VARCHAR)
|
SELECT stadium FROM table_name_12 WHERE date = "december 14"
|
What is the stadium when the date of the game is December 14?
|
CREATE TABLE table_name_12 (stadium VARCHAR, date VARCHAR)
|
SELECT COUNT(monto) FROM table_12526990_1 WHERE total_region = 11230
|
What is the monto where the total region is 11230?
|
CREATE TABLE table_12526990_1 (monto VARCHAR, total_region VARCHAR)
|
SELECT MIN(year) FROM table_name_87 WHERE name = "1500 louisiana street"
|
What is the oldest year listed with the 1500 Louisiana Street name?
|
CREATE TABLE table_name_87 (year INTEGER, name VARCHAR)
|
SELECT date FROM table_name_92 WHERE tournament = "san diego" AND opponent = "ann grossman"
|
What is the date when the tournament is san diego and the opponent is ann grossman?
|
CREATE TABLE table_name_92 (date VARCHAR, tournament VARCHAR, opponent VARCHAR)
|
SELECT COUNT(cfl_team) FROM table_16575609_3 WHERE pick__number = 21
|
How many cfl teams had pick # 21?
|
CREATE TABLE table_16575609_3 (cfl_team VARCHAR, pick__number VARCHAR)
|
SELECT d_49_√ FROM table_name_37 WHERE d_47_√ = "d 67 +"
|
What is the D 49 √ when D 47 √ is d 67 +?
|
CREATE TABLE table_name_37 (d_49_√ VARCHAR, d_47_√ VARCHAR)
|
SELECT COUNT(money___) AS $__ FROM table_name_34 WHERE country = "argentina"
|
what is the money for argentina?
|
CREATE TABLE table_name_34 (money___ VARCHAR, country VARCHAR)
|
SELECT home_team FROM table_name_77 WHERE venue = "lake oval"
|
Who was the home team for the game played at Lake Oval?
|
CREATE TABLE table_name_77 (home_team VARCHAR, venue VARCHAR)
|
SELECT wins FROM table_name_99 WHERE team = "scuderia toro rosso" AND poles = "0" AND races = "16"
|
Which Wins has a Team of scuderia toro rosso, Poles of 0, and Races of 16?
|
CREATE TABLE table_name_99 (wins VARCHAR, races VARCHAR, team VARCHAR, poles VARCHAR)
|
SELECT catalogno FROM table_name_31 WHERE year = 1971 AND remark = "#27 us"
|
What catalogno was in 1971 and had a remark of #27 us?
|
CREATE TABLE table_name_31 (catalogno VARCHAR, year VARCHAR, remark VARCHAR)
|
SELECT percentage_of_land_area FROM table_15555661_2 WHERE percentage_protected = "7.96"
|
What is the percentage of land area in the ecozone that the percentage protected is 7.96?
|
CREATE TABLE table_15555661_2 (percentage_of_land_area VARCHAR, percentage_protected VARCHAR)
|
SELECT original_team FROM table_name_22 WHERE hometown = "brooklyn, new york" AND background = "comedienne"
|
Which Original Team has a Hometown of Brooklyn, New York and a Background of Comedienne?
|
CREATE TABLE table_name_22 (original_team VARCHAR, hometown VARCHAR, background VARCHAR)
|
SELECT name FROM table_name_19 WHERE lane > 3 AND nationality = "france"
|
Which france nationality has a lane larger than 3?
|
CREATE TABLE table_name_19 (name VARCHAR, lane VARCHAR, nationality VARCHAR)
|
SELECT representative FROM table_name_83 WHERE title = "ambassador extraordinary and plenipotentiary" AND termination_of_mission = "september 20, 1996"
|
Which representative was the Ambassador Extraordinary and Plenipotentiary and had a Termination of Mission date September 20, 1996?
|
CREATE TABLE table_name_83 (representative VARCHAR, title VARCHAR, termination_of_mission VARCHAR)
|
SELECT winner_and_score FROM table_name_6 WHERE week = "august 9"
|
who is the winner and score for the week of august 9?
|
CREATE TABLE table_name_6 (winner_and_score VARCHAR, week VARCHAR)
|
SELECT written_by FROM table_24910737_1 WHERE us_viewers__millions_ = "7.14"
|
Who wrote the episodes that had a viewership of 7.14?
|
CREATE TABLE table_24910737_1 (written_by VARCHAR, us_viewers__millions_ VARCHAR)
|
SELECT name FROM table_name_20 WHERE birth = "29 september 1766"
|
Who is born on 29 September 1766?
|
CREATE TABLE table_name_20 (name VARCHAR, birth VARCHAR)
|
SELECT nationality FROM table_name_33 WHERE rank < 6 AND lane = 6
|
Which nationality has a lane of 6 and a rank smaller than 6?
|
CREATE TABLE table_name_33 (nationality VARCHAR, rank VARCHAR, lane VARCHAR)
|
SELECT team FROM table_name_71 WHERE previous_team = "san diego rockets" AND pos = "f"
|
Which Team has a Previous team of san diego rockets, and a Position of f?
|
CREATE TABLE table_name_71 (team VARCHAR, previous_team VARCHAR, pos VARCHAR)
|
SELECT season AS premiere FROM table_299121_2 WHERE viewers__in_millions_ = "8.4"
|
When did the season premiere that saw 8.4 million viewers first air?
|
CREATE TABLE table_299121_2 (season VARCHAR, viewers__in_millions_ VARCHAR)
|
SELECT show_name FROM table_name_54 WHERE time = "4:00pm–5:00am"
|
What show has a time of 4:00pm–5:00am?
|
CREATE TABLE table_name_54 (show_name VARCHAR, time VARCHAR)
|
SELECT result FROM table_name_21 WHERE coach = "dave farrish" AND division = "southwest" AND season = "2000-01"
|
What was the result of the 2000-01 season in which the IceGators were part of the Southwest division and were coached by Dave Farrish?
|
CREATE TABLE table_name_21 (result VARCHAR, season VARCHAR, coach VARCHAR, division VARCHAR)
|
SELECT COUNT(silver) FROM table_name_36 WHERE rank = "4" AND bronze < 12
|
How much Silver has a Rank of 4, and a Bronze smaller than 12?
|
CREATE TABLE table_name_36 (silver VARCHAR, rank VARCHAR, bronze VARCHAR)
|
SELECT player FROM table_name_41 WHERE to_par > 6 AND year_s__won = "1962 , 1967"
|
What is Player, when To Par is greater than 6, and when Year(s) Won is "1962 , 1967"?
|
CREATE TABLE table_name_41 (player VARCHAR, to_par VARCHAR, year_s__won VARCHAR)
|
SELECT SUM(silver) FROM table_name_13 WHERE bronze > 19 AND total < 125
|
How many total Silver has a Bronze larger than 19 and a Total smaller than 125?
|
CREATE TABLE table_name_13 (silver INTEGER, bronze VARCHAR, total VARCHAR)
|
SELECT SUM(laps) FROM table_name_68 WHERE grid > 7 AND constructor = "lotus - ford" AND time_retired = "+ 2 laps"
|
How many laps with a grid larger than 7 did a Lotus - Ford do with a Time/Retired of + 2 laps?
|
CREATE TABLE table_name_68 (laps INTEGER, time_retired VARCHAR, grid VARCHAR, constructor VARCHAR)
|
SELECT area FROM table_name_98 WHERE decile = 9 AND roll = 31
|
Which area has a Decile of 9, and a Roll of 31?
|
CREATE TABLE table_name_98 (area VARCHAR, decile VARCHAR, roll VARCHAR)
|
SELECT ship FROM table_name_54 WHERE year > 2013
|
Which Ship has a Year larger than 2013?
|
CREATE TABLE table_name_54 (ship VARCHAR, year INTEGER)
|
SELECT player FROM table_name_32 WHERE to_par > 11 AND score = 71 - 71 - 71 - 79 = 292
|
Who is the player when the to par is more than 11 and the score is 71-71-71-79=292?
|
CREATE TABLE table_name_32 (player VARCHAR, to_par VARCHAR, score VARCHAR)
|
SELECT COUNT(gold) FROM table_name_56 WHERE bronze > 12 AND total < 124
|
How many Gold medals were won by the Nation that had more than 12 Bronze medals and less than 124 Total medals?
|
CREATE TABLE table_name_56 (gold VARCHAR, bronze VARCHAR, total VARCHAR)
|
SELECT score FROM table_name_6 WHERE date = "2005-10-29"
|
What is the Score that has a Date of 2005-10-29?
|
CREATE TABLE table_name_6 (score VARCHAR, date VARCHAR)
|
SELECT country FROM table_name_38 WHERE builder = "sheerness dockyard"
|
What is Country, when Builder is "Sheerness Dockyard"?
|
CREATE TABLE table_name_38 (country VARCHAR, builder VARCHAR)
|
SELECT centerfold_model FROM table_name_32 WHERE date = "5-95"
|
Who was the Centerfold Model on 5-95?
|
CREATE TABLE table_name_32 (centerfold_model VARCHAR, date VARCHAR)
|
SELECT net_profit__€m_ FROM table_20614109_1 WHERE earnings_per_share__€_ = "1.19"
|
Name the net profit for eps beign 1.19
|
CREATE TABLE table_20614109_1 (net_profit__€m_ VARCHAR, earnings_per_share__€_ VARCHAR)
|
SELECT time FROM table_name_12 WHERE date = "august 16, 2008"
|
What is the time associated with August 16, 2008?
|
CREATE TABLE table_name_12 (time VARCHAR, date VARCHAR)
|
SELECT notes FROM table_name_76 WHERE theme = "patience"
|
What are the notes of the patience theme?
|
CREATE TABLE table_name_76 (notes VARCHAR, theme VARCHAR)
|
SELECT branding FROM table_19215259_1 WHERE location = "Cabanatuan"
|
What is the brand in Cabanatuan?
|
CREATE TABLE table_19215259_1 (branding VARCHAR, location VARCHAR)
|
SELECT visitor FROM table_name_55 WHERE date = "december 14"
|
What visitor has December 14 as the date?
|
CREATE TABLE table_name_55 (visitor VARCHAR, date VARCHAR)
|
SELECT nba_draft FROM table_name_67 WHERE height = "6-7"
|
What is the NBA draft result of the player with a height of 6-7?
|
CREATE TABLE table_name_67 (nba_draft VARCHAR, height VARCHAR)
|
SELECT stadium FROM table_name_1 WHERE host_team = "jacksonville jaguars"
|
What is the Stadium that hosts the team Jacksonville Jaguars?
|
CREATE TABLE table_name_1 (stadium VARCHAR, host_team VARCHAR)
|
SELECT location_attendance FROM table_name_33 WHERE team = "new jersey"
|
What were the location and attendance for the game against New Jersey?
|
CREATE TABLE table_name_33 (location_attendance VARCHAR, team VARCHAR)
|
SELECT MIN(_number_of_ep) FROM table_1067134_1 WHERE region_2 = "May 26, 2008"
|
How many episodes aired in Region 2 beginning May 26, 2008?
|
CREATE TABLE table_1067134_1 (_number_of_ep INTEGER, region_2 VARCHAR)
|
SELECT event FROM table_name_9 WHERE opponent = "yuji hisamatsu"
|
what is the event when the opponent is yuji hisamatsu?
|
CREATE TABLE table_name_9 (event VARCHAR, opponent VARCHAR)
|
SELECT MIN(total) FROM table_name_88 WHERE player = "mark o'meara"
|
What is the total of Mark O'meara?
|
CREATE TABLE table_name_88 (total INTEGER, player VARCHAR)
|
SELECT total FROM table_11542215_3 WHERE floor_exercise = "9.287"
|
What is the total score when the score for floor exercise was 9.287?
|
CREATE TABLE table_11542215_3 (total VARCHAR, floor_exercise VARCHAR)
|
SELECT record FROM table_name_3 WHERE game_site = "joe robbie stadium"
|
What is the Record with a Game Site that is joe robbie stadium?
|
CREATE TABLE table_name_3 (record VARCHAR, game_site VARCHAR)
|
SELECT score FROM table_name_49 WHERE player = "willie goggin"
|
What was willie goggin's score?
|
CREATE TABLE table_name_49 (score VARCHAR, player VARCHAR)
|
SELECT best FROM table_18914438_1 WHERE maidens = 547 AND overs = "2755.1"
|
What is the Best score if the Maidens is 547 and Overs is 2755.1?
|
CREATE TABLE table_18914438_1 (best VARCHAR, maidens VARCHAR, overs VARCHAR)
|
SELECT ngc_number FROM table_name_16 WHERE constellation = "leo" AND object_type = "irregular galaxy"
|
I want the NGC number for leo of irregular galaxy
|
CREATE TABLE table_name_16 (ngc_number VARCHAR, constellation VARCHAR, object_type VARCHAR)
|
SELECT population FROM table_name_15 WHERE area = "11"
|
What is the population of area of 11?
|
CREATE TABLE table_name_15 (population VARCHAR, area VARCHAR)
|
SELECT standard_cost__usd_ FROM table_name_27 WHERE creator = "hans oischinger"
|
What is the Standard cost (USD) by hans Oischinger Creator ?
|
CREATE TABLE table_name_27 (standard_cost__usd_ VARCHAR, creator VARCHAR)
|
SELECT home FROM table_name_68 WHERE date = "february 3"
|
Who was the home team on February 3?
|
CREATE TABLE table_name_68 (home VARCHAR, date VARCHAR)
|
SELECT COUNT(earnings___) AS $__ FROM table_name_94 WHERE events = 28 AND wins > 2
|
What is the total number of earnings for golfers who have 28 events and more than 2 wins?
|
CREATE TABLE table_name_94 (earnings___ VARCHAR, events VARCHAR, wins VARCHAR)
|
SELECT Planned_Delivery_Date, Actual_Delivery_Date FROM BOOKINGS
|
Show all the planned delivery dates and actual delivery dates of bookings.
|
CREATE TABLE BOOKINGS (Planned_Delivery_Date VARCHAR, Actual_Delivery_Date VARCHAR)
|
SELECT number_of_doses FROM table_name_13 WHERE vaccine = "bacillus calmette-guérin"
|
How many doses for the bacillus calmette-guérin?
|
CREATE TABLE table_name_13 (number_of_doses VARCHAR, vaccine VARCHAR)
|
SELECT episode_title FROM table_15211468_1 WHERE episode_no = "#1.4"
|
What is the episode title for the episode numbered #1.4?
|
CREATE TABLE table_15211468_1 (episode_title VARCHAR, episode_no VARCHAR)
|
SELECT MIN(population__1_july_2005_est_) FROM table_name_5 WHERE population_density__per_km²_ = 0
|
What is the lowest Population (1 July 2005 est.), when Population density (per km²) is 0?
|
CREATE TABLE table_name_5 (population__1_july_2005_est_ INTEGER, population_density__per_km²_ VARCHAR)
|
SELECT second FROM table_name_31 WHERE fourth = "isabelle brayley"
|
Who was in Second Place with Isabelle Brayley came in Fourth?
|
CREATE TABLE table_name_31 (second VARCHAR, fourth VARCHAR)
|
SELECT MIN(ends_lost) FROM table_name_95 WHERE locale = "norway" AND blank_ends > 17
|
Can you tell me the lowest Ends Lost that has the Locale of norway, and the Blank Ends larger than 17?
|
CREATE TABLE table_name_95 (ends_lost INTEGER, locale VARCHAR, blank_ends VARCHAR)
|
SELECT MIN(prominence__m_) FROM table_name_67 WHERE elevation__m_ = 3 OFFSET 095
|
Which Prominence (m) has an Elevation (m) of 3,095?
|
CREATE TABLE table_name_67 (prominence__m_ INTEGER, elevation__m_ VARCHAR)
|
SELECT address FROM employees WHERE first_name = "Nancy" AND last_name = "Edwards"
|
What is the address of employee Nancy Edwards?
|
CREATE TABLE employees (address VARCHAR, first_name VARCHAR, last_name VARCHAR)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.