#ESPN
Find the number of athletes who participated in the Olympics that hosted in European cities.
European cities: Berlin, Athina, Lillehammer, London, Albertville and Paris.
table name: olympics_athletes_events

Solution:
select count(distinct id) as noOfAth
from olympics_athletes_events
where city in('Berlin','Athina','Lillehammer','London',
'Albertville','Paris')
Output:

SQL Script:
USE [StrataScratch]
GO
CREATE TABLE [dbo].[olympics_athletes_events](
[id] [int] NULL,
[name] [varchar](50) NULL,
[sex] [varchar](50) NULL,
[age] [float] NULL,
[height] [float] NULL,
[weight] [datetime] NULL,
[team] [varchar](50) NULL,
[noc] [varchar](50) NULL,
[games] [varchar](50) NULL,
[year] [int] NULL,
[season] [varchar](50) NULL,
[city] [varchar](50) NULL,
[sport] [varchar](50) NULL,
[event] [varchar](500) NULL,
[medal] [varchar](50) NULL
) ON [PRIMARY]
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (3520, N'Guillermo J. Amparan', N'M', NULL, NULL, NULL, N'Mexico', N'MEX', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s 800 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (35394, N'Henry John Finchett', N'M', NULL, NULL, NULL, N'Great Britain', N'GBR', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Rings', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (21918, N'Georg Frederik Ahrensborg Clausen', N'M', 28, NULL, NULL, N'Denmark', N'DEN', N'1924 Summer', 1924, N'Summer', N'Paris', N'Cycling', N'Cycling Men''s Road Race Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (110345, N'Marinus Cornelis Dick Sigmond', N'M', 26, NULL, NULL, N'Netherlands', N'NED', N'1924 Summer', 1924, N'Summer', N'Paris', N'Football', N'Football Men''s Football', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (54193, N'Thodore Tho Jeitz', N'M', 26, NULL, NULL, N'Luxembourg', N'LUX', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Individual All-Around', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (23240, N'Charles Barney Cory', N'M', 47, 180, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Golf', N'Golf Men''s Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (85019, N'Nicolaas Johannes Nederpeld', N'M', 37, NULL, NULL, N'Netherlands', N'NED', N'1924 Summer', 1924, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s Foil Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (25934, N'Jan Johannes de Blcourt', N'M', 47, NULL, NULL, N'Netherlands', N'NED', N'1908 Summer', 1908, N'Summer', N'London', N'Shooting', N'Shooting Men''s Free Pistol 50 yards', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (35191, N'John Charles Field-Richards', N'M', 29, NULL, NULL, N'Gyrinus-1', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Motorboating', N'Motorboating Mixed B-Class (Under 60 Feet)', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (4073, N'Andreac', N'M', NULL, NULL, NULL, N'France', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s epee Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (120786, N'Pierre Tolar', N'M', NULL, NULL, NULL, N'Luxembourg', N'LUX', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Rings', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (33723, N'August Oliver Gus Fager (Fagerstrm-)', N'M', 32, 178, NULL, N'United States', N'USA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s Cross-Country Team', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (82480, N'Mosso', N'M', NULL, NULL, NULL, N'France', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s epee Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (18257, N'Gustaf Vilhelm Carlberg', N'M', 44, NULL, NULL, N'Sweden', N'SWE', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Rapid-Fire Pistol 25 metres', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (27874, N'Destin Destine', N'M', NULL, NULL, NULL, N'Haiti', N'HAI', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Free Rifle 400 600 and 800 metres Team', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (5831, N'Sidney James Montford Sid Atkinson', N'M', 23, 186, NULL, N'South Africa', N'RSA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s 110 metres Hurdles', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (72917, N'Jaroslav Mach', N'M', 37, NULL, NULL, N'Czechoslovakia', N'TCH', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Free Rifle 400 600 and 800 metres Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (97418, N'Edmund John Pueschel', N'M', 21, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Individual All-Around Apparatus Work', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (49768, N'Dora Honnywill (Neve-)', N'F', 37, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Archery', N'Archery Women''s Double National Round', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (63311, N'Jan Koutn', N'M', 26, NULL, NULL, N'Czechoslovakia', N'TCH', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Rope Climbing', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (81214, N'Englebert Mollin', N'M', NULL, NULL, NULL, N'Belgium', N'BEL', N'1924 Summer', 1924, N'Summer', N'Paris', N'Wrestling', N'Wrestling Men''s Lightweight Greco-Roman', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (26259, N'Louis Verrant Gabriel Le Bailly de la Falaise', N'M', 42, NULL, NULL, N'France', N'FRA', N'1908 Summer', 1908, N'Summer', N'London', N'Fencing', N'Fencing Men''s Sabre Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (100458, N'Leslie George Rich', N'M', 21, NULL, NULL, N'United States', N'USA', N'1908 Summer', 1908, N'Summer', N'London', N'Swimming', N'Swimming Men''s 100 metres Freestyle', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (25585, N'Henry D. Davids', N'M', NULL, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Fencing', N'Fencing Men''s epee Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (66696, N'Lucien lie Larg (Barreau-)', N'M', 26, NULL, NULL, N'France', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s Foil Masters Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (47952, N'Helmer Hermansen', N'M', 29, NULL, NULL, N'Norway', N'NOR', N'1900 Summer', 1900, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Free Rifle Kneeling 300 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (129248, N'Karl Magnus Wegelius', N'M', 23, NULL, NULL, N'Finland', N'FIN', N'1908 Summer', 1908, N'Summer', N'London', N'Gymnastics', N'Gymnastics Men''s Team All-Around', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (25610, N'Charles C. Davies', N'M', NULL, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Athletics', N'Athletics Men''s 400 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (13249, N'tienne Bonnes', N'M', 29, 172, NULL, N'France', N'FRA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Rugby', N'Rugby Men''s Rugby', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (2723, N'Gaston Jules Louis Antoine Alibert', N'M', 22, NULL, NULL, N'France', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s epee Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (123217, N'Fridrihs Uksti', N'M', NULL, NULL, NULL, N'Latvia', N'LAT', N'1924 Summer', 1924, N'Summer', N'Paris', N'Cycling', N'Cycling Men''s Team Pursuit 4000 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (51315, N'Richard Hutton', N'M', NULL, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Shooting', N'Shooting Men''s Trap', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (133878, N'Ricardo Zamora Martnez', N'M', 23, NULL, NULL, N'Spain', N'ESP', N'1924 Summer', 1924, N'Summer', N'Paris', N'Football', N'Football Men''s Football', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (6144, N'Charles Avrillon', N'M', NULL, NULL, NULL, N'France', N'FRA', N'1908 Summer', 1908, N'Summer', N'London', N'Cycling', N'Cycling Men''s Tandem Sprint 2000 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (66748, N'Jos-Mara Larrabeiti Eguidazu', N'M', 23, 173, NULL, N'Spain', N'ESP', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s 200 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (63503, N'Stanisaw Bolesaw Kowalczewski', N'M', 34, NULL, NULL, N'Poland', N'POL', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Free Rifle 400 600 and 800 metres Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (115057, N'Thophilus Gerardus Gerard Steurs', N'M', 22, NULL, NULL, N'Belgium', N'BEL', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s Marathon', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (99201, N'John Joseph Joe Ravannack', N'M', 26, NULL, NULL, N'Independent Rowing Club-3', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Rowing', N'Rowing Men''s Double Sculls', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (33350, N'Fred Rudolph Etchen Sr.', N'M', 39, 183, NULL, N'United States', N'USA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Trap Team', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (44725, N'John Percival Percy Hagerman', N'M', 22, 176, NULL, N'Canada', N'CAN', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Athletics', N'Athletics Men''s Triple Jump', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (87211, N'Riccardo Nowak', N'M', 23, NULL, NULL, N'Italy', N'ITA', N'1908 Summer', 1908, N'Summer', N'London', N'Fencing', N'Fencing Men''s epee Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (48256, N'Max Hess', N'M', 26, 165, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Individual All-Around', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (115954, N'Albert Stdemann', N'M', NULL, NULL, NULL, N'Germany', N'GER', N'1908 Summer', 1908, N'Summer', N'London', N'Hockey', N'Hockey Men''s Hockey', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (98018, N'Frank K. Raad', N'M', NULL, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Individual All-Around Apparatus Work', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (22877, N'Emma C. Cooke', N'F', 55, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Archery', N'Archery Women''s Double Columbia Round', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (3493, N'Edward John Amoore', N'M', 31, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Shooting', N'Shooting Men''s Small-Bore Rifle Moving Target 25 yards', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (101906, N'Otto Paul Roesner', N'M', 22, NULL, NULL, N'Socialer Turnverein, Detroit', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Team All-Around', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (130434, N'Louis Eugne Edmond Wilhelme', N'M', 23, NULL, NULL, N'France', N'FRA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s Triple Jump', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (128354, N'Gottlob Friedrich Walz', N'M', 26, NULL, NULL, N'Germany', N'GER', N'1908 Summer', 1908, N'Summer', N'London', N'Diving', N'Diving Men''s Springboard', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (3325, N'Santiago Amat Cansino', N'M', 36, NULL, NULL, N'Amolgavar', N'ESP', N'1924 Summer', 1924, N'Summer', N'Paris', N'Sailing', N'Sailing Mixed 6 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (85547, N'Sybil Fenton Newall', N'F', 53, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Archery', N'Archery Women''s Double National Round', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (106413, N'Ole Andreas Sther', N'M', 38, NULL, NULL, N'Norway', N'NOR', N'1908 Summer', 1908, N'Summer', N'London', N'Shooting', N'Shooting Men''s Free Rifle Three Positions 300 metres Team', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (126142, N'Sotirios Versis', N'M', NULL, NULL, NULL, N'Greece', N'GRE', N'1900 Summer', 1900, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s Shot Put', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (121884, N'Tryfon Triantafyllakos', N'M', NULL, NULL, NULL, N'Greece', N'GRE', N'1924 Summer', 1924, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s Sabre Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (85860, N'George Nicol', N'M', 21, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Athletics', N'Athletics Men''s 400 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (68934, N'Mario Lertora', N'M', 26, 165, NULL, N'Italy', N'ITA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Horse Vault', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (55651, N'E. J. Jones', N'M', NULL, NULL, NULL, N'Cornwall', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Rugby', N'Rugby Men''s Rugby', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (122748, N'Bertrand Turnbull', N'M', 21, NULL, NULL, N'Wales-4', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Hockey', N'Hockey Men''s Hockey', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (13725, N'Gerard Dagobert Henri Bosch van Drakestein', N'M', 20, NULL, NULL, N'Netherlands', N'NED', N'1908 Summer', 1908, N'Summer', N'London', N'Cycling', N'Cycling Men''s 100 kilometres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (120119, N'Benjamin Leonard Ben Thrash', N'M', 26, 175, NULL, N'United States', N'USA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Diving', N'Diving Men''s Plain High', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (130983, N'Jerry Elmer Winholtz', N'M', 29, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Wrestling', N'Wrestling Men''s Lightweight Freestyle', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (53528, N'Benjamin Jamieson', N'M', 30, NULL, NULL, N'Winnipeg Shamrocks-1', N'CAN', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Lacrosse', N'Lacrosse Men''s Lacrosse', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (129432, N'Ottokar Weise', N'M', NULL, NULL, NULL, N'Aschenbrodel', N'GER', N'1900 Summer', 1900, N'Summer', N'Paris', N'Sailing', N'Sailing Mixed Open', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (126443, N'Maria Rie Vierdag (-Smit)', N'F', 18, 170, NULL, N'Netherlands', N'NED', N'1924 Summer', 1924, N'Summer', N'Paris', N'Swimming', N'Swimming Women''s 400 metres Freestyle', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (66966, N'August Lass', N'M', 20, 177, NULL, N'Estonia', N'EST', N'1924 Summer', 1924, N'Summer', N'Paris', N'Football', N'Football Men''s Football', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (125020, N'Albertson Van Zo Post', N'M', 37, 183, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Fencing', N'Fencing Men''s Foil Team', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (129495, N'John Weldon', N'M', 33, NULL, NULL, N'Ireland', N'IRL', N'1924 Summer', 1924, N'Summer', N'Paris', N'Art Competitions', N'Art Competitions Mixed Literature', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (48394, N'Henry Hiatt', N'M', NULL, NULL, NULL, N'Great Britain', N'GBR', N'1900 Summer', 1900, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Individual All-Around', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (115209, N'Stuart Grosvenor Stu Stickney', N'M', 27, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Golf', N'Golf Men''s Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (2829, N'Richard Louis Pierre Allemane', N'M', 18, NULL, NULL, N'USFSA', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Football', N'Football Men''s Football', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (10514, N'Gustaf Eugen Bergman', N'M', 26, NULL, NULL, N'Sweden', N'SWE', N'1924 Summer', 1924, N'Summer', N'Paris', N'Boxing', N'Boxing Men''s Featherweight', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (29107, N'Hugh Lawrence Laurie Doherty', N'M', 24, 178, NULL, N'Great Britain', N'GBR', N'1900 Summer', 1900, N'Summer', N'Paris', N'Tennis', N'Tennis Men''s Singles', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (49580, N'Martin Drummond Vesey Holt', N'M', 43, NULL, NULL, N'Great Britain', N'GBR', N'1924 Summer', 1924, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s epee Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (127393, N'Herbert von Petersdorff', N'M', 19, NULL, NULL, N'Germany', N'GER', N'1900 Summer', 1900, N'Summer', N'Paris', N'Water Polo', N'Water Polo Men''s Water Polo', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (124979, N'Eduardus Ludovicus van Voorst tot Voorst', N'M', 33, NULL, NULL, N'Netherlands', N'NED', N'1908 Summer', 1908, N'Summer', N'London', N'Shooting', N'Shooting Men''s Trap Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (76076, N'Claude-Lon Mascaux', N'M', 41, NULL, NULL, N'France', N'FRA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Art Competitions', N'Art Competitions Mixed Sculpturing', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (56960, N'Nikolaos Kaloudis', N'M', NULL, NULL, NULL, N'Greece', N'GRE', N'1924 Summer', 1924, N'Summer', N'Paris', N'Water Polo', N'Water Polo Men''s Water Polo', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (27905, N'Christian Jacob Deubler', N'M', 23, NULL, NULL, N'Germany', N'GER', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Individual All-Around', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (119446, N'Louis Ren Texier', N'M', 41, NULL, NULL, N'France', N'FRA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Trap Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (75884, N'Antnio Augusto da Silva Martins', N'M', 32, NULL, NULL, N'Portugal', N'POR', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s Discus Throw', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (33484, N'Richmond Cavill Dick Eve', N'M', 23, 168, NULL, N'Australia', N'AUS', N'1924 Summer', 1924, N'Summer', N'Paris', N'Diving', N'Diving Men''s Springboard', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (125020, N'Albertson Van Zo Post', N'M', 37, 183, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Fencing', N'Fencing Men''s Foil Individual', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (49855, N'Thomas Hopkins', N'M', NULL, NULL, NULL, N'Great Britain', N'GBR', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Side Horse', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (129575, N'Jean Welter Sr.', N'M', 23, NULL, NULL, N'Luxembourg', N'LUX', N'1924 Summer', 1924, N'Summer', N'Paris', N'Boxing', N'Boxing Men''s Light-Heavyweight', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (50023, N'Marcel Horsch', N'M', NULL, NULL, NULL, N'Belgium', N'BEL', N'1924 Summer', 1924, N'Summer', N'Paris', N'Weightlifting', N'Weightlifting Men''s Middleweight', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (7426, N'George A. Bamber', N'M', NULL, NULL, NULL, N'Great Britain', N'GBR', N'1924 Summer', 1924, N'Summer', N'Paris', N'Art Competitions', N'Art Competitions Mixed Painting', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (77749, N'Burt Plumb McKinnie', N'M', 25, NULL, NULL, N'Trans-Mississippi Golf Association-2', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Golf', N'Golf Men''s Team', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (68934, N'Mario Lertora', N'M', 26, 165, NULL, N'Italy', N'ITA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Pommelled Horse', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (13447, N'Claes Arne Borg', N'M', 22, NULL, NULL, N'Sweden', N'SWE', N'1924 Summer', 1924, N'Summer', N'Paris', N'Swimming', N'Swimming Men''s 1500 metres Freestyle', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (42295, N'William Evans Graham', N'M', 22, NULL, NULL, N'Ireland-2', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Hockey', N'Hockey Men''s Hockey', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (74446, N'Jean-Baptiste Manhs', N'M', 27, 183, NULL, N'France', N'FRA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s Marathon', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (46989, N'Lacey Earnest Hearn', N'M', 23, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Athletics', N'Athletics Men''s 1500 metres', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (17070, N'Bror Erik Bylhn', N'M', 26, 172, NULL, N'Sweden', N'SWE', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s 400 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (55942, N'Jhannes Jsefsson (- Borg)', N'M', 24, 174, NULL, N'Iceland', N'ISL', N'1908 Summer', 1908, N'Summer', N'London', N'Wrestling', N'Wrestling Men''s Middleweight Greco-Roman', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (3365, N'Ernesto Ambrosini', N'M', 29, NULL, NULL, N'Italy', N'ITA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s 3000 metres Steeplechase', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (113507, N'Koloman Sovi', N'M', 24, NULL, NULL, N'Yugoslavia', N'YUG', N'1924 Summer', 1924, N'Summer', N'Paris', N'Cycling', N'Cycling Men''s Road Race Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (116147, N'Josef Sucharda', N'M', 41, NULL, NULL, N'Czechoslovakia', N'TCH', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Running Target Double Shot', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (42822, N'John William Grieb', N'M', 24, 175, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Individual All-Around', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (70715, N'Martti Johannes Liuttula', N'M', 30, NULL, NULL, N'Finland', N'FIN', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Running Target Single Shot', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (77408, N'Edward D''Arcy McCrea', N'M', 28, NULL, NULL, N'Ireland', N'IRL', N'1924 Summer', 1924, N'Summer', N'Paris', N'Tennis', N'Tennis Men''s Singles', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (123302, N'Charles Umbs', N'M', 28, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Individual All-Around Field Sports', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (11132, N'Emil Beyer', N'M', 27, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Individual All-Around Field Sports', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (10530, N'Sidney Bergmann', N'M', NULL, NULL, NULL, N'Austria', N'AUT', N'1924 Summer', 1924, N'Summer', N'Paris', N'Wrestling', N'Wrestling Men''s Lightweight Greco-Roman', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (119590, N'Alexandros Theofilakis', N'M', NULL, NULL, NULL, N'Greece', N'GRE', N'1908 Summer', 1908, N'Summer', N'London', N'Shooting', N'Shooting Men''s Free Pistol 50 yards', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (14719, N'Rene Brasseur', N'F', 21, NULL, NULL, N'Luxembourg', N'LUX', N'1924 Summer', 1924, N'Summer', N'Paris', N'Swimming', N'Swimming Women''s 100 metres Backstroke', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (115606, N'Andrew John Andy Straden', N'M', 26, NULL, NULL, N'United States', N'USA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Football', N'Football Men''s Football', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (30187, N'Andr du Bosch', N'M', NULL, NULL, NULL, N'Belgium', N'BEL', N'1908 Summer', 1908, N'Summer', N'London', N'Fencing', N'Fencing Men''s Sabre Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (47254, N'John C. Hein', N'M', 18, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Wrestling', N'Wrestling Men''s Light-Flyweight Freestyle', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (3818, N'Gerald C. Anderson', N'M', NULL, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Cycling', N'Cycling Men''s Sprint', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (38835, N'Otto Garnus', N'M', NULL, NULL, NULL, N'Switzerland', N'SUI', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s Shot Put', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (87390, N'Paavo Johannes Nurmi', N'M', 26, 174, NULL, N'Finland', N'FIN', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s 1500 metres', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (130936, N'Walter Winans', N'M', 56, NULL, NULL, N'United States', N'USA', N'1908 Summer', 1908, N'Summer', N'London', N'Shooting', N'Shooting Men''s Small-Bore Rifle Disappearing Target 25 yards', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (37932, N'Paul Gailly', N'M', 29, NULL, NULL, N'Belgium', N'BEL', N'1924 Summer', 1924, N'Summer', N'Paris', N'Water Polo', N'Water Polo Men''s Water Polo', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (88943, N'Oscar G. Olson', N'M', NULL, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Weightlifting', N'Weightlifting Men''s Unlimited Two Hands', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (41722, N'Harold Goodworth', N'M', NULL, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Diving', N'Diving Men''s Platform', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (120786, N'Pierre Tolar', N'M', NULL, NULL, NULL, N'Luxembourg', N'LUX', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Side Horse', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (92116, N'John Neil Patterson', N'M', 22, NULL, NULL, N'United States', N'USA', N'1908 Summer', 1908, N'Summer', N'London', N'Athletics', N'Athletics Men''s High Jump', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (55169, N'Oskar Emil Johansson', N'M', 23, NULL, NULL, N'Sweden', N'SWE', N'1908 Summer', 1908, N'Summer', N'London', N'Tug-Of-War', N'Tug-Of-War Men''s Tug-Of-War', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (112278, N'Herbert Smith', N'M', 30, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Football', N'Football Men''s Football', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (129828, N'Edvard Vilhelm Westerlund', N'M', 23, 174, NULL, N'Finland', N'FIN', N'1924 Summer', 1924, N'Summer', N'Paris', N'Wrestling', N'Wrestling Men''s Middleweight Greco-Roman', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (92249, N'Georges Marie Nestor Pauwels', N'M', 20, NULL, NULL, N'Belgium-1', N'BEL', N'1900 Summer', 1900, N'Summer', N'Paris', N'Equestrianism', N'Equestrianism Mixed Four-In-Hand Competition', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (24838, N'Edward Martin Dahl', N'M', 21, NULL, NULL, N'Sweden', N'SWE', N'1908 Summer', 1908, N'Summer', N'London', N'Athletics', N'Athletics Men''s 800 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (30732, N'A. Duponcheel', N'M', NULL, NULL, NULL, N'France', N'FRA', N'1908 Summer', 1908, N'Summer', N'London', N'Gymnastics', N'Gymnastics Men''s Team All-Around', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (12323, N'Teodor Tore Blom', N'M', 20, NULL, NULL, N'Sweden', N'SWE', N'1900 Summer', 1900, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s Long Jump', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (129642, N'Charles Sven Otto Wennergren', N'M', 35, NULL, NULL, N'Sweden', N'SWE', N'1924 Summer', 1924, N'Summer', N'Paris', N'Tennis', N'Tennis Men''s Singles', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (120168, N'Georges Thurnherr', N'M', 22, 175, NULL, N'France', N'FRA', N'1908 Summer', 1908, N'Summer', N'London', N'Gymnastics', N'Gymnastics Men''s Individual All-Around', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (25911, N'Jan Danil Hendrik de Beaufort', N'M', 27, NULL, NULL, N'Netherlands', N'NED', N'1908 Summer', 1908, N'Summer', N'London', N'Fencing', N'Fencing Men''s Sabre Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (115967, N'Theodore Frederick Ted Studier', N'M', 22, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Individual All-Around Apparatus Work', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (108863, N'Giacomo Serra', N'M', NULL, NULL, NULL, N'Italy', N'ITA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Trap Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (12814, N'Erik Viktor Bohlin', N'M', 26, NULL, NULL, N'Sweden', N'SWE', N'1924 Summer', 1924, N'Summer', N'Paris', N'Cycling', N'Cycling Men''s Road Race Team', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (70330, N'Alois F. Linka', N'M', 25, 172, NULL, N'Czechoslovakia', N'TCH', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s 100 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (40972, N'A. Godinat', N'M', NULL, NULL, NULL, N'France', N'FRA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Art Competitions', N'Art Competitions Mixed Literature', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (27423, N'mile Joseph Demangel', N'M', 25, 173, NULL, N'France', N'FRA', N'1908 Summer', 1908, N'Summer', N'London', N'Cycling', N'Cycling Men''s Sprint', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (66754, N'Roberto Larraz', N'M', 25, 168, NULL, N'Argentina', N'ARG', N'1924 Summer', 1924, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s Foil Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (4404, N'Johan August Anker', N'M', 36, NULL, NULL, N'Fram', N'NOR', N'1908 Summer', 1908, N'Summer', N'London', N'Sailing', N'Sailing Mixed 8 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (86143, N'Isidor Gadar Jack Niflot', N'M', 23, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Wrestling', N'Wrestling Men''s Bantamweight Freestyle', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (31220, N'Ernest Walter Ebbage', N'M', 34, NULL, NULL, N'K Division Metropolitan Police Team-3', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Tug-Of-War', N'Tug-Of-War Men''s Tug-Of-War', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (134205, N'Juozas ebrauskas', N'M', 19, NULL, NULL, N'Lithuania', N'LTU', N'1924 Summer', 1924, N'Summer', N'Paris', N'Football', N'Football Men''s Football', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (53253, N'Victor Jacquemin', N'M', 16, NULL, NULL, N'Belgium', N'BEL', N'1908 Summer', 1908, N'Summer', N'London', N'Athletics', N'Athletics Men''s 100 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (13073, N'Simon Bon', N'M', 20, NULL, NULL, N'Netherlands', N'NED', N'1924 Summer', 1924, N'Summer', N'Paris', N'Rowing', N'Rowing Men''s Coxed Eights', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (22085, N'Robert Bobby Cloughen', N'M', 19, 179, NULL, N'United States', N'USA', N'1908 Summer', 1908, N'Summer', N'London', N'Athletics', N'Athletics Men''s 200 metres', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (43186, N'Theodore Gross', N'M', 24, NULL, NULL, N'Turnverein Vorwrts, Chicago', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Team All-Around', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (54686, N'Marion Hall Jessup (Zinderstein- -MacLure)', N'F', 27, 163, NULL, N'United States', N'USA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Tennis', N'Tennis Women''s Singles', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (93221, N'Giulia Perelli', N'F', NULL, NULL, NULL, N'Italy', N'ITA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Tennis', N'Tennis Women''s Singles', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (107550, N'George Schroeder', N'M', NULL, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Individual All-Around Apparatus Work', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (25685, N'Gladys Mary Davis', N'F', 30, NULL, NULL, N'Great Britain', N'GBR', N'1924 Summer', 1924, N'Summer', N'Paris', N'Fencing', N'Fencing Women''s Foil Individual', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (26974, N'Peter Deer', N'M', 25, NULL, NULL, N'Canada', N'CAN', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Athletics', N'Athletics Men''s 1500 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (66681, N'Allan Edward Lard', N'M', 37, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Golf', N'Golf Men''s Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (51135, N'Marcus Latimer Hurley', N'M', 20, 181, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Cycling', N'Cycling Men''s 5 mile', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (116681, N'Henri Lon Victor Susse', N'M', 55, NULL, NULL, N'Favorite-17', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Sailing', N'Sailing Mixed Open', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (88281, N'Per Erik Fabian Ohlsson', N'M', 23, 173, NULL, N'Sweden', N'SWE', N'1908 Summer', 1908, N'Summer', N'London', N'Shooting', N'Shooting Men''s Free Rifle 1000 Yards', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (26055, N'Maurice Henri mile de Conninck', N'M', 26, NULL, NULL, N'France', N'FRA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s 3000 metres Steeplechase', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (50961, N'Jules Guillaume Hulsmans', N'M', 25, NULL, NULL, N'Belgium', N'BEL', N'1924 Summer', 1924, N'Summer', N'Paris', N'Modern Pentathlon', N'Modern Pentathlon Men''s Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (121142, N'Rasmus Aage Ejnar Torgensen', N'M', 24, NULL, NULL, N'Denmark', N'DEN', N'1924 Summer', 1924, N'Summer', N'Paris', N'Wrestling', N'Wrestling Men''s Featherweight Freestyle', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (58305, N'Jzef Ignacy Kaua', N'M', 28, 164, NULL, N'Poland', N'POL', N'1924 Summer', 1924, N'Summer', N'Paris', N'Football', N'Football Men''s Football', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (17975, N'James Cantion', N'M', NULL, NULL, NULL, N'Moseley Wanderers', N'GBR', N'1900 Summer', 1900, N'Summer', N'Paris', N'Rugby', N'Rugby Men''s Rugby', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (81433, N'Edwin Herbert Montague', N'M', 23, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Athletics', N'Athletics Men''s 400 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (75956, N'Charles Louis Marty', N'M', 34, NULL, NULL, N'France', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s Foil Masters Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (39588, N'Ioannis Georgiadis', N'M', 48, NULL, NULL, N'Greece', N'GRE', N'1924 Summer', 1924, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s Sabre Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (16538, N'Thomas William Bill Burgess', N'M', 27, 185, NULL, N'Great Britain', N'GBR', N'1900 Summer', 1900, N'Summer', N'Paris', N'Swimming', N'Swimming Men''s 1000 metres Freestyle', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (48898, N'Stane Hlastan', N'M', NULL, NULL, NULL, N'Yugoslavia', N'YUG', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Rope Climbing', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (93893, N'Peter Geltzer Petersen', N'M', 31, NULL, NULL, N'Denmark', N'DEN', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Free Rifle 400 600 and 800 metres Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (82090, N'David Victor Moriaud', N'M', 23, NULL, NULL, N'Switzerland', N'SUI', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s 100 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (41856, N'John Marshall Gorham', N'M', 54, NULL, NULL, N'Quicksilver-2', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Motorboating', N'Motorboating Mixed B-Class (Under 60 Feet)', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (24613, N'Arthur Ernest D''Anvers', N'M', 25, NULL, NULL, N'Belgium', N'BEL', N'1924 Summer', 1924, N'Summer', N'Paris', N'Rowing', N'Rowing Men''s Coxed Eights', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (84580, N'Jos Nasazzi Yarza', N'M', 22, 182, NULL, N'Uruguay', N'URU', N'1924 Summer', 1924, N'Summer', N'Paris', N'Football', N'Football Men''s Football', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (26841, N'Frederick Dean', N'M', 27, NULL, NULL, N'Cornwall', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Rugby', N'Rugby Men''s Rugby', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (103259, N'Joseph Aloysius Joe Ruddy Sr.', N'M', 25, NULL, NULL, N'New York Athletic Club #1-1', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Swimming', N'Swimming Men''s 4 x 50 Yard Freestyle Relay', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (112963, N'John Charles Barney Solomon', N'M', 25, NULL, NULL, N'Cornwall', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Rugby', N'Rugby Men''s Rugby', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (78779, N'Menso Johannes Menso', N'M', 21, NULL, NULL, N'Netherlands', N'NED', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s 400 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (125353, N'Simion Vartolomeu', N'M', 32, NULL, NULL, N'Romania', N'ROU', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Free Rifle 400 600 and 800 metres Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (86044, N'Svend Aage Thorvald Michael Nielsen', N'M', 31, NULL, NULL, N'Denmark', N'DEN', N'1924 Summer', 1924, N'Summer', N'Paris', N'Wrestling', N'Wrestling Men''s Middleweight Freestyle', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (119794, N'Albert Henry Harry Thomas', N'M', 19, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Boxing', N'Boxing Men''s Bantamweight', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (76245, N'Cencio Massola', N'M', NULL, NULL, NULL, N'Mebi', N'ITA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Sailing', N'Sailing Mixed 6 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (72100, N'Erich Ludwig', N'M', NULL, NULL, NULL, N'Frankfurt Club', N'GER', N'1900 Summer', 1900, N'Summer', N'Paris', N'Rugby', N'Rugby Men''s Rugby', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (76221, N'Gustave Florent Marie Masselin', N'M', 33, NULL, NULL, N'France', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s Foil Masters Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (76928, N'Ernest Edmund Bedford May', N'M', 29, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Athletics', N'Athletics Men''s Hammer Throw', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (111741, N'Antonn Skopov', N'M', NULL, NULL, NULL, N'Czechoslovakia', N'TCH', N'1924 Summer', 1924, N'Summer', N'Paris', N'Wrestling', N'Wrestling Men''s Bantamweight Greco-Roman', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (94393, N'Alexandre Emmanuel Pharamond', N'M', 23, 164, NULL, N'Union des Socits Franais de Sports Athletiques', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Rugby', N'Rugby Men''s Rugby', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (96484, N'Clarkson Potter', N'M', 23, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Golf', N'Golf Men''s Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (27126, N'Jorge del Mazo', N'M', NULL, NULL, NULL, N'Argentina', N'ARG', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Small-Bore Rifle Prone 50 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (70216, N'Adolf Atte Lindqvist (-Launos)', N'M', 29, NULL, NULL, N'Finland', N'FIN', N'1924 Summer', 1924, N'Summer', N'Paris', N'Diving', N'Diving Men''s Springboard', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (8875, N'Honor Jean Bayard', N'M', 26, 173, NULL, N'France', N'FRA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Rugby', N'Rugby Men''s Rugby', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (49855, N'Thomas Hopkins', N'M', NULL, NULL, NULL, N'Great Britain', N'GBR', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Horizontal Bar', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (75384, N'Edward Ed Marsh', N'M', 26, NULL, NULL, N'Vesper Boat Club', N'USA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Rowing', N'Rowing Men''s Coxed Eights', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (4285, N'Andr Angelini', N'M', NULL, NULL, NULL, N'France', N'FRA', N'1908 Summer', 1908, N'Summer', N'London', N'Shooting', N'Shooting Men''s Free Rifle 1000 Yards', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (44221, N'Jean Gutweniger', N'M', 31, NULL, NULL, N'Switzerland', N'SUI', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Team All-Around', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (95402, N'Clarence Bitters Platt', N'M', 50, NULL, NULL, N'United States', N'USA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Trap Team', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (82362, N'William Morton', N'M', 27, NULL, NULL, N'Canada', N'CAN', N'1908 Summer', 1908, N'Summer', N'London', N'Cycling', N'Cycling Men''s Sprint', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (109597, N'Martin Joseph Sheridan', N'M', 27, 190, NULL, N'United States', N'USA', N'1908 Summer', 1908, N'Summer', N'London', N'Athletics', N'Athletics Men''s Discus Throw Greek Style', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (6212, N'Albert Louis Flix Ayat', N'M', 17, 175, NULL, N'France', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s epee Masters Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (68714, N'Julius Lenhart', N'M', 28, 168, NULL, N'Philadelphia Turngemeinde, Philadelphia', N'AUT', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Team All-Around', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (26559, N'Hlne de Pourtals (Barbey-)', N'F', 32, NULL, NULL, N'Lerina', N'SUI', N'1900 Summer', 1900, N'Summer', N'Paris', N'Sailing', N'Sailing Mixed Open', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (22312, N'Paul Ren Colas', N'M', 27, 170, NULL, N'France', N'FRA', N'1908 Summer', 1908, N'Summer', N'London', N'Shooting', N'Shooting Men''s Free Rifle Three Positions 300 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (41753, N'Vilm Ladislav Jan Goppold z Lobsdorfu Sr.', N'M', 38, NULL, NULL, N'Bohemia', N'BOH', N'1908 Summer', 1908, N'Summer', N'London', N'Fencing', N'Fencing Men''s epee Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (35747, N'Alfred Edward Flaxman', N'M', 28, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Athletics', N'Athletics Men''s Discus Throw', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (71514, N'Mogens Lorentzen', N'M', 32, NULL, NULL, N'Denmark', N'DEN', N'1924 Summer', 1924, N'Summer', N'Paris', N'Art Competitions', N'Art Competitions Mixed Painting', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (104899, N'Salvanahac', N'M', NULL, NULL, NULL, N'France', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s epee Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (32614, N'Nils Erik Engdahl', N'M', 25, 165, NULL, N'Sweden', N'SWE', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s 400 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (27429, N'Jules Demar', N'M', NULL, NULL, NULL, N'Societ Nautique de la Marne-3', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Rowing', N'Rowing Men''s Coxed Fours', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (26085, N'Romain Henri Theodor David Reindert de Favauge', N'M', 35, NULL, NULL, N'Netherlands', N'NED', N'1908 Summer', 1908, N'Summer', N'London', N'Shooting', N'Shooting Men''s Trap', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (41713, N'Leo Joseph Budd Goodwin', N'M', 20, NULL, NULL, N'New York Athletic Club #1-1', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Swimming', N'Swimming Men''s 4 x 50 Yard Freestyle Relay', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (128837, N'Watson McLean Watty Washburn', N'M', 29, 194, NULL, N'United States-1', N'USA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Tennis', N'Tennis Men''s Doubles', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (86847, N'Gustaf Martin Eugen Norberg', N'M', 21, NULL, NULL, N'Sweden', N'SWE', N'1924 Summer', 1924, N'Summer', N'Paris', N'Water Polo', N'Water Polo Men''s Water Polo', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (100253, N'Robert Bob Reynolds', N'M', NULL, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Individual All-Around Field Sports', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (10287, N'J. Brard', N'M', NULL, NULL, NULL, N'France', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Cycling', N'Cycling Men''s 25 kilometres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (78900, N'Alexandros Merkati', N'M', 25, NULL, NULL, N'Greece', N'GRE', N'1900 Summer', 1900, N'Summer', N'Paris', N'Golf', N'Golf Men''s Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (65839, N'Franois Jacques Florentin Lafortune', N'M', 28, 173, NULL, N'Belgium', N'BEL', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Free Rifle 400 600 and 800 metres Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (96627, N'Kenneth Powell', N'M', 23, NULL, NULL, N'Great Britain-4', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Tennis', N'Tennis Men''s Doubles', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (46088, N'Ernest Nason Harmon', N'M', 30, 170, NULL, N'United States', N'USA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Modern Pentathlon', N'Modern Pentathlon Men''s Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (48898, N'Stane Hlastan', N'M', NULL, NULL, NULL, N'Yugoslavia', N'YUG', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Parallel Bars', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (52100, N'Stanislav Indruch', N'M', 24, NULL, NULL, N'Czechoslovakia', N'TCH', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Horizontal Bar', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (41936, N'Bolesaw Gociewicz', N'M', 34, NULL, NULL, N'Poland', N'POL', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Free Rifle 400 600 and 800 metres Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (14607, N'Carlos Castello Branco', N'M', NULL, 178, NULL, N'Brazil', N'BRA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Rowing', N'Rowing Men''s Double Sculls', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (31394, N'Gertrude Caroline Trudy Ederle', N'F', 18, 167, NULL, N'United States', N'USA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Swimming', N'Swimming Women''s 400 metres Freestyle', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (130318, N'Hazel Virginia Wightman (Hotchkiss-)', N'F', 37, NULL, NULL, N'United States-1', N'USA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Tennis', N'Tennis Women''s Doubles', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (42368, N'Jules Grandjean', N'M', NULL, NULL, NULL, N'Switzerland', N'SUI', N'1924 Summer', 1924, N'Summer', N'Paris', N'Wrestling', N'Wrestling Men''s Middleweight Greco-Roman', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (129215, N'Thomas Grenfell Wedge', N'M', 26, NULL, NULL, N'Cornwall', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Rugby', N'Rugby Men''s Rugby', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (30361, N'Roger Franois Ducret', N'M', 36, NULL, NULL, N'France', N'FRA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s epee Individual', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (112308, N'Joseph M. Joe Smith', N'M', NULL, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Athletics', N'Athletics Men''s 1500 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (113189, N'Phillip A. Sonntag', N'M', 25, NULL, NULL, N'Davenport Turngemeinde, Davenport', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Team All-Around', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (47647, N'L. Hennebicq', N'M', NULL, NULL, NULL, N'France', N'FRA', N'1908 Summer', 1908, N'Summer', N'London', N'Gymnastics', N'Gymnastics Men''s Team All-Around', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (126675, N'Francisco Villota y Baquiola', N'M', 26, NULL, NULL, N'Spain', N'ESP', N'1900 Summer', 1900, N'Summer', N'Paris', N'Basque Pelota', N'Basque Pelota Men''s Two-Man Teams With Cesta', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (11050, N'J. Btout', N'M', NULL, NULL, NULL, N'France', N'FRA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Rowing', N'Rowing Men''s Coxed Eights', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (88554, N'John J. O''Leary', N'M', 43, NULL, NULL, N'Great Britain', N'GBR', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Running Target Single Shot Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (121960, N'Giovanni Giorgio Giangiorgio Trissino', N'M', 22, NULL, NULL, N'Italy', N'ITA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Equestrianism', N'Equestrianism Mixed High Jump', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (124149, N'Cornelis van Altenburg', N'M', 36, NULL, NULL, N'Netherlands', N'NED', N'1908 Summer', 1908, N'Summer', N'London', N'Shooting', N'Shooting Men''s Free Rifle Three Positions 300 metres Team', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (32956, N'Erik Eriksson', N'M', NULL, NULL, NULL, N'Sweden', N'SWE', N'1900 Summer', 1900, N'Summer', N'Paris', N'Swimming', N'Swimming Men''s 200 metres Backstroke', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (28418, N'Jess Diguez Romero', N'M', 21, NULL, NULL, N'Spain', N'ESP', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s Cross-Country Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (30927, N'Albert Duval', N'M', NULL, NULL, NULL, N'Martha-1', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Sailing', N'Sailing Mixed 1-2 Ton', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (36559, N'Arthur George Fox', N'M', 25, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Fencing', N'Fencing Men''s Foil Team', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (8783, N'Jean Jacques Baumert', N'M', 21, 180, NULL, N'France', N'FRA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Wrestling', N'Wrestling Men''s Light-Heavyweight Greco-Roman', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (101050, N'Viljo Eino Ville Ritola (Koukkari-)', N'M', 28, 175, NULL, N'Finland', N'FIN', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s Cross-Country Individual', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (115405, N'Walter Raymond Stokes', N'M', 25, 171, NULL, N'United States', N'USA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Small-Bore Rifle Prone 50 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (45818, N'Willy Falck Hansen', N'M', 18, NULL, NULL, N'Denmark', N'DEN', N'1924 Summer', 1924, N'Summer', N'Paris', N'Cycling', N'Cycling Men''s 50 kilometres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (5497, N'George Aschenbrener', N'M', NULL, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Gymnastics', N'Gymnastics Men''s Individual All-Around Field Sports', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (106746, N'Zoltn Schenker (Ozoray)', N'M', 43, NULL, NULL, N'Hungary', N'HUN', N'1924 Summer', 1924, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s Sabre Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (24838, N'Edward Martin Dahl', N'M', 21, NULL, NULL, N'Sweden', N'SWE', N'1908 Summer', 1908, N'Summer', N'London', N'Athletics', N'Athletics Men''s 5 mile', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (100656, N'Charles Riddy', N'M', 23, NULL, NULL, N'Argonaut Rowing Club', N'CAN', N'1908 Summer', 1908, N'Summer', N'London', N'Rowing', N'Rowing Men''s Coxless Fours', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (93846, N'Willem Wim Peters', N'M', 20, 185, NULL, N'Netherlands', N'NED', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s Triple Jump', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (35364, N'Jeanne Marie Henriette Filleaul-Brohy (Hantjens-)', N'F', 33, NULL, NULL, N'France', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Croquet', N'Croquet Mixed Singles Two Balls', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (91682, N'Johnson Parker-Smith', N'M', 26, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Lacrosse', N'Lacrosse Men''s Lacrosse', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (83360, N'David Curtiss Munson', N'M', 20, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Athletics', N'Athletics Men''s 1500 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (49688, N'Asaji Honda', N'M', NULL, NULL, NULL, N'Japan', N'JPN', N'1924 Summer', 1924, N'Summer', N'Paris', N'Tennis', N'Tennis Men''s Singles', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (84716, N'Georg Naue', N'M', NULL, NULL, NULL, N'Aschenbrodel', N'GER', N'1900 Summer', 1900, N'Summer', N'Paris', N'Sailing', N'Sailing Mixed 1-2 Ton', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (48688, N'Sidney Rae Sid Hinds', N'M', 23, 185, NULL, N'United States', N'USA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Shooting', N'Shooting Men''s Free Rifle 400 600 and 800 metres Team', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (69172, N'Marcel Lvy', N'M', NULL, NULL, NULL, N'France', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Fencing', N'Fencing Men''s epee Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (96500, N'Gustave Pottier', N'M', NULL, NULL, NULL, N'France', N'FRA', N'1908 Summer', 1908, N'Summer', N'London', N'Gymnastics', N'Gymnastics Men''s Team All-Around', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (37915, N'George William Gaidzik', N'M', 23, 166, NULL, N'United States', N'USA', N'1908 Summer', 1908, N'Summer', N'London', N'Diving', N'Diving Men''s Springboard', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (53800, N'Jan Janssen', N'M', 28, NULL, NULL, N'Netherlands', N'NED', N'1908 Summer', 1908, N'Summer', N'London', N'Gymnastics', N'Gymnastics Men''s Individual All-Around', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (100799, N'Walter Riggs', N'M', 47, NULL, NULL, N'Emily', N'GBR', N'1924 Summer', 1924, N'Summer', N'Paris', N'Sailing', N'Sailing Mixed 8 metres', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (29109, N'Reginald Frank Reggie Doherty', N'M', 27, NULL, NULL, N'Great Britain-1', N'GBR', N'1900 Summer', 1900, N'Summer', N'Paris', N'Tennis', N'Tennis Men''s Doubles', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (37138, N'Heinrich Heinz Freyschmidt', N'M', 20, NULL, NULL, N'Germany', N'GER', N'1908 Summer', 1908, N'Summer', N'London', N'Diving', N'Diving Men''s Springboard', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (42827, N'Hans Grieder', N'M', 22, NULL, NULL, N'Switzerland', N'SUI', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Parallel Bars', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (97697, N'Alfred Harold Pycock', N'M', NULL, NULL, NULL, N'Great Britain', N'GBR', N'1924 Summer', 1924, N'Summer', N'Paris', N'Swimming', N'Swimming Men''s 100 metres Freestyle', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (77576, N'Matthew John Matt McGrath', N'M', 48, 182, NULL, N'United States', N'USA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Athletics', N'Athletics Men''s Hammer Throw', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (108898, N'Auguste Serrurier', N'M', 43, NULL, NULL, N'France', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Archery', N'Archery Men''s Sur La Perche a La Pyramide', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (118921, N'Leonora Josephine Leonie Taylor', N'F', NULL, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Archery', N'Archery Women''s Double National Round', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (128225, N'Jesse Alfred Wallingford', N'M', 36, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Shooting', N'Shooting Men''s Free Rifle Three Positions 300 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (56424, N'Theodore Hartmann Just', N'M', 22, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Athletics', N'Athletics Men''s 800 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (133892, N'Giorgio Zampori', N'M', 36, NULL, NULL, N'Italy', N'ITA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Horizontal Bar', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (131533, N'Emily Woodruff (Smiley-)', N'F', 58, NULL, NULL, N'United States', N'USA', N'1904 Summer', 1904, N'Summer', N'St. Louis', N'Archery', N'Archery Women''s Double Columbia Round', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (66323, N'Paul Maximilien Landowski', N'M', 48, NULL, NULL, N'France', N'FRA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Art Competitions', N'Art Competitions Mixed Sculpturing', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (12198, N'Samuel Sam Blatherwick', N'M', 19, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Swimming', N'Swimming Men''s 1500 metres Freestyle', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (66210, N'Albert T. E. Lammens', N'M', NULL, NULL, NULL, N'Belgium', N'BEL', N'1924 Summer', 1924, N'Summer', N'Paris', N'Tennis', N'Tennis Men''s Singles', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (34244, N'Adrien Fauchier-Magnan', N'M', 26, NULL, NULL, N'France-4', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Tennis', N'Tennis Men''s Doubles', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (92407, N'Ernest Ernie Payne', N'M', 23, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Cycling', N'Cycling Men''s Sprint', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (75868, N'Francesco Martino', N'M', 23, NULL, NULL, N'Italy', N'ITA', N'1924 Summer', 1924, N'Summer', N'Paris', N'Gymnastics', N'Gymnastics Men''s Rings', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (5, N'Christine Jacoba Aaftink', N'F', 25, 185, NULL, N'Netherlands', N'NED', N'1992 Winter', 1992, N'Winter', N'Albertville', N'Speed Skating', N'Speed Skating Women''s 500 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (5, N'Christine Jacoba Aaftink', N'F', 21, 185, NULL, N'Netherlands', N'NED', N'1988 Winter', 1988, N'Winter', N'Calgary', N'Speed Skating', N'Speed Skating Women''s 1000 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (5, N'Christine Jacoba Aaftink', N'F', 27, 185, NULL, N'Netherlands', N'NED', N'1994 Winter', 1994, N'Winter', N'Lillehammer', N'Speed Skating', N'Speed Skating Women''s 500 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (5, N'Christine Jacoba Aaftink', N'F', 21, 185, NULL, N'Netherlands', N'NED', N'1988 Winter', 1988, N'Winter', N'Calgary', N'Speed Skating', N'Speed Skating Women''s 500 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (5, N'Christine Jacoba Aaftink', N'F', 25, 185, NULL, N'Netherlands', N'NED', N'1992 Winter', 1992, N'Winter', N'Albertville', N'Speed Skating', N'Speed Skating Women''s 1000 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (5, N'Christine Jacoba Aaftink', N'F', 27, 185, NULL, N'Netherlands', N'NED', N'1994 Winter', 1994, N'Winter', N'Lillehammer', N'Speed Skating', N'Speed Skating Women''s 1000 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (54601, N'Jeong Won-Yong', N'M', 20, 178, NULL, N'South Korea', N'KOR', N'2012 Summer', 2012, N'Summer', N'London', N'Swimming', N'Swimming Men''s 400 metres Individual Medley', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (29914, N'Theodora Drakou', N'F', 20, 169, NULL, N'Greece', N'GRE', N'2012 Summer', 2012, N'Summer', N'London', N'Swimming', N'Swimming Women''s 50 metres Freestyle', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (12198, N'Samuel Sam Blatherwick', N'M', 19, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Swimming', N'Swimming Men''s 1500 metres Freestyle', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (100458, N'Leslie George Rich', N'M', 21, NULL, NULL, N'United States', N'USA', N'1908 Summer', 1908, N'Summer', N'London', N'Swimming', N'Swimming Men''s 100 metres Freestyle', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (12198, N'Samuel Sam Blatherwick', N'M', 19, NULL, NULL, N'Great Britain', N'GBR', N'1908 Summer', 1908, N'Summer', N'London', N'Swimming', N'Swimming Men''s 1500 metres Freestyle', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (86869, N'Inger Nordb (Kragh-)', N'F', 21, NULL, NULL, N'Norway', N'NOR', N'1936 Summer', 1936, N'Summer', N'Berlin', N'Diving', N'Diving Women''s Platform', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (124391, N'Catharina Maria Toos van der Klaauw (-Steensma)', N'F', 20, NULL, NULL, N'Netherlands', N'NED', N'1936 Summer', 1936, N'Summer', N'Berlin', N'Fencing', N'Fencing Women''s Foil Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (70968, N'Dorothy Brown Locke', N'F', 24, NULL, NULL, N'United States', N'USA', N'1936 Summer', 1936, N'Summer', N'Berlin', N'Fencing', N'Fencing Women''s Foil Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (18252, N'Anne Marie Carl-Nielsen (Brodersen-)', N'F', 73, NULL, NULL, N'Denmark', N'DEN', N'1936 Summer', 1936, N'Summer', N'Berlin', N'Art Competitions', N'Art Competitions Mixed Sculpturing Unknown Event', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (105390, N'Charles Edward Sands', N'M', 34, 181, NULL, N'United States/Great Britain', N'USA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Tennis', N'Tennis Men''s Doubles', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (61099, N'Sndor Kleckner', N'M', NULL, NULL, NULL, N'Pannonia RC/National RC', N'HUN', N'1908 Summer', 1908, N'Summer', N'London', N'Rowing', N'Rowing Men''s Coxed Eights', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (86368, N'August Nilsson', N'M', 27, NULL, NULL, N'Denmark/Sweden', N'SWE', N'1900 Summer', 1900, N'Summer', N'Paris', N'Tug-Of-War', N'Tug-Of-War Men''s Tug-Of-War', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (26951, N'Maxime Omer Mathieu Max Omer-Dcugis', N'M', 17, NULL, NULL, N'United States/France', N'FRA', N'1900 Summer', 1900, N'Summer', N'Paris', N'Tennis', N'Tennis Men''s Doubles', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (107090, N'Eugen Stahl Schmidt', N'M', 38, NULL, NULL, N'Denmark/Sweden', N'DEN', N'1900 Summer', 1900, N'Summer', N'Paris', N'Tug-Of-War', N'Tug-Of-War Men''s Tug-Of-War', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (37710, N'Ole Kristian Furuseth', N'M', 25, 182, NULL, N'Norway', N'NOR', N'1992 Winter', 1992, N'Winter', N'Albertville', N'Alpine Skiing', N'Alpine Skiing Men''s Combined', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (61011, N'Marianne Kjrstad', N'F', 23, 173, NULL, N'Norway', N'NOR', N'1994 Winter', 1994, N'Winter', N'Lillehammer', N'Alpine Skiing', N'Alpine Skiing Women''s Super G', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (111597, N'Atle Skrdal', N'M', 27, 184, NULL, N'Norway', N'NOR', N'1994 Winter', 1994, N'Winter', N'Lillehammer', N'Alpine Skiing', N'Alpine Skiing Men''s Downhill', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (39301, N'Vibecke Caroline Gedde-Dahl', N'F', 20, 166, NULL, N'Norway', N'NOR', N'1994 Winter', 1994, N'Winter', N'Lillehammer', N'Alpine Skiing', N'Alpine Skiing Women''s Super G', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (71866, N'Astrid Ldemel', N'F', 20, NULL, NULL, N'Norway', N'NOR', N'1992 Winter', 1992, N'Winter', N'Albertville', N'Alpine Skiing', N'Alpine Skiing Women''s Giant Slalom', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (20, N'Kjetil Andr Aamodt', N'M', 20, 176, NULL, N'Norway', N'NOR', N'1992 Winter', 1992, N'Winter', N'Albertville', N'Alpine Skiing', N'Alpine Skiing Men''s Giant Slalom', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (37710, N'Ole Kristian Furuseth', N'M', 25, 182, NULL, N'Norway', N'NOR', N'1992 Winter', 1992, N'Winter', N'Albertville', N'Alpine Skiing', N'Alpine Skiing Men''s Super G', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (120092, N'Jan Einar Thorsen', N'M', 27, 181, NULL, N'Norway', N'NOR', N'1994 Winter', 1994, N'Winter', N'Lillehammer', N'Alpine Skiing', N'Alpine Skiing Men''s Super G', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (61011, N'Marianne Kjrstad', N'F', 23, 173, NULL, N'Norway', N'NOR', N'1994 Winter', 1994, N'Winter', N'Lillehammer', N'Alpine Skiing', N'Alpine Skiing Women''s Slalom', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (75218, N'Didrik Marksten', N'M', 20, NULL, NULL, N'Norway', N'NOR', N'1992 Winter', 1992, N'Winter', N'Albertville', N'Alpine Skiing', N'Alpine Skiing Men''s Slalom', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (45769, N'Lasse Norman Hansen', N'M', 24, 180, NULL, N'Denmark', N'DEN', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Cycling', N'Cycling Men''s Team Pursuit 4000 metres', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (14266, N'Frentorish Tori Bowie', N'F', 25, 175, NULL, N'United States', N'USA', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Athletics', N'Athletics Women''s 100 metres', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (122881, N'Seremaia Jerry Tuwai Vunisa', N'M', 27, 174, NULL, N'Fiji', N'FIJ', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Rugby Sevens', N'Rugby Sevens Men''s Rugby Sevens', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (118202, N'Lachlan Tame', N'M', 27, 176, NULL, N'Australia', N'AUS', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Canoeing', N'Canoeing Men''s Kayak Doubles 1000 metres', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (94406, N'Michael Fred Phelps II', N'M', 31, 193, NULL, N'United States', N'USA', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Swimming', N'Swimming Men''s 4 x 200 metres Freestyle Relay', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (120074, N'Victoria Thornley', N'F', 28, 193, NULL, N'Great Britain', N'GBR', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Rowing', N'Rowing Women''s Double Sculls', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (12740, N'Tijana Bogdanovi', N'F', 18, 172, NULL, N'Serbia', N'SRB', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Taekwondo', N'Taekwondo Women''s Flyweight', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (18610, N'Hamish Carson', N'M', 27, 181, NULL, N'New Zealand', N'NZL', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Athletics', N'Athletics Men''s 1500 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (90936, N'Pan Feihong', N'F', 27, 173, NULL, N'China', N'CHN', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Rowing', N'Rowing Women''s Lightweight Double Sculls', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (4747, N'Alice Aprot Nawowuna', N'F', 22, 152, NULL, N'Kenya', N'KEN', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Athletics', N'Athletics Women''s 10000 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (122556, N'Blair Tuke', N'M', 27, 181, NULL, N'New Zealand', N'NZL', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Sailing', N'Sailing Men''s Skiff', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (77716, N'Emma McKeon', N'F', 22, 180, NULL, N'Australia', N'AUS', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Swimming', N'Swimming Women''s 4 x 100 metres Freestyle Relay', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (106423, N'Mohamed Karim Moe Sbihi', N'M', 28, 202, NULL, N'Great Britain', N'GBR', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Rowing', N'Rowing Men''s Coxless Fours', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (47672, N'Josephine Henning', N'F', 26, 175, NULL, N'Germany', N'GER', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Football', N'Football Women''s Football', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (129185, N'Sam Webster', N'M', 25, 183, NULL, N'New Zealand', N'NZL', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Cycling', N'Cycling Men''s Team Sprint', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (115008, N'Jan trba', N'M', 35, 183, NULL, N'Czech Republic', N'CZE', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Canoeing', N'Canoeing Men''s Kayak Fours 1000 metres', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (1478, N'Rosaria Aiello', N'F', 27, 172, NULL, N'Italy', N'ITA', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Water Polo', N'Water Polo Women''s Water Polo', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (17489, N'Facundo Callioni', N'M', 30, 183, NULL, N'Argentina', N'ARG', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Hockey', N'Hockey Men''s Hockey', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (10177, N'Mark Stewart Bennett', N'M', 23, 183, NULL, N'Great Britain', N'GBR', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Rugby Sevens', N'Rugby Sevens Men''s Rugby Sevens', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (19239, N'Elena Cecchini', N'F', 24, 168, NULL, N'Italy', N'ITA', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Cycling', N'Cycling Women''s Road Race Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (38795, N'Denis Gargaud Chanut', N'M', 29, 181, NULL, N'France', N'FRA', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Canoeing', N'Canoeing Men''s Canadian Singles Slalom', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (122858, N'Seda Gurgenovna Tutkhalyan', N'F', 17, 146, NULL, N'Russia', N'RUS', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Gymnastics', N'Gymnastics Women''s Team All-Around', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (48562, N'Darrell Hill', N'M', 22, 191, NULL, N'United States', N'USA', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Athletics', N'Athletics Men''s Shot Put', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (27574, N'Deng Wei', N'F', 23, 159, NULL, N'China', N'CHN', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Weightlifting', N'Weightlifting Women''s Middleweight', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (27572, N'Deng Shudi', N'M', 24, 163, NULL, N'China', N'CHN', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Gymnastics', N'Gymnastics Men''s Team All-Around', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (24028, N'Anna Cruz Lebrato', N'F', 29, 176, NULL, N'Spain', N'ESP', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Basketball', N'Basketball Women''s Basketball', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (107368, N'Jonathan Michael Jon Schofield', N'M', 31, 182, NULL, N'Great Britain', N'GBR', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Canoeing', N'Canoeing Men''s Kayak Doubles 200 metres', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (17755, N'Veronica Angella Campbell-Brown', N'F', 34, 168, NULL, N'Jamaica', N'JAM', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Athletics', N'Athletics Women''s 200 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (75981, N'Kei Marumo', N'F', 24, 160, NULL, N'Japan', N'JPN', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Synchronized Swimming', N'Synchronized Swimming Women''s Team', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (60589, N'Eliud Kipchoge', N'M', 31, 167, NULL, N'Kenya', N'KEN', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Athletics', N'Athletics Men''s Marathon', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (121635, N'Lucas Tramr', N'M', 26, 183, NULL, N'Switzerland', N'SUI', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Rowing', N'Rowing Men''s Lightweight Coxless Fours', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (70315, N'David Thomas Lingmerth', N'M', 29, 170, NULL, N'Sweden', N'SWE', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Golf', N'Golf Men''s Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (34233, N'Rachel Fattal', N'F', 22, 173, NULL, N'United States', N'USA', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Water Polo', N'Water Polo Women''s Water Polo', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (19603, N'Kyle Chalmers', N'M', 18, 193, NULL, N'Australia', N'AUS', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Swimming', N'Swimming Men''s 4 x 100 metres Medley Relay', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (41869, N'Giulia Gorlero', N'F', 25, 180, NULL, N'Italy', N'ITA', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Water Polo', N'Water Polo Women''s Water Polo', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (79853, N'Amy Millar', N'F', 39, 183, NULL, N'Canada', N'CAN', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Equestrianism', N'Equestrianism Mixed Jumping Individual', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (15460, N'Aaron Brown', N'M', 24, 198, NULL, N'Canada', N'CAN', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Athletics', N'Athletics Men''s 100 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (58866, N'Isabel Kerschowski', N'F', 28, 167, NULL, N'Germany', N'GER', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Football', N'Football Women''s Football', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (100315, N'Kimberly Susan Kim Rhode (-Harryman)', N'F', 37, 163, NULL, N'United States', N'USA', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Shooting', N'Shooting Women''s Skeet', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (23040, N'Kevin Cordes', N'M', 22, 196, NULL, N'United States', N'USA', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Swimming', N'Swimming Men''s 100 metres Breaststroke', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (91785, N'Shannon Parry', N'F', 26, 170, NULL, N'Australia', N'AUS', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Rugby Sevens', N'Rugby Sevens Women''s Rugby Sevens', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (39374, N'Oliver Geis', N'M', 25, 176, NULL, N'Germany', N'GER', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Shooting', N'Shooting Men''s Rapid-Fire Pistol 25 metres', N'')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (105173, N'Germn Sal Snchez Snchez', N'M', 24, 165, NULL, N'Mexico', N'MEX', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Diving', N'Diving Men''s Platform', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (43150, N'Marcus Gro', N'M', 26, 182, NULL, N'Germany', N'GER', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Canoeing', N'Canoeing Men''s Kayak Doubles 1000 metres', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (9823, N'Anastasiya Yevgenyevna Belyakova', N'F', 23, 173, NULL, N'Russia', N'RUS', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Boxing', N'Boxing Women''s Lightweight', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (118778, N'Diana Lurena Taurasi', N'F', 34, 183, NULL, N'United States', N'USA', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Basketball', N'Basketball Women''s Basketball', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (48230, N'Timm Herzbruch', N'M', 19, 180, NULL, N'Germany', N'GER', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Hockey', N'Hockey Men''s Hockey', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (22299, N'Massimo Colaci', N'M', 31, 180, NULL, N'Italy', N'ITA', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Volleyball', N'Volleyball Men''s Volleyball', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (124162, N'Greg Van Avermaet', N'M', 31, 181, NULL, N'Belgium', N'BEL', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Cycling', N'Cycling Men''s Road Race Individual', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (124031, N'Jean-Charles Valladont', N'M', 27, 180, NULL, N'France', N'FRA', N'2016 Summer', 2016, N'Summer', N'Rio de Janeiro', N'Archery', N'Archery Men''s Individual', N'Silver')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (122321, N'Irakli Tsirekidze', N'M', 26, 184, NULL, N'Georgia', N'GEO', N'2008 Summer', 2008, N'Summer', N'Beijing', N'Judo', N'Judo Men''s Middleweight', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (30576, N'Alina Alexandra Dumitru (-Croitoru)', N'F', 25, 158, NULL, N'Romania', N'ROU', N'2008 Summer', 2008, N'Summer', N'Beijing', N'Judo', N'Judo Women''s Extra-Lightweight', N'Gold')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (70384, N'Soso Lip''art''eliani', N'M', 25, 178, NULL, N'Georgia', N'GEO', N'1996 Summer', 1996, N'Summer', N'Atlanta', N'Judo', N'Judo Men''s Half-Middleweight', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (87208, N'Michel Nowak', N'M', 22, 175, NULL, N'France', N'FRA', N'1984 Summer', 1984, N'Summer', N'Los Angeles', N'Judo', N'Judo Men''s Half-Middleweight', N'Bronze')
GO
INSERT [dbo].[olympics_athletes_events] ([id], [name], [sex], [age], [height], [weight], [team], [noc], [games], [year], [season], [city], [sport], [event], [medal]) VALUES (123132, N'Masae Ueno', N'F', 25, 160, NULL, N'Japan', N'JPN', N'2004 Summer', 2004, N'Summer', N'Athina', N'Judo', N'Judo Women''s Middleweight', N'Gold')
GO