answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT stadium FROM table_11208143_9 WHERE capacity = 51082 | Which stadiums have a capacity of 51082? | CREATE TABLE table_11208143_9 (stadium VARCHAR, capacity VARCHAR) |
SELECT AVG(points) FROM table_name_17 WHERE entrant = "equipe ligier gauloises blondes" | What is the average Points when equipe ligier gauloises blondes is the entrant? | CREATE TABLE table_name_17 (points INTEGER, entrant VARCHAR) |
SELECT prize__eur_ FROM table_20195922_3 WHERE divisions = "6th" | What is the prize (eur) for the 6th division? | CREATE TABLE table_20195922_3 (prize__eur_ VARCHAR, divisions VARCHAR) |
SELECT AVG(sales__billion_) AS $_ FROM table_name_65 WHERE headquarters = "france" AND assets__billion_$_ > 2 OFFSET 539.1 | What is the average sales in billions of the company headquartered in France with more than 2,539.1 billion in assets? | CREATE TABLE table_name_65 (sales__billion_ INTEGER, headquarters VARCHAR, assets__billion_$_ VARCHAR) |
SELECT MAX(wins) FROM table_name_71 WHERE manufacturer = "honda" AND rank = 8 | Manufacturer of honda, and a Rank of 8 had what highest wins? | CREATE TABLE table_name_71 (wins INTEGER, manufacturer VARCHAR, rank VARCHAR) |
SELECT year_of_publication FROM table_19948664_2 WHERE ranking_la__2_ = "1st" | What was the publication year ranking l.a. is 1st? | CREATE TABLE table_19948664_2 (year_of_publication VARCHAR, ranking_la__2_ VARCHAR) |
SELECT race_name FROM table_name_61 WHERE winning_driver = "stirling moss" AND date = "16 april" | Tell me the race name where stirling moss won on 16 april | CREATE TABLE table_name_61 (race_name VARCHAR, winning_driver VARCHAR, date VARCHAR) |
SELECT place FROM table_name_5 WHERE rope < 9.8 AND name = "milena reljin" | What is Milena Reljin's place with a smaller than 9.8 rope? | CREATE TABLE table_name_5 (place VARCHAR, rope VARCHAR, name VARCHAR) |
SELECT opponent FROM table_name_26 WHERE location = "gold coast , australia" AND method = "submission (punches)" | Which Opponent has a Location of gold coast , australia, and a Method of submission (punches)? | CREATE TABLE table_name_26 (opponent VARCHAR, location VARCHAR, method VARCHAR) |
SELECT fastest_lap FROM table_name_76 WHERE winning_driver = "giuseppe farina" | What is the fastest lap of the race where Giuseppe Farina was the winning driver? | CREATE TABLE table_name_76 (fastest_lap VARCHAR, winning_driver VARCHAR) |
SELECT position FROM table_name_70 WHERE points = "test driver" | What is the position of the race with a point of test driver? | CREATE TABLE table_name_70 (position VARCHAR, points VARCHAR) |
SELECT SUM(played) FROM table_name_64 WHERE goals_against = 45 AND goals_for < 65 | How much Played has Goals Against of 45, and Goals For smaller than 65? | CREATE TABLE table_name_64 (played INTEGER, goals_against VARCHAR, goals_for VARCHAR) |
SELECT SUM(total) FROM table_name_72 WHERE silver = 0 AND gold = 1 | What is the sum of Total, when Silver is 0, and when Gold is 1? | CREATE TABLE table_name_72 (total INTEGER, silver VARCHAR, gold VARCHAR) |
SELECT T1.FlightNo FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode WHERE T2.City = "Aberdeen" | What are flight numbers of flights arriving at City "Aberdeen"? | CREATE TABLE FLIGHTS (FlightNo VARCHAR, DestAirport VARCHAR); CREATE TABLE AIRPORTS (AirportCode VARCHAR, City VARCHAR) |
SELECT T1.country, T1.name, COUNT(*) FROM airlines AS T1 JOIN routes AS T2 ON T1.alid = T2.alid GROUP BY T1.country, T1.name | For each country and airline name, how many routes are there? | CREATE TABLE airlines (country VARCHAR, name VARCHAR, alid VARCHAR); CREATE TABLE routes (alid VARCHAR) |
SELECT total_enrollment FROM table_name_67 WHERE institution_name = "howard payne university" | What is Howard Payne University's total enrollment? | CREATE TABLE table_name_67 (total_enrollment VARCHAR, institution_name VARCHAR) |
SELECT MIN(game) FROM table_27755603_10 WHERE location_attendance = "The Palace of Auburn Hills 15,166" | What was the game number when the location attendance was the Palace of Auburn Hills 15,166? | CREATE TABLE table_27755603_10 (game INTEGER, location_attendance VARCHAR) |
SELECT COUNT(losing_bonus) FROM table_13758945_3 WHERE won = "10" AND points_against = "283" | how many losing bonus with won being 10 and points against being 283 | CREATE TABLE table_13758945_3 (losing_bonus VARCHAR, won VARCHAR, points_against VARCHAR) |
SELECT away_team FROM table_name_1 WHERE venue = "junction oval" | Who is the away side at junction oval? | CREATE TABLE table_name_1 (away_team VARCHAR, venue VARCHAR) |
SELECT venue FROM table_name_1 WHERE score = "120-108" | What venue had a Score of 120-108? | CREATE TABLE table_name_1 (venue VARCHAR, score VARCHAR) |
SELECT thursday FROM table_11019212_1 WHERE sunday = "1:00-5:00" AND tuesday = "1:00-7:00" | what's the thursday time with sunday being 1:00-5:00 and tuesday being 1:00-7:00 | CREATE TABLE table_11019212_1 (thursday VARCHAR, sunday VARCHAR, tuesday VARCHAR) |
SELECT Name FROM People ORDER BY Age DESC LIMIT 5 | List the names of the top 5 oldest people. | CREATE TABLE People (Name VARCHAR, Age VARCHAR) |
SELECT position FROM table_1858574_3 WHERE sail_number = "6606" | Qhat was the position of sail 6606? | CREATE TABLE table_1858574_3 (position VARCHAR, sail_number VARCHAR) |
SELECT score FROM table_name_58 WHERE opponent = "bornor regis town" | What was the score when Bornor Regis Town was the opponent? | CREATE TABLE table_name_58 (score VARCHAR, opponent VARCHAR) |
SELECT district FROM table_name_94 WHERE reserved_for___sc___st__none_ = "sc" | Name the District which has a Reserved for ( SC / ST /None) of sc? | CREATE TABLE table_name_94 (district VARCHAR, reserved_for___sc___st__none_ VARCHAR) |
SELECT COUNT(pos) FROM table_23018775_3 WHERE total_time = "1:30.4135" | How many positions have a total time of 1:30.4135? | CREATE TABLE table_23018775_3 (pos VARCHAR, total_time VARCHAR) |
SELECT account_id FROM Financial_transactions GROUP BY account_id ORDER BY COUNT(*) DESC LIMIT 1 | Show the account id with most number of transactions. | CREATE TABLE Financial_transactions (account_id VARCHAR) |
SELECT extra_points FROM table_25724294_2 WHERE player = "Jack Loell" | Jack Loell had how many extra points? | CREATE TABLE table_25724294_2 (extra_points VARCHAR, player VARCHAR) |
SELECT rank FROM table_name_23 WHERE time = "1:55.40" | What was the rank of the swimmer with a time of 1:55.40? | CREATE TABLE table_name_23 (rank VARCHAR, time VARCHAR) |
SELECT team FROM table_name_71 WHERE seasons = 3 AND 1984 < 27 | What team had 3 seasons and fewer than 27 in 1984? | CREATE TABLE table_name_71 (team VARCHAR, seasons VARCHAR) |
SELECT athens_xi FROM table_28759261_5 WHERE dadar_xi_‘b’ = "Strikers FC" | what is the athens xi where dada xi b is strikers fc? | CREATE TABLE table_28759261_5 (athens_xi VARCHAR, dadar_xi_‘b’ VARCHAR) |
SELECT MIN(races) FROM table_25421463_1 WHERE points = "38" | How many races were there when Sigachev had 38 points? | CREATE TABLE table_25421463_1 (races INTEGER, points VARCHAR) |
SELECT home_team FROM table_name_71 WHERE away_team = "manly" | What is the Home team when the away team was Manly? | CREATE TABLE table_name_71 (home_team VARCHAR, away_team VARCHAR) |
SELECT SUM(population__2010_census_) FROM table_name_16 WHERE administrative_division = "japeri" AND area__km²_ < 82.9 | What was the sum of the population in 2010 for the division of japeri with an area of 82.9 squared km? | CREATE TABLE table_name_16 (population__2010_census_ INTEGER, administrative_division VARCHAR, area__km²_ VARCHAR) |
SELECT MIN(goal_difference) FROM table_name_1 WHERE position = 7 AND played > 30 | What is the lowest Goal Difference, when Position is "7", and when Played is greater than 30? | CREATE TABLE table_name_1 (goal_difference INTEGER, position VARCHAR, played VARCHAR) |
SELECT manner_of_departure FROM table_name_2 WHERE date_of_appointment = "1 june 2007" | I want the manner of departure for 1 june 2007 | CREATE TABLE table_name_2 (manner_of_departure VARCHAR, date_of_appointment VARCHAR) |
SELECT opponent_in_the_final FROM table_name_46 WHERE date = "5 july 1992" | Who was the opponent in the final on 5 July 1992? | CREATE TABLE table_name_46 (opponent_in_the_final VARCHAR, date VARCHAR) |
SELECT other_details FROM table_18710512_3 WHERE single = "My Love Will Follow Me" | What were the "other details" (number released) for "is my love will follow me"? | CREATE TABLE table_18710512_3 (other_details VARCHAR, single VARCHAR) |
SELECT score FROM table_name_32 WHERE game > 6 AND october = 28 | What was the score of the game after game 6 on October 28? | CREATE TABLE table_name_32 (score VARCHAR, game VARCHAR, october VARCHAR) |
SELECT vacator FROM table_1958768_3 WHERE district = "Wisconsin 1st" | Name the vacator for wisconsin 1st | CREATE TABLE table_1958768_3 (vacator VARCHAR, district VARCHAR) |
SELECT release_date FROM table_name_34 WHERE type = "2d" | Which Release date has a Type of 2d? | CREATE TABLE table_name_34 (release_date VARCHAR, type VARCHAR) |
SELECT player FROM table_11677691_12 WHERE school = "Armwood High school" | who are all the players for armwood high school | CREATE TABLE table_11677691_12 (player VARCHAR, school VARCHAR) |
SELECT COUNT(points) FROM table_name_70 WHERE position > 4 AND losses > 5 AND conceded = 15 AND scored > 11 | How many Points have a Position larger than 4, and Losses larger than 5, and a Conceded of 15, and a Scored larger than 11? | CREATE TABLE table_name_70 (points VARCHAR, scored VARCHAR, conceded VARCHAR, position VARCHAR, losses VARCHAR) |
SELECT name FROM table_name_57 WHERE terminus = "pine forest" | Which route has a terminus of pine Forest? | CREATE TABLE table_name_57 (name VARCHAR, terminus VARCHAR) |
SELECT SUM(game) FROM table_name_58 WHERE opponent = "cleveland barons" AND march < 8 | What is the sum of Game, when Opponent is "Cleveland Barons", and when March is less than 8? | CREATE TABLE table_name_58 (game INTEGER, opponent VARCHAR, march VARCHAR) |
SELECT COUNT(height) FROM table_25360865_1 WHERE _number = 32 | Name the total number of height for number 32 | CREATE TABLE table_25360865_1 (height VARCHAR, _number VARCHAR) |
SELECT away_team AS score FROM table_name_84 WHERE home_team = "hawthorn" | What away team score has hawthorn as the home team? | CREATE TABLE table_name_84 (away_team VARCHAR, home_team VARCHAR) |
SELECT publisher_s_ FROM table_14325653_2 WHERE video_game = "Resident Evil 4" | Name the publisher for resident evil 4 | CREATE TABLE table_14325653_2 (publisher_s_ VARCHAR, video_game VARCHAR) |
SELECT country FROM table_name_46 WHERE place = "1" | What is the Country, when Place is "1"? | CREATE TABLE table_name_46 (country VARCHAR, place VARCHAR) |
SELECT candidates FROM table_1341690_35 WHERE first_elected = 1966 | Who were the candidates in the districts that was first elected in 1966? | CREATE TABLE table_1341690_35 (candidates VARCHAR, first_elected VARCHAR) |
SELECT winner FROM table_name_82 WHERE name = "schimatari 1" | Name the winner for schimatari 1 | CREATE TABLE table_name_82 (winner VARCHAR, name VARCHAR) |
SELECT SUM(grid) FROM table_name_98 WHERE driver = "cristiano da matta" AND points < 33 | Which Grid has a Driver of cristiano da matta, and Points smaller than 33? | CREATE TABLE table_name_98 (grid INTEGER, driver VARCHAR, points VARCHAR) |
SELECT date FROM table_name_99 WHERE major = "the open championship" AND country = "japan" | On what Date was The Open Championship in Japan? | CREATE TABLE table_name_99 (date VARCHAR, major VARCHAR, country VARCHAR) |
SELECT date FROM table_name_36 WHERE visitor = "colorado" AND home = "chicago" | What was the date of the game when Colorado was the visiting team and Chicago was the home team? | CREATE TABLE table_name_36 (date VARCHAR, visitor VARCHAR, home VARCHAR) |
SELECT school FROM table_name_37 WHERE city = "belleville" | What school has belleville as the city? | CREATE TABLE table_name_37 (school VARCHAR, city VARCHAR) |
SELECT COUNT(played) FROM table_name_81 WHERE drawn < 5 AND team = "army" AND points > 51 | How many games played for the army team with over 51 points and under 5 games drawn? | CREATE TABLE table_name_81 (played VARCHAR, points VARCHAR, drawn VARCHAR, team VARCHAR) |
SELECT nation FROM table_name_52 WHERE rank = "7" | Which nation has a rank of 7? | CREATE TABLE table_name_52 (nation VARCHAR, rank VARCHAR) |
SELECT time_retired FROM table_name_71 WHERE manufacturer = "honda" AND grid < 26 AND laps = 18 AND rider = "joan olivé" | What is the time/retired of the honda manufacturer with a grid less than 26, 18 laps, and joan olivé as the rider? | CREATE TABLE table_name_71 (time_retired VARCHAR, rider VARCHAR, laps VARCHAR, manufacturer VARCHAR, grid VARCHAR) |
SELECT type FROM table_1974632_1 WHERE institution = "Alvernia University" | what type of institution is alvernia university | CREATE TABLE table_1974632_1 (type VARCHAR, institution VARCHAR) |
SELECT years FROM table_name_5 WHERE jersey_number_s_ > 20 | What years did the player with the jersey number bigger than 20 play? | CREATE TABLE table_name_5 (years VARCHAR, jersey_number_s_ INTEGER) |
SELECT MAX(total_cargo__metric_tonnes_) FROM table_name_18 WHERE code__iata_icao_ = "bkk/vtbs" AND rank > 19 | What is the highest total cargo of an airport ranked larger than 19 with a code of BKK/VTBS? | CREATE TABLE table_name_18 (total_cargo__metric_tonnes_ INTEGER, code__iata_icao_ VARCHAR, rank VARCHAR) |
SELECT theme FROM table_name_5 WHERE order__number = "9" | Which Theme has a Order # of 9? | CREATE TABLE table_name_5 (theme VARCHAR, order__number VARCHAR) |
SELECT result FROM table_name_51 WHERE score = "30-44" | Which result has a Score of 30-44? | CREATE TABLE table_name_51 (result VARCHAR, score VARCHAR) |
SELECT name FROM table_name_93 WHERE debut_round > 14 AND games__2008_ < 2 AND club = "melbourne" | What is the name that has a debut round over 14, games under 2, and a club of Melbourne? | CREATE TABLE table_name_93 (name VARCHAR, club VARCHAR, debut_round VARCHAR, games__2008_ VARCHAR) |
SELECT title FROM table_2701851_5 WHERE production_code = "404a" | What was the title for the episode with the production code 404a? | CREATE TABLE table_2701851_5 (title VARCHAR, production_code VARCHAR) |
SELECT points FROM table_name_56 WHERE year > 1987 | Name the points for year more than 1987 | CREATE TABLE table_name_56 (points VARCHAR, year INTEGER) |
SELECT democratic_ticket FROM table_name_68 WHERE office = "u.s. senator" | The person who is on the Democratic ticket for the position of Office of U.S. Senator was who? | CREATE TABLE table_name_68 (democratic_ticket VARCHAR, office VARCHAR) |
SELECT airportname FROM table_name_3 WHERE city___town = "são filipe" AND iata = "sfl" | What is the name of the airport in São Filipe that has an IATA of sfl? | CREATE TABLE table_name_3 (airportname VARCHAR, city___town VARCHAR, iata VARCHAR) |
SELECT COUNT(starts) FROM table_name_47 WHERE driver = "nasser al-attiyah" AND points > 1 | What's the total starts with more points than 1 and the driver is Nasser Al-Attiyah? | CREATE TABLE table_name_47 (starts VARCHAR, driver VARCHAR, points VARCHAR) |
SELECT party FROM table_1341930_21 WHERE incumbent = "Thomas J. Lane" | What party is incumbent thomas j. lane from? | CREATE TABLE table_1341930_21 (party VARCHAR, incumbent VARCHAR) |
SELECT date FROM table_name_10 WHERE winner = "mark cavendish" | Name the date for mark cavendish | CREATE TABLE table_name_10 (date VARCHAR, winner VARCHAR) |
SELECT archive FROM table_2112766_1 WHERE run_time = "24:34" | how many archive were when run time is 24:34 | CREATE TABLE table_2112766_1 (archive VARCHAR, run_time VARCHAR) |
SELECT year_built__converted * _ FROM table_name_14 WHERE no_built__converted * _ = "10" | Tell me the year built for number built of 10 | CREATE TABLE table_name_14 (year_built__converted VARCHAR, _ VARCHAR, no_built__converted VARCHAR) |
SELECT declination___j2000__ FROM table_name_90 WHERE ngc_number > 3593 | what is the declination (j2000) when the ngc number is higher than 3593? | CREATE TABLE table_name_90 (declination___j2000__ VARCHAR, ngc_number INTEGER) |
SELECT outcome FROM table_name_48 WHERE date = "18 january 1999" | What was the score of the match played on 18 January 1999? | CREATE TABLE table_name_48 (outcome VARCHAR, date VARCHAR) |
SELECT COUNT(week) FROM table_name_64 WHERE date = "november 30, 1958" AND attendance > 33 OFFSET 240 | What is the Week number on November 30, 1958 with more than 33,240 in Attendance? | CREATE TABLE table_name_64 (week VARCHAR, date VARCHAR, attendance VARCHAR) |
SELECT position FROM table_name_74 WHERE competition = "european u23 championships" | What is the Position for the European U23 Championships? | CREATE TABLE table_name_74 (position VARCHAR, competition VARCHAR) |
SELECT village__german_ FROM table_10798421_1 WHERE percent_of_slovenes_1951 = "96.9%" | Provide me with the name of the village (German) where there is 96.9% Slovenes in 1951. | CREATE TABLE table_10798421_1 (village__german_ VARCHAR, percent_of_slovenes_1951 VARCHAR) |
SELECT MAX(overall) FROM table_name_89 WHERE name = "robert alford" AND round > 2 | Which highest overall figure had Robert Alford as a name and a round of more than 2? | CREATE TABLE table_name_89 (overall INTEGER, name VARCHAR, round VARCHAR) |
SELECT new_south_wales FROM table_1057262_2 WHERE crop__kilotonnes_ = "Canola" | what's the new south wales with crop (kilotonnes) being canola | CREATE TABLE table_1057262_2 (new_south_wales VARCHAR, crop__kilotonnes_ VARCHAR) |
SELECT T1.id, T1.Name FROM web_client_accelerator AS T1 JOIN accelerator_compatible_browser AS T2 ON T2.accelerator_id = T1.id GROUP BY T1.id HAVING COUNT(*) >= 2 | What are the ids and names of the web accelerators that are compatible with two or more browsers? | CREATE TABLE accelerator_compatible_browser (accelerator_id VARCHAR); CREATE TABLE web_client_accelerator (id VARCHAR, Name VARCHAR) |
SELECT game_4 FROM table_name_52 WHERE game_2 = "brett kenny" | During which Game 4, did Brett Kenny play Game 2? | CREATE TABLE table_name_52 (game_4 VARCHAR, game_2 VARCHAR) |
SELECT record FROM table_name_38 WHERE home = "los angeles" | What is the record of the game when Los Angeles was the home team? | CREATE TABLE table_name_38 (record VARCHAR, home VARCHAR) |
SELECT life FROM table_name_93 WHERE name = "stefanie rabatsch" | What is the lifespan of Stefanie Rabatsch? | CREATE TABLE table_name_93 (life VARCHAR, name VARCHAR) |
SELECT COUNT(*) FROM (SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'mid' EXCEPT SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'goalie') | How many states that have some college students playing in the mid position but not in the goalie position. | CREATE TABLE tryout (cName VARCHAR, pPos VARCHAR); CREATE TABLE college (state VARCHAR, cName VARCHAR) |
SELECT recipient FROM table_name_94 WHERE award = "£6,947" AND film = "jamaica" | Name the recipient for jamaica and award of £6,947 | CREATE TABLE table_name_94 (recipient VARCHAR, award VARCHAR, film VARCHAR) |
SELECT SUM(rank) FROM table_name_22 WHERE name = "chen yin" AND lane > 8 | How many ranks have chen yin as the name, with a lane greater than 8? | CREATE TABLE table_name_22 (rank INTEGER, name VARCHAR, lane VARCHAR) |
SELECT MIN(against) FROM table_name_51 WHERE venue = "stade colombes, paris" | What is the lowest against for games played in the stade colombes, paris venue? | CREATE TABLE table_name_51 (against INTEGER, venue VARCHAR) |
SELECT MIN(total) FROM table_name_44 WHERE gold < 4 | Which Total has a Gold smaller than 4? | CREATE TABLE table_name_44 (total INTEGER, gold INTEGER) |
SELECT name FROM table_name_90 WHERE year = "freshman" AND home_town = "los angeles, ca" AND height = "6–4" | What is the Name with a Year with freshman, and a Home Town with los angeles, ca, and a Height of 6–4? | CREATE TABLE table_name_90 (name VARCHAR, height VARCHAR, year VARCHAR, home_town VARCHAR) |
SELECT district FROM table_1341577_10 WHERE candidates = "Lawrence J. Smith (D) 69.4% Joseph Smith (R) 30.6%" | what's district with candidates being lawrence j. smith (d) 69.4% joseph smith (r) 30.6% | CREATE TABLE table_1341577_10 (district VARCHAR, candidates VARCHAR) |
SELECT AVG(goals_scored) FROM table_name_18 WHERE games_played < 30 | When less than 30 games have been played what is the average goals scored? | CREATE TABLE table_name_18 (goals_scored INTEGER, games_played INTEGER) |
SELECT MAX(total_foreign_born__1000_) FROM table_name_53 WHERE born_in_a_non_eu_state__1000_ = 685 AND total_population__1000_ > 10 OFFSET 666 | What is the highest Total Foreign-born (1000) from a non EU state (1000) of 685 and a population (1000) smaller than 10,666? | CREATE TABLE table_name_53 (total_foreign_born__1000_ INTEGER, born_in_a_non_eu_state__1000_ VARCHAR, total_population__1000_ VARCHAR) |
SELECT round FROM table_name_26 WHERE winning_team = "engstler motorsport maurer motorsport" | What Round was the Winning Team Engstler Motorsport Maurer Motorsport? | CREATE TABLE table_name_26 (round VARCHAR, winning_team VARCHAR) |
SELECT release_date FROM table_name_88 WHERE frequency = "2300mhz" | When is the release date for a chip that has a Frequency of 2300mhz? | CREATE TABLE table_name_88 (release_date VARCHAR, frequency VARCHAR) |
SELECT chassis FROM table_name_51 WHERE driver = "reg parnell" | What Chassis does Reg Parnell drive? | CREATE TABLE table_name_51 (chassis VARCHAR, driver VARCHAR) |
SELECT gender FROM table_name_15 WHERE authority = "integrated" AND roll = 142 | What was the gender for the integrated authority with a roll of 142? | CREATE TABLE table_name_15 (gender VARCHAR, authority VARCHAR, roll VARCHAR) |
SELECT headquarters FROM table_15637071_1 WHERE icao = "AAU" | Where is the headquarters of the airline which has the ICAO code of AAU? | CREATE TABLE table_15637071_1 (headquarters VARCHAR, icao VARCHAR) |
SELECT pick FROM table_name_97 WHERE name = "robert griffin iii" | what is the pick for robert griffin iii? | CREATE TABLE table_name_97 (pick VARCHAR, name VARCHAR) |
SELECT date FROM table_name_35 WHERE attendance = "15,557" | When is it has 15,557 Attendances? | CREATE TABLE table_name_35 (date VARCHAR, attendance VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.