question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
What is the record of the team with a St. Louis home?
CREATE TABLE table_name_18 (record VARCHAR, home VARCHAR)
SELECT record FROM table_name_18 WHERE home = "st. louis"
What body styles have 6/75 as the model?
CREATE TABLE table_name_4 (body_styles VARCHAR, model VARCHAR)
SELECT body_styles FROM table_name_4 WHERE model = "6/75"
What was the score for game 3?
CREATE TABLE table_27715173_6 (score VARCHAR, game VARCHAR)
SELECT score FROM table_27715173_6 WHERE game = 3
Year larger than 2008 includes which notes?
CREATE TABLE table_name_35 (notes VARCHAR, year INTEGER)
SELECT notes FROM table_name_35 WHERE year > 2008
Who's the incumbent in the district first elected in 1976?
CREATE TABLE table_1341604_19 (incumbent VARCHAR, first_elected VARCHAR)
SELECT incumbent FROM table_1341604_19 WHERE first_elected = 1976
What is the Winter in 1906?
CREATE TABLE table_name_99 (winter VARCHAR, year VARCHAR)
SELECT winter FROM table_name_99 WHERE year = 1906
Who had the high pick of the round of 10 for Fairmont State college?
CREATE TABLE table_name_13 (pick INTEGER, college VARCHAR, round VARCHAR)
SELECT MAX(pick) FROM table_name_13 WHERE college = "fairmont state" AND round > 10
what is the score when the date is february 3?
CREATE TABLE table_name_92 (score VARCHAR, date VARCHAR)
SELECT score FROM table_name_92 WHERE date = "february 3"
Who was the Runner(s)-up on the Date 4 Oct 2009?
CREATE TABLE table_name_66 (runner_s__up VARCHAR, date VARCHAR)
SELECT runner_s__up FROM table_name_66 WHERE date = "4 oct 2009"
What is the lowest position for driver Kyle Busch?
CREATE TABLE table_name_94 (pos INTEGER, driver VARCHAR)
SELECT MIN(pos) FROM table_name_94 WHERE driver = "kyle busch"
How many items are listed under 'andrew and georgies guest lee mack replaced andrew flint as team captain for one week' for episode 04x04?
CREATE TABLE table_29141354_4 (_episode_2 VARCHAR, andrew_and_georgies_guest_lee_mack_replaced_andrew_flintoff_as_team_captain_for_one_week_in_series_4 VARCHAR, episode VARCHAR)
SELECT COUNT(andrew_and_georgies_guest_lee_mack_replaced_andrew_flintoff_as_team_captain_for_one_week_in_series_4), _episode_2 FROM table_29141354_4 WHERE episode = "04x04"
How many grid numbers had a lap number bigger than 54?
CREATE TABLE table_name_89 (grid VARCHAR, laps INTEGER)
SELECT COUNT(grid) FROM table_name_89 WHERE laps > 54
What is the lowest image with a 20w Harrison, and less than 20 for Ashmolean?
CREATE TABLE table_name_51 (image INTEGER, harrison VARCHAR, ashmolean VARCHAR)
SELECT MIN(image) FROM table_name_51 WHERE harrison = "20w" AND ashmolean < 20
Which Avoirdupois value is translated to grain?
CREATE TABLE table_name_76 (avoirdupois_value VARCHAR, translation VARCHAR)
SELECT avoirdupois_value FROM table_name_76 WHERE translation = "grain"
What was the highest number of people injured in incidents in Vaishali, Bihar?
CREATE TABLE table_name_14 (injured INTEGER, place VARCHAR)
SELECT MAX(injured) FROM table_name_14 WHERE place = "vaishali, bihar"
Who were all the candidates in elections in which Steve Chabot was a candidate?
CREATE TABLE table_1805191_36 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1805191_36 WHERE incumbent = "Steve Chabot"
How many laps did Valentino rossi have when riding a vehicle manufactured by yamaha?
CREATE TABLE table_name_77 (laps VARCHAR, manufacturer VARCHAR, rider VARCHAR)
SELECT laps FROM table_name_77 WHERE manufacturer = "yamaha" AND rider = "valentino rossi"
What is the lowest Attendance, when Home Team is "Welling United"?
CREATE TABLE table_name_26 (attendance INTEGER, home_team VARCHAR)
SELECT MIN(attendance) FROM table_name_26 WHERE home_team = "welling united"
Which series with 62 points?
CREATE TABLE table_10705060_1 (series VARCHAR, points VARCHAR)
SELECT series FROM table_10705060_1 WHERE points = 62
What is the engine for the Bettenhausen Motorsports team?
CREATE TABLE table_name_3 (engine VARCHAR, team VARCHAR)
SELECT engine FROM table_name_3 WHERE team = "bettenhausen motorsports"
WHAT DATE HAD 6 RANK?
CREATE TABLE table_name_51 (date VARCHAR, rank__number VARCHAR)
SELECT date FROM table_name_51 WHERE rank__number = "6"
What is the district when the first elected was in 1986?
CREATE TABLE table_1805191_14 (district VARCHAR, first_elected VARCHAR)
SELECT district FROM table_1805191_14 WHERE first_elected = 1986
What was the team's record on july 18?
CREATE TABLE table_name_71 (record VARCHAR, date VARCHAR)
SELECT record FROM table_name_71 WHERE date = "july 18"
WHAT IS THE 2011 PERFORMANCE AT THE MIAMI MASTERS?
CREATE TABLE table_name_74 (tournament VARCHAR)
SELECT 2011 FROM table_name_74 WHERE tournament = "miami masters"
What is Notes, when Bronze is "Pasi Ikonen"?
CREATE TABLE table_name_20 (notes VARCHAR, bronze VARCHAR)
SELECT notes FROM table_name_20 WHERE bronze = "pasi ikonen"
What is the average rank of the Reliance Entertainment movie with an opening day on Wednesday before 2012?
CREATE TABLE table_name_8 (rank INTEGER, studio_s_ VARCHAR, day_of_week VARCHAR, year VARCHAR)
SELECT AVG(rank) FROM table_name_8 WHERE day_of_week = "wednesday" AND year < 2012 AND studio_s_ = "reliance entertainment"
When is the latest year that an entrant has toro rosso str1 chassis and under 1 point?
CREATE TABLE table_name_4 (year INTEGER, chassis VARCHAR, points VARCHAR)
SELECT MAX(year) FROM table_name_4 WHERE chassis = "toro rosso str1" AND points < 1
What is the top speed of a 4-speed automatic with production in 2002-2005?
CREATE TABLE table_1857216_1 (top_speed VARCHAR, transmission VARCHAR, production VARCHAR)
SELECT top_speed FROM table_1857216_1 WHERE transmission = "4-speed automatic" AND production = "2002-2005"
Who was the visiting team against the Minnesota Vikings?
CREATE TABLE table_name_13 (visiting_team VARCHAR, host_team VARCHAR)
SELECT visiting_team FROM table_name_13 WHERE host_team = "minnesota vikings"
In the Formula One World Championships, which entrant had 0 points with a Ferrari 156 Chassis after 1961?
CREATE TABLE table_name_2 (entrant VARCHAR, chassis VARCHAR, points VARCHAR, year VARCHAR)
SELECT entrant FROM table_name_2 WHERE points = 0 AND year > 1961 AND chassis = "ferrari 156"
in game that had a score of 7-6 what was the attendance?
CREATE TABLE table_name_73 (attendance VARCHAR, score VARCHAR)
SELECT attendance FROM table_name_73 WHERE score = "7-6"
Which Incumbent has a First elected larger than 1884?
CREATE TABLE table_name_58 (incumbent VARCHAR, first_elected INTEGER)
SELECT incumbent FROM table_name_58 WHERE first_elected > 1884
What is the listed in games played when the player is jimmy alapag?
CREATE TABLE table_28628309_8 (games_played VARCHAR, player VARCHAR)
SELECT games_played FROM table_28628309_8 WHERE player = "Jimmy Alapag"
What's the KV-85 when the KV-1S is 45?
CREATE TABLE table_name_51 (kv_85_m1943 VARCHAR, kv_1s_m1942 VARCHAR)
SELECT kv_85_m1943 FROM table_name_51 WHERE kv_1s_m1942 = "45"
What's the room temperature with no toxic materials and no ln production?
CREATE TABLE table_name_67 (room_temperature VARCHAR, in_production VARCHAR, toxic_materials VARCHAR)
SELECT room_temperature FROM table_name_67 WHERE in_production = "no" AND toxic_materials = "no"
When by80607002529af is the part number and september 2009 is the release date what is the l2 cache?
CREATE TABLE table_18823880_10 (l2_cache VARCHAR, release_date VARCHAR, part_number_s_ VARCHAR)
SELECT l2_cache FROM table_18823880_10 WHERE release_date = "September 2009" AND part_number_s_ = "BY80607002529AF"
Which fault log included the most number of faulty parts? List the fault log id, description and record time.
CREATE TABLE Fault_Log (fault_log_entry_id VARCHAR, fault_description VARCHAR, fault_log_entry_datetime VARCHAR); CREATE TABLE Fault_Log_Parts (fault_log_entry_id VARCHAR)
SELECT T1.fault_log_entry_id, T1.fault_description, T1.fault_log_entry_datetime FROM Fault_Log AS T1 JOIN Fault_Log_Parts AS T2 ON T1.fault_log_entry_id = T2.fault_log_entry_id GROUP BY T1.fault_log_entry_id ORDER BY COUNT(*) DESC LIMIT 1
Name the finals for prelim of out of playoffs
CREATE TABLE table_name_71 (finals VARCHAR, prelim VARCHAR)
SELECT finals FROM table_name_71 WHERE prelim = "out of playoffs"
What is the Total medals for the Nation ranking 33 with more than 1 Bronze?
CREATE TABLE table_name_5 (total INTEGER, rank VARCHAR, bronze VARCHAR)
SELECT AVG(total) FROM table_name_5 WHERE rank = "33" AND bronze > 1
What design was acquired in 1875?
CREATE TABLE table_name_32 (design VARCHAR, acquired VARCHAR)
SELECT design FROM table_name_32 WHERE acquired = 1875
What was the result of the game played in hurst?
CREATE TABLE table_name_39 (result_f___a VARCHAR, h___a VARCHAR)
SELECT result_f___a FROM table_name_39 WHERE h___a = "hurst"
How many numbers are there for kam wa7ed fina?
CREATE TABLE table_28005100_1 (no VARCHAR, title VARCHAR)
SELECT COUNT(no) FROM table_28005100_1 WHERE title = "Kam Wa7ed Fina"
What team played against Hafia FC (team 2)?
CREATE TABLE table_name_36 (team_1 VARCHAR, team_2 VARCHAR)
SELECT team_1 FROM table_name_36 WHERE team_2 = "hafia fc"
What was the score in Spain T3?
CREATE TABLE table_name_59 (score VARCHAR, place VARCHAR, country VARCHAR)
SELECT score FROM table_name_59 WHERE place = "t3" AND country = "spain"
What is the average Regional Finals score when the record is 3-2 and there are more than 3 bids?
CREATE TABLE table_name_3 (regional_finals INTEGER, record VARCHAR, _number_of_bids VARCHAR)
SELECT AVG(regional_finals) FROM table_name_3 WHERE record = "3-2" AND _number_of_bids > 3
What is the title of #33?
CREATE TABLE table_25800134_4 (title VARCHAR, season__number VARCHAR)
SELECT title FROM table_25800134_4 WHERE season__number = 33
Who had the highest assists during game 78?
CREATE TABLE table_27721131_11 (high_assists VARCHAR, game VARCHAR)
SELECT high_assists FROM table_27721131_11 WHERE game = 78
What town is from the molėtai district municipality and has a population rank of 187 and a population less than 470 in 2001?
CREATE TABLE table_name_81 (town VARCHAR, population_rank VARCHAR, municipality VARCHAR, population__2001_ VARCHAR)
SELECT town FROM table_name_81 WHERE municipality = "molėtai district municipality" AND population__2001_ < 470 AND population_rank = 187
Find the id and address of the shops whose score is below the average score.
CREATE TABLE shop (shop_id VARCHAR, address VARCHAR, score INTEGER)
SELECT shop_id, address FROM shop WHERE score < (SELECT AVG(score) FROM shop)
Which Rank has Goals larger than 4, and a Scorer of oh seok-jae?
CREATE TABLE table_name_14 (rank VARCHAR, goals VARCHAR, scorer VARCHAR)
SELECT rank FROM table_name_14 WHERE goals > 4 AND scorer = "oh seok-jae"
What is the length of the highway with the route name sh 2?
CREATE TABLE table_name_57 (length VARCHAR, route_name VARCHAR)
SELECT length FROM table_name_57 WHERE route_name = "sh 2"
What are the actual delivery dates of orders with quantity 1?
CREATE TABLE Customer_Orders (Actual_Delivery_Date VARCHAR, Order_ID VARCHAR); CREATE TABLE ORDER_ITEMS (Order_ID VARCHAR, Order_Quantity VARCHAR)
SELECT T1.Actual_Delivery_Date FROM Customer_Orders AS T1 JOIN ORDER_ITEMS AS T2 ON T1.Order_ID = T2.Order_ID WHERE T2.Order_Quantity = 1
Which class has *alanaz as Part 4?
CREATE TABLE table_name_62 (class VARCHAR, part_4 VARCHAR)
SELECT class FROM table_name_62 WHERE part_4 = "*alanaz"
What was the finale for 潮爆大狀
CREATE TABLE table_10942714_1 (finale VARCHAR, chinese_title VARCHAR)
SELECT finale FROM table_10942714_1 WHERE chinese_title = "潮爆大狀"
Which theme has a Episode of top 6?
CREATE TABLE table_name_79 (theme VARCHAR, episode VARCHAR)
SELECT theme FROM table_name_79 WHERE episode = "top 6"
I want to know the average attendance for n venue and f round
CREATE TABLE table_name_49 (attendance INTEGER, venue VARCHAR, round VARCHAR)
SELECT AVG(attendance) FROM table_name_49 WHERE venue = "n" AND round = "f"
Which Coach has a Runner-up of northeastern and a Score of 6–3?
CREATE TABLE table_name_82 (coach VARCHAR, runner_up VARCHAR, score VARCHAR)
SELECT coach FROM table_name_82 WHERE runner_up = "northeastern" AND score = "6–3"
Who were the victims of the US ship that sank in the Mississippi River near Memphis?
CREATE TABLE table_name_35 (principal_victims VARCHAR, nat VARCHAR, where_sunk VARCHAR)
SELECT principal_victims FROM table_name_35 WHERE nat = "us" AND where_sunk = "mississippi river near memphis"
What is the result if Coba is the song choice?
CREATE TABLE table_22736523_1 (result VARCHAR, song_choice VARCHAR)
SELECT result FROM table_22736523_1 WHERE song_choice = "Coba"
What is listed under the Years as tallest, that has Floors of 31?
CREATE TABLE table_name_83 (years_as_tallest VARCHAR, floors VARCHAR)
SELECT years_as_tallest FROM table_name_83 WHERE floors = 31
What year did Miyoshi Umeki make a film?
CREATE TABLE table_name_25 (year VARCHAR, name VARCHAR)
SELECT year FROM table_name_25 WHERE name = "miyoshi umeki"
What is the name of the competition that has a score of 2-0?
CREATE TABLE table_name_91 (competition VARCHAR, score VARCHAR)
SELECT competition FROM table_name_91 WHERE score = "2-0"
What is the number of games for a club that has a value of 595 for points for?
CREATE TABLE table_name_26 (games VARCHAR, points_for VARCHAR)
SELECT games FROM table_name_26 WHERE points_for = "595"
Tell me the label for formats of cd and album and year of 2008
CREATE TABLE table_name_48 (label VARCHAR, year VARCHAR, formats VARCHAR, format VARCHAR)
SELECT label FROM table_name_48 WHERE formats = "cd" AND format = "album" AND year = 2008
When the %2001 is more than 61.4, and the %2006 fewer than 54.1, how many Seats in 2001 were there?
CREATE TABLE table_name_30 (seats_2001 INTEGER, _percentage_2001 VARCHAR, _percentage_2006 VARCHAR)
SELECT SUM(seats_2001) FROM table_name_30 WHERE _percentage_2001 > 61.4 AND _percentage_2006 < 54.1
What was the high rebounds on November 26?
CREATE TABLE table_17325937_5 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_17325937_5 WHERE date = "November 26"
What is the municipality that has an area of exactly 214.44 sq. km?
CREATE TABLE table_255885_1 (municipality VARCHAR, area__km²_ VARCHAR)
SELECT municipality FROM table_255885_1 WHERE area__km²_ = "214.44"
Show all storm names affecting region "Denmark".
CREATE TABLE region (region_id VARCHAR, region_name VARCHAR); CREATE TABLE affected_region (region_id VARCHAR, storm_id VARCHAR); CREATE TABLE storm (name VARCHAR, storm_id VARCHAR)
SELECT T3.name FROM affected_region AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id JOIN storm AS T3 ON T1.storm_id = T3.storm_id WHERE T2.region_name = 'Denmark'
What is the Jump 2 of the person that has a Jump 3 of 7.77?
CREATE TABLE table_name_62 (jump_2 VARCHAR, jump_3 VARCHAR)
SELECT jump_2 FROM table_name_62 WHERE jump_3 = "7.77"
Who was the opponent on carpet in a final?
CREATE TABLE table_name_55 (opponent_in_final VARCHAR, surface VARCHAR)
SELECT opponent_in_final FROM table_name_55 WHERE surface = "carpet"
Name the number of airdates for 14
CREATE TABLE table_2409041_4 (original_air_date VARCHAR, no_in_season VARCHAR)
SELECT COUNT(original_air_date) FROM table_2409041_4 WHERE no_in_season = 14
What is the highest Against, when Date is "27/02/2005"?
CREATE TABLE table_name_29 (against INTEGER, date VARCHAR)
SELECT MAX(against) FROM table_name_29 WHERE date = "27/02/2005"
How many teams picked Jason Webb?
CREATE TABLE table_name_62 (pick VARCHAR, player VARCHAR)
SELECT COUNT(pick) FROM table_name_62 WHERE player = "jason webb"
What is the place later than 2007, with 141 (sf:83) points?
CREATE TABLE table_name_98 (place VARCHAR, year VARCHAR, points VARCHAR)
SELECT place FROM table_name_98 WHERE year > 2007 AND points = "141 (sf:83)"
How many total appearances (league only) have a name of gavin dykes?
CREATE TABLE table_name_88 (total_appearances_league_only_ VARCHAR, name VARCHAR)
SELECT total_appearances_league_only_ FROM table_name_88 WHERE name = "gavin dykes"
What team is sponsored by d3 Outdoors?
CREATE TABLE table_19908313_2 (team VARCHAR, primary_sponsor_s_ VARCHAR)
SELECT team FROM table_19908313_2 WHERE primary_sponsor_s_ = "D3 Outdoors"
What English title for the Romanization of lee jae-su-eui nan?
CREATE TABLE table_name_96 (english_title VARCHAR, romanization VARCHAR)
SELECT english_title FROM table_name_96 WHERE romanization = "lee jae-su-eui nan"
Who was in the West when ESV Gebensbach was in the East?
CREATE TABLE table_name_32 (west VARCHAR, east VARCHAR)
SELECT west FROM table_name_32 WHERE east = "esv gebensbach"
What is the altitude (meters) is associated with the Name Mount Launoit, with the range as Belgica Mountains?
CREATE TABLE table_name_93 (altitude__meters_ INTEGER, range VARCHAR, name VARCHAR)
SELECT SUM(altitude__meters_) FROM table_name_93 WHERE range = "belgica mountains" AND name = "mount launoit"
What is the away team score when Home team is fitzroy?
CREATE TABLE table_name_6 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team AS score FROM table_name_6 WHERE home_team = "fitzroy"
What is the biggest crowd when carlton is the away squad?
CREATE TABLE table_name_48 (crowd INTEGER, away_team VARCHAR)
SELECT MAX(crowd) FROM table_name_48 WHERE away_team = "carlton"
what is the numeric decline from peak population when the perfect decline from peak population is -16.76%
CREATE TABLE table_name_99 (numeric_decline_from_peak_population VARCHAR, percent_decline_from_peak_population VARCHAR)
SELECT numeric_decline_from_peak_population FROM table_name_99 WHERE percent_decline_from_peak_population = "-16.76%"
What player was picked by the New York Rangers?
CREATE TABLE table_2886617_2 (player VARCHAR, nhl_team VARCHAR)
SELECT player FROM table_2886617_2 WHERE nhl_team = "New York Rangers"
Name the recipientof the year for 1976
CREATE TABLE table_name_69 (recipient VARCHAR, year VARCHAR)
SELECT recipient FROM table_name_69 WHERE year = 1976
Name the city for ада
CREATE TABLE table_2562572_5 (city___municipality VARCHAR, cyrillic_name VARCHAR)
SELECT city___municipality FROM table_2562572_5 WHERE cyrillic_name = "Ада"
What is the winning score of the tournament on 16 May 1993?
CREATE TABLE table_name_20 (winning_score VARCHAR, date VARCHAR)
SELECT winning_score FROM table_name_20 WHERE date = "16 may 1993"
When was Moores Creek Bridge built?
CREATE TABLE table_name_20 (built VARCHAR, name VARCHAR)
SELECT built FROM table_name_20 WHERE name = "moores creek bridge"
What was the report for the game with the home team of the Townsville Crocodiles?
CREATE TABLE table_name_54 (report VARCHAR, home_team VARCHAR)
SELECT report FROM table_name_54 WHERE home_team = "townsville crocodiles"
Which astronaut went on the Apollo 16 mission at the age of 36y 6m 18d to step on the moon?
CREATE TABLE table_name_20 (name VARCHAR, mission VARCHAR, age_at_first_step VARCHAR)
SELECT name FROM table_name_20 WHERE mission = "apollo 16" AND age_at_first_step = "36y 6m 18d"
How tall is the contestant from Aruba?
CREATE TABLE table_20669355_2 (height__ft_ VARCHAR, country VARCHAR)
SELECT height__ft_ FROM table_20669355_2 WHERE country = "Aruba"
What is the T4 Place Player with a Score of 71-74-66=211?
CREATE TABLE table_name_57 (player VARCHAR, place VARCHAR, score VARCHAR)
SELECT player FROM table_name_57 WHERE place = "t4" AND score = 71 - 74 - 66 = 211
How many years as tallest building was Independence Hall?
CREATE TABLE table_name_6 (years_as_tallest VARCHAR, name VARCHAR)
SELECT years_as_tallest FROM table_name_6 WHERE name = "independence hall"
What country has an IEF 2011 of 45.3?
CREATE TABLE table_name_46 (country VARCHAR, ief_2011 VARCHAR)
SELECT country FROM table_name_46 WHERE ief_2011 = "45.3"
What open cups where played in 2002
CREATE TABLE table_1214035_1 (open_cup VARCHAR, year VARCHAR)
SELECT open_cup FROM table_1214035_1 WHERE year = 2002
When was Will Shields inducted into the Pro Football Hall of Fame?
CREATE TABLE table_274117_5 (year_of_induction_into_pro_football_hall_of_fame VARCHAR, player VARCHAR)
SELECT year_of_induction_into_pro_football_hall_of_fame FROM table_274117_5 WHERE player = "Will Shields"
What rocket has a COSPAR ID of 2002-001a?
CREATE TABLE table_name_31 (rocket VARCHAR, cospar_id VARCHAR)
SELECT rocket FROM table_name_31 WHERE cospar_id = "2002-001a"
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 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 maximum completed for delta bessborough
CREATE TABLE table_13397394_1 (completed INTEGER, building VARCHAR)
SELECT MAX(completed) FROM table_13397394_1 WHERE building = "Delta Bessborough"
What is the least Bodyweight for the Clean & jerk of 145.0, and a Snatch smaller than 122.5?
CREATE TABLE table_name_36 (bodyweight INTEGER, snatch VARCHAR, clean_ VARCHAR, _jerk VARCHAR)
SELECT MIN(bodyweight) FROM table_name_36 WHERE clean_ & _jerk = "145.0" AND snatch < 122.5
How many external (cm 2 ) are there for the .338 lapua magnum chambering?
CREATE TABLE table_26967904_2 (a_external__cm_2__ VARCHAR, chambering VARCHAR)
SELECT COUNT(a_external__cm_2__) FROM table_26967904_2 WHERE chambering = ".338 Lapua Magnum"