answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT strongs_words_compounded FROM table_1242447_1 WHERE strongs_transliteration = "Yowyariyb" | What is the strong words compounded when the strongs transliteration is yowyariyb? | CREATE TABLE table_1242447_1 (strongs_words_compounded VARCHAR, strongs_transliteration VARCHAR) |
SELECT DISTINCT name FROM nurse ORDER BY name | List the names of all distinct nurses ordered by alphabetical order? | CREATE TABLE nurse (name VARCHAR) |
SELECT AVG(points) FROM table_name_17 WHERE december < 6 AND game > 26 | What is the average points that have a December less than 6, with a game greater than 26? | CREATE TABLE table_name_17 (points INTEGER, december VARCHAR, game VARCHAR) |
SELECT party FROM table_name_61 WHERE took_office > 1993 AND senator = "michael galloway" | What party took office after 1993 with Senator Michael Galloway? | CREATE TABLE table_name_61 (party VARCHAR, took_office VARCHAR, senator VARCHAR) |
SELECT original_air_date FROM table_27657925_1 WHERE written_by = "Steve Holland" | When steve holland is the writer what is the air date? | CREATE TABLE table_27657925_1 (original_air_date VARCHAR, written_by VARCHAR) |
SELECT record FROM table_name_91 WHERE time = "2:57" | Which record has 2:57 as the time? | CREATE TABLE table_name_91 (record VARCHAR, time VARCHAR) |
SELECT CountryCode FROM countrylanguage EXCEPT SELECT CountryCode FROM countrylanguage WHERE LANGUAGE = "English" | What are the country codes for countries that do not speak English? | CREATE TABLE countrylanguage (CountryCode VARCHAR, LANGUAGE VARCHAR) |
SELECT COUNT(lane) FROM table_name_86 WHERE rank > 2 AND name = "louise ørnstedt" | what is the number of lane with a rank more than 2 for Louise ørnstedt? | CREATE TABLE table_name_86 (lane VARCHAR, rank VARCHAR, name VARCHAR) |
SELECT AVG(Champions) AS league FROM table_name_38 WHERE league < 4 | What is the average Champions League assists for the players with League assists under 4? | CREATE TABLE table_name_38 (Champions INTEGER, league INTEGER) |
SELECT COUNT(population__2011_) FROM table_2562572_54 WHERE settlement = "Krčedin" | How many items appear in the population 2011 column for the krčedin settlement? | CREATE TABLE table_2562572_54 (population__2011_ VARCHAR, settlement VARCHAR) |
SELECT combined FROM table_name_82 WHERE overall < 34 | What is the combined of the overalls less than 34? | CREATE TABLE table_name_82 (combined VARCHAR, overall INTEGER) |
SELECT result FROM table_name_79 WHERE year = 2003 AND category = "best urban/alternative performance" | WHAT IS THE RESULT FOR 2003, IN best urban/alternative performance? | CREATE TABLE table_name_79 (result VARCHAR, year VARCHAR, category VARCHAR) |
SELECT chassis FROM table_name_73 WHERE engine = "cosworth" AND drivers = "gordon johncock" | What chassis did Gordon Johncock use with his cosworth engine? | CREATE TABLE table_name_73 (chassis VARCHAR, engine VARCHAR, drivers VARCHAR) |
SELECT COUNT(title) FROM table_10953197_4 WHERE production_code = "2395113A" | What's the total number of episodes with the production code 2395113A? | CREATE TABLE table_10953197_4 (title VARCHAR, production_code VARCHAR) |
SELECT MAX(attendance) FROM table_21436373_12 WHERE type_of_record = "Total attendance-Regular season" | what is the highest attendance for a total attendance-regular season record | CREATE TABLE table_21436373_12 (attendance INTEGER, type_of_record VARCHAR) |
SELECT score FROM table_name_5 WHERE record = "37–26–9" | What was the score of the game with a record of 37–26–9? | CREATE TABLE table_name_5 (score VARCHAR, record VARCHAR) |
SELECT length FROM table_name_30 WHERE character_name = "burleigh sullivan" | What is the length of the film with Burleigh Sullivan as the character? | CREATE TABLE table_name_30 (length VARCHAR, character_name VARCHAR) |
SELECT set_5 FROM table_name_62 WHERE set_2 = "21-25" AND set_1 = "41633" | What is the set 5 for the game with a set 2 of 21-25 and a set 1 of 41633? | CREATE TABLE table_name_62 (set_5 VARCHAR, set_2 VARCHAR, set_1 VARCHAR) |
SELECT COUNT(vap) FROM table_2683116_1 WHERE valid_votes = 140469 | How many vap values are associated with 140469 valid votes? | CREATE TABLE table_2683116_1 (vap VARCHAR, valid_votes VARCHAR) |
SELECT round_of_64 FROM table_17289604_38 WHERE event = "Singles" AND round_of_16 = "Did not advance" AND athlete = "Iveta Benešová" | What was round of 64 of the singles event when the result of round 16 was did not advance and the athlete was Iveta Benešová? | CREATE TABLE table_17289604_38 (round_of_64 VARCHAR, athlete VARCHAR, event VARCHAR, round_of_16 VARCHAR) |
SELECT year_s__withdrawn FROM table_name_90 WHERE year_made = "1876" | What year was the locomotive withdrawn that was made in 1876? | CREATE TABLE table_name_90 (year_s__withdrawn VARCHAR, year_made VARCHAR) |
SELECT portuguese FROM table_name_25 WHERE french = "ils/elles avaient entendu" | What is the Portuguese Pluperfect when the French is Ils/Elles Avaient Entendu? | CREATE TABLE table_name_25 (portuguese VARCHAR, french VARCHAR) |
SELECT highest_rank FROM table_name_60 WHERE total < 30 AND name = "takatōriki" | What rank is Takatōriki having less than 30 total? | CREATE TABLE table_name_60 (highest_rank VARCHAR, total VARCHAR, name VARCHAR) |
SELECT position FROM table_name_70 WHERE round > 14 AND overall < 419 | Which Position has a Round larger than 14, and an Overall smaller than 419? | CREATE TABLE table_name_70 (position VARCHAR, round VARCHAR, overall VARCHAR) |
SELECT MIN(appearances) FROM table_name_30 WHERE win__percentage = 0.706 | What's listed as the lowest Appearances with a Win % of 0.706? | CREATE TABLE table_name_30 (appearances INTEGER, win__percentage VARCHAR) |
SELECT points_against FROM table_name_59 WHERE tries_for = "41" | How many points against when 41 is the tries for? | CREATE TABLE table_name_59 (points_against VARCHAR, tries_for VARCHAR) |
SELECT years_in_orlando FROM table_name_16 WHERE nationality = "united states" AND school_club_team = "montana" | What years in orlando have the United States as the nationality, and montana as the school/club team? | CREATE TABLE table_name_16 (years_in_orlando VARCHAR, nationality VARCHAR, school_club_team VARCHAR) |
SELECT record FROM table_name_57 WHERE home = "washington" | What was the record when the home team is Washington? | CREATE TABLE table_name_57 (record VARCHAR, home VARCHAR) |
SELECT type FROM table_256286_45 WHERE description = "Power Development Debt Limit Amendment" | What is the type of measure that voted on the Power Development Debt Limit Amendment? | CREATE TABLE table_256286_45 (type VARCHAR, description VARCHAR) |
SELECT COUNT(sales) FROM table_name_21 WHERE song_title = "21 seconds" | What were the total number of sales for the song 21 Seconds? | CREATE TABLE table_name_21 (sales VARCHAR, song_title VARCHAR) |
SELECT event FROM table_name_87 WHERE opponent = "pat barry" | Which event was against Pat Barry? | CREATE TABLE table_name_87 (event VARCHAR, opponent VARCHAR) |
SELECT high_rebounds FROM table_17355408_9 WHERE team = "Sacramento" | Who had the high rebounds when the team played Sacramento? | CREATE TABLE table_17355408_9 (high_rebounds VARCHAR, team VARCHAR) |
SELECT nfl_team FROM table_name_62 WHERE position = "tight end" | What NFL team did the Tight End position belong to? | CREATE TABLE table_name_62 (nfl_team VARCHAR, position VARCHAR) |
SELECT player FROM table_2886617_9 WHERE nhl_team = "St. Louis Blues" | Who was picked for the draft by St. Louis Blues? | CREATE TABLE table_2886617_9 (player VARCHAR, nhl_team VARCHAR) |
SELECT record FROM table_name_22 WHERE opponent = "blue jays" AND loss = "batista (0–3)" | What was the record at the game against the Blue Jays with a loss of Batista (0–3)? | CREATE TABLE table_name_22 (record VARCHAR, opponent VARCHAR, loss VARCHAR) |
SELECT model__list_ FROM table_24099916_1 WHERE socket = "BGA479" AND tdp = "5.5 W" | What's the model of the processor with BGA479 socket and a 5.5 w TDP? | CREATE TABLE table_24099916_1 (model__list_ VARCHAR, socket VARCHAR, tdp VARCHAR) |
SELECT COUNT(winning_constructor) FROM table_26258348_4 WHERE fastest_lap = "Mark Webber" | How many winning constructor catagories are there when Mark Webber had the fastest lap? | CREATE TABLE table_26258348_4 (winning_constructor VARCHAR, fastest_lap VARCHAR) |
SELECT cost___usd__ FROM table_name_48 WHERE latest_stable_date__version_ = "online" | Name the cost for latest stable date of online | CREATE TABLE table_name_48 (cost___usd__ VARCHAR, latest_stable_date__version_ VARCHAR) |
SELECT college_junior_club_team__league_ FROM table_name_69 WHERE nationality = "canada" AND position = "goalie" | What is the School/Junior/Club Group (Class) that has a Nationality of canada, and a Place of goalie? | CREATE TABLE table_name_69 (college_junior_club_team__league_ VARCHAR, nationality VARCHAR, position VARCHAR) |
SELECT SUM(Points) FROM player | Show total points of all players. | CREATE TABLE player (Points INTEGER) |
SELECT COUNT(place) FROM table_name_99 WHERE name = "henry s. uber / betty uber (eng)" | What play did henry s. uber / betty uber (eng) finish in? | CREATE TABLE table_name_99 (place VARCHAR, name VARCHAR) |
SELECT teams_classification FROM table_28092844_16 WHERE general_classification_żółta_koszulka = "Allan Davis" | Which teams classification winners had a general classification winner of Allan Davis? | CREATE TABLE table_28092844_16 (teams_classification VARCHAR, general_classification_żółta_koszulka VARCHAR) |
SELECT rank_number FROM table_name_27 WHERE opponent_number = "at baylor" | What was the rank # for opponent AT Baylor? | CREATE TABLE table_name_27 (rank_number VARCHAR, opponent_number VARCHAR) |
SELECT MIN(year) FROM table_16677738_1 | What is the lowest overall year? | CREATE TABLE table_16677738_1 (year INTEGER) |
SELECT position FROM table_name_86 WHERE pick = 32 | What position was pick 32? | CREATE TABLE table_name_86 (position VARCHAR, pick VARCHAR) |
SELECT date FROM table_16388478_3 WHERE away_team = "Fremantle" | On what date did the away team Fremantle play? | CREATE TABLE table_16388478_3 (date VARCHAR, away_team VARCHAR) |
SELECT SUM(date) FROM table_name_23 WHERE tournament = "paris indoor , france" | Name the date of Tournament of paris indoor , france? | CREATE TABLE table_name_23 (date INTEGER, tournament VARCHAR) |
SELECT type FROM table_21538523_1 WHERE caliber = ".44 Magnum" | What type of glazing will stop a .44 magnum? | CREATE TABLE table_21538523_1 (type VARCHAR, caliber VARCHAR) |
SELECT latitude FROM table_16799784_11 WHERE name = "Naijok Fossae" | At what latitude can the name origin of naijok fossae be found? | CREATE TABLE table_16799784_11 (latitude VARCHAR, name VARCHAR) |
SELECT AVG(pick) FROM table_name_49 WHERE college = "purdue" AND round < 5 | WHAT IS THE AVERAGE PICK FOR PURDUE, WITH A ROUND SMALLER THAN 5? | CREATE TABLE table_name_49 (pick INTEGER, college VARCHAR, round VARCHAR) |
SELECT organization FROM table_name_82 WHERE work = "veterinarian dolittle" | Where Work is veterinarian dolittle, what is the Organization? | CREATE TABLE table_name_82 (organization VARCHAR, work VARCHAR) |
SELECT deficit___surplus_ FROM table_15624586_2 WHERE _percentage_of_world_demand = "5.2%" | What is the deficit (-surplus) of the country who use 5.2% of the world demand of uranium? | CREATE TABLE table_15624586_2 (deficit___surplus_ VARCHAR, _percentage_of_world_demand VARCHAR) |
SELECT date FROM table_name_21 WHERE week = 13 | Tell me the date with week of 13 | CREATE TABLE table_name_21 (date VARCHAR, week VARCHAR) |
SELECT AVG(ranking), T1.first_name FROM players AS T1 JOIN rankings AS T2 ON T1.player_id = T2.player_id GROUP BY T1.first_name | Find the average ranking for each player and their first name. | CREATE TABLE players (first_name VARCHAR, player_id VARCHAR); CREATE TABLE rankings (player_id VARCHAR) |
SELECT runs__balls_ FROM table_name_9 WHERE wicket = "3rd" AND opponent = "australia" | Name the runs balls for wicket of 3rd for australia opponent | CREATE TABLE table_name_9 (runs__balls_ VARCHAR, wicket VARCHAR, opponent VARCHAR) |
SELECT icao FROM table_name_35 WHERE country = "saudi arabia" AND city = "riyadh" | What is the ICAO for Riyadh, Saudi Arabia? | CREATE TABLE table_name_35 (icao VARCHAR, country VARCHAR, city VARCHAR) |
SELECT position FROM table_name_22 WHERE round < 6 AND player = "bill campbell" | What is the position Bill Campbell played before round 6? | CREATE TABLE table_name_22 (position VARCHAR, round VARCHAR, player VARCHAR) |
SELECT township FROM table_18600760_12 WHERE longitude = "-98.741656" | Which township has a longitude of -98.741656? | CREATE TABLE table_18600760_12 (township VARCHAR, longitude VARCHAR) |
SELECT score FROM table_name_25 WHERE att = 354 | What was the score for the matchup having attendance of 354? | CREATE TABLE table_name_25 (score VARCHAR, att VARCHAR) |
SELECT location FROM table_name_41 WHERE runners_up = "france" AND venue = "club de campo" | What is the Location when France was the runner-up at club de campo? | CREATE TABLE table_name_41 (location VARCHAR, runners_up VARCHAR, venue VARCHAR) |
SELECT year_born__age_ FROM table_name_41 WHERE current_club = "sporting al riyadi beirut" AND position = "pf" | Which Year born (Age) has a Current Club of sporting al riyadi beirut, and a Position of pf? | CREATE TABLE table_name_41 (year_born__age_ VARCHAR, current_club VARCHAR, position VARCHAR) |
SELECT result FROM table_name_11 WHERE goal = 4 | What was result of goal 4? | CREATE TABLE table_name_11 (result VARCHAR, goal VARCHAR) |
SELECT position FROM table_name_56 WHERE club_province = "perpignan" | What is the position of Perpignan? | CREATE TABLE table_name_56 (position VARCHAR, club_province VARCHAR) |
SELECT opponent FROM table_name_46 WHERE week > 3 AND game_site = "mile high stadium" AND record = "3–3" | Which Opponent has a Week larger than 3, and a Game site of mile high stadium, and a Record of 3–3? | CREATE TABLE table_name_46 (opponent VARCHAR, record VARCHAR, week VARCHAR, game_site VARCHAR) |
SELECT MAX(sample_size) FROM table_name_35 WHERE date_s__administered = "october 18" | What is the highest sample size administered on October 18? | CREATE TABLE table_name_35 (sample_size INTEGER, date_s__administered VARCHAR) |
SELECT name FROM track WHERE NOT track_id IN (SELECT track_id FROM race) | Show all track names that have had no races. | CREATE TABLE track (name VARCHAR, track_id VARCHAR); CREATE TABLE race (name VARCHAR, track_id VARCHAR) |
SELECT MAX(snowfall__in_year_) FROM table_25762852_1 WHERE name = "Snowmass" | What is the snowfall for ski resort Snowmass? | CREATE TABLE table_25762852_1 (snowfall__in_year_ INTEGER, name VARCHAR) |
SELECT t1.name FROM ship AS t1 JOIN captain AS t2 ON t1.ship_id = t2.ship_id WHERE t2.rank = 'Midshipman' INTERSECT SELECT t1.name FROM ship AS t1 JOIN captain AS t2 ON t1.ship_id = t2.ship_id WHERE t2.rank = 'Lieutenant' | Find the name of the ships that are steered by both a captain with Midshipman rank and a captain with Lieutenant rank. | CREATE TABLE ship (name VARCHAR, ship_id VARCHAR); CREATE TABLE captain (ship_id VARCHAR, rank VARCHAR) |
SELECT MAX(week) FROM table_name_8 WHERE result = "l 20–13" AND attendance > 49 OFFSET 598 | Which Week has a Result of l 20–13, and an Attendance larger than 49,598? | CREATE TABLE table_name_8 (week INTEGER, result VARCHAR, attendance VARCHAR) |
SELECT volume__hm³_ FROM table_28702208_1 WHERE reservoir = "Tanes" | What is the volume when the resrvoir is Tanes? | CREATE TABLE table_28702208_1 (volume__hm³_ VARCHAR, reservoir VARCHAR) |
SELECT outcome FROM table_name_20 WHERE partner = "kristof vliegen" | What is the Outcome when the partner was kristof vliegen? | CREATE TABLE table_name_20 (outcome VARCHAR, partner VARCHAR) |
SELECT high_assists FROM table_17355408_9 WHERE game = 80 | Who had the high assists in game 80? | CREATE TABLE table_17355408_9 (high_assists VARCHAR, game VARCHAR) |
SELECT rounds FROM table_name_90 WHERE engine = "ford cosworth dfv 3.0 v8" AND chassis = "751" | Name the round for engine of ford cosworth dfv 3.0 v8 with chassis fo 751 | CREATE TABLE table_name_90 (rounds VARCHAR, engine VARCHAR, chassis VARCHAR) |
SELECT SUM(league) FROM table_name_96 WHERE player = "m patrick maria" AND total < 0 | How many league cups for m patrick maria with 0 total? | CREATE TABLE table_name_96 (league INTEGER, player VARCHAR, total VARCHAR) |
SELECT region FROM table_name_97 WHERE altitude__metres_ = 6854 | Say the region for 6854 altitudes | CREATE TABLE table_name_97 (region VARCHAR, altitude__metres_ VARCHAR) |
SELECT AVG(rank) FROM table_name_29 WHERE source = "cia world factbook" AND year < 2005 | What is the average rank that has cia world factbook as the source and a year prior to 2005? | CREATE TABLE table_name_29 (rank INTEGER, source VARCHAR, year VARCHAR) |
SELECT record FROM table_name_32 WHERE location_attendance = "madison square garden 19,009" | What is Record, when Location Attendance, is Madison Square Garden 19,009? | CREATE TABLE table_name_32 (record VARCHAR, location_attendance VARCHAR) |
SELECT poles FROM table_2190919_1 WHERE team_s_ = "#08 Miller Racing" | What are the poles is #08 Miller racing? | CREATE TABLE table_2190919_1 (poles VARCHAR, team_s_ VARCHAR) |
SELECT event FROM table_name_4 WHERE time = "4:01.00" | What Event's Time is 4:01.00? | CREATE TABLE table_name_4 (event VARCHAR, time VARCHAR) |
SELECT italian FROM table_2077192_2 WHERE english = "otter" | What is the Italian word for the English word "otter"? | CREATE TABLE table_2077192_2 (italian VARCHAR, english VARCHAR) |
SELECT country FROM table_name_82 WHERE city = "zamboanga" | What is Country, when City is "Zamboanga"? | CREATE TABLE table_name_82 (country VARCHAR, city VARCHAR) |
SELECT number_of_seasons_in_liga_mx FROM table_18143210_2 WHERE first_season_of_current_spell_in_top_division = "1962-63" | How many 'number of season in Liga MX' were played if the 'first season of current spell in top division' is in 1962-63? | CREATE TABLE table_18143210_2 (number_of_seasons_in_liga_mx VARCHAR, first_season_of_current_spell_in_top_division VARCHAR) |
SELECT date FROM table_name_12 WHERE score = "0–1" AND tie_no = "3" | When has a Score of 0–1, and a Tie no of 3? | CREATE TABLE table_name_12 (date VARCHAR, score VARCHAR, tie_no VARCHAR) |
SELECT MAX(react) FROM table_name_84 WHERE points = 1008 | If a country has 1008 points what's their reaction time? | CREATE TABLE table_name_84 (react INTEGER, points VARCHAR) |
SELECT team_2 FROM table_name_16 WHERE team_1 = "lokomotiva" | What team 2 has lokomotiva as team 1? | CREATE TABLE table_name_16 (team_2 VARCHAR, team_1 VARCHAR) |
SELECT pinyin FROM table_1982739_2 WHERE english_name = "Dingyuan County" | What is the Pinyin name for Dingyuan County? | CREATE TABLE table_1982739_2 (pinyin VARCHAR, english_name VARCHAR) |
SELECT current_club FROM table_12962773_15 WHERE year_born = 1983 | Which club had a player born in 1983? | CREATE TABLE table_12962773_15 (current_club VARCHAR, year_born VARCHAR) |
SELECT MIN(february) FROM table_name_32 WHERE points < 57 | What's the lowest February for less than 57 points? | CREATE TABLE table_name_32 (february INTEGER, points INTEGER) |
SELECT COUNT(writer) FROM table_20345624_2 WHERE original_airdate = "15 July 1967" | Name the number of writers for airdate of 15 july 1967 | CREATE TABLE table_20345624_2 (writer VARCHAR, original_airdate VARCHAR) |
SELECT visitor FROM table_name_77 WHERE home = "grizzlies" AND date = "13 november 2007" | What is the visiting team of the game with the home team Grizzlies on 13 November 2007? | CREATE TABLE table_name_77 (visitor VARCHAR, home VARCHAR, date VARCHAR) |
SELECT COUNT(cyrillic_name_other_names) FROM table_2562572_43 WHERE settlement = "Idvor" | How many entries are there for cyrillic name other names where settlement is idvor? | CREATE TABLE table_2562572_43 (cyrillic_name_other_names VARCHAR, settlement VARCHAR) |
SELECT MIN(sunlight_hours) FROM table_name_98 WHERE city_town = "ourense" AND days_with_frost > 30 | What is the lowest number of sunlight hours, and number of days with frost, more than 30, for the city of Ourense? | CREATE TABLE table_name_98 (sunlight_hours INTEGER, city_town VARCHAR, days_with_frost VARCHAR) |
SELECT date FROM table_name_50 WHERE surface = "hard" AND tournament = "sydney, australia" | What is the date of the Sydney, Australia tournament with a hard surface? | CREATE TABLE table_name_50 (date VARCHAR, surface VARCHAR, tournament VARCHAR) |
SELECT home FROM table_name_62 WHERE visitor = "vancouver" AND date = "april 29" | What was the home team that played Vancouver on April 29? | CREATE TABLE table_name_62 (home VARCHAR, visitor VARCHAR, date VARCHAR) |
SELECT period FROM table_name_99 WHERE teams = "cs sedan" | Which period has the team CS Sedan? | CREATE TABLE table_name_99 (period VARCHAR, teams VARCHAR) |
SELECT MAX(points) FROM table_27539535_4 | What is the highest amount of points? | CREATE TABLE table_27539535_4 (points INTEGER) |
SELECT venue FROM table_name_10 WHERE year < 1991 AND time > 10.29 AND competition = "mediterranean games" AND event = "4x100 m relay" | What Venue has a Year smaller than 1991, Time larger than 10.29, Competition of mediterranean games, and Event of 4x100 m relay? | CREATE TABLE table_name_10 (venue VARCHAR, event VARCHAR, competition VARCHAR, year VARCHAR, time VARCHAR) |
SELECT nation FROM table_name_3 WHERE gold = 29 | Which nation won 29 gold medals? | CREATE TABLE table_name_3 (nation VARCHAR, gold VARCHAR) |
SELECT Name FROM member ORDER BY Name | List the names of members in ascending alphabetical order. | CREATE TABLE member (Name VARCHAR) |
SELECT system FROM table_name_56 WHERE name = "elkjs" | What is the system called that is named ELKJS? | CREATE TABLE table_name_56 (system VARCHAR, name VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.