answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT vehicle FROM table_24620684_2 WHERE epa_rated_combined_fuel_economy = "102 mpg-e (33kW-hrs/100mi)"
|
CREATE TABLE table_24620684_2 (vehicle VARCHAR, epa_rated_combined_fuel_economy VARCHAR)
|
When 102 mpg-e (33kw-hrs/100mi) is the epa rated combined fuel economy what is the vehicle type?
|
SELECT COUNT(vehicle) FROM table_24620684_2 WHERE clean_electric_grid_california__san_francisco_ = "100 g/mi (62 g/km)"
|
CREATE TABLE table_24620684_2 (vehicle VARCHAR, clean_electric_grid_california__san_francisco_ VARCHAR)
|
When 100 g/mi (62 g/km) is the clean electric grid california (san francisco) how many vehicles are there?
|
SELECT us_national_average_electric_mix FROM table_24620684_2 WHERE dirty_electric_grid_rocky_mountains__denver_ = "380 g/mi (236 g/km)"
|
CREATE TABLE table_24620684_2 (us_national_average_electric_mix VARCHAR, dirty_electric_grid_rocky_mountains__denver_ VARCHAR)
|
When 380 g/mi (236 g/km) is the dirty electric grid rocky mountains (denver) what is the u.s national average electric mix?
|
SELECT us_national_average_electric_mix FROM table_24620684_2 WHERE vehicle = "BMW ActiveE"
|
CREATE TABLE table_24620684_2 (us_national_average_electric_mix VARCHAR, vehicle VARCHAR)
|
When bmw activee is the vehicle type what is the u.s national average electric mix?
|
SELECT COUNT(operating_mode) FROM table_24620684_2 WHERE epa_rated_combined_fuel_economy = "87 mpg-e (39kW-hrs/100mi)"
|
CREATE TABLE table_24620684_2 (operating_mode VARCHAR, epa_rated_combined_fuel_economy VARCHAR)
|
When 87 mpg-e (39kw-hrs/100mi) is the epa rated combined fuel economy how many operating modes are there?
|
SELECT opponents FROM table_24638867_6 WHERE score = "6β2, 3β6, 6β3"
|
CREATE TABLE table_24638867_6 (opponents VARCHAR, score VARCHAR)
|
Name the opponents for 6β2, 3β6, 6β3
|
SELECT championship FROM table_24638867_6 WHERE outcome = "Winner" AND score = "7β5, 4β6, 6β1"
|
CREATE TABLE table_24638867_6 (championship VARCHAR, outcome VARCHAR, score VARCHAR)
|
Name the championship for outcome being winner for 7β5, 4β6, 6β1
|
SELECT score FROM table_24638867_6 WHERE outcome = "Winner" AND opponents = "Julie Halard-Decugis Ai Sugiyama"
|
CREATE TABLE table_24638867_6 (score VARCHAR, outcome VARCHAR, opponents VARCHAR)
|
Name the score for winner and julie halard-decugis ai sugiyama
|
SELECT championship FROM table_24638867_6 WHERE score = "7β5, 6β4" AND surface = "Hard"
|
CREATE TABLE table_24638867_6 (championship VARCHAR, score VARCHAR, surface VARCHAR)
|
Name the championship for hard surface 7β5, 6β4
|
SELECT surface FROM table_24638867_6 WHERE partner = "Nathalie Tauziat"
|
CREATE TABLE table_24638867_6 (surface VARCHAR, partner VARCHAR)
|
Name the surface for nathalie tauziat
|
SELECT MAX(year) FROM table_24642706_1 WHERE money_list_rank = 74
|
CREATE TABLE table_24642706_1 (year INTEGER, money_list_rank VARCHAR)
|
Name the most year for money list rank is 74
|
SELECT team_s_ FROM table_2463383_2 WHERE avg_start = "20.5"
|
CREATE TABLE table_2463383_2 (team_s_ VARCHAR, avg_start VARCHAR)
|
Name the team for avg start being 20.5
|
SELECT team_s_ FROM table_2463383_2 WHERE wins = 0 AND top_5 = 0 AND poles = 0 AND avg_start = "37.0"
|
CREATE TABLE table_2463383_2 (team_s_ VARCHAR, avg_start VARCHAR, poles VARCHAR, wins VARCHAR, top_5 VARCHAR)
|
Name the team for wins being 0 and top 5 is 0 and poles is 0 and avg start is 37.0
|
SELECT winnings FROM table_2463383_2 WHERE position = "23rd"
|
CREATE TABLE table_2463383_2 (winnings VARCHAR, position VARCHAR)
|
Name the winnings for 23rd position
|
SELECT winnings FROM table_2463383_2 WHERE year = 2004
|
CREATE TABLE table_2463383_2 (winnings VARCHAR, year VARCHAR)
|
Name the winnings for 2004
|
SELECT COUNT(top_10) FROM table_2463383_2 WHERE avg_start = "37.3"
|
CREATE TABLE table_2463383_2 (top_10 VARCHAR, avg_start VARCHAR)
|
Name the total number of top 10 for avg start being 37.3
|
SELECT method_of_elimination FROM table_24628683_2 WHERE time = "24:02"
|
CREATE TABLE table_24628683_2 (method_of_elimination VARCHAR, time VARCHAR)
|
What was the method of elimination in the chamber with a time of 24:02?
|
SELECT COUNT(wrestler) FROM table_24628683_2 WHERE method_of_elimination = "Pinned after being hit by a lead pipe"
|
CREATE TABLE table_24628683_2 (wrestler VARCHAR, method_of_elimination VARCHAR)
|
How many wrestlers are recorded for the chamber that's method of elimination was pinned after being hit by a lead pipe?
|
SELECT method_of_elimination FROM table_24628683_2 WHERE wrestler = "Kofi Kingston"
|
CREATE TABLE table_24628683_2 (method_of_elimination VARCHAR, wrestler VARCHAR)
|
What was the method of elimination for Kofi Kingston/
|
SELECT championship FROM table_24638867_4 WHERE surface = "Clay" AND opponent = "Virginia Ruano Pascual Paola SuΓ‘rez"
|
CREATE TABLE table_24638867_4 (championship VARCHAR, surface VARCHAR, opponent VARCHAR)
|
What championships were played on clay and the opponent was virginia ruano pascual paola suΓ‘rez?
|
SELECT championship FROM table_24638867_4 WHERE partner = "Natasha Zvereva"
|
CREATE TABLE table_24638867_4 (championship VARCHAR, partner VARCHAR)
|
What championships had a match where Natasha Zvereva played as partner?
|
SELECT original_air_date FROM table_24648983_1 WHERE β = 4
|
CREATE TABLE table_24648983_1 (original_air_date VARCHAR, β VARCHAR)
|
What day did episode number 4 air originally?
|
SELECT written_by FROM table_24648983_1 WHERE us_viewers__million_ = "8.61"
|
CREATE TABLE table_24648983_1 (written_by VARCHAR, us_viewers__million_ VARCHAR)
|
Who wrote the episode with 8.61 million U.S. viewers?
|
SELECT original_air_date FROM table_24648983_1 WHERE us_viewers__million_ = "8.61"
|
CREATE TABLE table_24648983_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)
|
What date did the episode with 8.61 million U.S. viewers originally air?
|
SELECT title FROM table_24648983_1 WHERE us_viewers__million_ = "9.89"
|
CREATE TABLE table_24648983_1 (title VARCHAR, us_viewers__million_ VARCHAR)
|
What is the name of the episode that had 9.89 million U.S. viewers?
|
SELECT model__list_ FROM table_2467150_2 WHERE processor = "Kentsfield" AND brand_name = "Xeon"
|
CREATE TABLE table_2467150_2 (model__list_ VARCHAR, processor VARCHAR, brand_name VARCHAR)
|
What is the value for model if processor is Kentsfield and brand name is Xeon?
|
SELECT tdp FROM table_2467150_2 WHERE model__list_ = "X53xx"
|
CREATE TABLE table_2467150_2 (tdp VARCHAR, model__list_ VARCHAR)
|
What is every value for TDP if model is x53xx?
|
SELECT cores FROM table_2467150_2 WHERE tdp = "17 W"
|
CREATE TABLE table_2467150_2 (cores VARCHAR, tdp VARCHAR)
|
What is every value for cores if TDP is 17 W?
|
SELECT production_code FROM table_24649082_1 WHERE written_by = "J. H. Wyman & Jeff Pinkner"
|
CREATE TABLE table_24649082_1 (production_code VARCHAR, written_by VARCHAR)
|
What is the production code for the episode written by J. H. Wyman & Jeff Pinkner?
|
SELECT title FROM table_24649082_1 WHERE directed_by = "Charles Beeson"
|
CREATE TABLE table_24649082_1 (title VARCHAR, directed_by VARCHAR)
|
What is the title of the episode directed by Charles Beeson?
|
SELECT COUNT(original_air_date) FROM table_24649082_1 WHERE written_by = "David H. Goodman & Andrew Kreisberg"
|
CREATE TABLE table_24649082_1 (original_air_date VARCHAR, written_by VARCHAR)
|
How many original air dates for the episode written by David H. Goodman & Andrew Kreisberg?
|
SELECT MAX(_number) FROM table_24649082_1 WHERE written_by = "Matthew Pitts"
|
CREATE TABLE table_24649082_1 (_number INTEGER, written_by VARCHAR)
|
What is the most recent episode number written by Matthew Pitts?
|
SELECT COUNT(viewers__millions_) FROM table_24689168_5 WHERE episode = 8
|
CREATE TABLE table_24689168_5 (viewers__millions_ VARCHAR, episode VARCHAR)
|
How many records for number of viewers is listed for episode number 8?
|
SELECT rating__18_49_ FROM table_24689168_5 WHERE viewers__millions_ = "9.50"
|
CREATE TABLE table_24689168_5 (rating__18_49_ VARCHAR, viewers__millions_ VARCHAR)
|
What was the 18 to 49 rating when 9.50 million watched?
|
SELECT episode FROM table_24689168_5 WHERE viewers__millions_ = "11.73"
|
CREATE TABLE table_24689168_5 (episode VARCHAR, viewers__millions_ VARCHAR)
|
what episode number had 11.73 million viewers?
|
SELECT COUNT(episode) FROM table_24689168_5 WHERE viewers__millions_ = "11.47"
|
CREATE TABLE table_24689168_5 (episode VARCHAR, viewers__millions_ VARCHAR)
|
How many episodes had 11.47 million viewers?
|
SELECT written_by FROM table_2468961_4 WHERE original_air_date = "April 29, 1994"
|
CREATE TABLE table_2468961_4 (written_by VARCHAR, original_air_date VARCHAR)
|
Who wrote the episode that originally aired April 29, 1994?
|
SELECT MAX(production_code) FROM table_2468961_4 WHERE original_air_date = "October 1, 1993"
|
CREATE TABLE table_2468961_4 (production_code INTEGER, original_air_date VARCHAR)
|
What was the production code for the episode that debuted October 1, 1993?
|
SELECT title FROM table_2468961_4 WHERE no_in_series = 56
|
CREATE TABLE table_2468961_4 (title VARCHAR, no_in_series VARCHAR)
|
What was the title of series number 56?
|
SELECT title FROM table_2468961_4 WHERE written_by = "Julia Newton" AND no_in_series = 48
|
CREATE TABLE table_2468961_4 (title VARCHAR, written_by VARCHAR, no_in_series VARCHAR)
|
What was the title of the episode written by Julia Newton in series 48?
|
SELECT callsign FROM table_24673888_1 WHERE station_type = "Relay" AND ch__number = "TV-2"
|
CREATE TABLE table_24673888_1 (callsign VARCHAR, station_type VARCHAR, ch__number VARCHAR)
|
What is the callsign that has a station type of relay and a channel number of TV-2?
|
SELECT station_type FROM table_24673888_1 WHERE callsign = "DWZM-TV"
|
CREATE TABLE table_24673888_1 (station_type VARCHAR, callsign VARCHAR)
|
What is the station type of DWZM-TV?
|
SELECT power_kw FROM table_24673888_1 WHERE ch__number = "TV-12"
|
CREATE TABLE table_24673888_1 (power_kw VARCHAR, ch__number VARCHAR)
|
What is the power in kilowatts of TV-12?
|
SELECT power_kw FROM table_24673888_1 WHERE location__transmitter_site_ = "Borongan"
|
CREATE TABLE table_24673888_1 (power_kw VARCHAR, location__transmitter_site_ VARCHAR)
|
What is the power in KW of the transmitter situated in Borongan?
|
SELECT ch__number FROM table_24673888_1 WHERE branding = "PTV 4 Laoag"
|
CREATE TABLE table_24673888_1 (ch__number VARCHAR, branding VARCHAR)
|
What is the channel number that has a branding of PTV 4 Laoag?
|
SELECT power_kw FROM table_24673888_1 WHERE station_type = "Relay" AND callsign = "DXCL-TV"
|
CREATE TABLE table_24673888_1 (power_kw VARCHAR, station_type VARCHAR, callsign VARCHAR)
|
What is the power in KW that has a station type of relay and a callsign of DXCL-TV?
|
SELECT MAX(no_in_series) FROM table_2468961_7 WHERE no_in_season = 15
|
CREATE TABLE table_2468961_7 (no_in_series INTEGER, no_in_season VARCHAR)
|
When 15 is the number in season what is the highest number in series?
|
SELECT directed_by FROM table_2468961_7 WHERE no_in_series = 123
|
CREATE TABLE table_2468961_7 (directed_by VARCHAR, no_in_series VARCHAR)
|
When 123 is the number in series who is the director?
|
SELECT written_by FROM table_2468961_7 WHERE no_in_series = 120
|
CREATE TABLE table_2468961_7 (written_by VARCHAR, no_in_series VARCHAR)
|
When 120 is the number in series who is the writer?
|
SELECT production_code FROM table_2468961_7 WHERE no_in_series = 137
|
CREATE TABLE table_2468961_7 (production_code VARCHAR, no_in_series VARCHAR)
|
When 137 is the number in series what is the production code?
|
SELECT COUNT(victor) FROM table_24706337_1 WHERE name_of_the_war = "War of 1730β1736 , first stage"
|
CREATE TABLE table_24706337_1 (victor VARCHAR, name_of_the_war VARCHAR)
|
How many victors where there in the War of 1730β1736 , first stage?
|
SELECT ottoman_sultan FROM table_24706337_1 WHERE treaty_at_the_end_of_the_war = "Treaty of Constantinople (1590)"
|
CREATE TABLE table_24706337_1 (ottoman_sultan VARCHAR, treaty_at_the_end_of_the_war VARCHAR)
|
Who was the Ottoman Sultan where the treaty at the end of the war was the Treaty of Constantinople (1590)?
|
SELECT name_of_the_war FROM table_24706337_1 WHERE ottoman_sultan = "Selim I"
|
CREATE TABLE table_24706337_1 (name_of_the_war VARCHAR, ottoman_sultan VARCHAR)
|
What is the name of the war where the Ottoman sultan was Selim I?
|
SELECT directed_by FROM table_2468961_6 WHERE no_in_series = 102
|
CREATE TABLE table_2468961_6 (directed_by VARCHAR, no_in_series VARCHAR)
|
When 102 is the number in series who is the director?
|
SELECT written_by FROM table_2468961_8 WHERE directed_by = "Patrick Duffy" AND original_air_date = "November 7, 1997"
|
CREATE TABLE table_2468961_8 (written_by VARCHAR, directed_by VARCHAR, original_air_date VARCHAR)
|
Name who wrote the episode directed by patrick duffy airing on november 7, 1997
|
SELECT MAX(last_year) FROM table_2472711_31 WHERE lowest = 23578
|
CREATE TABLE table_2472711_31 (last_year INTEGER, lowest VARCHAR)
|
What is the last year total for the team with a lowest of 23578?
|
SELECT COUNT(highest) FROM table_2472711_31 WHERE lowest = 16415
|
CREATE TABLE table_2472711_31 (highest VARCHAR, lowest VARCHAR)
|
How many highest figures for the team with lowest of 16415?
|
SELECT team FROM table_2472711_31 WHERE up_down = "+ 3479"
|
CREATE TABLE table_2472711_31 (team VARCHAR, up_down VARCHAR)
|
Which team has an up/down of + 3479?
|
SELECT average FROM table_2472711_31 WHERE total = 243017
|
CREATE TABLE table_2472711_31 (average VARCHAR, total VARCHAR)
|
What is the average of the team where the total is 243017?
|
SELECT COUNT(episode) FROM table_24725951_1 WHERE celebrities = "Frank Skinner and Lee Mack"
|
CREATE TABLE table_24725951_1 (episode VARCHAR, celebrities VARCHAR)
|
How many episodes had celebrity guest stars Frank Skinner and Lee Mack?
|
SELECT episode FROM table_24725951_1 WHERE directed_and_produced_by = "Karen Selway"
|
CREATE TABLE table_24725951_1 (episode VARCHAR, directed_and_produced_by VARCHAR)
|
List episode directed and produced by Karen Selway?
|
SELECT episode FROM table_24725951_1 WHERE celebrities = "Nick Hewer and Saira Khan"
|
CREATE TABLE table_24725951_1 (episode VARCHAR, celebrities VARCHAR)
|
Which episode had celebrities Nick Hewer and Saira Khan in them?
|
SELECT directed_and_produced_by FROM table_24725951_1 WHERE celebrities = "Nick Hewer and Saira Khan"
|
CREATE TABLE table_24725951_1 (directed_and_produced_by VARCHAR, celebrities VARCHAR)
|
List the director and producer when Nick Hewer and Saira Khan were starring.
|
SELECT directed_and_produced_by FROM table_24725951_1 WHERE celebrities = "Bill Turnbull and Louise Minchin"
|
CREATE TABLE table_24725951_1 (directed_and_produced_by VARCHAR, celebrities VARCHAR)
|
List directors and producers when the celebrities involved were Bill Turnbull and Louise Minchin.
|
SELECT torque FROM table_24729_2 WHERE co2 = "206g/km"
|
CREATE TABLE table_24729_2 (torque VARCHAR, co2 VARCHAR)
|
whe, co2 is 206g/km, what is the torque?
|
SELECT power FROM table_24729_2 WHERE co2 = "192g/km"
|
CREATE TABLE table_24729_2 (power VARCHAR, co2 VARCHAR)
|
when co2 is 192g/km, what is the power?
|
SELECT circuit FROM table_24732149_2 WHERE round = 5
|
CREATE TABLE table_24732149_2 (circuit VARCHAR, round VARCHAR)
|
What is the circuit of round 5?
|
SELECT date FROM table_24732149_2 WHERE fastest_lap = "Mike Rockenfeller"
|
CREATE TABLE table_24732149_2 (date VARCHAR, fastest_lap VARCHAR)
|
What date did Mike Rockenfeller have the fastest lap?
|
SELECT points FROM table_24735155_1 WHERE seasons = "2006 β 2007 , 2009"
|
CREATE TABLE table_24735155_1 (points VARCHAR, seasons VARCHAR)
|
How many points for the driver who raced in seasons 2006 β 2007 , 2009?
|
SELECT competition FROM table_24765815_2 WHERE vote_percentage = "N/A" AND nationality = "Brazil"
|
CREATE TABLE table_24765815_2 (competition VARCHAR, vote_percentage VARCHAR, nationality VARCHAR)
|
What's the name of the competition where the nationality is Brazil and the voting percentage is n/a?
|
SELECT player FROM table_24765815_2 WHERE nationality = "Netherlands" AND team = "Netherlands"
|
CREATE TABLE table_24765815_2 (player VARCHAR, nationality VARCHAR, team VARCHAR)
|
What's the player's name whose nationality and team are Netherlands?
|
SELECT score FROM table_24765815_2 WHERE player = "Samir Nasri"
|
CREATE TABLE table_24765815_2 (score VARCHAR, player VARCHAR)
|
What was the score for the game in which Samir Nasri played?
|
SELECT player FROM table_24765815_2 WHERE competition = "UEFA Euro 2012 qualifying Group A"
|
CREATE TABLE table_24765815_2 (player VARCHAR, competition VARCHAR)
|
Who is the player that played in the UEFA Euro 2012 qualifying Group A competition?
|
SELECT rank FROM table_24765815_2 WHERE competition = "UEFA Euro 2012 qualifying Group A"
|
CREATE TABLE table_24765815_2 (rank VARCHAR, competition VARCHAR)
|
What is the ranking of the UEFA Euro 2012 qualifying Group A competition?
|
SELECT production FROM table_2477085_1 WHERE alpina_model = "B10 4,6"
|
CREATE TABLE table_2477085_1 (production VARCHAR, alpina_model VARCHAR)
|
Name the production for alpina model being b10 4,6
|
SELECT COUNT(final_score) FROM table_24776075_2 WHERE date = "Sunday, May 12"
|
CREATE TABLE table_24776075_2 (final_score VARCHAR, date VARCHAR)
|
How many final score datas are there on Sunday, May 12?
|
SELECT MIN(week) FROM table_24776075_2 WHERE date = "Saturday, May 25"
|
CREATE TABLE table_24776075_2 (week INTEGER, date VARCHAR)
|
The game on Saturday, May 25 took place on which week?
|
SELECT final_score FROM table_24776075_2 WHERE date = "Saturday, May 25"
|
CREATE TABLE table_24776075_2 (final_score VARCHAR, date VARCHAR)
|
What was the final score on Saturday, May 25?
|
SELECT writer_s_ FROM table_24781886_2 WHERE _number = 10
|
CREATE TABLE table_24781886_2 (writer_s_ VARCHAR, _number VARCHAR)
|
When 10 is the number who is the writer?
|
SELECT MIN(production_code) FROM table_24781886_2 WHERE viewers = "6.66"
|
CREATE TABLE table_24781886_2 (production_code INTEGER, viewers VARCHAR)
|
When 6.66 is the amount of viewers what is the lowest production code?
|
SELECT MIN(_number) FROM table_24781886_2 WHERE viewers = "7.55"
|
CREATE TABLE table_24781886_2 (_number INTEGER, viewers VARCHAR)
|
When 7.55 is the amount of viewers what is the lowest number?
|
SELECT COUNT(new_democratic) FROM table_24778847_2 WHERE date_of_polling = "May 11β31, 2010"
|
CREATE TABLE table_24778847_2 (new_democratic VARCHAR, date_of_polling VARCHAR)
|
How many figures are given for the New Democratic for the polling range May 11β31, 2010?
|
SELECT link FROM table_24778847_2 WHERE date_of_polling = "February 10β28, 2011"
|
CREATE TABLE table_24778847_2 (link VARCHAR, date_of_polling VARCHAR)
|
What format is the link for the polling data for February 10β28, 2011?
|
SELECT title FROM table_24781886_3 WHERE _number = 9
|
CREATE TABLE table_24781886_3 (title VARCHAR, _number VARCHAR)
|
When 9 is the number what is the title?
|
SELECT MAX(total) FROM table_24781886_3 WHERE _number = 3
|
CREATE TABLE table_24781886_3 (total INTEGER, _number VARCHAR)
|
When 3 is the number what is the highest total?
|
SELECT air_date FROM table_24781886_3 WHERE viewers = "7.08"
|
CREATE TABLE table_24781886_3 (air_date VARCHAR, viewers VARCHAR)
|
When 7.08 is the amount of viewers what is the air date?
|
SELECT COUNT(director) FROM table_24781886_3 WHERE viewers = "7.08"
|
CREATE TABLE table_24781886_3 (director VARCHAR, viewers VARCHAR)
|
When 7.08 is the amount of viewers how many directors are there?
|
SELECT location FROM table_24798489_2 WHERE original_airdate = "August 26, 2009"
|
CREATE TABLE table_24798489_2 (location VARCHAR, original_airdate VARCHAR)
|
What location did the episode that aired originally on August 26, 2009 take place at?
|
SELECT COUNT(original_airdate) FROM table_24798489_2 WHERE location = "Philadelphia, Pennsylvania"
|
CREATE TABLE table_24798489_2 (original_airdate VARCHAR, location VARCHAR)
|
How many dates originally aired episodes located in Philadelphia, pennsylvania?
|
SELECT challenge FROM table_24798489_2 WHERE episode_number = 28
|
CREATE TABLE table_24798489_2 (challenge VARCHAR, episode_number VARCHAR)
|
What was the challenge for episode 28?
|
SELECT COUNT(original_airdate) FROM table_24798489_2 WHERE episode_number = 22
|
CREATE TABLE table_24798489_2 (original_airdate VARCHAR, episode_number VARCHAR)
|
How many original air dates were there for episode 22?
|
SELECT MIN(goals) FROM table_24807406_3
|
CREATE TABLE table_24807406_3 (goals INTEGER)
|
What was the lowest goals ever achieved?
|
SELECT afghan FROM table_24807774_1 WHERE arabic = "Scottish"
|
CREATE TABLE table_24807774_1 (afghan VARCHAR, arabic VARCHAR)
|
how many arabic scottish is afghan
|
SELECT COUNT(cook_islands) FROM table_24807774_1 WHERE bosnian = "Macedonian"
|
CREATE TABLE table_24807774_1 (cook_islands VARCHAR, bosnian VARCHAR)
|
how many bosnian in cook islands is macedonian
|
SELECT colombian FROM table_24807774_1 WHERE bangladeshi = "Serbian"
|
CREATE TABLE table_24807774_1 (colombian VARCHAR, bangladeshi VARCHAR)
|
how many colombia in bangladesh is serbian
|
SELECT arabic FROM table_24807774_1 WHERE colombian = "Finnish"
|
CREATE TABLE table_24807774_1 (arabic VARCHAR, colombian VARCHAR)
|
how many arabic in colobians is finnish
|
SELECT bosnian FROM table_24807774_1 WHERE cook_islands = "Sri Lankan"
|
CREATE TABLE table_24807774_1 (bosnian VARCHAR, cook_islands VARCHAR)
|
how many bosnian in cook islands is sri lankan
|
SELECT afghan FROM table_24807774_1 WHERE bangladeshi = "Hungarian"
|
CREATE TABLE table_24807774_1 (afghan VARCHAR, bangladeshi VARCHAR)
|
how many afghan in banglash is hungarian
|
SELECT name FROM table_24807406_1 WHERE position = "FW" AND appearances = 2
|
CREATE TABLE table_24807406_1 (name VARCHAR, position VARCHAR, appearances VARCHAR)
|
What is the name if the appearance is 2 and the position is FW?
|
SELECT COUNT(assists) FROM table_24807406_1 WHERE minutes = 1
|
CREATE TABLE table_24807406_1 (assists VARCHAR, minutes VARCHAR)
|
What is the assists total number if the minutes is 1?
|
Subsets and Splits
SQL Console for knowrohit07/know_sql
Finds questions in the dataset that contain the word 'god', providing a basic filtered view without much analytical insight.