Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
36,300 | <question>: What was the score when they had 62 points? <context>: CREATE TABLE table_23453931_8 (score VARCHAR, points VARCHAR) | SELECT score FROM table_23453931_8 WHERE points = 62 |
36,301 | <question>: What team did the Maple Leafs score 9 points against? <context>: CREATE TABLE table_23453931_4 (opponent VARCHAR, points VARCHAR) | SELECT opponent FROM table_23453931_4 WHERE points = 9 |
36,302 | <question>: What time was achieved on Saturday 29th August by the rider who recorded 23' 18.82 97.102mph on Tuesday 25th August? <context>: CREATE TABLE table_23465864_4 (sat_29_aug VARCHAR, tues_25_aug VARCHAR) | SELECT sat_29_aug FROM table_23465864_4 WHERE tues_25_aug = "23' 18.82 97.102mph" |
36,303 | <question>: What time was achieved on Saturday 29th August by the rider who recorded 24' 17.26 93.208mph on Monday 24th August? <context>: CREATE TABLE table_23465864_4 (sat_29_aug VARCHAR, mon_24_aug VARCHAR) | SELECT sat_29_aug FROM table_23465864_4 WHERE mon_24_aug = "24' 17.26 93.208mph" |
36,304 | <question>: What time was achieved on Saturday 29th August by the rider who recorded 22' 54.20 98.842mph on Tuesday 25th August? <context>: CREATE TABLE table_23465864_4 (sat_29_aug VARCHAR, tues_25_aug VARCHAR) | SELECT sat_29_aug FROM table_23465864_4 WHERE tues_25_aug = "22' 54.20 98.842mph" |
36,305 | <question>: What time was achieved on Saturday 29th August by the rider who recorded 25' 01.89 90.438mph on Friday 28th August? <context>: CREATE TABLE table_23465864_4 (sat_29_aug VARCHAR, fri_28_aug VARCHAR) | SELECT sat_29_aug FROM table_23465864_4 WHERE fri_28_aug = "25' 01.89 90.438mph" |
36,306 | <question>: What was the event on Wed 26 Aug where rider is Andrew Farrell 400cc Kawasaki? <context>: CREATE TABLE table_23465864_6 (wed_26_aug VARCHAR, rider VARCHAR) | SELECT wed_26_aug FROM table_23465864_6 WHERE rider = "Andrew Farrell 400cc Kawasaki" |
36,307 | <question>: What was the event on Thurs 27 Aug when Tues 25 Aug was 23' 00.59 98.384mph? <context>: CREATE TABLE table_23465864_6 (thurs_27_aug VARCHAR, tues_25_aug VARCHAR) | SELECT thurs_27_aug FROM table_23465864_6 WHERE tues_25_aug = "23' 00.59 98.384mph" |
36,308 | <question>: What was the Tues 25 Aug time and speed when Mon 24 Aug was 22' 24.56 101.021mph? <context>: CREATE TABLE table_23465864_6 (tues_25_aug VARCHAR, mon_24_aug VARCHAR) | SELECT tues_25_aug FROM table_23465864_6 WHERE mon_24_aug = "22' 24.56 101.021mph" |
36,309 | <question>: Who was the rider when Fri 28 Aug was 24' 23.36 92.820mph? <context>: CREATE TABLE table_23465864_6 (rider VARCHAR, fri_28_aug VARCHAR) | SELECT rider FROM table_23465864_6 WHERE fri_28_aug = "24' 23.36 92.820mph" |
36,310 | <question>: Which opponent has 32194 as the attendance? <context>: CREATE TABLE table_23466021_4 (opponent VARCHAR, attendance VARCHAR) | SELECT opponent FROM table_23466021_4 WHERE attendance = 32194 |
36,311 | <question>: Which opponent has 36102 is the attendance? <context>: CREATE TABLE table_23466021_4 (opponent VARCHAR, attendance VARCHAR) | SELECT opponent FROM table_23466021_4 WHERE attendance = 36102 |
36,312 | <question>: What is the attendance? <context>: CREATE TABLE table_23466021_4 (attendance INTEGER) | SELECT MAX(attendance) FROM table_23466021_4 |
36,313 | <question>: What is the hometown of contestants who are from the province of Huesca? <context>: CREATE TABLE table_23476629_2 (hometown VARCHAR, province VARCHAR) | SELECT hometown FROM table_23476629_2 WHERE province = "Huesca" |
36,314 | <question>: What is the height in inches of contestants who are from the province of La Rioja? <context>: CREATE TABLE table_23476629_2 (height__in_ VARCHAR, province VARCHAR) | SELECT height__in_ FROM table_23476629_2 WHERE province = "La Rioja" |
36,315 | <question>: How many contestants of whatever age are there whose hometown of Andujar? <context>: CREATE TABLE table_23476629_2 (age VARCHAR, hometown VARCHAR) | SELECT COUNT(age) FROM table_23476629_2 WHERE hometown = "Andujar" |
36,316 | <question>: What's the service number of the Jammu Duronto train? <context>: CREATE TABLE table_23477312_1 (service INTEGER, train_name VARCHAR) | SELECT MAX(service) FROM table_23477312_1 WHERE train_name = "Jammu Duronto" |
36,317 | <question>: What's the name of the train to Madurai Junction? <context>: CREATE TABLE table_23477312_1 (train_name VARCHAR, destination VARCHAR) | SELECT train_name FROM table_23477312_1 WHERE destination = "Madurai Junction" |
36,318 | <question>: What's the service number of the Pune Duronto train that departures at 21:35? <context>: CREATE TABLE table_23477312_1 (service VARCHAR, train_name VARCHAR, departure VARCHAR) | SELECT service FROM table_23477312_1 WHERE train_name = "Pune Duronto" AND departure = "21:35" |
36,319 | <question>: What's the name of the train that goes to Bhubaneswar? <context>: CREATE TABLE table_23477312_1 (train_name VARCHAR, destination VARCHAR) | SELECT train_name FROM table_23477312_1 WHERE destination = "Bhubaneswar" |
36,320 | <question>: What is the record when the opposing team was the Pittsburgh Penguins? <context>: CREATE TABLE table_23486853_6 (record VARCHAR, opponent VARCHAR) | SELECT record FROM table_23486853_6 WHERE opponent = "Pittsburgh Penguins" |
36,321 | <question>: What was the game number when the opposing team was the Buffalo Sabres? <context>: CREATE TABLE table_23486853_6 (game INTEGER, opponent VARCHAR) | SELECT MIN(game) FROM table_23486853_6 WHERE opponent = "Buffalo Sabres" |
36,322 | <question>: Who directed episode no. 44 in the series? <context>: CREATE TABLE table_234886_3 (directed_by VARCHAR, no_in_series VARCHAR) | SELECT directed_by FROM table_234886_3 WHERE no_in_series = 44 |
36,323 | <question>: What is the number in the season of the episode with a production code of 2-05? <context>: CREATE TABLE table_234886_3 (no_in_season VARCHAR, prod_code VARCHAR) | SELECT COUNT(no_in_season) FROM table_234886_3 WHERE prod_code = "2-05" |
36,324 | <question>: What is the title of the episode with the production code 2-19? <context>: CREATE TABLE table_234886_3 (title VARCHAR, prod_code VARCHAR) | SELECT title FROM table_234886_3 WHERE prod_code = "2-19" |
36,325 | <question>: What is the total number of titles for the episode numbered 29 in the series? <context>: CREATE TABLE table_234886_3 (title VARCHAR, no_in_series VARCHAR) | SELECT COUNT(title) FROM table_234886_3 WHERE no_in_series = 29 |
36,326 | <question>: What was the name of the episode directed by Jessica Yu? <context>: CREATE TABLE table_23492454_1 (title VARCHAR, directed_by VARCHAR) | SELECT title FROM table_23492454_1 WHERE directed_by = "Jessica Yu" |
36,327 | <question>: who directed the episode written by Shonda Rhimes? <context>: CREATE TABLE table_23492454_1 (directed_by VARCHAR, written_by VARCHAR) | SELECT directed_by FROM table_23492454_1 WHERE written_by = "Shonda Rhimes" |
36,328 | <question>: How many episodes in the series are also episode 18 in the season? <context>: CREATE TABLE table_23492454_1 (no_in_series VARCHAR, no_in_season VARCHAR) | SELECT COUNT(no_in_series) FROM table_23492454_1 WHERE no_in_season = 18 |
36,329 | <question>: Who is every opponent on the date of March 16? <context>: CREATE TABLE table_23486853_8 (opponent VARCHAR, date VARCHAR) | SELECT opponent FROM table_23486853_8 WHERE date = "March 16" |
36,330 | <question>: What is every score for the opponent of Atlanta Thrashers? <context>: CREATE TABLE table_23486853_8 (score VARCHAR, opponent VARCHAR) | SELECT score FROM table_23486853_8 WHERE opponent = "Atlanta Thrashers" |
36,331 | <question>: What is every location for the date of March 20? <context>: CREATE TABLE table_23486853_8 (location VARCHAR, date VARCHAR) | SELECT location FROM table_23486853_8 WHERE date = "March 20" |
36,332 | <question>: What is every score at the location of Verizon Center and points of 68? <context>: CREATE TABLE table_23486853_8 (score VARCHAR, location VARCHAR, points VARCHAR) | SELECT score FROM table_23486853_8 WHERE location = "Verizon Center" AND points = 68 |
36,333 | <question>: What is every date with a record of 30β34β12? <context>: CREATE TABLE table_23486853_8 (date VARCHAR, record VARCHAR) | SELECT date FROM table_23486853_8 WHERE record = "30β34β12" |
36,334 | <question>: How many officers o/s were there on the day when the number of USAAF was 2373882? <context>: CREATE TABLE table_23508196_2 (officers_o_s INTEGER, total_usaaf VARCHAR) | SELECT MAX(officers_o_s) FROM table_23508196_2 WHERE total_usaaf = 2373882 |
36,335 | <question>: How many different numbers of Tot enlisted are there on the dates when the number of Enlisted o/s was 801471? <context>: CREATE TABLE table_23508196_2 (tot_enlisted VARCHAR, enlisted_o_s VARCHAR) | SELECT COUNT(tot_enlisted) FROM table_23508196_2 WHERE enlisted_o_s = 801471 |
36,336 | <question>: How many tot officers were there on the date when the number of tot enlisted was 329640? <context>: CREATE TABLE table_23508196_2 (tot_officers VARCHAR, tot_enlisted VARCHAR) | SELECT tot_officers FROM table_23508196_2 WHERE tot_enlisted = 329640 |
36,337 | <question>: How many Tot enlisted were there on the day when the number of total USAAF was 2329534? <context>: CREATE TABLE table_23508196_2 (tot_enlisted INTEGER, total_usaaf VARCHAR) | SELECT MAX(tot_enlisted) FROM table_23508196_2 WHERE total_usaaf = 2329534 |
36,338 | <question>: How many contestants where from mitteldeutschland? <context>: CREATE TABLE table_23495048_2 (age VARCHAR, represent VARCHAR) | SELECT COUNT(age) FROM table_23495048_2 WHERE represent = "Mitteldeutschland" |
36,339 | <question>: How many meters tall is Ulrike Wolful? <context>: CREATE TABLE table_23495048_2 (height__mtr_ VARCHAR, contestant VARCHAR) | SELECT height__mtr_ FROM table_23495048_2 WHERE contestant = "Ulrike Wolful" |
36,340 | <question>: Which country had a contestant that was 1.76 meters tall? <context>: CREATE TABLE table_23495048_2 (represent VARCHAR, height__mtr_ VARCHAR) | SELECT represent FROM table_23495048_2 WHERE height__mtr_ = "1.76" |
36,341 | <question>: What country had a contestant that was 1.70 meters tall? <context>: CREATE TABLE table_23495048_2 (represent VARCHAR, height__mtr_ VARCHAR) | SELECT represent FROM table_23495048_2 WHERE height__mtr_ = "1.70" |
36,342 | <question>: If seed number is 2, what is the maximum amount of points? <context>: CREATE TABLE table_23501776_18 (points INTEGER, seed VARCHAR) | SELECT MAX(points) FROM table_23501776_18 WHERE seed = 2 |
36,343 | <question>: If new points is 1720, what is the status? <context>: CREATE TABLE table_23501776_18 (status VARCHAR, new_points VARCHAR) | SELECT status FROM table_23501776_18 WHERE new_points = 1720 |
36,344 | <question>: Who is the winning party/coalition name in election year 1980? <context>: CREATE TABLE table_23512864_4 (winning_party_coalition VARCHAR, election_year VARCHAR) | SELECT winning_party_coalition FROM table_23512864_4 WHERE election_year = 1980 |
36,345 | <question>: If the speaker is Munu Adhi (2) K. Rajaram, what is the election year maximum? <context>: CREATE TABLE table_23512864_4 (election_year INTEGER, speaker VARCHAR) | SELECT MAX(election_year) FROM table_23512864_4 WHERE speaker = "Munu Adhi (2) K. Rajaram" |
36,346 | <question>: If the speaker is R. Muthiah, what is the election year maximum? <context>: CREATE TABLE table_23512864_4 (election_year INTEGER, speaker VARCHAR) | SELECT MAX(election_year) FROM table_23512864_4 WHERE speaker = "R. Muthiah" |
36,347 | <question>: What is the name of the speaker if the chief minister is M.G. Ramachandran? <context>: CREATE TABLE table_23512864_4 (speaker VARCHAR, chief_minister VARCHAR) | SELECT speaker FROM table_23512864_4 WHERE chief_minister = "M.G. Ramachandran" |
36,348 | <question>: If the assembly is the sixth assembly, what is the maximum election year? <context>: CREATE TABLE table_23512864_4 (election_year INTEGER, assembly VARCHAR) | SELECT MAX(election_year) FROM table_23512864_4 WHERE assembly = "Sixth assembly" |
36,349 | <question>: Name the number of crews for light bombardment group <context>: CREATE TABLE table_23508196_5 (number_of_crews VARCHAR, type_of_unit VARCHAR) | SELECT number_of_crews FROM table_23508196_5 WHERE type_of_unit = "Light bombardment group" |
36,350 | <question>: What is the aircraft for 21 crews? <context>: CREATE TABLE table_23508196_5 (type_of_aircraft VARCHAR, number_of_crews VARCHAR) | SELECT type_of_aircraft FROM table_23508196_5 WHERE number_of_crews = "21" |
36,351 | <question>: Nam ethe enlisted for troop carrier group <context>: CREATE TABLE table_23508196_5 (enlisted VARCHAR, type_of_unit VARCHAR) | SELECT enlisted FROM table_23508196_5 WHERE type_of_unit = "Troop carrier group" |
36,352 | <question>: What was the title when 1.121 million US people watched it? <context>: CREATE TABLE table_23513241_5 (title VARCHAR, us_viewers__millions_ VARCHAR) | SELECT title FROM table_23513241_5 WHERE us_viewers__millions_ = "1.121" |
36,353 | <question>: What is the lowest series episode with a production code of 406? <context>: CREATE TABLE table_23513241_5 (series_episode INTEGER, prod_code VARCHAR) | SELECT MIN(series_episode) FROM table_23513241_5 WHERE prod_code = 406 |
36,354 | <question>: List the title of series episode 38. <context>: CREATE TABLE table_23513241_5 (title VARCHAR, series_episode VARCHAR) | SELECT title FROM table_23513241_5 WHERE series_episode = 38 |
36,355 | <question>: What type of formula did Stirling Moss drive? <context>: CREATE TABLE table_23548160_1 (formula VARCHAR, driver VARCHAR) | SELECT formula FROM table_23548160_1 WHERE driver = "Stirling Moss" |
36,356 | <question>: What year did Randy Lewis drive? <context>: CREATE TABLE table_23548160_1 (year VARCHAR, driver VARCHAR) | SELECT year FROM table_23548160_1 WHERE driver = "Randy Lewis" |
36,357 | <question>: What was the constructor in 1975? <context>: CREATE TABLE table_23548160_1 (constructor VARCHAR, year VARCHAR) | SELECT constructor FROM table_23548160_1 WHERE year = 1975 |
36,358 | <question>: If the market name is Xperia U, what is the weight? <context>: CREATE TABLE table (weight VARCHAR, market_name VARCHAR) | SELECT weight FROM table WHERE market_name = "Xperia U" |
36,359 | <question>: What is the release date if the code name is Aoba? <context>: CREATE TABLE table (release_date VARCHAR, code_name VARCHAR) | SELECT release_date FROM table WHERE code_name = "Aoba" |
36,360 | <question>: If the weight is 126g and the NFC is yes, what is the battery (MAH)? <context>: CREATE TABLE table (battery___mah__ VARCHAR, nfc VARCHAR, weight VARCHAR) | SELECT battery___mah__ FROM table WHERE nfc = "Yes" AND weight = "126g" |
36,361 | <question>: What is the platform if the weight is 131.5g? <context>: CREATE TABLE table (platform VARCHAR, weight VARCHAR) | SELECT platform FROM table WHERE weight = "131.5g" |
36,362 | <question>: What is the Android version is the code name is Lotus? <context>: CREATE TABLE table (android_version VARCHAR, code_name VARCHAR) | SELECT android_version FROM table WHERE code_name = "Lotus" |
36,363 | <question>: When middle assyrian empire is the ubaid period in mesopotamia what is the copper age? <context>: CREATE TABLE table_23537091_1 (copper_age VARCHAR, ubaid_period_in_mesopotamia VARCHAR) | SELECT copper_age FROM table_23537091_1 WHERE ubaid_period_in_mesopotamia = "Middle Assyrian Empire" |
36,364 | <question>: When hittite old kingdom , minoan eruption is the ubaid period in mesopotamia what is the copper age? <context>: CREATE TABLE table_23537091_1 (copper_age VARCHAR, ubaid_period_in_mesopotamia VARCHAR) | SELECT copper_age FROM table_23537091_1 WHERE ubaid_period_in_mesopotamia = "Hittite Old Kingdom , Minoan eruption" |
36,365 | <question>: When hittite middle kingdom , new kingdom of egypt is the ubaid period in mesopotamia how many early chalcolithics are there? <context>: CREATE TABLE table_23537091_1 (early_chalcolithic VARCHAR, ubaid_period_in_mesopotamia VARCHAR) | SELECT COUNT(early_chalcolithic) FROM table_23537091_1 WHERE ubaid_period_in_mesopotamia = "Hittite Middle Kingdom , New Kingdom of Egypt" |
36,366 | <question>: When the second intermediate period of egypt is the ubaid period in mesopotamia how many early calcolithics are there? <context>: CREATE TABLE table_23537091_1 (early_chalcolithic VARCHAR, ubaid_period_in_mesopotamia VARCHAR) | SELECT COUNT(early_chalcolithic) FROM table_23537091_1 WHERE ubaid_period_in_mesopotamia = "Second Intermediate Period of Egypt" |
36,367 | <question>: What was the score against Loic Didavi? <context>: CREATE TABLE table_23563375_11 (result VARCHAR, opponent VARCHAR) | SELECT result FROM table_23563375_11 WHERE opponent = "Loic Didavi" |
36,368 | <question>: Who was played against when there was a loss and in the gi po round? <context>: CREATE TABLE table_23563375_11 (against VARCHAR, w_l VARCHAR, round VARCHAR) | SELECT against FROM table_23563375_11 WHERE w_l = "Loss" AND round = "GI PO" |
36,369 | <question>: What were the w/l when the final score was 2β6, 5β7, 7β6 (11β9) , 1β6? <context>: CREATE TABLE table_23563375_11 (w_l VARCHAR, result VARCHAR) | SELECT w_l FROM table_23563375_11 WHERE result = "2β6, 5β7, 7β6 (11β9) , 1β6" |
36,370 | <question>: When Cleveland was 2nd, great lakes in the regular season what did they get to in the playoffs? <context>: CREATE TABLE table_2357201_1 (playoffs VARCHAR, regular_season VARCHAR) | SELECT playoffs FROM table_2357201_1 WHERE regular_season = "2nd, Great Lakes" |
36,371 | <question>: What is the lowest numbered division Cleveland played in? <context>: CREATE TABLE table_2357201_1 (division INTEGER) | SELECT MIN(division) FROM table_2357201_1 |
36,372 | <question>: How did Cleveland do in the regular season in 2006? <context>: CREATE TABLE table_2357201_1 (regular_season VARCHAR, year VARCHAR) | SELECT regular_season FROM table_2357201_1 WHERE year = 2006 |
36,373 | <question>: How did Cleveland do in the Open Cup in 2009? <context>: CREATE TABLE table_2357201_1 (open_cup VARCHAR, year VARCHAR) | SELECT open_cup FROM table_2357201_1 WHERE year = 2009 |
36,374 | <question>: When victoria coren and rhod gilbert are both on the lees team what is the score? <context>: CREATE TABLE table_23575917_6 (scores VARCHAR, lees_team VARCHAR) | SELECT scores FROM table_23575917_6 WHERE lees_team = "Victoria Coren and Rhod Gilbert" |
36,375 | <question>: When david o'doherty and katherine parkinson are both on the davids team when is the first broadcast? <context>: CREATE TABLE table_23575917_6 (first_broadcast VARCHAR, davids_team VARCHAR) | SELECT first_broadcast FROM table_23575917_6 WHERE davids_team = "David O'Doherty and Katherine Parkinson" |
36,376 | <question>: When bill oddie and frank skinner are both on the davids team what is the episode? <context>: CREATE TABLE table_23575917_6 (episode VARCHAR, davids_team VARCHAR) | SELECT episode FROM table_23575917_6 WHERE davids_team = "Bill Oddie and Frank Skinner" |
36,377 | <question>: When kevin bridges and katy wix are both on the less team what is the score? <context>: CREATE TABLE table_23575917_6 (scores VARCHAR, lees_team VARCHAR) | SELECT scores FROM table_23575917_6 WHERE lees_team = "Kevin Bridges and Katy Wix" |
36,378 | <question>: How many shows did team David consist of vernon kay and dara Γ³ briain <context>: CREATE TABLE table_23575917_8 (episode VARCHAR, davids_team VARCHAR) | SELECT COUNT(episode) FROM table_23575917_8 WHERE davids_team = "Vernon Kay and Dara Γ Briain" |
36,379 | <question>: If the hometown is Windhoek, what is the represented? <context>: CREATE TABLE table_23576576_2 (represented VARCHAR, hometown VARCHAR) | SELECT represented FROM table_23576576_2 WHERE hometown = "Windhoek" |
36,380 | <question>: If the hometown is Omuthiya, what is the contestant name? <context>: CREATE TABLE table_23576576_2 (contestant VARCHAR, hometown VARCHAR) | SELECT contestant FROM table_23576576_2 WHERE hometown = "Omuthiya" |
36,381 | <question>: What is the height in inches if the represented is Erongo? <context>: CREATE TABLE table_23576576_2 (height__in_ VARCHAR, represented VARCHAR) | SELECT height__in_ FROM table_23576576_2 WHERE represented = "Erongo" |
36,382 | <question>: What week did September 29 fall in? <context>: CREATE TABLE table_23601267_2 (week VARCHAR, date VARCHAR) | SELECT COUNT(week) FROM table_23601267_2 WHERE date = "September 29" |
36,383 | <question>: What was the score on the October 28 game? <context>: CREATE TABLE table_23601267_2 (final_score VARCHAR, date VARCHAR) | SELECT final_score FROM table_23601267_2 WHERE date = "October 28" |
36,384 | <question>: What was the score on September 20? <context>: CREATE TABLE table_23601267_2 (final_score VARCHAR, date VARCHAR) | SELECT final_score FROM table_23601267_2 WHERE date = "September 20" |
36,385 | <question>: What's Blanco Encalada's main artillery? <context>: CREATE TABLE table_23614702_1 (main_artillery VARCHAR, warship VARCHAR) | SELECT main_artillery FROM table_23614702_1 WHERE warship = "Blanco Encalada" |
36,386 | <question>: How many different horse-powers does the Cochrane have? <context>: CREATE TABLE table_23614702_1 (horse__power VARCHAR, warship VARCHAR) | SELECT COUNT(horse__power) FROM table_23614702_1 WHERE warship = "Cochrane" |
36,387 | <question>: What warship has horse-power of 1500? <context>: CREATE TABLE table_23614702_1 (warship VARCHAR, horse__power VARCHAR) | SELECT warship FROM table_23614702_1 WHERE horse__power = 1500 |
36,388 | <question>: How much does the Independencia weight? <context>: CREATE TABLE table_23614702_1 (tons___lton__ INTEGER, warship VARCHAR) | SELECT MIN(tons___lton__) FROM table_23614702_1 WHERE warship = "Independencia" |
36,389 | <question>: In how many different years was the warship that weights 1130 tons built? <context>: CREATE TABLE table_23614702_1 (built_year VARCHAR, tons___lton__ VARCHAR) | SELECT COUNT(built_year) FROM table_23614702_1 WHERE tons___lton__ = 1130 |
36,390 | <question>: What is every value for % 20-39 if % 60-74 is 10,46%? <context>: CREATE TABLE table_23606500_4 (_percentage_20_39 VARCHAR, _percentage_60_74 VARCHAR) | SELECT _percentage_20_39 FROM table_23606500_4 WHERE _percentage_60_74 = "10,46%" |
36,391 | <question>: What is every value for % 40-59 if % 60-74 is 12,42%? <context>: CREATE TABLE table_23606500_4 (_percentage_40_59 VARCHAR, _percentage_60_74 VARCHAR) | SELECT _percentage_40_59 FROM table_23606500_4 WHERE _percentage_60_74 = "12,42%" |
36,392 | <question>: What is every value for % 20-39 if % 0-19 is 21,11%? <context>: CREATE TABLE table_23606500_4 (_percentage_20_39 VARCHAR, _percentage_0_19 VARCHAR) | SELECT _percentage_20_39 FROM table_23606500_4 WHERE _percentage_0_19 = "21,11%" |
36,393 | <question>: What is every value for % 40-59 if % 60-74 is 12,40%? <context>: CREATE TABLE table_23606500_4 (_percentage_40_59 VARCHAR, _percentage_60_74 VARCHAR) | SELECT _percentage_40_59 FROM table_23606500_4 WHERE _percentage_60_74 = "12,40%" |
36,394 | <question>: How man horse power did the ship covadonga have? <context>: CREATE TABLE table_23614702_2 (horse__power VARCHAR, warship VARCHAR) | SELECT horse__power FROM table_23614702_2 WHERE warship = "Covadonga" |
36,395 | <question>: What is the primary artillery for the 1,051 ships? <context>: CREATE TABLE table_23614702_2 (main_artillery VARCHAR, tons___lton__ VARCHAR) | SELECT main_artillery FROM table_23614702_2 WHERE tons___lton__ = "1,051" |
36,396 | <question>: List the maximum speed for the 1.150 ton ships? <context>: CREATE TABLE table_23614702_2 (speed___knots__ VARCHAR, tons___lton__ VARCHAR) | SELECT speed___knots__ FROM table_23614702_2 WHERE tons___lton__ = "1.150" |
36,397 | <question>: List the ship with 1x115-2x70-2x12-pounders for primary artillery. <context>: CREATE TABLE table_23614702_2 (warship VARCHAR, main_artillery VARCHAR) | SELECT warship FROM table_23614702_2 WHERE main_artillery = "1x115-2x70-2x12-pounders" |
36,398 | <question>: Which location has the date of October 28? <context>: CREATE TABLE table_23612439_2 (location VARCHAR, date VARCHAR) | SELECT location FROM table_23612439_2 WHERE date = "October 28" |
36,399 | <question>: What is the final score when 22210 is the attendance? <context>: CREATE TABLE table_23612439_2 (final_score VARCHAR, attendance VARCHAR) | SELECT final_score FROM table_23612439_2 WHERE attendance = 22210 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.