answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT COUNT(goals) FROM table_name_98 WHERE nationality = "england" AND position = "df" AND crewe_alexandra_career = "1958–1962" AND appearances < 170 | What is the total number of Goals with a nationality of England, and position of DF, and a Crewe Alexandra career is 1958–1962, and less than 170 appearances? | CREATE TABLE table_name_98 (goals VARCHAR, appearances VARCHAR, crewe_alexandra_career VARCHAR, nationality VARCHAR, position VARCHAR) |
SELECT team FROM table_11964154_7 WHERE game = 25 | Whom did they play on game number 25? | CREATE TABLE table_11964154_7 (team VARCHAR, game VARCHAR) |
SELECT title FROM table_name_65 WHERE termination_of_mission = "february 24, 1828" | Name the title with termination of mission of february 24, 1828 | CREATE TABLE table_name_65 (title VARCHAR, termination_of_mission VARCHAR) |
SELECT SUM(game) FROM table_name_71 WHERE team = "toronto" | What was the total score where Toronto was played? | CREATE TABLE table_name_71 (game INTEGER, team VARCHAR) |
SELECT home_away FROM table_29033869_3 WHERE position_on_ladder = "6th" | Was the round where they were in 6th at home or away? | CREATE TABLE table_29033869_3 (home_away VARCHAR, position_on_ladder VARCHAR) |
SELECT events FROM table_24051050_1 WHERE episode = 12 | What events took place in episode 12? | CREATE TABLE table_24051050_1 (events VARCHAR, episode VARCHAR) |
SELECT language FROM table_name_97 WHERE network = "sab" AND service = "sky" | What language is the movie in that is on SAB network through Sky service? | CREATE TABLE table_name_97 (language VARCHAR, network VARCHAR, service VARCHAR) |
SELECT SUM(labour_party) FROM table_name_29 WHERE fianna_fáil = 3 AND total > 9 AND green_party > 2 | How many are in the Labour Party of a Fianna Fail of 3 with a total higher than 9 and more than 2 in the Green Party? | CREATE TABLE table_name_29 (labour_party INTEGER, green_party VARCHAR, fianna_fáil VARCHAR, total VARCHAR) |
SELECT party FROM table_name_17 WHERE established > 1797 AND election = 2007 | What party established in 1797 won an election in 2007? | CREATE TABLE table_name_17 (party VARCHAR, established VARCHAR, election VARCHAR) |
SELECT MAX(up) AS :down_ratio FROM table_name_72 WHERE upstream = "4 mbit/s" | What is the highest up:down ratio with 4 mbit/s upstream? | CREATE TABLE table_name_72 (up INTEGER, upstream VARCHAR) |
SELECT winner FROM table_name_33 WHERE circuit = "june 8" | What is Winner, when Circuit is June 8? | CREATE TABLE table_name_33 (winner VARCHAR, circuit VARCHAR) |
SELECT stage FROM table_name_51 WHERE rally_leader = "m. grönholm" AND winner = "s.loeb" AND time__eest_ = "17:57" | Name the stage for m. grönholm and winner of s.loeb with time of 17:57 | CREATE TABLE table_name_51 (stage VARCHAR, time__eest_ VARCHAR, rally_leader VARCHAR, winner VARCHAR) |
SELECT high_points FROM table_name_69 WHERE record = "2-4" | For the game that had an end record of 2-4, who was the high points scorer? | CREATE TABLE table_name_69 (high_points VARCHAR, record VARCHAR) |
SELECT MIN(Shared) AS titles FROM table_2869837_1 WHERE last_final = 2006 | What is the minimum number of shared titles for the club whose last final was in 2006? | CREATE TABLE table_2869837_1 (Shared INTEGER, last_final VARCHAR) |
SELECT COUNT(total) FROM table_name_55 WHERE labour_panel < 5 AND administrative_panel < 1 AND national_university_of_ireland < 2 | Which Total has a Labour Panel smaller than 5, an Administrative Panel smaller than 1, and a National University of Ireland smaller than 2? | CREATE TABLE table_name_55 (total VARCHAR, national_university_of_ireland VARCHAR, labour_panel VARCHAR, administrative_panel VARCHAR) |
SELECT regular_season_champion_s_ FROM table_name_16 WHERE record = "9–0" AND tournament_champion = "north carolina" | Which Regular Season Champion(s) has a Record of 9–0, and a Tournament Champion of north carolina? | CREATE TABLE table_name_16 (regular_season_champion_s_ VARCHAR, record VARCHAR, tournament_champion VARCHAR) |
SELECT listed FROM table_name_93 WHERE borough = "valdez-cordova (census area)" | What are the listings in the Valdez-cordova (census area) Borough? | CREATE TABLE table_name_93 (listed VARCHAR, borough VARCHAR) |
SELECT home_team AS score FROM table_name_48 WHERE home_team = "melbourne" | What is melbourne's home team score? | CREATE TABLE table_name_48 (home_team VARCHAR) |
SELECT official_name FROM table_name_50 WHERE area_km_2 = 16.13 | What is the Official Name of the Community with an Area km 2 of 16.13? | CREATE TABLE table_name_50 (official_name VARCHAR, area_km_2 VARCHAR) |
SELECT attendance FROM table_name_97 WHERE final = "quarter (1)" | What was the attendance for the final quarter (1)? | CREATE TABLE table_name_97 (attendance VARCHAR, final VARCHAR) |
SELECT marriage FROM table_name_90 WHERE death = "17 december 1471" | When was the marriage of the person who died on 17 December 1471? | CREATE TABLE table_name_90 (marriage VARCHAR, death VARCHAR) |
SELECT years FROM table_name_99 WHERE ranking = 1 | What years had a ranking of 1? | CREATE TABLE table_name_99 (years VARCHAR, ranking VARCHAR) |
SELECT result FROM table_name_38 WHERE attendance = "56,906" | What is the result of the game when the attendance is 56,906? | CREATE TABLE table_name_38 (result VARCHAR, attendance VARCHAR) |
SELECT venue FROM table_name_47 WHERE date = "march 28, 2008" | Name the venue for march 28, 2008 | CREATE TABLE table_name_47 (venue VARCHAR, date VARCHAR) |
SELECT team FROM table_name_55 WHERE position_in_table = "15th (a)" AND outgoing_manager = "claudio borghi" | Which Team that has a Position in table of 15th (a) and a Outgoing manager of claudio borghi? | CREATE TABLE table_name_55 (team VARCHAR, position_in_table VARCHAR, outgoing_manager VARCHAR) |
SELECT time FROM table_name_96 WHERE round > 2 AND opponent = "jesse brock" | Which Time has a Round larger than 2, and an Opponent of jesse brock? | CREATE TABLE table_name_96 (time VARCHAR, round VARCHAR, opponent VARCHAR) |
SELECT MAX(lost) FROM table_name_75 WHERE seasons = 2 AND goals_against > 43 | Which Lost has Seasons of 2, and Goals against larger than 43? | CREATE TABLE table_name_75 (lost INTEGER, seasons VARCHAR, goals_against VARCHAR) |
SELECT first_name FROM Teachers WHERE email_address LIKE '%man%' | Find the first names of teachers whose email address contains the word "man". | CREATE TABLE Teachers (first_name VARCHAR, email_address VARCHAR) |
SELECT ship_type FROM table_name_93 WHERE tonnage = "225" | With a tonnage of 225 what is the ship type? | CREATE TABLE table_name_93 (ship_type VARCHAR, tonnage VARCHAR) |
SELECT SUM(reg_gp) FROM table_name_19 WHERE player = "rick vaive" AND rd__number < 1 | How many reg GP for rick vaive in round 1? | CREATE TABLE table_name_19 (reg_gp INTEGER, player VARCHAR, rd__number VARCHAR) |
SELECT displacement_ & _configuration FROM table_name_36 WHERE max_speed = "km/h (mph)" AND car_model = "panamera 4s" | What is the displacement and configuration with a max speed of km/h (mph) and the car model Panamera 4s? | CREATE TABLE table_name_36 (displacement_ VARCHAR, _configuration VARCHAR, max_speed VARCHAR, car_model VARCHAR) |
SELECT date FROM table_26842217_8 WHERE site = "Sanford Stadium • Athens, GA" | If the site is sanford stadium • athens, ga, what is the date? | CREATE TABLE table_26842217_8 (date VARCHAR, site VARCHAR) |
SELECT settlement FROM table_2562572_11 WHERE cyrillic_name_other_names = "Плавна" | How to you write плавна with the latin alphabet? | CREATE TABLE table_2562572_11 (settlement VARCHAR, cyrillic_name_other_names VARCHAR) |
SELECT AVG(took_office) FROM table_name_8 WHERE district = 29 | Which Took Office has a District of 29? | CREATE TABLE table_name_8 (took_office INTEGER, district VARCHAR) |
SELECT gto_winning_team FROM table_13642023_2 WHERE rnd = 5 AND gtu_winning_team = "#59 Brumos Porsche - Audi" | Who was the GTO winning team in round 5 when the GTU winning team was #59 Brumos Porsche - Audi? | CREATE TABLE table_13642023_2 (gto_winning_team VARCHAR, rnd VARCHAR, gtu_winning_team VARCHAR) |
SELECT MIN(pick__number) FROM table_name_78 WHERE college = "saint vincent college" | What is the lowest Pick # of Saint Vincent College? | CREATE TABLE table_name_78 (pick__number INTEGER, college VARCHAR) |
SELECT 2012 FROM table_name_3 WHERE 2009 = "mini" | What is the 2012 with a mini in 2009? | CREATE TABLE table_name_3 (Id VARCHAR) |
SELECT COUNT(production_stagemanager) FROM table_22410780_1 WHERE male_rep = "Gabriel Di Chiara" | How many production stage managers worked with Gabriel di Chiara as the Male Rep? | CREATE TABLE table_22410780_1 (production_stagemanager VARCHAR, male_rep VARCHAR) |
SELECT T1.Player, T1.Years_Played FROM player AS T1 JOIN team AS T2 ON T1.Team = T2.Team_id WHERE T2.Name = "Columbus Crew" | Show the players and years played for players from team "Columbus Crew". | CREATE TABLE player (Player VARCHAR, Years_Played VARCHAR, Team VARCHAR); CREATE TABLE team (Team_id VARCHAR, Name VARCHAR) |
SELECT goals FROM table_name_70 WHERE date = "8/4/04" | What are the goals for 8/4/04? | CREATE TABLE table_name_70 (goals VARCHAR, date VARCHAR) |
SELECT result FROM table_name_30 WHERE home_team = "portland" AND date = "may 31" | Which Result has a Home team of portland, and a Date of may 31? | CREATE TABLE table_name_30 (result VARCHAR, home_team VARCHAR, date VARCHAR) |
SELECT event FROM table_name_91 WHERE runner_up_skip = "randy ferbey" AND location = "gander, newfoundland and labrador" | What's the event that happened in Gander, Newfoundland and Labrador with Randy Ferbey runner-up? | CREATE TABLE table_name_91 (event VARCHAR, runner_up_skip VARCHAR, location VARCHAR) |
SELECT res FROM table_name_43 WHERE method = "decision (unanimous)" AND opponent = "chris wilson" | What is the result when the method was decision (unanimous), and Chris Wilson was the opponent? | CREATE TABLE table_name_43 (res VARCHAR, method VARCHAR, opponent VARCHAR) |
SELECT team_name FROM table_27961684_1 WHERE city = "Rock Island" | What team is in the city of Rock Island? | CREATE TABLE table_27961684_1 (team_name VARCHAR, city VARCHAR) |
SELECT date FROM table_name_81 WHERE home_team = "geelong" | What day was geelong the home team? | CREATE TABLE table_name_81 (date VARCHAR, home_team VARCHAR) |
SELECT city FROM table_name_77 WHERE country = "maldives" | What is the City in the Maldives? | CREATE TABLE table_name_77 (city VARCHAR, country VARCHAR) |
SELECT COUNT(rank_timeslot_) FROM table_27987623_4 WHERE airdate = "March 30, 2011" | what is the total rank on airdate march 30, 2011? | CREATE TABLE table_27987623_4 (rank_timeslot_ VARCHAR, airdate VARCHAR) |
SELECT date FROM table_name_47 WHERE visitor = "montreal" AND score = "1-4" | When did Montreal visit and have a score of 1-4? | CREATE TABLE table_name_47 (date VARCHAR, visitor VARCHAR, score VARCHAR) |
SELECT fuel_propulsion FROM table_10007452_3 WHERE fleet_series__quantity_ = "310-329 (20)" | what is the fuel propulsion where the fleet series (quantity) is 310-329 (20)? | CREATE TABLE table_10007452_3 (fuel_propulsion VARCHAR, fleet_series__quantity_ VARCHAR) |
SELECT author FROM table_name_73 WHERE title = "destination: nerva" | who is the author when the title is destination: nerva? | CREATE TABLE table_name_73 (author VARCHAR, title VARCHAR) |
SELECT AVG(goals) FROM table_name_54 WHERE name = "essi sainio" | What is the average goals for Essi Sainio? | CREATE TABLE table_name_54 (goals INTEGER, name VARCHAR) |
SELECT team_s_ FROM table_2190919_1 WHERE avg_finish = "23.3" | What are the racing teams for which the average finish is 23.3? | CREATE TABLE table_2190919_1 (team_s_ VARCHAR, avg_finish VARCHAR) |
SELECT MAX(attendance) FROM table_name_33 WHERE date = "may 17" | On May 17, what is the highest Attendance? | CREATE TABLE table_name_33 (attendance INTEGER, date VARCHAR) |
SELECT SUM(yards) FROM table_name_43 WHERE rating = 118.7 | What is the sum of yards for a 118.7 rating? | CREATE TABLE table_name_43 (yards INTEGER, rating VARCHAR) |
SELECT AVG(T2.Points) FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID WHERE T1.name = "AIB" | What is the average points of players from club with name "AIB". | CREATE TABLE player (Points INTEGER, Club_ID VARCHAR); CREATE TABLE club (Club_ID VARCHAR, name VARCHAR) |
SELECT bleeding_time FROM table_1226250_1 WHERE condition = "Aspirin" | What kind of bleeding does aspirin cause? | CREATE TABLE table_1226250_1 (bleeding_time VARCHAR, condition VARCHAR) |
SELECT COUNT(winning_coach) FROM table_237757_3 WHERE top_team_in_regular_season__points_ = "Kansas City Spurs (110 points)" | What is the winning coach total number if the top team in regular season (points) is the Kansas City Spurs (110 points)? | CREATE TABLE table_237757_3 (winning_coach VARCHAR, top_team_in_regular_season__points_ VARCHAR) |
SELECT attendance FROM table_name_53 WHERE opponent = "new england patriots" | How many people attended the game played with the New England Patriots as opponents? | CREATE TABLE table_name_53 (attendance VARCHAR, opponent VARCHAR) |
SELECT crew FROM table_name_33 WHERE start_date_time = "20 february 20:09" | What crew's EVA started on 20 February 20:09? | CREATE TABLE table_name_33 (crew VARCHAR, start_date_time VARCHAR) |
SELECT location FROM table_name_74 WHERE owgr_points > 6 AND winner = "ryu hyun-woo" | What is the location of the tournament with more than 6 OWGR points and Ryu Hyun-Woo as the winner? | CREATE TABLE table_name_74 (location VARCHAR, owgr_points VARCHAR, winner VARCHAR) |
SELECT home_team FROM table_name_76 WHERE venue = "glenferrie oval" | What home team played at Glenferrie Oval? | CREATE TABLE table_name_76 (home_team VARCHAR, venue VARCHAR) |
SELECT surface FROM table_16741821_8 WHERE opponent = "George Khrikadze" | WHAT WAS THE SURFACE MADE OF WHEN THE OPPONENT WAS GEORGE KHRIKADZE? | CREATE TABLE table_16741821_8 (surface VARCHAR, opponent VARCHAR) |
SELECT surface FROM table_name_40 WHERE date = "5 november 2011" | Which surface has a Date of 5 november 2011? | CREATE TABLE table_name_40 (surface VARCHAR, date VARCHAR) |
SELECT home_team AS score FROM table_name_85 WHERE venue = "kardinia park" | What is the home team's score at kardinia park? | CREATE TABLE table_name_85 (home_team VARCHAR, venue VARCHAR) |
SELECT COUNT(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode JOIN AIRPORTS AS T3 ON T1.SourceAirport = T3.AirportCode WHERE T2.City = "Ashley" AND T3.City = "Aberdeen" | How many flights depart from City 'Aberdeen' and have destination City 'Ashley'? | CREATE TABLE FLIGHTS (DestAirport VARCHAR, SourceAirport VARCHAR); CREATE TABLE AIRPORTS (AirportCode VARCHAR, City VARCHAR) |
SELECT home_city FROM driver EXCEPT SELECT home_city FROM driver WHERE age > 40 | Show all home cities except for those having a driver older than 40. | CREATE TABLE driver (home_city VARCHAR, age INTEGER) |
SELECT date FROM table_name_86 WHERE venue = "mcg" | What was the date of the match played at MCG? | CREATE TABLE table_name_86 (date VARCHAR, venue VARCHAR) |
SELECT first_name, birth_date FROM players WHERE country_code = 'USA' | List the first name and birth date of all players from the country with code USA. | CREATE TABLE players (first_name VARCHAR, birth_date VARCHAR, country_code VARCHAR) |
SELECT high_assists FROM table_name_93 WHERE team = "@ detroit" | What is the high assists that has @ detroit as the team? | CREATE TABLE table_name_93 (high_assists VARCHAR, team VARCHAR) |
SELECT COUNT(score) FROM table_11964154_7 WHERE high_assists = "Earl Watson (5)" AND date = "December 2" | How many times was the high assists earl watson (5) and the date of the game was december 2? | CREATE TABLE table_11964154_7 (score VARCHAR, high_assists VARCHAR, date VARCHAR) |
SELECT points FROM table_name_27 WHERE entrant = "tyrrell racing organisation" | How many points did the Tyrrell Racing Organisation have? | CREATE TABLE table_name_27 (points VARCHAR, entrant VARCHAR) |
SELECT m939_series FROM table_name_95 WHERE wheelbase = "short" AND m809_series = "m817" | Name the M939 series for short wheelbase and M809 series of m817 | CREATE TABLE table_name_95 (m939_series VARCHAR, wheelbase VARCHAR, m809_series VARCHAR) |
SELECT MAX(game) FROM table_19778010_5 WHERE date = "June 22" | What's the number of the game played on June 22? | CREATE TABLE table_19778010_5 (game INTEGER, date VARCHAR) |
SELECT COUNT(laps) FROM table_name_33 WHERE constructor = "brm" AND grid = 11 | How many laps did BRM have with a grid of 11? | CREATE TABLE table_name_33 (laps VARCHAR, constructor VARCHAR, grid VARCHAR) |
SELECT away FROM table_name_31 WHERE score = "1:2" AND home = "vida" | Which Away has a Score of 1:2, and a Home of vida? | CREATE TABLE table_name_31 (away VARCHAR, score VARCHAR, home VARCHAR) |
SELECT overall FROM table_23265433_2 WHERE offensive = "Mark Steenhuis" | Name the overall for mark steenhuis | CREATE TABLE table_23265433_2 (overall VARCHAR, offensive VARCHAR) |
SELECT location FROM table_name_35 WHERE name = "kap shui mun bridge" | Where is the kap shui mun bridge? | CREATE TABLE table_name_35 (location VARCHAR, name VARCHAR) |
SELECT custody_level_s_ FROM table_25346763_1 WHERE location = "Shelton" | What is the custody level of the facility in Shelton? | CREATE TABLE table_25346763_1 (custody_level_s_ VARCHAR, location VARCHAR) |
SELECT chassis FROM table_name_43 WHERE points = 147 AND engine = "ford cosworth dfx" | Name the chassis of 147 points and engine of ford cosworth dfx | CREATE TABLE table_name_43 (chassis VARCHAR, points VARCHAR, engine VARCHAR) |
SELECT to_par FROM table_name_81 WHERE country = "spain" | What is the To par of the Player from Spain? | CREATE TABLE table_name_81 (to_par VARCHAR, country VARCHAR) |
SELECT COUNT(vacator) FROM table_224840_4 WHERE district = "Massachusetts 3rd" | How many seats became avaliable in Massachusetts 3rd district? | CREATE TABLE table_224840_4 (vacator VARCHAR, district VARCHAR) |
SELECT entrant FROM table_name_12 WHERE year < 1965 AND chassis = "brabham bt10" | Which entrant had a Brabham BT10 chassis before 1965? | CREATE TABLE table_name_12 (entrant VARCHAR, year VARCHAR, chassis VARCHAR) |
SELECT AVG(points_against) FROM table_name_13 WHERE tries_for < 14 AND team = "llanelli" | How many Points against has Tries for smaller than 14, and a Team of llanelli? | CREATE TABLE table_name_13 (points_against INTEGER, tries_for VARCHAR, team VARCHAR) |
SELECT COUNT(jons_team) FROM table_23292220_17 WHERE episode = "15x07" | Name the total number of jons team for 15x07 | CREATE TABLE table_23292220_17 (jons_team VARCHAR, episode VARCHAR) |
SELECT venue FROM table_name_62 WHERE home_team = "fitzroy" | What venue featured fitzroy as the home squad? | CREATE TABLE table_name_62 (venue VARCHAR, home_team VARCHAR) |
SELECT Student.Fname, Student.Lname FROM Student JOIN Visits_Restaurant ON Student.StuID = Visits_Restaurant.StuID GROUP BY Student.StuID ORDER BY COUNT(*) DESC LIMIT 1 | Which student visited restaurant most often? List student's first name and last name. | CREATE TABLE Visits_Restaurant (Id VARCHAR); CREATE TABLE Student (Id VARCHAR) |
SELECT T2.name FROM home_game AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T1.year = 1980 ORDER BY T1.attendance LIMIT 1 | Which team had the least number of attendances in home games in 1980? | CREATE TABLE home_game (team_id VARCHAR, year VARCHAR, attendance VARCHAR); CREATE TABLE team (name VARCHAR, team_id_br VARCHAR) |
SELECT attendance FROM table_name_27 WHERE result = "w29-7" | How many spectators attended the game that ended in a result of w29-7? | CREATE TABLE table_name_27 (attendance VARCHAR, result VARCHAR) |
SELECT competition FROM table_name_84 WHERE venue = "shay stadium" | What competition was played at Shay Stadium? | CREATE TABLE table_name_84 (competition VARCHAR, venue VARCHAR) |
SELECT to_par FROM table_name_95 WHERE place = "t9" AND player = "ernie els" | What is the To par of T9 Place Player Ernie Els? | CREATE TABLE table_name_95 (to_par VARCHAR, place VARCHAR, player VARCHAR) |
SELECT melbourne FROM table_name_67 WHERE gold_coast = "no" | What is The Melbourne with a No- Gold Coast | CREATE TABLE table_name_67 (melbourne VARCHAR, gold_coast VARCHAR) |
SELECT MAX(number) FROM table_name_13 WHERE year_start < 1874 AND year_end > 1873 | Which Number has a Year Start smaller than 1874, and a Year End larger than 1873? | CREATE TABLE table_name_13 (number INTEGER, year_start VARCHAR, year_end VARCHAR) |
SELECT result FROM table_name_64 WHERE nominee = "frank langella" | What was the result of Frank Langella? | CREATE TABLE table_name_64 (result VARCHAR, nominee VARCHAR) |
SELECT winner FROM table_14395920_2 WHERE combativity_award = "Fumiyuki Beppu" | Who won the stage when Fumiyuki Beppu won the combativity award? | CREATE TABLE table_14395920_2 (winner VARCHAR, combativity_award VARCHAR) |
SELECT completed FROM table_name_58 WHERE list_entry_number > 1356460 | What is the completed list entry number more than 1356460? | CREATE TABLE table_name_58 (completed VARCHAR, list_entry_number INTEGER) |
SELECT loss FROM table_name_91 WHERE attendance = "9,065" | What was the loss of the Mariners game that had an attendance of 9,065? | CREATE TABLE table_name_91 (loss VARCHAR, attendance VARCHAR) |
SELECT japanese_title FROM table_name_19 WHERE tv_station = "ntv" | Which Japanese Title has a TV Station of ntv? | CREATE TABLE table_name_19 (japanese_title VARCHAR, tv_station VARCHAR) |
SELECT standalone FROM table_name_99 WHERE arcade = "tron" | What is the Standalone when Tron is the Arcade? | CREATE TABLE table_name_99 (standalone VARCHAR, arcade VARCHAR) |
SELECT date FROM table_14981555_1 WHERE weight__kg_ = "55" | When did the 55 kg participant race? | CREATE TABLE table_14981555_1 (date VARCHAR, weight__kg_ VARCHAR) |
SELECT COUNT(ansi_code) FROM table_18600760_20 WHERE latitude = "46.415037" | How many ansi codes are there for longitude 46.415037? | CREATE TABLE table_18600760_20 (ansi_code VARCHAR, latitude VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.