forked from p8iqkyhxf/MedShare-MicroService
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1903 lines
429 KiB
1903 lines
429 KiB
#
|
|
# TABLE STRUCTURE FOR: patient
|
|
#
|
|
|
|
DROP TABLE IF EXISTS patient;
|
|
|
|
CREATE TABLE `patient` (
|
|
`PID` mediumint(9) NOT NULL AUTO_INCREMENT,
|
|
`Name` varchar(255) DEFAULT NULL,
|
|
`Surname` varchar(255) DEFAULT NULL,
|
|
`Gender` char(1) DEFAULT NULL,
|
|
`DoB` date DEFAULT NULL,
|
|
`Country` varchar(100) DEFAULT NULL,
|
|
`StreetAddress` varchar(255) DEFAULT NULL,
|
|
`City` varchar(255) DEFAULT NULL,
|
|
`Postal` varchar(10) DEFAULT NULL,
|
|
PRIMARY KEY (`PID`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=1882 DEFAULT CHARSET=latin1;
|
|
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1, 'Geraldine', 'Mraz', 'M', '1989-02-12', 'Mexico', '5035 Juliet Inlet', 'Lavadamouth', '84672');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (2, 'Serenity', 'Koch', 'M', '2009-09-27', 'Guyana', '776 Nienow Neck Apt. 382', 'Klockofurt', '27020');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (3, 'Terrence', 'Tillman', 'M', '1988-08-22', 'Trinidad and Tobago', '631 Welch Square', 'West Millershire', '61166-8855');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (4, 'Antonio', 'Reinger', 'M', '2001-07-16', 'Guernsey', '0166 Markus Forges Suite 282', 'Reynoldsfurt', '68245-9380');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (5, 'Anjali', 'Wilderman', 'M', '1979-01-24', 'Bermuda', '254 Celine Greens', 'West Francesburgh', '88400');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (6, 'Joey', 'Mann', 'F', '2004-11-01', 'Micronesia', '6570 Kozey Isle Apt. 815', 'Toystad', '03065-3223');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (7, 'Leone', 'Collier', 'F', '2010-08-02', 'Armenia', '578 Roob Springs', 'Lake Pedromouth', '68560');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (8, 'Maxie', 'Nienow', 'M', '1979-07-31', 'Puerto Rico', '821 Parker Parkway Apt. 477', 'Hermanmouth', '85125');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (9, 'Uriah', 'Jaskolski', 'M', '1973-01-12', 'Lithuania', '87238 Alexane Overpass', 'Lake Leilanistad', '40546');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (10, 'Grover', 'Cole', 'M', '2011-01-02', 'Zimbabwe', '50527 Pouros Spring Apt. 931', 'Danikamouth', '87903-1421');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (11, 'Irving', 'Keebler', 'F', '1986-03-20', 'Jamaica', '4441 Kuhn Mills Apt. 604', 'South Eastonland', '97355');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (12, 'Colton', 'Kiehn', 'F', '1987-05-16', 'Saint Barthelemy', '4852 Senger Place', 'Vitofort', '73882-9462');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (13, 'Donald', 'Kuhic', 'F', '1986-09-20', 'British Virgin Islands', '2471 Kovacek Burg', 'Viviennehaven', '87857');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (14, 'Dorcas', 'Durgan', 'F', '1996-03-24', 'Kazakhstan', '52680 Powlowski Drives Suite 784', 'Cliftonmouth', '97513');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (15, 'Preston', 'Spencer', 'M', '1978-09-23', 'Chile', '135 Murazik Mission', 'South Jaime', '84492-3504');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (16, 'Cameron', 'Davis', 'F', '2017-02-16', 'Iraq', '5497 Hillary Ramp Suite 617', 'Pollichport', '12111');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (17, 'Jeremy', 'Bruen', 'M', '2017-09-19', 'Israel', '217 Cristina Viaduct', 'Chayaburgh', '05624-6911');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (18, 'Eladio', 'Bartoletti', 'M', '1990-03-15', 'Botswana', '201 Elza Prairie', 'Lake Maximilianville', '75472-3568');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (19, 'Gerson', 'Stanton', 'F', '1990-05-25', 'Heard Island and McDonald Islands', '1896 Devon Bridge', 'Osbornemouth', '18639-6586');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (20, 'Ned', 'McClure', 'M', '1996-09-01', 'South Georgia and the South Sandwich Islands', '2093 Giovani Harbor', 'Lindshire', '57106-6031');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (21, 'Alexandrine', 'Dickens', 'F', '2015-03-10', 'Liberia', '07705 Valentina Valleys Apt. 172', 'Port Cora', '58441-4660');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (22, 'Deonte', 'Wyman', 'M', '1998-09-09', 'Czech Republic', '15472 Daniel Lodge Apt. 278', 'New Augustine', '21873');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (23, 'Marquise', 'Balistreri', 'F', '1977-11-05', 'British Virgin Islands', '62753 Hirthe Ramp Suite 431', 'Saigeburgh', '96401');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (24, 'Sidney', 'Herzog', 'F', '1970-02-17', 'Taiwan', '5961 Westley Ranch Apt. 034', 'East Elisefurt', '41716-7459');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (25, 'Carlee', 'Gislason', 'M', '1983-06-13', 'Estonia', '542 Gleichner Squares Suite 506', 'Kipville', '08035-6960');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (26, 'Rosie', 'Haley', 'M', '1995-07-03', 'France', '7906 Hansen Heights Suite 080', 'Merrittport', '65587-2532');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (27, 'Brooke', 'Jast', 'M', '1992-05-24', 'Argentina', '66558 Shaina Summit', 'East Kameron', '64433');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (28, 'Margarette', 'Paucek', 'F', '1996-06-27', 'Anguilla', '9511 Garrett Rue Apt. 563', 'Padbergchester', '91119');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (29, 'Norval', 'Sipes', 'M', '1996-06-08', 'Mozambique', '86537 Mraz Glens', 'Wuckerttown', '61621');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (30, 'Effie', 'McGlynn', 'M', '1979-07-17', 'Lithuania', '5763 Tabitha Harbor', 'McGlynnberg', '51856-5909');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (31, 'Amari', 'Zieme', 'F', '2007-06-20', 'Christmas Island', '84144 Osinski Circles', 'Wehnerville', '81056');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (32, 'Retta', 'Mann', 'F', '2005-03-29', 'Zambia', '29629 Hickle Gardens Suite 994', 'Lake Fidelshire', '58763');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (33, 'Maryam', 'Langworth', 'M', '1991-06-23', 'Spain', '985 Satterfield Light', 'Jaimeview', '08298-8894');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (34, 'Toby', 'Grady', 'M', '2013-05-29', 'Cook Islands', '6729 Lehner Summit Apt. 088', 'Port Allyhaven', '18480');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (35, 'Rashad', 'Harber', 'F', '1987-07-18', 'Montserrat', '877 Rebecca Hills', 'North Hank', '19550');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (36, 'Simone', 'Swift', 'M', '1978-07-14', 'Grenada', '8128 Torp Streets Suite 490', 'Maximilianfort', '69339-1893');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (37, 'Lyda', 'Dickinson', 'F', '1998-11-21', 'Rwanda', '9883 Bert Route', 'West Selina', '85571-4171');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (38, 'Hazle', 'Pollich', 'F', '2016-03-16', 'Northern Mariana Islands', '234 Mills Lake', 'North Gavinland', '71205-9770');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (39, 'Martina', 'Reinger', 'M', '2012-05-09', 'Niue', '095 Hayes Crossroad Suite 279', 'Myrticehaven', '85523');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (40, 'Antwan', 'Adams', 'F', '2010-08-02', 'Guam', '976 Tremblay Isle Suite 176', 'North Monroe', '75041');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (41, 'Amanda', 'Dibbert', 'F', '2013-10-18', 'Bahamas', '8670 Gleichner Square Apt. 112', 'South Dan', '48577-8883');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (42, 'Taya', 'D\'Amore', 'M', '2000-06-20', 'Sri Lanka', '25218 Daugherty Corners', 'Bonniefort', '42029');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (43, 'Santina', 'Stroman', 'F', '1976-07-05', 'Malta', '9801 Chaim Keys Suite 114', 'North Luzhaven', '77250');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (44, 'Sidney', 'Legros', 'M', '1978-08-17', 'Bermuda', '577 Cronin Mount Apt. 180', 'Winfieldville', '70167-8233');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (45, 'Sydnie', 'Considine', 'M', '2007-11-03', 'Finland', '16821 Lacey Center', 'Shanemouth', '78446-7893');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (46, 'Devante', 'Corkery', 'F', '1984-02-20', 'Malawi', '535 Malcolm Light', 'Amiyamouth', '00608-4725');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (47, 'Corrine', 'Marks', 'M', '2004-08-13', 'Argentina', '40003 Lakin Hills Apt. 823', 'New Gwen', '73666-6192');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (48, 'Larissa', 'Sipes', 'M', '1983-08-25', 'Greenland', '414 Margarett Camp Apt. 338', 'Stokesshire', '92112');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (49, 'Skyla', 'Daniel', 'F', '1978-04-12', 'Somalia', '215 Stephanie Keys', 'Lake Dashawn', '79402-9818');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (50, 'Daphney', 'Upton', 'M', '1973-08-13', 'United States Virgin Islands', '70237 Veda Motorway Apt. 889', 'Ortizview', '53093-4193');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (51, 'Dave', 'Boyer', 'M', '1982-04-26', 'Uganda', '261 Alice Radial', 'Lake Jaclyn', '81046');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (52, 'Jaida', 'Bernhard', 'M', '1980-06-27', 'Nepal', '304 Savanah Drives', 'Denesikview', '46981-0878');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (53, 'Selina', 'Bruen', 'F', '1991-01-18', 'Holy See (Vatican City State)', '45940 Leuschke Highway Suite 647', 'East Martyville', '15721');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (54, 'Ted', 'Johnson', 'F', '1974-03-26', 'Bahrain', '69544 Muller Grove Suite 365', 'Jocelynland', '57190-2985');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (55, 'Reid', 'Hodkiewicz', 'F', '2004-07-08', 'Wallis and Futuna', '00108 Micaela Ville Apt. 593', 'Port Horacio', '61519');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (56, 'Elenor', 'Labadie', 'M', '1972-02-04', 'Venezuela', '011 Erwin Ville Suite 017', 'Evieberg', '08440-0467');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (57, 'Dianna', 'Erdman', 'M', '2002-04-11', 'Equatorial Guinea', '97603 Abshire Forks', 'Hartmannstad', '82296');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (58, 'Leola', 'Stanton', 'M', '1998-10-06', 'Saint Helena', '0359 Goldner Trace', 'Alexaneport', '50594-0703');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (59, 'Gustave', 'Welch', 'F', '2017-05-26', 'Pitcairn Islands', '731 Bailey Forest Apt. 495', 'North Clarabelle', '22769');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (60, 'Lucious', 'Aufderhar', 'F', '1973-10-28', 'Bahrain', '49586 Jazmyn Rue', 'South Delaneyhaven', '14248');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (61, 'Afton', 'Spencer', 'F', '1977-11-18', 'Vanuatu', '1081 Hammes Mountains', 'West Shyanne', '47701-9008');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (62, 'Rhoda', 'Kuhlman', 'F', '1990-10-30', 'Mongolia', '35852 Howe Manors Suite 777', 'Alenefort', '33466-0072');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (63, 'Twila', 'Armstrong', 'F', '2011-12-05', 'Paraguay', '81640 Melisa Falls', 'Walkershire', '11701');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (64, 'Madeline', 'Powlowski', 'F', '1970-09-19', 'Bermuda', '343 Johns Mountain Apt. 017', 'South Jessview', '92897');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (65, 'Chelsie', 'Wilderman', 'F', '2006-10-11', 'Norfolk Island', '8753 Hyatt Walk Suite 491', 'South Jesus', '37754');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (66, 'Kris', 'Bartell', 'M', '2011-04-06', 'United States Virgin Islands', '36734 Becker Row Apt. 947', 'Favianview', '16198');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (67, 'Napoleon', 'Wehner', 'F', '1997-03-20', 'Eritrea', '12478 Tara Stream Apt. 758', 'Lake Orvillefort', '22524-8170');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (68, 'Dave', 'Heller', 'F', '1994-03-05', 'Yemen', '63309 Zemlak Loaf Suite 858', 'South Hortense', '94677-8572');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (69, 'Meghan', 'Bins', 'M', '1991-12-14', 'Afghanistan', '9454 Clementina Mission', 'Jacynthemouth', '23970');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (70, 'Mikel', 'Mitchell', 'F', '2017-02-22', 'French Polynesia', '70066 Zola Center Suite 038', 'Port Rosaliachester', '80672');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (71, 'Ciara', 'D\'Amore', 'M', '2000-04-23', 'Maldives', '8224 Schuppe Islands Apt. 569', 'Nicholausborough', '02566-1108');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (72, 'Nichole', 'Harvey', 'F', '1982-03-29', 'Senegal', '969 Morissette Valleys', 'Lueilwitzbury', '93352-7963');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (73, 'Birdie', 'Nienow', 'M', '1982-01-06', 'Niue', '561 Quitzon Shoals', 'New Nathanaelstad', '17038');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (74, 'Janelle', 'Fahey', 'F', '2008-12-25', 'Antarctica (the territory South of 60 deg S)', '339 McGlynn Track', 'Goldenbury', '04995');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (75, 'Nasir', 'Eichmann', 'F', '2013-12-02', 'Swaziland', '8825 Bradtke Track Apt. 578', 'North Monty', '01289');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (76, 'Vida', 'Grady', 'F', '1994-09-29', 'Cook Islands', '352 Abernathy Meadow', 'Lilyanside', '14135-7167');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (77, 'Lionel', 'Muller', 'M', '2013-07-05', 'Austria', '950 Lula Orchard', 'Lake Stephon', '85756-1645');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (78, 'Tatum', 'Orn', 'F', '2011-09-24', 'Lesotho', '45524 Laurel Rue', 'North Kennedihaven', '47631-3692');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (79, 'Lenna', 'Homenick', 'F', '1998-11-22', 'Mexico', '0777 Shanelle Forks', 'West Barbaraborough', '14251');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (80, 'Jerel', 'Volkman', 'M', '1984-08-06', 'Ethiopia', '91593 Lexus Vista Suite 079', 'South Sonyachester', '93288-8561');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (81, 'Sophia', 'VonRueden', 'F', '2006-10-25', 'Solomon Islands', '64359 Jabari Burg Suite 215', 'Port Emery', '62527-5945');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (82, 'Abner', 'Kihn', 'F', '1991-06-02', 'Liechtenstein', '0731 Virgil Manor', 'Hegmannton', '50660');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (83, 'Violette', 'White', 'F', '2005-02-13', 'Svalbard & Jan Mayen Islands', '591 Elton Fields', 'Creminland', '63926-7628');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (84, 'Collin', 'Pacocha', 'M', '1998-05-25', 'Holy See (Vatican City State)', '385 Witting Well', 'North Garfieldton', '96023');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (85, 'Chaya', 'Lindgren', 'F', '2001-05-25', 'Christmas Island', '6268 Welch Rue', 'Reggiechester', '57866');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (86, 'Glenda', 'Zboncak', 'F', '2006-04-25', 'New Caledonia', '99774 Ike Valleys', 'Clementineberg', '15422');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (87, 'Antonietta', 'Von', 'F', '2017-04-22', 'Algeria', '3745 Koch Unions Apt. 480', 'Kaileyton', '72748-1173');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (88, 'Gail', 'Thompson', 'F', '2007-02-02', 'Macedonia', '47836 Kunze Hills', 'Sibylshire', '75632-6845');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (89, 'Jeffrey', 'Bruen', 'F', '1986-10-24', 'Barbados', '95789 Alf Courts', 'New Alek', '55422');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (90, 'Madisyn', 'Nolan', 'M', '1996-04-04', 'Georgia', '10451 Pagac Inlet Suite 508', 'South Buddy', '22641');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (91, 'Emilia', 'Pouros', 'M', '2002-06-08', 'Cambodia', '23884 Olen Inlet', 'Port Orloshire', '67990');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (92, 'Rosemarie', 'Lynch', 'F', '1973-07-25', 'Holy See (Vatican City State)', '33260 Keebler Valleys', 'South Lauryntown', '79977-8600');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (93, 'Aiyana', 'Osinski', 'M', '2005-01-16', 'Heard Island and McDonald Islands', '380 Eladio Unions Apt. 847', 'Letatown', '21331');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (94, 'Una', 'Schowalter', 'F', '2001-05-01', 'Sierra Leone', '9976 Albina Fields Apt. 209', 'Mrazhaven', '79856-2112');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (95, 'Broderick', 'Stroman', 'M', '1992-06-04', 'Mayotte', '0720 Marquardt Village Apt. 866', 'South Idella', '34824-9995');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (96, 'Priscilla', 'Carroll', 'M', '2012-09-29', 'Faroe Islands', '58710 Waters Street Suite 971', 'Gerhardfurt', '12832');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (97, 'Dell', 'Adams', 'M', '1992-08-20', 'Libyan Arab Jamahiriya', '0025 Ashleigh Parkways', 'East Tamaratown', '64336');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (98, 'Willis', 'Walker', 'M', '1975-07-20', 'Gibraltar', '024 Cassin Valleys', 'Lake Hallie', '22765');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (99, 'Brice', 'Rolfson', 'F', '1998-06-06', 'Liechtenstein', '40069 Brown Station', 'Port Eleazarhaven', '68484-3419');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (100, 'Sheldon', 'Bechtelar', 'F', '1973-01-04', 'Aruba', '039 Sanford Dam', 'Giovannymouth', '17010-9813');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (101, 'Jerrod', 'Schmeler', 'F', '2007-09-03', 'Slovakia (Slovak Republic)', '5496 King Coves Suite 197', 'West Bethmouth', '63371-3343');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (102, 'Sabina', 'Walsh', 'M', '1987-11-15', 'Afghanistan', '55186 Evelyn Cliff', 'New Yasminmouth', '27206');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (103, 'Hyman', 'Dietrich', 'F', '1998-12-30', 'Senegal', '2991 Kamryn Squares', 'Sawaynmouth', '18462-7030');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (104, 'Rico', 'Schuppe', 'M', '1985-09-10', 'Mali', '75571 Ankunding Port', 'Tamarastad', '53055-1180');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (105, 'Molly', 'Paucek', 'F', '1979-04-06', 'Finland', '731 Goodwin Manors Apt. 330', 'Stehrhaven', '00101');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (106, 'Jimmie', 'Walker', 'M', '1975-03-26', 'Chad', '989 Valentin Points Apt. 684', 'Vivienton', '61716-2964');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (107, 'Cade', 'Schuster', 'M', '1985-05-22', 'Haiti', '410 Bobby Lock', 'Maggiomouth', '95686-3150');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (108, 'Raoul', 'Russel', 'F', '2012-03-13', 'Eritrea', '1006 Felipe View', 'Port Unafort', '73415-7412');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (109, 'Maureen', 'Conroy', 'M', '1991-04-30', 'Iraq', '9636 Casimir Flats', 'Marquardtmouth', '91631-6738');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (110, 'Hoyt', 'Bosco', 'M', '1982-03-13', 'Ecuador', '40243 Franecki Junction', 'Willmsborough', '42530');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (111, 'Crystal', 'Waelchi', 'M', '2007-02-09', 'Christmas Island', '769 Lilian Way Apt. 418', 'New Buck', '53344');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (112, 'Otho', 'Trantow', 'M', '2001-06-09', 'Nicaragua', '508 Hirthe Ferry Suite 003', 'Myrltown', '45868');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (113, 'Jaden', 'Renner', 'M', '2005-10-09', 'Mali', '275 Una Greens', 'North Clareburgh', '87220-6104');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (114, 'Idella', 'Powlowski', 'M', '1992-08-05', 'Niger', '38265 Deborah Causeway Suite 573', 'Port Helene', '58896');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (115, 'Tanner', 'Marvin', 'M', '1999-05-20', 'Swaziland', '997 Trystan Gardens Suite 081', 'East Camrynview', '95665');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (116, 'Diana', 'Heidenreich', 'M', '1985-01-27', 'Uruguay', '22007 Ed Inlet Suite 146', 'Nathenport', '07858-7094');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (117, 'Marlin', 'Torp', 'M', '1984-08-17', 'Cook Islands', '1220 Melisa Stravenue', 'Katelynnport', '02026-2279');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (118, 'Derick', 'Prohaska', 'F', '1979-05-30', 'Senegal', '8478 Grant Via Apt. 636', 'Niaborough', '74049-3901');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (119, 'Dahlia', 'O\'Kon', 'M', '1983-05-02', 'Timor-Leste', '895 Polly Burgs Apt. 765', 'South Tamiaborough', '32913');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (120, 'Velva', 'Bernier', 'F', '1978-07-25', 'Czech Republic', '370 Tillman Parkway Apt. 405', 'Port Dayton', '79617-4103');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (121, 'Willard', 'Simonis', 'F', '1979-03-19', 'Korea', '05545 Runolfsson Unions', 'South Trinity', '25603-7781');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (122, 'Lewis', 'Hickle', 'M', '1980-07-27', 'Nigeria', '10914 Florencio Ports Suite 793', 'Laurelmouth', '04787-0714');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (123, 'Rossie', 'Parisian', 'M', '2005-09-29', 'Panama', '79530 Daugherty Track', 'Lake Quentinburgh', '86575-9434');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (124, 'Erica', 'Spinka', 'F', '1998-01-12', 'Christmas Island', '5443 Aglae Prairie', 'Pagacville', '93652');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (125, 'Josephine', 'Runte', 'F', '1995-01-01', 'Canada', '6415 Lynch Corners', 'Hellerville', '53379-5327');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (126, 'Adele', 'Schmitt', 'F', '1988-09-29', 'Lebanon', '780 Mitchell Ports', 'Stoltenbergmouth', '84195');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (127, 'Elizabeth', 'Pagac', 'M', '2001-04-29', 'Aruba', '805 Dane Way Suite 347', 'Abnerbury', '49203-6578');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (128, 'Shanny', 'Hickle', 'M', '1991-11-10', 'Saint Barthelemy', '63711 Adele Road Apt. 981', 'Port Dante', '05226-3837');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (129, 'Alayna', 'Denesik', 'M', '2016-01-04', 'Spain', '190 Ondricka Creek Apt. 880', 'Bahringermouth', '45450-8846');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (130, 'Adelbert', 'Jones', 'M', '1977-04-24', 'El Salvador', '95808 Flatley Grove Apt. 873', 'Port Enolafurt', '50538-9325');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (131, 'Ona', 'Wunsch', 'F', '1972-06-20', 'Norfolk Island', '86665 Santa Manors', 'Lemkeside', '03579-0995');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (132, 'Emely', 'Grimes', 'F', '1986-04-23', 'France', '63749 Constantin Shoals Suite 779', 'North Everette', '48722');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (133, 'Coty', 'Veum', 'F', '1970-03-23', 'Saint Lucia', '033 O\'Reilly Glen Apt. 251', 'Heaneyshire', '53560');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (134, 'Madaline', 'Reichel', 'F', '1974-01-18', 'Tunisia', '526 Chelsea Forges Apt. 023', 'New Bryana', '76330-5123');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (135, 'Everette', 'Howe', 'F', '1985-11-19', 'Paraguay', '96440 Cora Route Apt. 741', 'Port Anais', '90487');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (136, 'Herminio', 'Kunde', 'M', '2013-12-19', 'United Kingdom', '825 Miller Plains Apt. 549', 'New Adriannafort', '69274');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (137, 'Elissa', 'Hahn', 'F', '1970-01-22', 'Lesotho', '2782 Toy Shoals Apt. 218', 'New Stellaton', '91372');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (138, 'Rae', 'Ortiz', 'M', '2002-11-27', 'Marshall Islands', '764 West Row', 'Johnsberg', '03352');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (139, 'Stacey', 'Kunde', 'F', '1990-04-16', 'Cocos (Keeling) Islands', '277 Fernando Extensions Apt. 906', 'South Meda', '23594-0779');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (140, 'Brenden', 'Lebsack', 'M', '1978-01-14', 'Mauritius', '79252 Geovany Mission Suite 907', 'South Daleberg', '34948');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (141, 'Haskell', 'Considine', 'M', '1981-08-23', 'Portugal', '29304 Kemmer Circles Suite 689', 'Huelmouth', '44164-2149');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (142, 'Trinity', 'Torp', 'M', '1975-11-26', 'Fiji', '950 Douglas Hill', 'Lake Sherwood', '89187');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (143, 'Savanah', 'Mertz', 'F', '1971-11-05', 'Yemen', '21563 Lulu Overpass Apt. 120', 'Walkerburgh', '89506-6855');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (144, 'Schuyler', 'Collier', 'F', '1999-09-05', 'Luxembourg', '955 Wintheiser Mission', 'New Donna', '37361-5822');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (145, 'Ozella', 'Lebsack', 'F', '1999-03-21', 'French Guiana', '7552 Stoltenberg Ways Apt. 226', 'Dexterfort', '10084');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (146, 'Sam', 'Kihn', 'F', '1992-10-14', 'Guam', '16997 Lavonne Orchard', 'Balistreriland', '22781-3591');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (147, 'Hulda', 'Baumbach', 'F', '2006-09-13', 'Myanmar', '251 Ford Loop Suite 060', 'New Antoinette', '95702-1050');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (148, 'Emiliano', 'Orn', 'M', '1979-01-01', 'Comoros', '5862 Leila Flats Apt. 004', 'North Jovanside', '77730-4495');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (149, 'Brenden', 'Klocko', 'M', '2013-02-06', 'Tokelau', '9867 Daija Center Suite 773', 'South Enos', '61288');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (150, 'Erik', 'Luettgen', 'M', '2014-07-05', 'Luxembourg', '58913 Mann Squares', 'Port Mona', '21992-8639');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (151, 'Justina', 'Goldner', 'M', '2009-11-07', 'Israel', '04578 Rafaela Mission Apt. 377', 'Salliechester', '96649-3496');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (152, 'Edwin', 'Durgan', 'M', '1977-12-19', 'New Zealand', '67410 Maggio Ranch', 'South Mafaldachester', '74788');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (153, 'Edward', 'Kulas', 'F', '2012-05-04', 'Timor-Leste', '707 Abbott View', 'New Bradfordfurt', '82222');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (154, 'Hettie', 'Kertzmann', 'M', '1972-03-02', 'Solomon Islands', '7723 Fadel Brook Suite 757', 'Port Lizeth', '74769');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (155, 'Alisha', 'Durgan', 'F', '2010-09-04', 'Yemen', '08795 Prosacco Corner', 'Connorland', '73460');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (156, 'Dina', 'Davis', 'F', '2000-08-03', 'Gibraltar', '14308 Zboncak Run', 'Andersonchester', '95408-2203');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (157, 'Leora', 'Jacobson', 'F', '1989-06-04', 'United Kingdom', '2350 Misty Turnpike Apt. 662', 'Lake Eliseberg', '94133-1851');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (158, 'Giovanna', 'McLaughlin', 'M', '1987-06-23', 'Saint Martin', '025 Sigurd Spur Apt. 145', 'Rippinfort', '71616');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (159, 'Immanuel', 'Murazik', 'M', '1975-07-14', 'Zimbabwe', '734 Sophie Points Apt. 206', 'East Gregorioview', '95152-2093');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (160, 'Ricky', 'Ernser', 'F', '1977-07-16', 'Malta', '746 Amanda Park Apt. 166', 'Murphyhaven', '41497-7496');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (161, 'Clemmie', 'Tillman', 'M', '1987-07-21', 'Croatia', '460 Abbott Springs', 'Marciamouth', '52069');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (162, 'Iliana', 'Franecki', 'F', '1982-07-28', 'Saint Pierre and Miquelon', '15486 Prohaska Stream Apt. 259', 'Port Alexysport', '72362');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (163, 'Alice', 'McDermott', 'M', '2010-04-16', 'Iran', '23570 Maximus Hollow Apt. 586', 'Nobleville', '92697-3775');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (164, 'Pasquale', 'Sauer', 'F', '1981-08-24', 'Guernsey', '5316 Onie Spur Apt. 490', 'Delbertfurt', '02353-0994');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (165, 'Helene', 'Morissette', 'F', '2002-03-13', 'El Salvador', '9842 Ernestina Mountains Apt. 357', 'Kutchview', '49148-1539');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (166, 'Mariane', 'Bruen', 'F', '2007-04-16', 'Burkina Faso', '9491 Naomie Flat Apt. 026', 'Destinmouth', '23772');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (167, 'Courtney', 'Kulas', 'F', '2004-07-10', 'Senegal', '80316 Sammy Island', 'Rueckerfort', '19455-8439');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (168, 'Darron', 'Kunde', 'F', '1995-05-30', 'United States of America', '177 O\'Hara Vista', 'Dietrichport', '12244-3108');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (169, 'Savanna', 'Torphy', 'M', '2013-08-22', 'Paraguay', '93212 Christiansen Plain', 'Rosarioburgh', '82069-0801');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (170, 'Arlie', 'Tillman', 'F', '1975-08-01', 'Albania', '9988 Nikolaus Park Suite 705', 'Port Stefan', '11009-2226');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (171, 'Alice', 'Howell', 'F', '1983-07-20', 'Wallis and Futuna', '9524 Hettie Way', 'North Katrine', '31600-8638');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (172, 'Kristy', 'Johns', 'F', '1988-09-15', 'Congo', '2678 Boris Crossing Apt. 782', 'New Tamiachester', '62664');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (173, 'Brando', 'Hegmann', 'M', '2000-05-11', 'Puerto Rico', '973 Christy Row Suite 315', 'New Bernita', '87920');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (174, 'Jedediah', 'Gibson', 'M', '2016-07-18', 'Monaco', '742 Mertz Garden Apt. 915', 'Maudietown', '11398-9612');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (175, 'Devan', 'Feeney', 'F', '1973-02-07', 'Saudi Arabia', '454 Hammes Corners Apt. 124', 'Port Schuylermouth', '76695-1728');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (176, 'Warren', 'Hoppe', 'F', '1983-09-24', 'French Guiana', '205 Brakus Trail', 'Baumbachmouth', '82249-4530');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (177, 'Jamison', 'Auer', 'F', '2017-02-25', 'Nigeria', '0000 Myrtice Island Apt. 027', 'South Freemanhaven', '04831');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (178, 'Mittie', 'Schneider', 'M', '1974-04-17', 'Philippines', '3585 Wilkinson Plain', 'East Austinbury', '48186-3975');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (179, 'Fleta', 'Zemlak', 'M', '1995-08-25', 'Finland', '4027 Schulist Ramp', 'East Berneice', '91306-5395');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (180, 'Bo', 'Runte', 'F', '1976-07-01', 'Puerto Rico', '88539 Mathias Trail Apt. 957', 'South Trenton', '28496-8054');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (181, 'Corene', 'Hamill', 'M', '2017-12-13', 'Turkey', '319 Walker Cape', 'Nicklauschester', '03590');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (182, 'Antoinette', 'Kassulke', 'M', '1983-10-01', 'El Salvador', '6163 Gislason Port', 'Strackeshire', '26797');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (183, 'Jamir', 'Schneider', 'F', '2005-11-05', 'Japan', '732 Darren Glen Apt. 961', 'East Yvetteview', '96646');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (184, 'Geraldine', 'Gulgowski', 'M', '2007-01-15', 'Vietnam', '646 Cordie Route Apt. 132', 'West Cortney', '34301-8533');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (185, 'Glennie', 'Gibson', 'F', '1973-08-29', 'Czech Republic', '79272 Gust Divide Suite 830', 'Hanetown', '68442-5647');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (186, 'Yesenia', 'Mante', 'F', '1994-04-16', 'Germany', '7465 Schulist Club Apt. 841', 'Hermannport', '28522');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (187, 'Jerod', 'Walsh', 'M', '1980-09-17', 'Mozambique', '973 Roel Lights Apt. 951', 'Tylerton', '34075');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (188, 'Corbin', 'Cartwright', 'M', '1979-06-19', 'Kenya', '2715 Rosetta Forges', 'Kayceebury', '15060-7710');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (189, 'Caleigh', 'Ernser', 'F', '2017-09-13', 'Mongolia', '2667 Levi Mountain', 'New Laurieborough', '70105');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (190, 'Nova', 'Volkman', 'M', '2017-10-14', 'Papua New Guinea', '0364 Tomasa Pike', 'South Veronicaside', '82661');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (191, 'Della', 'Corkery', 'M', '1982-11-05', 'Cuba', '65729 Stoltenberg Common', 'Quigleychester', '27866');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (192, 'Moises', 'Kovacek', 'M', '1982-10-19', 'Uganda', '161 Collins Route Apt. 994', 'Port Camronview', '25110-6783');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (193, 'Myrtle', 'Botsford', 'F', '2008-01-10', 'Chad', '425 Jenifer Radial', 'New Rorychester', '75582');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (194, 'Alf', 'Cummerata', 'F', '2013-08-22', 'United Kingdom', '8270 Kertzmann Squares Apt. 197', 'West Joyceton', '99790-3929');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (195, 'Kaitlyn', 'Batz', 'M', '1986-05-13', 'Cocos (Keeling) Islands', '723 Lowell Trace', 'North Pascale', '16820-0649');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (196, 'Sigmund', 'Rath', 'F', '2009-03-30', 'Guam', '6457 Keeley Rest', 'Watsonland', '75042-7891');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (197, 'Lula', 'Lind', 'M', '1970-08-17', 'Paraguay', '74823 Considine Manors', 'North Armandtown', '93584');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (198, 'Hermann', 'McGlynn', 'F', '1997-05-05', 'Myanmar', '2720 Sammy Parks', 'Fletcherville', '61395-2579');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (199, 'Khalil', 'Schmeler', 'F', '1998-10-29', 'Mayotte', '42041 Runolfsdottir Lakes', 'Lake Devin', '74381');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (200, 'Lester', 'Kulas', 'M', '2013-09-16', 'Chad', '0569 Terry Locks Suite 456', 'Connmouth', '88538-5431');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (201, 'Vida', 'Metz', 'M', '2007-08-23', 'Grenada', '5720 Jazmyne Ramp Apt. 507', 'Torreymouth', '37358');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (202, 'Noel', 'Zulauf', 'M', '2012-07-03', 'Macao', '225 Elnora Keys', 'Mozellebury', '29496-3822');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (203, 'Vilma', 'Jones', 'F', '2008-05-27', 'Rwanda', '12923 Caitlyn Camp', 'Lizafort', '28951-3477');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (204, 'Ashton', 'Murray', 'M', '1980-04-30', 'Uruguay', '232 Brown Path Suite 042', 'East Erinshire', '51875-8586');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (205, 'Gerard', 'Jast', 'F', '1995-09-12', 'Qatar', '004 Rempel Light', 'Wardside', '07484');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (206, 'Marcelo', 'Feil', 'M', '1971-11-20', 'Cuba', '9128 Gardner Islands', 'Port Elenorabury', '66567');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (207, 'Precious', 'Jacobi', 'M', '2015-11-08', 'Kenya', '27952 Breitenberg Spurs Apt. 199', 'South Americo', '74032');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (208, 'Una', 'Schuster', 'M', '2003-06-07', 'Nigeria', '4503 Dibbert Square', 'Lehnerberg', '09889-0432');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (209, 'Paris', 'O\'Kon', 'M', '1979-11-30', 'Burundi', '79254 Hartmann Harbor', 'West Mabelside', '62902');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (210, 'Ena', 'Cummings', 'F', '2014-06-12', 'Palau', '36249 Legros Square Apt. 914', 'Koeppside', '11155-0019');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (211, 'Conor', 'Torphy', 'F', '2012-12-12', 'Haiti', '7230 Orlando Ramp', 'Sallystad', '80295');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (212, 'Theresia', 'Dooley', 'M', '1974-07-15', 'Syrian Arab Republic', '3164 Bauch Parks Suite 133', 'Port Marcel', '95465-5837');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (213, 'Liana', 'Cartwright', 'M', '1982-06-14', 'Kyrgyz Republic', '57000 Thalia Parkway', 'Shanontown', '37796-2603');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (214, 'Quinn', 'Waters', 'M', '2016-11-09', 'Trinidad and Tobago', '9192 Florida Motorway Apt. 749', 'Westleyberg', '45902');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (215, 'Khalil', 'Ward', 'M', '2017-06-01', 'Ghana', '7518 Pansy Road', 'Elvisfort', '44592-2423');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (216, 'Queen', 'Frami', 'F', '2011-04-25', 'El Salvador', '898 Allie Field Suite 979', 'Kemmermouth', '94306-4233');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (217, 'Sydnee', 'Mraz', 'M', '1979-02-04', 'Iceland', '150 Schowalter Junction Apt. 271', 'Port Alf', '19777');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (218, 'Carli', 'Crona', 'F', '1972-10-07', 'Norfolk Island', '81962 Lavina Brook', 'Port Christop', '41677');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (219, 'Ivy', 'Rogahn', 'M', '2001-01-02', 'Ethiopia', '92444 Efren Spur Suite 711', 'Keeblerfort', '04638');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (220, 'Sonya', 'Jacobi', 'F', '1981-06-13', 'Palau', '95565 Stokes Valley', 'Fadelshire', '99573');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (221, 'Cynthia', 'Bashirian', 'F', '2013-03-01', 'Mauritius', '389 Eduardo Summit', 'West Jaren', '96541-3087');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (222, 'Pink', 'Wehner', 'M', '1995-04-12', 'Morocco', '9529 Rodriguez Canyon', 'Port Lurline', '81168');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (223, 'Fabian', 'Donnelly', 'F', '2003-07-23', 'Iran', '497 Brekke Creek', 'Douglasstad', '47185-7674');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (224, 'Fermin', 'Bartell', 'F', '1992-06-20', 'Djibouti', '1143 Kertzmann Mission Apt. 653', 'Port Quincystad', '50242-9174');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (225, 'Bell', 'Okuneva', 'F', '2002-11-04', 'Saint Pierre and Miquelon', '11844 Pollich Light Suite 991', 'Lake Ritaborough', '18617-6818');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (226, 'Valentin', 'O\'Keefe', 'M', '2011-06-15', 'Cayman Islands', '8422 Lowell Key', 'Eduardohaven', '44710-5417');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (227, 'Barney', 'Krajcik', 'F', '1977-05-23', 'Nicaragua', '3779 Forest Bypass', 'Port Jevon', '39149');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (228, 'Carlo', 'Morissette', 'M', '2015-06-27', 'Guadeloupe', '071 Towne Harbor Suite 819', 'Langoshshire', '54242-5999');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (229, 'Nicholaus', 'Dach', 'F', '1984-02-29', 'Tunisia', '454 Toy Brook', 'North Hildegardshire', '04846-3420');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (230, 'Valentina', 'Stamm', 'M', '1988-10-23', 'Antigua and Barbuda', '877 Gloria Glens', 'West Clarabelle', '61596');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (231, 'Julia', 'Shields', 'F', '1995-08-01', 'Holy See (Vatican City State)', '25646 Timmy Villages Apt. 716', 'Marleeburgh', '07105-2207');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (232, 'Johnson', 'Kuvalis', 'F', '2008-06-12', 'Saint Pierre and Miquelon', '7478 Hagenes Stravenue', 'Tatumborough', '61249-4251');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (233, 'Katarina', 'Bednar', 'M', '2010-10-04', 'Aruba', '50119 Tracey Tunnel Apt. 889', 'Janetside', '31540-5287');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (234, 'Cicero', 'Wiza', 'M', '1971-12-27', 'Jordan', '40298 Lemke Route', 'Rhettside', '31620');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (235, 'Rahul', 'Ankunding', 'M', '1999-01-09', 'Solomon Islands', '3558 Carmine Mountains Apt. 445', 'South Weldon', '82608');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (236, 'Velma', 'Stamm', 'M', '1995-06-20', 'Cyprus', '1127 Kling Curve Suite 388', 'Montyland', '61988-9102');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (237, 'Harrison', 'Purdy', 'M', '1974-06-03', 'Norway', '623 Kunze Vista', 'North Shadborough', '21003-8594');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (238, 'Mallory', 'Gusikowski', 'F', '2008-01-30', 'Russian Federation', '513 Casper Alley Apt. 652', 'Gibsonport', '42841-1289');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (239, 'Darron', 'Morar', 'F', '1978-09-15', 'Solomon Islands', '753 Bogisich Prairie Apt. 399', 'North Nadiaport', '79082-9565');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (240, 'Laury', 'Hintz', 'F', '2000-08-27', 'Turkmenistan', '576 Wilkinson Square Suite 289', 'North Beryl', '95119-1015');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (241, 'Hudson', 'O\'Conner', 'F', '2008-11-17', 'Equatorial Guinea', '4889 Pfeffer Camp', 'Port Hortense', '26198');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (242, 'Mac', 'Wilderman', 'F', '2017-03-02', 'Gibraltar', '86183 Iliana Wall', 'North Demetrius', '43060');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (243, 'Dario', 'Ernser', 'M', '1977-01-22', 'Portugal', '95160 Green Loaf Apt. 939', 'Altastad', '37033');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (244, 'Rhea', 'Wolff', 'F', '1971-08-26', 'Bulgaria', '98837 Wisoky Shoal', 'Kristinafurt', '28691-5323');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (245, 'Darryl', 'Hirthe', 'M', '1994-06-28', 'Belgium', '46032 Demarco Squares', 'Deshawnhaven', '81767-6770');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (246, 'Oswald', 'Thompson', 'F', '1996-08-19', 'Holy See (Vatican City State)', '1458 Kris Court', 'Marvinland', '59080');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (247, 'Cleta', 'Littel', 'M', '1973-04-03', 'Vanuatu', '239 Demario Passage Apt. 805', 'North Jordynmouth', '08526');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (248, 'Precious', 'Bauch', 'F', '2005-03-06', 'Bolivia', '20678 Magdalena Estates Suite 869', 'East Tayahaven', '53311');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (249, 'Amya', 'Hessel', 'F', '1979-05-16', 'Tunisia', '87404 Raymundo Divide', 'West Maryse', '67332-7889');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (250, 'Flavio', 'Rempel', 'F', '2008-10-20', 'Singapore', '2284 Thompson Haven Suite 366', 'Devinburgh', '94983');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (251, 'Dedrick', 'Mante', 'F', '1990-05-10', 'Pitcairn Islands', '82741 Ruthe Crescent Suite 008', 'Port Kraigstad', '79013');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (252, 'Drake', 'Jakubowski', 'F', '2010-10-24', 'Micronesia', '1461 Arvel Summit', 'Lake Steveton', '68104');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (253, 'Eloise', 'Rempel', 'F', '2013-06-07', 'Papua New Guinea', '48813 Sawayn Villages Apt. 971', 'Ernamouth', '81295-7015');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (254, 'Jarred', 'Altenwerth', 'F', '1995-06-13', 'Nigeria', '6488 Fay Lodge Apt. 475', 'North Brian', '82014-7542');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (255, 'Jarrett', 'Hackett', 'M', '1981-05-25', 'Heard Island and McDonald Islands', '67439 Ullrich Centers', 'Benfurt', '44026');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (256, 'Roderick', 'Terry', 'M', '1970-10-28', 'Norfolk Island', '984 Ryleigh Course', 'Ryanburgh', '14417-7000');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (257, 'Merlin', 'Fay', 'F', '1991-09-30', 'Ukraine', '0795 Conner Harbor Suite 049', 'Twilafurt', '10193');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (258, 'Ezekiel', 'Leuschke', 'M', '1980-12-08', 'Togo', '4664 Stanton Valley Suite 727', 'Denesikview', '52870-8776');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (259, 'Tomasa', 'Schinner', 'F', '1980-10-18', 'Jersey', '4948 Aric Heights', 'Albaville', '06330-1638');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (260, 'Emile', 'Dietrich', 'M', '1970-09-15', 'France', '664 Lisa Way Apt. 596', 'Havenmouth', '56648-4554');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (261, 'Daisy', 'Heathcote', 'M', '1998-07-03', 'Cote d\'Ivoire', '67900 Rodolfo Oval Apt. 257', 'Agneschester', '11719');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (262, 'Abigail', 'Stokes', 'M', '1974-03-23', 'Togo', '68355 Carroll Center Suite 566', 'West Edmondmouth', '17248-5663');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (263, 'Lavonne', 'Rodriguez', 'F', '1977-03-18', 'Greece', '84785 Paolo Tunnel', 'Miguelbury', '27901');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (264, 'Kellie', 'Halvorson', 'F', '1999-10-02', 'Madagascar', '843 Giuseppe Forest Apt. 308', 'Alborough', '61737-2618');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (265, 'Dock', 'Turner', 'F', '1970-06-04', 'Mozambique', '45083 Thiel Meadow Suite 322', 'North Leonberg', '28282');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (266, 'Archibald', 'Little', 'F', '2000-04-02', 'Serbia', '2203 Schumm Ports', 'Juliaburgh', '52320-0195');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (267, 'Lyla', 'Borer', 'M', '1987-11-19', 'Angola', '8140 O\'Kon Prairie', 'Ricehaven', '84893-7845');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (268, 'Jaron', 'Macejkovic', 'M', '1970-03-14', 'Switzerland', '4134 Turcotte Cove Apt. 728', 'Cecilhaven', '27088');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (269, 'Phyllis', 'Stehr', 'M', '1972-12-09', 'Denmark', '4666 Wiegand Vista', 'Ninafurt', '72078-0270');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (270, 'Ansel', 'Zboncak', 'M', '1972-08-29', 'Lao People\'s Democratic Republic', '99696 Brycen Course Apt. 101', 'North Maddison', '33605');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (271, 'Alf', 'Walker', 'M', '2010-08-30', 'Croatia', '18192 Hosea Squares Suite 953', 'East Serenity', '62296');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (272, 'Eldridge', 'Rogahn', 'M', '2006-06-07', 'Brazil', '5938 Conn Drive', 'East Jensen', '22050');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (273, 'Madisen', 'Rutherford', 'F', '1994-10-03', 'Kiribati', '51665 Jameson Expressway Suite 899', 'Hermannburgh', '79314');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (274, 'Connie', 'Hettinger', 'M', '2005-06-03', 'Tanzania', '9761 Elyssa Rapid', 'North Verona', '49765');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (275, 'Cheyenne', 'Cassin', 'F', '2015-07-15', 'Romania', '7075 Dale Light Suite 719', 'Camillaview', '14424-1231');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (276, 'Juliet', 'Jast', 'M', '1999-10-16', 'Sri Lanka', '8600 Adam Stream Suite 548', 'Lake Charles', '03720-4776');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (277, 'Flavio', 'Wolff', 'F', '1980-04-19', 'Australia', '44096 Alanna Islands Suite 548', 'Lonietown', '37856-3221');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (278, 'Christy', 'Crona', 'M', '1975-08-16', 'Eritrea', '196 Doyle Brooks', 'South Mason', '82526-7592');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (279, 'Chaim', 'Gerlach', 'M', '1970-11-24', 'Tanzania', '003 Lelia Forks Apt. 900', 'South Francescatown', '47488');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (280, 'Frances', 'Shanahan', 'F', '2015-03-12', 'Kyrgyz Republic', '01044 Brady Lane Suite 780', 'Lake Kipport', '38619');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (281, 'Kaitlin', 'Block', 'F', '2008-07-20', 'United States of America', '2622 Marisol Spring', 'South Rowena', '89559-9083');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (282, 'Corine', 'Wolf', 'M', '1976-05-17', 'Mozambique', '60320 Evert Shoal Apt. 254', 'Katelynnborough', '48276-7735');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (283, 'Kaylee', 'Miller', 'M', '2012-08-25', 'Japan', '099 Haleigh Port Apt. 019', 'West Kadin', '97653');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (284, 'Haskell', 'Hudson', 'F', '1977-04-24', 'Saint Lucia', '762 Marisol Camp', 'Port Brannon', '81496');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (285, 'Percy', 'Douglas', 'M', '1995-12-02', 'Syrian Arab Republic', '294 Kub Plains', 'Kenyonland', '88010');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (286, 'Leonardo', 'McClure', 'M', '1971-10-05', 'Hong Kong', '614 Stamm Streets', 'North Emmett', '71207');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (287, 'Bryce', 'Terry', 'M', '1979-03-23', 'Cook Islands', '65417 Luettgen Keys', 'Jaquanhaven', '71944-1324');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (288, 'Alexandro', 'Renner', 'M', '2007-12-17', 'Somalia', '08940 Reta Overpass Suite 031', 'Fisherville', '28567');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (289, 'Yessenia', 'Treutel', 'F', '1987-03-16', 'Belgium', '158 Cordelia Walks Apt. 612', 'Tremblaychester', '96178');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (290, 'Jabari', 'Shields', 'F', '2015-01-22', 'Mauritius', '221 Mann Green', 'Medhurstbury', '53411');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (291, 'Alexandre', 'Waters', 'M', '1996-09-30', 'Saudi Arabia', '11836 Jeffrey Forks Suite 442', 'East Oriemouth', '74407');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (292, 'Guiseppe', 'Bergstrom', 'F', '1981-05-03', 'Japan', '70861 Lakin Mews Suite 783', 'Cydneyview', '30915');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (293, 'Haylee', 'Wisoky', 'M', '1991-07-27', 'Maldives', '6216 Robbie Village Apt. 876', 'Lake Lucyview', '85846-6746');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (294, 'Eula', 'Nikolaus', 'M', '1979-07-09', 'Kuwait', '5474 Hane Ways', 'South Favianville', '59564-9500');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (295, 'Rosalind', 'Langworth', 'M', '1979-03-26', 'British Indian Ocean Territory (Chagos Archipelago)', '7584 Katherine Throughway', 'West Shanellechester', '29852-7070');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (296, 'Dessie', 'VonRueden', 'F', '1998-10-25', 'Guam', '588 Karelle Station Suite 552', 'Port Rowanburgh', '57516-2916');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (297, 'Laurianne', 'Bahringer', 'M', '2004-06-09', 'Puerto Rico', '7270 Laurie Garden Suite 144', 'South Tristian', '09308-4701');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (298, 'Estell', 'Kshlerin', 'M', '2003-02-01', 'Sierra Leone', '9197 Stehr Park Suite 664', 'Keeblermouth', '32988-6155');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (299, 'Adam', 'Leuschke', 'F', '1975-10-27', 'United Arab Emirates', '03676 Schroeder Roads Suite 044', 'Hickleburgh', '47635');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (300, 'Keshawn', 'Pollich', 'M', '1981-09-06', 'Malaysia', '39476 Greenholt Land', 'Lake Hoyt', '61133-4867');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (301, 'Diamond', 'Paucek', 'M', '2009-12-07', 'Honduras', '5524 West Streets Apt. 254', 'Kleinport', '13671-8077');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (302, 'Trever', 'Hoeger', 'M', '1998-03-13', 'Liberia', '2614 Dominique Drive', 'Arnoldoview', '67662-9345');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (303, 'Joy', 'King', 'M', '1996-11-11', 'Cote d\'Ivoire', '7745 Dallin Hills Suite 461', 'Lanceberg', '81197');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (304, 'Khalid', 'Johnston', 'M', '2017-05-13', 'Cocos (Keeling) Islands', '7821 Felipe Heights Suite 616', 'West Savannahaven', '12364-7899');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (305, 'Judd', 'Bayer', 'F', '2017-09-10', 'Belize', '026 Kertzmann Trail', 'Masonport', '88425');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (306, 'Shany', 'Ondricka', 'M', '2005-09-15', 'South Georgia and the South Sandwich Islands', '6296 Sanford Groves Suite 581', 'Lake Adonisville', '43937');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (307, 'Irwin', 'Russel', 'M', '1990-06-04', 'Sierra Leone', '661 Ledner Prairie', 'Clarkchester', '29004');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (308, 'Annamarie', 'Metz', 'F', '1989-07-30', 'Rwanda', '490 Michael Summit', 'Rachelchester', '70108');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (309, 'Terrance', 'Krajcik', 'F', '1991-07-30', 'Dominica', '30304 Flossie River Suite 300', 'Fletastad', '57327-8157');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (310, 'Annette', 'Morar', 'F', '2015-05-15', 'China', '1252 Danny Rapids Apt. 532', 'South Verlie', '67944-7803');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (311, 'Shana', 'Marquardt', 'F', '1973-04-01', 'American Samoa', '731 Rafaela Courts', 'East Tressieville', '24606');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (312, 'Koby', 'Ondricka', 'F', '1982-03-29', 'Iraq', '7044 Zelda Pine', 'East Amara', '90096');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (313, 'Kian', 'Larson', 'M', '2009-01-04', 'Belarus', '3923 Kilback Lock Suite 888', 'West Adrien', '48431-1851');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (314, 'Iliana', 'Lang', 'F', '2008-04-02', 'Nigeria', '177 Beatty Ridges Suite 543', 'Lehnerstad', '91502-8544');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (315, 'Destiney', 'Koch', 'F', '2016-09-05', 'Chile', '51256 Jefferey Hills Apt. 446', 'South Yeseniaview', '87389-1361');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (316, 'Madie', 'McGlynn', 'M', '1976-07-04', 'Reunion', '445 Cleo Summit Suite 496', 'Lake Margretville', '66487-5062');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (317, 'Vance', 'VonRueden', 'F', '2005-07-12', 'Anguilla', '53381 Bulah Mission', 'Juwanside', '59547-3261');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (318, 'Zaria', 'Ernser', 'M', '2004-08-10', 'China', '581 Lindgren Center Suite 586', 'Lake Modesta', '88704');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (319, 'Gideon', 'Dooley', 'M', '1985-11-12', 'Nauru', '109 Mario Mountain', 'Stiedemannstad', '83411');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (320, 'Yasmeen', 'Satterfield', 'F', '2000-07-05', 'Benin', '5522 Gertrude Turnpike Apt. 853', 'Lake Colleen', '50068');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (321, 'Bernita', 'Haag', 'M', '1999-11-27', 'Bolivia', '8833 Toy Springs Apt. 613', 'East Carastad', '76901-1246');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (322, 'Eusebio', 'Mosciski', 'M', '1977-07-13', 'Nepal', '786 Grant Circles Suite 084', 'Nicholemouth', '77334-7747');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (323, 'Anika', 'Russel', 'F', '1971-11-05', 'Slovakia (Slovak Republic)', '6084 Rosendo Freeway', 'Ardenview', '35629-7536');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (324, 'Cale', 'Rippin', 'M', '1989-09-14', 'Sierra Leone', '2835 Gulgowski Shore Suite 443', 'Bodeside', '89016');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (325, 'Chyna', 'Carroll', 'M', '1990-04-21', 'Afghanistan', '4107 Olin Pine Apt. 197', 'Altenwerthbury', '58322-4613');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (326, 'Adolfo', 'Kunde', 'M', '1989-07-26', 'Nigeria', '4827 Dach Summit', 'Lake Lura', '46897-7354');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (327, 'Antonia', 'Deckow', 'F', '1987-04-28', 'Saint Barthelemy', '679 Lesley Hollow', 'West Mathew', '76253-7457');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (328, 'Nora', 'Schowalter', 'M', '2006-07-20', 'Austria', '5621 Parker Village', 'Eldridgeport', '55431');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (329, 'Luella', 'Glover', 'F', '1981-04-20', 'Brunei Darussalam', '985 Witting Union', 'Port Israelview', '78874-3256');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (330, 'Evalyn', 'Stokes', 'M', '1972-05-30', 'Oman', '744 Andres Ville', 'Camilaberg', '61250-8740');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (331, 'Grady', 'Rosenbaum', 'M', '1999-05-29', 'China', '60012 Bernardo Road', 'Port Addie', '97879');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (332, 'Malika', 'Mueller', 'F', '2013-02-03', 'El Salvador', '8011 Joanie Street Apt. 790', 'New Neoma', '51269-1221');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (333, 'Nola', 'Schaden', 'M', '2013-06-04', 'Saint Barthelemy', '88252 Garrett Camp', 'Kobyhaven', '53216-1254');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (334, 'Cassandra', 'Daniel', 'F', '1976-07-01', 'United States Virgin Islands', '8495 Norval Ridges', 'Bonitaborough', '64084-3064');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (335, 'Carmen', 'Dare', 'F', '1970-06-29', 'Armenia', '321 Parisian Mall', 'Bergemouth', '99019-5915');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (336, 'Claudie', 'Vandervort', 'F', '2008-06-17', 'Macao', '99532 Jadyn Ranch', 'Medhurstmouth', '38964');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (337, 'Lorna', 'Carroll', 'F', '1984-04-21', 'Belize', '39220 Frances River', 'Katlynnville', '09726');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (338, 'Geoffrey', 'Bartoletti', 'F', '1983-04-01', 'Ghana', '6164 Bernier Radial Apt. 842', 'Port Keyshawn', '18013-6237');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (339, 'Lily', 'Hartmann', 'M', '2016-05-09', 'Turkey', '934 Beatty Streets', 'New Letamouth', '93890-3149');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (340, 'Mike', 'Schmidt', 'M', '2015-08-21', 'China', '287 Josiah Cliffs Apt. 915', 'East Zoeybury', '01794');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (341, 'Cheyanne', 'Wilkinson', 'M', '1997-07-31', 'Senegal', '5208 Abbott Run', 'Marlinfort', '76962-3456');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (342, 'Juvenal', 'Maggio', 'F', '1975-12-21', 'Fiji', '592 Hand Viaduct Apt. 456', 'Port Andyborough', '69340');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (343, 'Robin', 'Parker', 'M', '1978-09-03', 'Suriname', '4586 Denesik Spur', 'East Evalyn', '91368-7551');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (344, 'Winston', 'Schaefer', 'M', '1973-04-28', 'Dominica', '418 Hand Lane', 'Marksport', '94921');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (345, 'Jillian', 'Hansen', 'F', '2002-02-04', 'Nauru', '14802 Collin Forest Suite 601', 'Conroytown', '45905');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (346, 'Milan', 'Quigley', 'F', '1972-09-19', 'Ghana', '60632 Cummings Curve Suite 580', 'New Jerrod', '63891');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (347, 'Albin', 'Weissnat', 'F', '1999-06-29', 'Luxembourg', '242 Dorian Heights Suite 144', 'North Oscarton', '79165');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (348, 'Adriana', 'Kuvalis', 'F', '1976-04-17', 'Nigeria', '28796 Marlee Row Suite 397', 'Johnnyton', '80861-0598');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (349, 'Oren', 'Littel', 'M', '1973-01-28', 'Gambia', '9606 Beatty Ways Suite 409', 'Port Stacy', '85298-6846');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (350, 'Alejandrin', 'Kirlin', 'F', '1990-05-15', 'Macedonia', '825 Jaleel Park', 'East Alfonso', '17283');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (351, 'Marlene', 'Rowe', 'F', '1971-03-23', 'Saint Lucia', '6300 Mable Crest Apt. 922', 'East Erwin', '99578-1625');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (352, 'Angelita', 'Shields', 'F', '2001-09-13', 'Hong Kong', '89581 Schulist Pine Suite 827', 'East Pearlineport', '71060-0673');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (353, 'Lilla', 'Corkery', 'F', '1992-06-25', 'Hungary', '667 Owen Mills', 'Ernserberg', '35116-4070');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (354, 'Adella', 'O\'Reilly', 'M', '1988-12-15', 'Netherlands', '1612 VonRueden Trafficway', 'Nicholausbury', '11114-6295');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (355, 'Golden', 'Bayer', 'M', '2011-03-12', 'Antarctica (the territory South of 60 deg S)', '307 Rafael Manors', 'New Brant', '47761');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (356, 'Alaina', 'Nienow', 'M', '2007-02-21', 'Morocco', '19472 Victoria Dam Suite 880', 'Toyhaven', '05882');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (357, 'Colton', 'O\'Conner', 'M', '1986-12-25', 'Mongolia', '0288 Koelpin Lodge', 'Padbergville', '95067');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (358, 'Marlon', 'Hagenes', 'M', '2004-03-30', 'Iceland', '608 Ebony Wall', 'Francescoside', '94298');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (359, 'Helena', 'Gislason', 'F', '1975-10-23', 'Saint Helena', '976 Effertz Village', 'Lake Gina', '12703-1749');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (360, 'Nelda', 'Herman', 'F', '1994-01-02', 'Eritrea', '143 Bashirian Haven', 'North Savanah', '89102');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (361, 'Colby', 'Hilpert', 'F', '2001-05-24', 'Burkina Faso', '08919 Bergstrom Junction Suite 816', 'Lavernborough', '83406-8994');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (362, 'Roosevelt', 'Frami', 'M', '1976-12-03', 'Malaysia', '144 Aurelio Summit Suite 734', 'Port Chance', '59705');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (363, 'Randal', 'Jakubowski', 'F', '1981-11-18', 'Korea', '2686 Zemlak Land Suite 335', 'New Mackenziehaven', '94007');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (364, 'Ali', 'Miller', 'M', '1979-07-21', 'Angola', '55751 Blick Junctions', 'Pollyton', '97190');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (365, 'Michelle', 'Klocko', 'F', '2014-08-12', 'Costa Rica', '0427 Jonathon Trafficway', 'Madalynport', '85719');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (366, 'Alysa', 'Nolan', 'F', '2010-08-08', 'Ukraine', '772 Prosacco Cape', 'Odellborough', '17403-0438');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (367, 'Lolita', 'West', 'M', '2012-02-18', 'Greenland', '008 Lubowitz Mountain', 'Port Dorisshire', '30106');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (368, 'Laura', 'Kuhic', 'M', '1986-11-22', 'Eritrea', '043 Alayna Ports', 'Halvorsonborough', '27483-2341');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (369, 'Pat', 'Fahey', 'M', '1990-11-11', 'Turks and Caicos Islands', '85937 Jerde Bypass', 'Ondrickastad', '15770');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (370, 'Burdette', 'Donnelly', 'M', '1989-08-02', 'Niger', '59578 Lueilwitz Neck Apt. 328', 'Bartolettiville', '34902-0269');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (371, 'Alice', 'Mertz', 'M', '2010-02-18', 'Faroe Islands', '9718 Buckridge Dam', 'North Loniefurt', '81220');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (372, 'Edyth', 'Hoeger', 'F', '1985-12-27', 'Belgium', '328 Katlyn Brooks Suite 579', 'Abeview', '53412');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (373, 'Sister', 'Mayert', 'F', '1982-10-28', 'Malaysia', '13865 Allen Orchard Suite 812', 'Bernhardborough', '54515');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (374, 'Simone', 'Terry', 'F', '2000-02-28', 'Korea', '2914 Hershel Crescent', 'Serenityton', '29082');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (375, 'Franz', 'Hackett', 'M', '1980-08-04', 'Macao', '575 Dedric Neck Suite 915', 'Lake Davin', '05925-6987');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (376, 'Valentin', 'Doyle', 'F', '1981-03-23', 'Dominican Republic', '14534 Donnie Knoll', 'Zoeyport', '18535-0724');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (377, 'Betsy', 'Turcotte', 'F', '2011-11-30', 'Italy', '541 Dickinson Lake Apt. 715', 'New Clemensport', '48396-3279');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (378, 'Lonie', 'Corkery', 'M', '1981-09-21', 'Egypt', '5772 Yasmine Brook', 'Lafayetteborough', '62276');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (379, 'Jewel', 'Beer', 'F', '2013-12-25', 'Spain', '1917 Grant Valley', 'West Kenyonborough', '93882-5788');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (380, 'Erwin', 'Abbott', 'M', '1982-08-28', 'Dominica', '8154 Madeline Crescent Apt. 581', 'North Antoniotown', '31671-3416');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (381, 'Emily', 'Feeney', 'F', '2000-01-13', 'Togo', '9891 Batz Ville', 'Helenhaven', '07195-1588');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (382, 'Kyla', 'Mohr', 'M', '1988-11-09', 'Saint Lucia', '66074 Jammie Springs Apt. 260', 'South Melissaville', '65400');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (383, 'Hardy', 'Kunze', 'F', '2006-08-31', 'Turkmenistan', '876 Metz Hollow', 'South Eloychester', '59421');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (384, 'Catharine', 'O\'Conner', 'F', '2006-04-24', 'Congo', '51670 McDermott Port', 'Cristinaview', '79677');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (385, 'Monroe', 'Rogahn', 'M', '2007-03-25', 'South Georgia and the South Sandwich Islands', '4515 Jalen Road Apt. 614', 'Dereckstad', '04475');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (386, 'Rae', 'Waelchi', 'M', '1973-11-18', 'Bahamas', '73992 Sammie Court', 'New Sherwood', '08380');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (387, 'Jalyn', 'Howell', 'M', '1978-07-05', 'Iran', '90842 Hauck Ridges Suite 198', 'New Euna', '63701');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (388, 'Bertrand', 'Abernathy', 'F', '2002-12-03', 'Vanuatu', '175 Rahul Ford', 'Webertown', '62143');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (389, 'Montana', 'Bednar', 'F', '2011-05-14', 'Poland', '987 Koelpin Junctions', 'North Kathleenland', '36034-1338');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (390, 'Jayda', 'Buckridge', 'M', '2012-12-14', 'Slovakia (Slovak Republic)', '687 Koch Pine Apt. 798', 'Chelseyborough', '32345');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (391, 'Christelle', 'Kirlin', 'M', '1973-08-12', 'Madagascar', '4281 Rasheed Mount', 'Tellyland', '52519');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (392, 'Ulices', 'Upton', 'M', '2014-11-27', 'Pitcairn Islands', '0996 Sarina Point Suite 114', 'Inesborough', '36924-4641');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (393, 'Serena', 'Upton', 'M', '2000-06-03', 'Burkina Faso', '235 Will Corners', 'New Jeanie', '98186');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (394, 'Raina', 'Macejkovic', 'M', '1970-01-22', 'Brunei Darussalam', '1813 Olson Islands Apt. 993', 'East Ruthe', '00188-4335');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (395, 'Remington', 'Little', 'M', '1990-05-10', 'Oman', '325 Cordia Glen', 'Port Zoilatown', '37772-6095');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (396, 'Christina', 'Satterfield', 'M', '1984-11-20', 'Guernsey', '3930 Preston Junctions', 'Christiansenton', '16322');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (397, 'Dixie', 'Stamm', 'F', '1972-03-02', 'Netherlands', '18950 Schowalter Stream Apt. 816', 'Katharinastad', '59438');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (398, 'Erik', 'Pouros', 'F', '2017-08-13', 'Bosnia and Herzegovina', '1589 Hank Loop Apt. 827', 'West Julietown', '14138-4768');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (399, 'Karlee', 'Oberbrunner', 'M', '1987-04-05', 'Argentina', '6623 Ferry Gardens Suite 451', 'Port Gonzalo', '72837');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (400, 'Santino', 'Kuvalis', 'F', '2005-01-24', 'United States of America', '1071 Purdy Crest', 'Mistymouth', '93557');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (401, 'Sonia', 'Morissette', 'F', '1989-03-16', 'Central African Republic', '5127 Fritsch Loop', 'North Derrickview', '56190-1286');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (402, 'Imogene', 'Kuhic', 'F', '1986-10-21', 'Burundi', '59840 Guy Land', 'Lake Myah', '96802-0825');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (403, 'Giuseppe', 'Hermiston', 'F', '2013-09-19', 'Netherlands', '904 Agnes Brooks', 'Mitchellstad', '04035-9890');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (404, 'Destiny', 'Kulas', 'M', '2015-09-26', 'Ghana', '539 Hahn Landing Apt. 691', 'North Melba', '00866-7568');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (405, 'Demario', 'Harvey', 'M', '1987-01-02', 'Albania', '468 Adriel Mountain Suite 604', 'Gerholdfurt', '95622-6636');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (406, 'Colt', 'Rippin', 'F', '2009-08-31', 'Portugal', '59674 Keebler Station', 'Andersonburgh', '88335-6677');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (407, 'Alena', 'Schaden', 'F', '1987-08-21', 'Jersey', '9372 Schulist Branch Apt. 621', 'Emilfurt', '42263');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (408, 'Terrance', 'Jakubowski', 'F', '2007-07-07', 'Turks and Caicos Islands', '0811 Elliot Knolls', 'Lake Emma', '99877-0296');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (409, 'Timmothy', 'Hills', 'M', '1998-10-17', 'Sri Lanka', '7599 Rowena Trail Apt. 112', 'Sheaton', '92189-9973');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (410, 'Frederik', 'Moore', 'M', '2011-07-18', 'Northern Mariana Islands', '71500 Mann Ridges Apt. 043', 'West Vitahaven', '17106-7014');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (411, 'Deondre', 'Parker', 'F', '1972-11-25', 'Burkina Faso', '81464 Bogan Well Suite 554', 'East Torrance', '14411-0791');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (412, 'Ben', 'Baumbach', 'M', '1994-06-27', 'Togo', '18156 Richard Camp Apt. 786', 'West Joycebury', '12476-0046');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (413, 'Brandyn', 'Koch', 'F', '1981-03-01', 'Ukraine', '007 Boehm Greens Apt. 481', 'East Tommieville', '27997');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (414, 'Chester', 'Sawayn', 'F', '1984-08-02', 'Haiti', '34231 Feil Landing', 'Lake Julienland', '01884');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (415, 'Anastasia', 'Kuvalis', 'M', '1975-04-20', 'China', '9548 Kutch Villages Apt. 989', 'Rennerhaven', '00127');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (416, 'Rowan', 'Prohaska', 'F', '2006-10-19', 'Albania', '00454 Fadel Turnpike', 'East Lauretta', '26669-9449');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (417, 'Riley', 'Funk', 'F', '2002-05-18', 'Belarus', '41479 Mante Knolls', 'West Adolphview', '54527-4585');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (418, 'Helmer', 'Padberg', 'M', '1994-12-14', 'Mayotte', '349 Von Lock', 'Jaskolskiland', '85940');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (419, 'Clotilde', 'Langworth', 'M', '1991-09-23', 'Finland', '28355 Furman Stream', 'Wymanburgh', '30919-0408');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (420, 'Augustine', 'Murray', 'F', '1975-02-02', 'Albania', '6896 Joaquin Garden Suite 136', 'Desireefurt', '08650-2236');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (421, 'Maud', 'Kozey', 'F', '2013-12-02', 'Timor-Leste', '287 Steuber Forge Apt. 261', 'South Charley', '37642-7515');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (422, 'Tressie', 'Thiel', 'F', '1995-04-15', 'Belgium', '08117 Cynthia Keys Suite 865', 'North Osbornebury', '83414');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (423, 'Kyler', 'Hoeger', 'F', '2008-02-10', 'Nicaragua', '3018 Katheryn Underpass', 'West Harmonport', '13709-7649');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (424, 'Lauren', 'Stroman', 'M', '1982-03-26', 'Lithuania', '56087 Hiram Radial', 'Lake Brooks', '30231');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (425, 'Orrin', 'Fisher', 'M', '2014-07-11', 'San Marino', '85219 Abe Greens Apt. 139', 'South Angelina', '34611');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (426, 'Nathen', 'Johnston', 'M', '1970-03-04', 'Faroe Islands', '9740 Medhurst Glens Apt. 151', 'Hintzton', '59006-7205');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (427, 'Jacinthe', 'Wiza', 'F', '2006-06-30', 'Tuvalu', '6544 Stuart Drive Apt. 258', 'North Otho', '87478-5328');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (428, 'Zena', 'Barrows', 'M', '2001-03-23', 'Pitcairn Islands', '9205 Gutkowski Mount Suite 869', 'Lomabury', '09028');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (429, 'Alec', 'Krajcik', 'M', '1995-12-23', 'Namibia', '799 Green Turnpike', 'Port Minnieside', '35703-7245');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (430, 'Adolph', 'Haley', 'F', '1977-07-20', 'Puerto Rico', '4257 Hane Overpass', 'Barrowsside', '81754');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (431, 'Lesly', 'Thompson', 'M', '2000-02-14', 'Jamaica', '1487 Haley Loaf', 'Sydneybury', '58726-7279');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (432, 'Shanelle', 'O\'Hara', 'M', '1979-11-05', 'American Samoa', '790 Kovacek View Apt. 166', 'Mosciskitown', '36278');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (433, 'Ressie', 'Kulas', 'F', '1970-02-02', 'Hungary', '143 Einar Drive Suite 638', 'Loweside', '43474-8550');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (434, 'Vivianne', 'Eichmann', 'F', '2003-11-05', 'Western Sahara', '386 Beatty Meadows Apt. 528', 'West Cecelia', '08313');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (435, 'Pearl', 'Hodkiewicz', 'M', '2000-03-27', 'Djibouti', '776 Pouros Light', 'Louveniaton', '70560');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (436, 'Mallie', 'McKenzie', 'F', '2001-06-01', 'Singapore', '53264 Bartoletti Islands Suite 438', 'Maribelstad', '84905-4961');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (437, 'Chandler', 'Nikolaus', 'F', '1977-05-06', 'Turkmenistan', '71968 Littel Trail Apt. 821', 'Cummeratachester', '75230-2671');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (438, 'Nathen', 'Hagenes', 'M', '2007-01-08', 'Heard Island and McDonald Islands', '73131 Jaunita Plains Suite 036', 'Isaiahtown', '28440-9203');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (439, 'Maxime', 'Stamm', 'F', '2007-08-03', 'Niue', '26210 Alisha Run Suite 794', 'Jaskolskimouth', '81910-2563');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (440, 'Judy', 'Gerhold', 'M', '1996-10-24', 'Estonia', '751 Shawn Court Apt. 986', 'Mazieville', '62809');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (441, 'Chadrick', 'Jakubowski', 'M', '2000-05-24', 'American Samoa', '95043 Cameron Common', 'Lake Emmaleeborough', '01902');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (442, 'Josh', 'Farrell', 'F', '1984-06-14', 'Guadeloupe', '542 Thompson Centers', 'New Aniya', '48964');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (443, 'Trace', 'Kihn', 'M', '2009-05-02', 'Austria', '2629 Kellen Lake', 'Yundtmouth', '82971-1916');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (444, 'Wava', 'Hickle', 'M', '1975-07-28', 'Turkey', '164 Elise Gateway Suite 531', 'Ashleighbury', '25627-4735');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (445, 'Helen', 'Price', 'M', '2005-12-30', 'Venezuela', '6183 Lilliana Plains', 'North Daleside', '83472');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (446, 'Nasir', 'Lubowitz', 'F', '1996-06-09', 'Libyan Arab Jamahiriya', '1686 Herman Light Suite 790', 'Auerport', '80853');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (447, 'Oceane', 'Howell', 'M', '1979-05-23', 'Austria', '24601 O\'Kon Village Apt. 074', 'South Gustaveport', '19749-3926');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (448, 'Rhoda', 'Ryan', 'M', '1993-08-26', 'Benin', '336 Koelpin Hill Suite 951', 'Stiedemannview', '44099');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (449, 'Monique', 'West', 'M', '1997-05-14', 'Cote d\'Ivoire', '952 Monahan Pine Suite 299', 'Mallieview', '41697');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (450, 'Oleta', 'Leffler', 'M', '2002-10-13', 'Niue', '532 Hintz Estate Suite 263', 'New Ned', '05034');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (451, 'Isac', 'Gibson', 'M', '1991-11-08', 'Norway', '46301 Jarvis Mountains Apt. 490', 'West Freddy', '18931');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (452, 'Mandy', 'Larkin', 'F', '2013-10-22', 'Norfolk Island', '406 Hudson Neck Apt. 601', 'Kreigertown', '19624-1568');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (453, 'Lizzie', 'Rempel', 'M', '1983-03-23', 'Korea', '453 Leuschke Dam', 'East Kim', '65903-6020');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (454, 'Priscilla', 'Borer', 'F', '1978-02-09', 'Oman', '25738 Arvid Valley Suite 565', 'East Braxtonmouth', '75983-5710');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (455, 'Blanche', 'Barrows', 'F', '1973-03-10', 'Malta', '252 Cronin Ramp', 'South Buddyton', '29867-8192');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (456, 'Trudie', 'Cummings', 'F', '2006-06-18', 'Bouvet Island (Bouvetoya)', '3778 Jones Summit', 'East Violet', '35638');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (457, 'Brady', 'Moore', 'M', '1972-05-15', 'Guatemala', '7806 Cummerata Tunnel', 'Lake Althea', '18790');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (458, 'Deon', 'Nicolas', 'F', '2009-12-10', 'Micronesia', '66751 Davis Green Suite 240', 'Port Mckaylafurt', '04460-2141');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (459, 'Valentine', 'Kirlin', 'F', '1993-01-28', 'Belgium', '755 Hilario Ferry', 'South Irving', '74029');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (460, 'Turner', 'Walter', 'M', '1992-11-01', 'Zambia', '33940 Beatrice Landing', 'North Audreanne', '29562');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (461, 'Carlee', 'Farrell', 'F', '2010-05-24', 'Cyprus', '6774 Mozell Point Apt. 728', 'Mayershire', '68279-2200');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (462, 'Rebecca', 'Grant', 'F', '1988-01-02', 'Rwanda', '806 Ova Glen', 'Lessieside', '34286');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (463, 'Pearline', 'Prohaska', 'M', '2007-08-09', 'Haiti', '97272 Dasia Parkway', 'South Lethashire', '51276');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (464, 'Dominic', 'Lynch', 'M', '1988-08-16', 'Gabon', '7333 Parker Via Apt. 785', 'Hanemouth', '30630-3609');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (465, 'Maynard', 'O\'Keefe', 'M', '1970-09-20', 'Brunei Darussalam', '3589 Cronin Route', 'South Lerachester', '10470-7582');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (466, 'Sigurd', 'Carter', 'F', '2003-05-24', 'Italy', '1877 Elaina Extensions', 'Bayerborough', '96620');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (467, 'Constantin', 'Breitenberg', 'M', '2016-09-15', 'Burundi', '6535 Greyson Courts', 'Lake Brenna', '20128-4380');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (468, 'Sabrina', 'Larkin', 'F', '2008-10-01', 'Mauritania', '79781 Davis Walks Suite 455', 'East Luna', '23591');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (469, 'Carolanne', 'Schaden', 'F', '1980-07-22', 'Cote d\'Ivoire', '62965 Helena Views', 'New Maria', '36121-6273');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (470, 'Eulalia', 'Beahan', 'M', '1985-09-15', 'United States Minor Outlying Islands', '9259 Aglae Knoll', 'New Alf', '84080');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (471, 'Stewart', 'Mante', 'M', '1970-09-14', 'Comoros', '59514 Stracke Viaduct Suite 099', 'Aylatown', '99050');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (472, 'Bryon', 'Durgan', 'F', '1974-06-30', 'Korea', '94437 Konopelski Junctions', 'Hannahland', '54999-1326');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (473, 'Howell', 'Kuvalis', 'F', '1993-05-30', 'Bermuda', '722 Frami Wall Suite 455', 'Abernathystad', '71583');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (474, 'Ceasar', 'Watsica', 'M', '2006-05-18', 'Belgium', '71538 Sheridan Tunnel', 'Greenfelderport', '25880');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (475, 'Meagan', 'Larkin', 'F', '2016-07-05', 'Oman', '7325 Barton Plaza Suite 829', 'Lake Mathilde', '23866');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (476, 'Theresia', 'Hegmann', 'F', '1991-02-24', 'Turkey', '160 Marquardt Path Apt. 799', 'Port Billland', '15138');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (477, 'Cali', 'Wyman', 'M', '1990-12-22', 'New Zealand', '392 Christiansen Fort Apt. 985', 'Reinaview', '23634-3243');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (478, 'Stella', 'Kilback', 'M', '2011-08-19', 'Sri Lanka', '69618 Laverna Square Suite 779', 'Maximillianbury', '73230');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (479, 'Fae', 'Balistreri', 'F', '1988-02-09', 'United Kingdom', '40286 Wilma Drive', 'Strosinborough', '48784');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (480, 'Willow', 'Gusikowski', 'M', '1993-02-05', 'Saint Martin', '02952 Ericka Union', 'East Stan', '81302');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (481, 'Georgianna', 'Jacobs', 'F', '1989-03-13', 'Liechtenstein', '7653 Caesar Points', 'Gulgowskiside', '43881-1939');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (482, 'Narciso', 'Frami', 'F', '1995-02-05', 'Uganda', '32997 Gutmann Shores Suite 586', 'New Adriannatown', '61060');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (483, 'Jaren', 'Smith', 'F', '2006-02-28', 'Argentina', '1784 Elisabeth Port Apt. 748', 'Kulasfort', '21586-8800');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (484, 'Tremaine', 'Fahey', 'M', '1972-12-21', 'Saint Lucia', '428 Reynolds Tunnel Suite 271', 'Torpport', '27065');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (485, 'Ophelia', 'Nienow', 'M', '1976-09-21', 'Sudan', '3604 Dach Harbors', 'West Ward', '45577-2249');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (486, 'Chaim', 'Bayer', 'F', '1975-05-06', 'Slovakia (Slovak Republic)', '67897 Kiarra Highway', 'Quigleychester', '34066-9809');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (487, 'Adan', 'Franecki', 'M', '2015-11-01', 'Timor-Leste', '986 Franecki Viaduct Apt. 427', 'Schowaltertown', '81845-7904');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (488, 'Lilla', 'Klein', 'F', '2010-09-21', 'Afghanistan', '82492 Anderson Ridge', 'Port Eldonborough', '65209');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (489, 'Rahsaan', 'Von', 'F', '1990-04-19', 'Italy', '359 Lynch Dale Apt. 519', 'New Albertha', '12143');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (490, 'Blanche', 'Kling', 'M', '2006-03-20', 'Colombia', '39633 Walsh Rue', 'New Hunter', '43263');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (491, 'Jessie', 'Weber', 'F', '1970-09-29', 'Slovenia', '068 Weimann Ports', 'Nikitachester', '39987-3680');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (492, 'Tara', 'Yundt', 'M', '1996-03-03', 'Iceland', '4940 Norval Plains', 'West Charlotteton', '28880-5895');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (493, 'Keyon', 'Feest', 'M', '1979-03-20', 'Myanmar', '08978 Erdman Overpass Apt. 670', 'North Nicoleport', '87203');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (494, 'Lia', 'Becker', 'M', '2009-09-18', 'Saint Barthelemy', '613 Alia Squares', 'South Alexandre', '16646-0555');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (495, 'Trenton', 'Sipes', 'F', '1975-06-30', 'Falkland Islands (Malvinas)', '088 Joanny Common Apt. 584', 'Littleville', '36544');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (496, 'Arno', 'Breitenberg', 'M', '1993-03-28', 'Western Sahara', '722 Williamson Skyway Suite 393', 'Port Rhett', '44990');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (497, 'Mafalda', 'Moore', 'M', '1971-09-15', 'Morocco', '222 Laron Forge', 'Shannyport', '73792');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (498, 'Camylle', 'Kulas', 'M', '1971-02-07', 'Czech Republic', '26573 Dicki Green Suite 560', 'East Friedrich', '67805-0667');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (499, 'Valentine', 'Ratke', 'F', '2009-06-03', 'Moldova', '50047 Vladimir Creek Apt. 728', 'Tamarafurt', '95688-6473');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (500, 'Flavie', 'O\'Hara', 'M', '2001-11-15', 'French Guiana', '085 Lang Point', 'Sanfordville', '15182-8391');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (501, 'Elaina', 'Kris', 'F', '2016-06-29', 'Saint Kitts and Nevis', '9412 Bashirian Rue', 'North Rosella', '04381');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (502, 'Malika', 'Cole', 'F', '1997-07-14', 'Algeria', '03378 Reggie Gardens', 'East Timmothy', '58837');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (503, 'Brandi', 'Grant', 'M', '1990-02-13', 'Cocos (Keeling) Islands', '449 Ezra Rest Suite 154', 'West Dayton', '37434-7371');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (504, 'Rosamond', 'Breitenberg', 'F', '1997-08-20', 'United States of America', '30676 Daugherty Squares', 'Kristinamouth', '02799-7920');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (505, 'Kale', 'Johnson', 'M', '1999-01-13', 'Spain', '04424 Emily Lock Suite 747', 'Olsontown', '56834-0044');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (506, 'Bobby', 'Homenick', 'F', '2003-11-29', 'Gibraltar', '380 Rodger Highway', 'Antonettaville', '35619');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (507, 'Johnnie', 'Schowalter', 'M', '1973-08-15', 'Malawi', '72705 Reinger Flat', 'West Lucie', '77289');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (508, 'Zack', 'Mueller', 'M', '2009-03-20', 'Saint Barthelemy', '9738 Winona Run', 'Waelchistad', '80075-0111');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (509, 'Mary', 'Purdy', 'F', '2008-12-28', 'Botswana', '48336 Spinka Mall Suite 805', 'East Clair', '92434');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (510, 'Shaylee', 'Prosacco', 'F', '1988-10-04', 'Christmas Island', '28477 Jaskolski Run', 'South Deshawnfort', '26939');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (511, 'Evangeline', 'Block', 'M', '1983-08-13', 'Guinea', '68250 Sporer Forges Suite 300', 'New Cody', '23951');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (512, 'Arnaldo', 'Langworth', 'F', '2013-04-21', 'Samoa', '6691 Rippin Meadows Apt. 357', 'Lloydmouth', '69340');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (513, 'Sherwood', 'Koss', 'F', '1987-11-22', 'Dominican Republic', '093 Hayes Well', 'Deltaville', '25675-3514');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (514, 'Davin', 'Adams', 'F', '1971-12-06', 'Northern Mariana Islands', '12279 Althea Ferry', 'West Vernerburgh', '56782');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (515, 'Jerod', 'Gutmann', 'M', '1982-06-30', 'Ghana', '401 Jakubowski Skyway Suite 259', 'Mariefurt', '27522');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (516, 'Pearlie', 'Dickens', 'F', '1992-11-09', 'Cayman Islands', '78961 Gleichner Loop Apt. 274', 'Lake Isac', '83612');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (517, 'Estell', 'Huels', 'M', '1976-07-15', 'Cambodia', '312 Greenfelder Creek Suite 649', 'New Lilian', '68986');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (518, 'Samara', 'Champlin', 'M', '2001-08-13', 'Haiti', '643 Leilani Extension', 'Macejkovicland', '61049');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (519, 'Quinn', 'Dooley', 'F', '2008-05-19', 'Lao People\'s Democratic Republic', '7607 Scotty Place', 'Lake Izabellafurt', '07444-7704');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (520, 'Albert', 'Donnelly', 'F', '1987-10-08', 'Equatorial Guinea', '779 Bogisich Brooks', 'Cassidystad', '64041-7955');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (521, 'Ismael', 'Wolff', 'M', '1994-08-04', 'Congo', '278 O\'Connell Orchard Apt. 250', 'New Stuartmouth', '44153');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (522, 'Will', 'Farrell', 'F', '1999-12-07', 'Venezuela', '2319 Rosanna Cliff', 'South Martinside', '66139-6811');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (523, 'Owen', 'Lakin', 'F', '2014-03-14', 'Falkland Islands (Malvinas)', '24517 Hayes Union', 'North Addison', '44608');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (524, 'Lenora', 'Jacobson', 'M', '2010-09-01', 'Guinea', '2978 Klein Parkway', 'Dandreborough', '16197');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (525, 'Tamara', 'Carter', 'F', '1994-09-06', 'Uruguay', '17063 Rodger Court', 'Lake Reginaldview', '10647-4691');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (526, 'Charlie', 'West', 'M', '1997-02-27', 'Latvia', '9915 Cronin Mountain', 'South Herminabury', '14991-2720');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (527, 'Joyce', 'Feeney', 'F', '1996-02-21', 'Thailand', '122 Lebsack Camp', 'North Belleshire', '96585-9906');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (528, 'Jeremie', 'McDermott', 'M', '1975-09-02', 'Uganda', '67448 Tillman Inlet', 'Lindgrenport', '06623');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (529, 'Kailee', 'Von', 'F', '2004-01-06', 'Uzbekistan', '958 Adalberto Heights Apt. 821', 'East Luellamouth', '87548');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (530, 'Fidel', 'Tromp', 'F', '2002-07-03', 'Congo', '5029 Floy Corner Suite 688', 'Beauberg', '51465-9899');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (531, 'Davion', 'Price', 'F', '1974-11-02', 'Guyana', '5675 Walker Points', 'Boehmmouth', '65116');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (532, 'Xzavier', 'Cartwright', 'F', '2002-11-07', 'Mongolia', '5432 Cassin Grove Apt. 051', 'Kassulkefort', '58970-4565');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (533, 'Keara', 'Paucek', 'M', '2015-01-28', 'Angola', '827 Abshire Circle Apt. 605', 'Schummhaven', '47166');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (534, 'Kristin', 'Lubowitz', 'M', '1991-06-13', 'Bosnia and Herzegovina', '3530 Hilll Camp', 'New Holdenfurt', '44621-7900');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (535, 'Alek', 'Satterfield', 'F', '1979-01-07', 'Paraguay', '2347 Madonna Vista Apt. 350', 'East Corine', '35816');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (536, 'Marian', 'Turcotte', 'F', '1977-12-07', 'Netherlands Antilles', '31236 Uriah Stream', 'Satterfieldview', '83230-1491');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (537, 'Libbie', 'Deckow', 'F', '2001-11-02', 'Guam', '609 Olson Place', 'Harberton', '65992-9224');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (538, 'Marshall', 'Lockman', 'F', '2011-04-21', 'Svalbard & Jan Mayen Islands', '30721 Grimes Cliff Suite 792', 'Port Neldatown', '59865');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (539, 'Casandra', 'Bruen', 'F', '1977-03-25', 'Madagascar', '742 Dasia Via', 'Pollichchester', '42295-7581');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (540, 'Kaleigh', 'Dach', 'F', '1997-02-11', 'Wallis and Futuna', '604 Ullrich Street', 'New Marina', '33089-4609');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (541, 'Jordane', 'Hermiston', 'M', '1970-04-28', 'Philippines', '282 D\'Amore Islands Apt. 129', 'Cummingsland', '51600');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (542, 'Doyle', 'Borer', 'M', '2015-10-01', 'Russian Federation', '26611 Letitia Ranch Suite 956', 'Krystelview', '08406-7825');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (543, 'Ernie', 'Mraz', 'M', '1983-11-02', 'Aruba', '599 Jordon Springs', 'North Lempi', '93828');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (544, 'Dashawn', 'Tremblay', 'F', '2003-04-16', 'Panama', '03687 Rolfson Stravenue Suite 173', 'Rogahnville', '42700-9293');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (545, 'Ilene', 'Becker', 'M', '2001-11-15', 'Sao Tome and Principe', '5612 Olin Hollow', 'West Serenahaven', '03300');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (546, 'Jefferey', 'Mertz', 'F', '1999-10-25', 'Lesotho', '375 Nader Crest Suite 064', 'North Kamryn', '72392-6768');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (547, 'Shayna', 'Grant', 'M', '1978-01-08', 'Reunion', '12597 Cummerata Springs', 'McLaughlinborough', '42453');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (548, 'Clifton', 'Wintheiser', 'F', '1986-03-01', 'Canada', '84961 Raegan Springs Suite 468', 'Montyburgh', '78696-6873');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (549, 'Madelynn', 'Botsford', 'F', '1992-11-04', 'Serbia', '4562 Leannon Locks', 'Loniehaven', '57019-2830');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (550, 'April', 'Dooley', 'M', '1982-02-05', 'Austria', '57824 Hills Passage', 'Gislasonshire', '06719');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (551, 'Lenore', 'McLaughlin', 'M', '2015-12-03', 'Isle of Man', '309 Goodwin Valleys', 'Halvorsonland', '34206');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (552, 'Juwan', 'Moen', 'M', '2006-02-03', 'Colombia', '2172 Jaunita Light', 'Yostmouth', '42654-4715');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (553, 'Katlynn', 'Simonis', 'M', '1996-06-08', 'Hungary', '573 Marilie River Suite 777', 'Torpside', '94953');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (554, 'Katelyn', 'Ullrich', 'M', '1985-10-02', 'Ecuador', '8686 Gianni Wall Apt. 928', 'Lake Lueport', '65453');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (555, 'Mervin', 'Braun', 'M', '2001-07-01', 'Trinidad and Tobago', '770 Gillian Road Suite 517', 'New Murrayhaven', '72443-3023');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (556, 'Lelia', 'Maggio', 'M', '1976-06-29', 'Swaziland', '874 Desmond Keys', 'South Shirleyside', '56674-5233');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (557, 'Domenic', 'Ledner', 'F', '2003-04-02', 'Albania', '24845 Chase Gardens', 'South Geoffrey', '52107-8023');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (558, 'Krista', 'King', 'M', '2016-04-04', 'Cocos (Keeling) Islands', '2058 Jimmie Island', 'Leannstad', '88833-5693');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (559, 'Teagan', 'Runte', 'M', '1972-09-07', 'United States Minor Outlying Islands', '6905 Quincy Skyway Suite 289', 'Jamirmouth', '59981-8500');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (560, 'Micaela', 'Sauer', 'M', '2014-09-08', 'Trinidad and Tobago', '39975 Jeanie Mount', 'Lake Erinton', '28616');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (561, 'Cathrine', 'Stanton', 'M', '1984-03-08', 'Lesotho', '0338 Rollin Forks Suite 461', 'New Clementine', '81446-2293');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (562, 'Pasquale', 'Harvey', 'M', '1974-03-29', 'Japan', '915 Daphnee Forge Apt. 121', 'Hartmannside', '71543');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (563, 'Elisa', 'Pagac', 'M', '1976-02-16', 'Saint Lucia', '6204 Lueilwitz Track Apt. 240', 'Larsonberg', '99131');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (564, 'Alisa', 'Corwin', 'M', '1999-08-10', 'Bermuda', '058 Liliana Viaduct', 'Lake Yessenia', '57231');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (565, 'Elsa', 'Zieme', 'F', '1996-10-31', 'Jersey', '143 Roderick Motorway Suite 278', 'North Ahmadville', '27926-5788');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (566, 'Marcelina', 'Langosh', 'F', '2006-04-16', 'Benin', '13733 Hessel Groves Suite 176', 'East Dejonview', '19712');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (567, 'Lesley', 'Koepp', 'M', '2014-08-18', 'Botswana', '9613 Ramiro Lake Suite 704', 'Kingberg', '24081-3179');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (568, 'Johnny', 'Wilkinson', 'F', '1973-01-12', 'Tunisia', '27082 Frida Inlet Apt. 306', 'East Isadore', '07584');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (569, 'Kristy', 'Lebsack', 'F', '1989-10-24', 'Hong Kong', '5946 Iva Plain', 'Port Itzel', '50253');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (570, 'Ocie', 'Quigley', 'F', '2016-07-17', 'Oman', '397 Cloyd Spur Apt. 084', 'Port Lolita', '81743');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (571, 'Holly', 'Lesch', 'F', '2005-06-08', 'Norfolk Island', '968 Everett Road', 'Lake Elijah', '90554-2070');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (572, 'Toni', 'Lind', 'M', '1975-03-23', 'Mongolia', '28575 Treutel Summit', 'Aishamouth', '56104-9777');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (573, 'Gladys', 'Leannon', 'M', '1998-05-31', 'Iraq', '0051 Kshlerin Alley Apt. 715', 'East Carlo', '82282');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (574, 'Trenton', 'Gerlach', 'F', '1971-12-19', 'Argentina', '7855 Bailee Light Apt. 666', 'Lake Casandrafurt', '87520-7087');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (575, 'Tremaine', 'Hayes', 'F', '1991-01-16', 'Kazakhstan', '75366 Braun Trail Apt. 374', 'East Humberto', '56551');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (576, 'Zackary', 'Keeling', 'F', '1995-11-27', 'Senegal', '406 Ziemann Mall', 'South Napoleon', '86099-3186');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (577, 'Wilson', 'Hettinger', 'F', '1988-05-02', 'Saint Helena', '93494 Ashlynn Cape', 'Hicklestad', '26915-0517');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (578, 'Pattie', 'Haag', 'F', '2014-07-21', 'Guam', '559 Fannie Manor', 'Prohaskaville', '70172');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (579, 'Candice', 'Rogahn', 'F', '1997-06-10', 'Montserrat', '4874 Larson Crescent', 'New Edmund', '78997-4275');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (580, 'Ubaldo', 'Zemlak', 'F', '1999-09-05', 'Paraguay', '1560 Ethan Ford Suite 622', 'Barbarachester', '38298-7955');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (581, 'Chaya', 'Thiel', 'M', '1977-12-05', 'Niue', '10855 Albertha Wells', 'South Torrey', '25866');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (582, 'Estevan', 'Jones', 'F', '1989-11-20', 'Greece', '43967 Kiarra Expressway', 'Port Diego', '63842');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (583, 'Nathan', 'Bergstrom', 'M', '1977-09-24', 'Northern Mariana Islands', '8982 Beth Ferry', 'Brakusfort', '87202');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (584, 'Sheldon', 'Runte', 'M', '2007-01-10', 'Kiribati', '8224 Kozey Bypass Suite 044', 'Fernandoville', '27822');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (585, 'Roxane', 'Lindgren', 'M', '1985-06-23', 'Liberia', '60037 Batz Ville', 'Bergnaumburgh', '16486-0439');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (586, 'Marcos', 'Will', 'M', '2012-02-18', 'Mexico', '3521 Kunde Rapid', 'East Ericton', '19889');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (587, 'Guy', 'Zboncak', 'F', '2011-10-08', 'Chile', '1840 Lehner Pine Apt. 527', 'Hilariobury', '89861-2895');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (588, 'Dina', 'Lebsack', 'F', '1998-02-08', 'Greenland', '611 Zachariah Streets Apt. 511', 'Lake Ashton', '35623-1776');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (589, 'Lennie', 'Hills', 'F', '2004-01-12', 'Syrian Arab Republic', '10470 Feil Route', 'Tomasport', '15351');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (590, 'Naomie', 'Powlowski', 'F', '2000-07-01', 'Egypt', '90340 Eliane Spurs Suite 230', 'Susiestad', '73781-3733');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (591, 'Tyrel', 'Rippin', 'F', '2000-10-28', 'Vanuatu', '6639 Ezra Forges', 'Michealmouth', '59929');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (592, 'Kurtis', 'West', 'F', '2006-02-16', 'Saint Lucia', '2948 Wehner Lake', 'Keelingport', '12325');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (593, 'Fidel', 'Becker', 'M', '1973-07-26', 'Korea', '070 Lynn Keys Suite 003', 'Ocieberg', '76983-8488');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (594, 'Elmira', 'Pouros', 'F', '1992-06-06', 'Hong Kong', '138 Satterfield Meadow', 'North Thadmouth', '19001-6748');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (595, 'Albin', 'Bashirian', 'M', '2000-08-10', 'Algeria', '9927 Trantow Ville Suite 064', 'Bruenborough', '65804-0123');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (596, 'Ivah', 'Carter', 'M', '1973-05-12', 'Pakistan', '95155 Jarred Isle Suite 489', 'Adolphville', '36211-2616');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (597, 'Jaida', 'Braun', 'F', '1999-02-10', 'Mayotte', '592 McCullough Dale Apt. 842', 'East Jose', '04540');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (598, 'Tony', 'Kuphal', 'F', '2012-07-21', 'Guam', '0838 Upton Shoal Suite 579', 'South Dominiquetown', '03823');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (599, 'Felicita', 'Cartwright', 'M', '1983-05-10', 'Heard Island and McDonald Islands', '30928 Steuber Burg', 'Ratkeland', '24267');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (600, 'Gilbert', 'Pouros', 'F', '1997-08-15', 'Iceland', '56672 Delphia Drive', 'East Emilhaven', '08902');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (601, 'Alessia', 'Reynolds', 'M', '1984-01-08', 'South Georgia and the South Sandwich Islands', '6678 Esteban Garden', 'Rutherfordhaven', '14064-4079');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (602, 'Marlon', 'Swift', 'F', '1990-01-21', 'Saudi Arabia', '011 Mills Burgs Suite 393', 'West Kileybury', '65587');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (603, 'Alvis', 'Marvin', 'F', '1982-04-06', 'Gibraltar', '86754 Keara Stravenue', 'Jenniefurt', '00152');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (604, 'Priscilla', 'Simonis', 'F', '1970-03-02', 'Zimbabwe', '37666 Dibbert Lakes', 'South Retaberg', '04651');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (605, 'Virgil', 'Kshlerin', 'F', '1973-03-08', 'Greenland', '50353 Hauck Mills', 'Alport', '00342');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (606, 'Miracle', 'Ziemann', 'M', '2008-09-19', 'Vietnam', '14676 Considine Trail', 'West Sharonville', '40198');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (607, 'Lisette', 'Stiedemann', 'F', '1997-12-06', 'French Polynesia', '08735 Kyle Park', 'East Catalinaborough', '12138');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (608, 'Ramona', 'Morar', 'M', '2007-03-19', 'Austria', '31352 Hilbert Extensions', 'Jaedenbury', '08282-7069');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (609, 'Una', 'Cruickshank', 'M', '2006-05-18', 'Hong Kong', '707 Nella Green', 'Kuhicmouth', '94345-4624');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (610, 'Shanie', 'Bernhard', 'F', '1971-05-11', 'Vietnam', '32962 Jamaal Neck', 'West Jaylon', '71473-2686');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (611, 'Margaret', 'Bashirian', 'F', '1979-10-04', 'Ghana', '477 Mraz Plain Apt. 660', 'Kossview', '03227');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (612, 'Kaley', 'Hauck', 'F', '2016-06-21', 'Antarctica (the territory South of 60 deg S)', '368 Abshire Lodge Apt. 814', 'Keatonport', '66142-5863');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (613, 'Alessandro', 'Goodwin', 'F', '1979-04-04', 'Kiribati', '30795 Mia Valleys Apt. 953', 'Jerrodfort', '44482-3893');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (614, 'Dedrick', 'Schiller', 'M', '1986-08-14', 'Jordan', '374 Bashirian Mews', 'New Deon', '63459');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (615, 'Clark', 'Bednar', 'F', '1991-10-24', 'Senegal', '1329 Rafael Estate', 'North Stefan', '11117-0654');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (616, 'Lorenzo', 'Jones', 'M', '1984-07-02', 'Haiti', '310 Theodora Island Suite 101', 'Oceaneberg', '47449-4041');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (617, 'Colin', 'Lindgren', 'M', '2004-04-15', 'Saint Lucia', '1988 Lenore Center', 'West Saraiview', '64848-9881');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (618, 'Providenci', 'Bartell', 'F', '1982-12-10', 'Algeria', '1783 Flatley Highway Apt. 307', 'East Suzannetown', '80751');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (619, 'Mariane', 'Hamill', 'F', '1973-10-19', 'Maldives', '731 Kay Mountain', 'Vilmaside', '01993-1894');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (620, 'Alysson', 'Pagac', 'F', '1997-07-04', 'Taiwan', '9569 Thompson Dam Suite 180', 'North Maggie', '24562-3167');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (621, 'Chaim', 'Stoltenberg', 'M', '1992-11-14', 'Georgia', '023 Abbie Freeway Suite 731', 'Littleland', '24826');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (622, 'Euna', 'Hoppe', 'F', '2013-08-26', 'Tanzania', '81464 Novella Trail Suite 631', 'Lake Melvinahaven', '71793-2777');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (623, 'Meghan', 'Welch', 'M', '1984-08-07', 'Uganda', '66484 Schroeder Stravenue', 'New Sedrick', '00949-3798');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (624, 'Abe', 'Spinka', 'F', '1996-06-04', 'Brunei Darussalam', '840 Mariah Turnpike Apt. 274', 'Jakubowskiside', '96379-9681');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (625, 'Destin', 'Dickens', 'M', '1980-11-23', 'Syrian Arab Republic', '6035 Raynor Plains Apt. 462', 'Cesarbury', '67283-8839');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (626, 'Alfreda', 'Bailey', 'F', '1981-05-21', 'Greenland', '65554 Conroy Highway Suite 172', 'Labadieland', '43885');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (627, 'Julie', 'Lehner', 'F', '2014-05-07', 'Jamaica', '1685 Cindy Well', 'Lake Filomena', '55571-4142');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (628, 'Lambert', 'Romaguera', 'M', '2001-07-25', 'Croatia', '80444 Noel Highway', 'Albinmouth', '31838-8096');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (629, 'Tyler', 'Thiel', 'M', '1981-05-23', 'Tunisia', '62282 Hauck Manor Suite 379', 'Dillanfurt', '39199');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (630, 'Lilliana', 'Grimes', 'M', '2004-10-02', 'Lao People\'s Democratic Republic', '4442 Leann Point', 'Boydbury', '64119');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (631, 'Arjun', 'Casper', 'M', '1978-10-09', 'Heard Island and McDonald Islands', '86576 Prohaska Trail Apt. 605', 'South Alfredashire', '44902-3910');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (632, 'Lorine', 'Bradtke', 'F', '2015-10-23', 'Nauru', '02898 Rice Lock', 'Jakobton', '75733-9847');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (633, 'Tressie', 'Rath', 'M', '1972-01-17', 'Cambodia', '289 Erna Trace Apt. 873', 'New Corenebury', '05160-2724');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (634, 'Dereck', 'Turcotte', 'F', '2002-07-18', 'Syrian Arab Republic', '59972 Cleve Extensions', 'Johnsonmouth', '21234');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (635, 'Margot', 'Morar', 'M', '1986-03-14', 'Egypt', '250 Bergnaum Harbor Apt. 994', 'South Aron', '72287-8288');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (636, 'Jamey', 'Wilkinson', 'M', '2000-02-14', 'Colombia', '441 Brennan Lock', 'Lake Ephraimburgh', '61728-9568');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (637, 'Timothy', 'Mayert', 'M', '1987-05-28', 'Pitcairn Islands', '5953 Jenkins Forest Apt. 063', 'Sadietown', '20135-1451');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (638, 'Aniya', 'Kihn', 'F', '1973-04-26', 'Angola', '8414 Botsford Manors', 'Lilyanchester', '48566');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (639, 'Imani', 'Gusikowski', 'M', '2007-08-01', 'Svalbard & Jan Mayen Islands', '18129 Abernathy Squares Apt. 539', 'Port Carolanne', '16631');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (640, 'Jazmin', 'Tromp', 'F', '1988-10-13', 'Bermuda', '052 O\'Keefe Ramp Apt. 075', 'North Brenda', '22619');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (641, 'Michele', 'Williamson', 'F', '1981-01-18', 'Marshall Islands', '00959 Cristobal Roads', 'Port Josefinafort', '89985');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (642, 'Immanuel', 'Rosenbaum', 'F', '1976-12-16', 'Cameroon', '0819 Brakus Corner Suite 458', 'Lake Dandreland', '72797');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (643, 'Xzavier', 'Nienow', 'M', '2016-06-16', 'Cote d\'Ivoire', '45244 Yost Wall', 'Bernhardberg', '09715-1562');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (644, 'Carlotta', 'Auer', 'F', '1999-10-14', 'Korea', '21832 Kshlerin Villages Suite 446', 'Kyleefurt', '06182');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (645, 'Michael', 'Effertz', 'F', '2009-01-07', 'Cayman Islands', '18811 Jillian Parks Apt. 969', 'Wolffside', '50773-7739');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (646, 'Cruz', 'Pouros', 'M', '1987-01-15', 'Aruba', '5906 Ritchie Plains Apt. 677', 'East Mosefurt', '06958-2199');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (647, 'Keely', 'Volkman', 'M', '2014-10-12', 'Guernsey', '3182 Jerry Route Suite 494', 'Borermouth', '29587-5454');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (648, 'Emma', 'Armstrong', 'F', '2017-03-14', 'British Virgin Islands', '83030 Davonte Forges', 'West Quintenville', '33069-9502');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (649, 'Felicia', 'Schowalter', 'M', '1991-01-14', 'Slovakia (Slovak Republic)', '44230 Daniel Freeway', 'Tianaton', '67749');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (650, 'Judson', 'Monahan', 'F', '2003-09-20', 'Jamaica', '463 Gorczany Neck Suite 593', 'Collierville', '79611');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (651, 'Bertram', 'Bashirian', 'F', '1983-03-20', 'Iraq', '20282 Jeanette Mews', 'New Lexi', '70735');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (652, 'Briana', 'Pfannerstill', 'F', '1978-03-22', 'Bahrain', '9978 Lisandro Landing Apt. 772', 'Alenamouth', '69020-2306');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (653, 'Ignacio', 'Effertz', 'M', '1980-10-16', 'Romania', '595 Bosco Track Suite 905', 'Lake Herminiobury', '79772');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (654, 'Ernest', 'Lang', 'M', '2014-10-21', 'Myanmar', '63004 Sean Cliff', 'New Dandrechester', '69023');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (655, 'Monserrat', 'Batz', 'F', '1975-01-08', 'Nauru', '00953 Neoma Mews Suite 351', 'South Moriahland', '60917-8114');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (656, 'Malachi', 'Nader', 'M', '1995-01-30', 'Mayotte', '7622 Sadie Roads', 'Katelinmouth', '83056');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (657, 'Gerhard', 'Brakus', 'F', '1991-01-24', 'Haiti', '5435 Sporer Glen', 'Annamarieview', '67288-6171');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (658, 'Collin', 'Prohaska', 'M', '1978-09-27', 'Aruba', '33665 Roob Springs', 'West Dandreville', '30152-3902');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (659, 'Simone', 'Hilpert', 'M', '1990-10-06', 'British Virgin Islands', '47704 Enos Crescent Apt. 477', 'Lake Lynnmouth', '81931-1143');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (660, 'Dagmar', 'Wiza', 'M', '1981-08-31', 'Hungary', '55046 Rath Wall', 'North Austenshire', '34437-7782');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (661, 'Hilario', 'Schinner', 'M', '1985-05-17', 'Timor-Leste', '525 Dortha Plains Suite 767', 'Brionnamouth', '30182');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (662, 'Wilford', 'Funk', 'M', '1978-03-11', 'Marshall Islands', '35583 Johns Cove Apt. 798', 'New Jaedenmouth', '01862');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (663, 'Dexter', 'Ernser', 'M', '2003-01-10', 'Bouvet Island (Bouvetoya)', '439 Gerson Cliffs', 'Kochbury', '82553-7936');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (664, 'Mohammed', 'Lowe', 'M', '1975-01-05', 'Qatar', '806 Adaline Hill', 'North Cydney', '82733');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (665, 'Roselyn', 'Veum', 'F', '2014-04-19', 'Maldives', '2474 Quitzon Islands', 'Rosinaland', '31083');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (666, 'Shayna', 'Little', 'F', '1985-01-15', 'Pakistan', '24826 Krajcik Harbor', 'New Celestineview', '60819');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (667, 'Macey', 'Brakus', 'F', '1992-12-02', 'Nauru', '1389 Jessika Tunnel Suite 991', 'Nitzscheview', '70645');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (668, 'Delaney', 'O\'Keefe', 'M', '2005-11-27', 'Western Sahara', '3583 Golden Falls Apt. 930', 'Beauburgh', '86737-7068');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (669, 'Ciara', 'Bechtelar', 'M', '1999-07-26', 'Bolivia', '03466 Stanton Route Apt. 675', 'Goyettetown', '18602');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (670, 'Krystina', 'Connelly', 'F', '1982-08-19', 'Venezuela', '80971 Micheal Lights Apt. 067', 'Hollistown', '42653-1557');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (671, 'Maida', 'Carroll', 'F', '1971-09-20', 'Gambia', '19086 Bergnaum Mountains Suite 274', 'South Patrickmouth', '91423-6427');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (672, 'Orion', 'Jaskolski', 'M', '1975-04-08', 'United States of America', '189 Gilbert Groves', 'West Jedidiah', '15972-4067');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (673, 'Lincoln', 'Luettgen', 'F', '1975-08-03', 'Eritrea', '544 Fay Locks Suite 336', 'Balistreriton', '03469-5875');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (674, 'Johnathan', 'Stiedemann', 'F', '1973-09-29', 'Singapore', '324 Logan Mountain Apt. 706', 'East Caleb', '86259');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (675, 'Fae', 'Lueilwitz', 'M', '1985-01-15', 'Isle of Man', '2504 Ena Divide', 'Port Thurmanland', '98228-4279');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (676, 'Juliana', 'Schiller', 'F', '2005-04-06', 'Israel', '246 Alexandria Road Suite 779', 'Cronashire', '48881');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (677, 'Conner', 'Walter', 'M', '1992-10-04', 'China', '70884 Hassan Keys', 'North Britneyfurt', '61849');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (678, 'Lonzo', 'Morar', 'M', '2015-02-18', 'Guernsey', '9231 Milton Lake Suite 121', 'Langworthville', '98294');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (679, 'Dorcas', 'McDermott', 'F', '1977-11-22', 'Macao', '06123 Wehner Prairie', 'West Solon', '27719-0278');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (680, 'Kane', 'Rath', 'M', '2009-02-10', 'South Africa', '65263 Tressa Drives', 'New Elwinfurt', '33177');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (681, 'Gwen', 'Dare', 'M', '2011-05-22', 'Oman', '11654 Dare Stravenue', 'South Colt', '52150-2839');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (682, 'Stephan', 'Friesen', 'M', '1995-08-21', 'Russian Federation', '02188 Caden Crossroad Apt. 752', 'Abbigailchester', '16237-1477');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (683, 'Raina', 'Bauch', 'F', '1992-07-25', 'Lesotho', '260 Johnpaul Inlet', 'New Efrenbury', '64538-9982');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (684, 'Ryann', 'Koss', 'M', '1979-11-04', 'Slovenia', '31212 Felipe Junctions', 'South Dena', '27201-0431');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (685, 'Winnifred', 'Blanda', 'M', '1982-08-20', 'Norway', '1943 Bergnaum Corners', 'Medhurstport', '50943');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (686, 'Laurianne', 'Hudson', 'M', '2016-10-16', 'Hungary', '659 Reginald Rue Suite 600', 'Port Garnett', '44350-4547');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (687, 'Eleonore', 'Collins', 'F', '1984-12-02', 'Maldives', '23490 Feest Estates Suite 153', 'Roselynport', '28022-6246');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (688, 'Maeve', 'Nienow', 'F', '1993-02-26', 'Georgia', '4987 Fahey Mountains', 'Corbintown', '46058-7807');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (689, 'Shannon', 'Brekke', 'F', '1973-10-29', 'Kenya', '287 Hahn Mountains Apt. 612', 'New Tabitha', '59417');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (690, 'Eleonore', 'McDermott', 'F', '1975-09-21', 'Eritrea', '771 Vince Drives', 'South Otho', '20862');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (691, 'Trenton', 'Turcotte', 'F', '2004-10-12', 'Pakistan', '25804 Dillan River', 'Kimberlyport', '59060');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (692, 'Lennie', 'Lowe', 'F', '1994-11-05', 'Thailand', '614 Abbott Drive Suite 740', 'Grimesfurt', '12523');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (693, 'Ford', 'Bradtke', 'M', '2010-08-19', 'Malta', '0689 Labadie Park Suite 099', 'East Lilianmouth', '35920-5706');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (694, 'Nina', 'Schumm', 'F', '2003-01-18', 'Monaco', '147 Tillman Square Apt. 644', 'Dameontown', '25263');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (695, 'Heidi', 'Kozey', 'F', '1986-09-01', 'Ghana', '34678 Johnston Locks Suite 607', 'Wilkinsonborough', '57727-2486');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (696, 'Mabelle', 'Howe', 'F', '1972-03-22', 'Dominican Republic', '67284 Wuckert Points Suite 397', 'East Kayden', '17453-8349');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (697, 'Garrick', 'Block', 'F', '2009-03-15', 'Benin', '296 Klein Ranch Apt. 887', 'North Lynn', '78670');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (698, 'Bernie', 'Cartwright', 'M', '2009-06-25', 'New Zealand', '86121 Mafalda Lake', 'East Velvaside', '13999-8004');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (699, 'Lilly', 'Reinger', 'F', '1990-04-05', 'Cameroon', '049 Grimes Rapid', 'East Silastown', '22400-9673');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (700, 'Kaylie', 'Cronin', 'F', '2006-12-08', 'Costa Rica', '80492 Forrest Bypass', 'West Antwan', '59426');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (701, 'Emmitt', 'Johns', 'F', '1995-09-18', 'United States Virgin Islands', '97958 Windler Squares Apt. 944', 'Mitchellville', '94618-2630');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (702, 'Madyson', 'Zemlak', 'M', '1979-09-04', 'Kuwait', '111 Durward Valley Apt. 737', 'Marjolaineborough', '57898-7180');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (703, 'Conner', 'Purdy', 'M', '2016-06-30', 'Cayman Islands', '8317 Krajcik Street', 'Caleighfort', '98494-3944');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (704, 'Rylee', 'Hoeger', 'F', '1994-09-26', 'Marshall Islands', '12527 Mosciski Isle Apt. 710', 'Priceville', '40999-0127');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (705, 'Noe', 'Ritchie', 'F', '2010-05-04', 'Germany', '360 Zoe Ford Apt. 359', 'Port Bobby', '85986');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (706, 'Shea', 'Gorczany', 'F', '2005-05-04', 'Gibraltar', '627 Mayert Forge', 'New Vergie', '02749-3401');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (707, 'Maya', 'Hyatt', 'F', '1993-01-26', 'Guinea', '12942 Abbigail Vista Suite 303', 'North Clemmiestad', '95796');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (708, 'Joannie', 'Christiansen', 'M', '2005-03-05', 'Brazil', '992 Leuschke Locks', 'Port Maynardland', '00654-5898');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (709, 'Hans', 'West', 'F', '1978-05-14', 'Mexico', '057 Matt Overpass', 'Thompsonland', '43646-2761');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (710, 'Tiana', 'Christiansen', 'F', '1986-06-08', 'Serbia', '85478 Ethelyn Ford', 'Myrlfort', '23782');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (711, 'Armando', 'Runolfsdottir', 'F', '1990-11-19', 'Iran', '35193 Pasquale Harbor Suite 549', 'Port Mose', '00767-3097');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (712, 'Glen', 'Torphy', 'F', '1992-10-23', 'Papua New Guinea', '208 Jacobs Ranch Apt. 985', 'Ondrickamouth', '25612');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (713, 'Westley', 'Will', 'F', '1994-08-24', 'Kiribati', '5548 Antonetta Pike', 'Fernfurt', '14273-3279');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (714, 'Tia', 'Champlin', 'F', '2000-05-31', 'Zambia', '1720 Hettinger Roads', 'East Myrtie', '44852-6281');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (715, 'Shad', 'Hilpert', 'F', '2012-08-01', 'Swaziland', '789 Lane Rapid', 'Lake Viva', '33828-5816');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (716, 'Cesar', 'Prohaska', 'M', '1998-09-20', 'Belarus', '00001 Murazik Circle Suite 235', 'Lake Eloisa', '84518-7711');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (717, 'Steve', 'Prosacco', 'F', '1980-08-26', 'Romania', '47208 Haven Ways', 'East Lenoraport', '31405-0971');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (718, 'Cortney', 'Howell', 'M', '2009-06-09', 'Maldives', '262 Osinski Mills', 'New Eloiseside', '03605-5373');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (719, 'Jillian', 'Predovic', 'F', '2006-05-27', 'Bahamas', '39500 Quitzon Mill', 'South Felix', '95443');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (720, 'Citlalli', 'Vandervort', 'M', '1974-11-26', 'Tuvalu', '6096 Morissette Junction', 'Ryanchester', '89515');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (721, 'Natalie', 'Dooley', 'F', '1975-09-14', 'Switzerland', '691 Swaniawski Street', 'West Marjolainetown', '93501-0882');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (722, 'Flossie', 'Nader', 'F', '2006-12-12', 'Nigeria', '78255 Reynolds Center Suite 859', 'Romaineport', '22707-9302');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (723, 'Kyla', 'Schroeder', 'F', '1993-01-24', 'Honduras', '393 Hudson Ports Suite 243', 'West Kanestad', '00369-1337');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (724, 'Margot', 'Bradtke', 'F', '1976-04-20', 'Chile', '02492 Cronin Common Apt. 388', 'North Baileyshire', '92220');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (725, 'Erick', 'Bauch', 'M', '1988-11-19', 'United States Virgin Islands', '30660 O\'Hara Meadows Apt. 690', 'Carolannehaven', '19664-4443');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (726, 'Brendan', 'Swaniawski', 'F', '1982-05-03', 'Moldova', '45136 Malinda Court Suite 527', 'Schmidtshire', '23870-0069');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (727, 'Elmira', 'Koss', 'F', '2015-08-21', 'Sao Tome and Principe', '68946 Baby Ville Suite 008', 'Nakiafurt', '45709-7987');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (728, 'Reilly', 'Kovacek', 'F', '1974-05-17', 'Papua New Guinea', '960 Loyal Ville', 'East Kaia', '42477');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (729, 'Salvador', 'Langworth', 'M', '2013-04-13', 'Nicaragua', '8279 Sauer Lodge', 'Claudview', '61036-0598');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (730, 'Cara', 'DuBuque', 'F', '1999-02-09', 'Hong Kong', '837 Destin Fort', 'South Adele', '86860-9532');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (731, 'Pearl', 'Wilkinson', 'M', '2001-11-30', 'Chad', '045 Tad Orchard', 'Port Angusberg', '63104-5254');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (732, 'Addison', 'Weimann', 'M', '1985-03-09', 'Belarus', '56747 Flatley Rapids Suite 134', 'South Derick', '27500-6019');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (733, 'Nettie', 'Will', 'M', '1998-08-25', 'Uzbekistan', '7772 Eldridge Motorway', 'Marilynemouth', '87174-1818');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (734, 'Rahsaan', 'Tillman', 'M', '2010-01-20', 'Dominican Republic', '972 Francisco Parks Apt. 843', 'West Virginiabury', '99829-7823');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (735, 'Onie', 'Price', 'F', '1993-01-18', 'Jersey', '74926 Welch Spring', 'Reillyberg', '80540-4832');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (736, 'Trever', 'Anderson', 'M', '1989-06-14', 'Mayotte', '1689 Kiel Plaza Suite 452', 'Kiarraborough', '98833-9319');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (737, 'Kellie', 'Spinka', 'M', '1984-05-28', 'Cape Verde', '316 Elmer Curve Suite 663', 'South Javiermouth', '25390');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (738, 'Bethel', 'Johnson', 'M', '2000-04-13', 'Albania', '9837 Olson Parkways Suite 424', 'South Newellchester', '15541');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (739, 'Phyllis', 'Hilll', 'F', '1975-07-10', 'Central African Republic', '218 Elna Fork', 'South Jake', '05551-9881');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (740, 'Meta', 'Keeling', 'M', '1974-04-08', 'Saudi Arabia', '08955 Erdman Causeway Apt. 851', 'Boehmshire', '55317');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (741, 'Verona', 'Maggio', 'M', '2015-03-14', 'Georgia', '319 Mitchell Extension', 'Port Mariashire', '24977-7967');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (742, 'Catalina', 'Cremin', 'F', '1984-09-01', 'Guadeloupe', '986 Toy Course Suite 059', 'South Jewellfurt', '25963-0527');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (743, 'Lionel', 'Kirlin', 'F', '2008-03-28', 'Samoa', '550 Emily Divide', 'Port Fausto', '11263');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (744, 'Conner', 'Ritchie', 'F', '1993-07-31', 'Hungary', '295 Nienow Mill Suite 886', 'South Chadshire', '00972');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (745, 'Shanelle', 'Feeney', 'M', '2017-05-24', 'Zambia', '93046 Waters Prairie Apt. 678', 'West Jaydeland', '41924');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (746, 'Devon', 'Heller', 'M', '1970-11-05', 'South Georgia and the South Sandwich Islands', '61807 Hessel Throughway Suite 589', 'South Wallacestad', '40904');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (747, 'Carroll', 'Russel', 'F', '1994-10-23', 'Congo', '7442 Barton Plaza', 'Tristianview', '58876-7039');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (748, 'Evan', 'Herman', 'M', '1975-04-28', 'San Marino', '871 Mariane Island', 'West Jeanieville', '25515-9479');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (749, 'Reba', 'Thompson', 'M', '2010-12-12', 'Turkey', '15947 Legros Parks Suite 673', 'Hayesbury', '73318-4384');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (750, 'Estell', 'Jacobs', 'M', '2001-06-26', 'Sweden', '94857 Herman Burg Suite 253', 'Boydtown', '35070');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (751, 'Nicolette', 'Keebler', 'M', '1985-06-12', 'United Kingdom', '8938 Rebekah Expressway Suite 891', 'Wisokyville', '90469');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (752, 'Clifton', 'Prohaska', 'F', '1971-12-01', 'Bangladesh', '9604 Berge Canyon Apt. 553', 'Moorehaven', '46140');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (753, 'Amy', 'Koelpin', 'F', '2007-10-30', 'Gambia', '6397 Maximus Row Apt. 635', 'Bernhardberg', '90222');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (754, 'Margot', 'Hilll', 'M', '2001-09-06', 'Bermuda', '5100 Moore Union', 'East Fabianton', '21196');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (755, 'Nichole', 'Jerde', 'F', '2006-04-30', 'Georgia', '105 Dicki Center', 'West Trevor', '07911');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (756, 'Lorenza', 'Borer', 'F', '1974-08-10', 'Saint Helena', '63468 Lia Club', 'Quigleymouth', '17391-6375');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (757, 'Alessandro', 'Fadel', 'F', '2017-08-06', 'Kiribati', '605 Dayne Shore Suite 126', 'East Lurlineland', '11753');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (758, 'Aubrey', 'Powlowski', 'F', '2007-06-10', 'Thailand', '34067 Wiegand Station Suite 254', 'New Nichole', '70608');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (759, 'Kameron', 'Reynolds', 'F', '1983-11-05', 'Azerbaijan', '28448 Juana Isle Suite 219', 'Lake Fritz', '20967-9655');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (760, 'Anabelle', 'Effertz', 'F', '2001-05-05', 'Armenia', '320 Ward Groves', 'Larsonport', '35035');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (761, 'Reggie', 'Dibbert', 'M', '1996-01-10', 'Belize', '1577 Marianne Islands Suite 358', 'Port Gilbert', '49338-2245');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (762, 'Gordon', 'Williamson', 'F', '1979-12-25', 'Belgium', '74621 Eichmann Summit Suite 168', 'Edisonland', '35227');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (763, 'Garfield', 'Rutherford', 'M', '2007-05-15', 'Uruguay', '626 Paxton Rest', 'Lake Summer', '49986');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (764, 'Kristopher', 'Hudson', 'F', '2000-11-23', 'Zambia', '736 Peter Junctions', 'West William', '64413');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (765, 'Ali', 'Greenholt', 'F', '2005-04-15', 'Uruguay', '308 Dicki Isle Suite 571', 'Olgaberg', '70046-9577');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (766, 'Gust', 'Steuber', 'F', '1989-08-02', 'Cote d\'Ivoire', '107 Wilkinson Inlet', 'Paxtontown', '76398');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (767, 'Armani', 'Schulist', 'F', '2013-06-20', 'Central African Republic', '6181 Lori Landing', 'Lillyberg', '30440');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (768, 'Cierra', 'Murazik', 'F', '1986-04-15', 'Puerto Rico', '67397 Grant River Suite 043', 'Deckowview', '86006-2928');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (769, 'Gregory', 'Boyer', 'F', '2017-08-25', 'Mauritius', '458 Monahan Plain', 'Boscoview', '06461');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (770, 'Calista', 'Collier', 'F', '1982-05-17', 'Chile', '369 Nitzsche Shoals Apt. 312', 'South Kameronfurt', '59635');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (771, 'Alivia', 'Heidenreich', 'M', '1991-12-05', 'Micronesia', '48026 Reichert Glens Suite 498', 'Lake Kaden', '74115-9947');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (772, 'Verlie', 'Daugherty', 'F', '1990-12-02', 'Czech Republic', '6632 Morar Freeway', 'Crooksville', '60107-6338');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (773, 'Jany', 'Schiller', 'M', '1991-08-17', 'Macao', '0398 Wintheiser Gardens', 'West Jabari', '99714-8752');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (774, 'Judy', 'Murphy', 'F', '2010-04-07', 'South Georgia and the South Sandwich Islands', '5030 Miller Mountains Suite 764', 'Dachberg', '89787');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (775, 'Alec', 'Kuphal', 'F', '1995-10-29', 'Uzbekistan', '3993 Kuhn Coves', 'Noelhaven', '91108-6883');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (776, 'Lucas', 'Heathcote', 'M', '1993-04-13', 'Anguilla', '2570 Reichert Throughway', 'North Alverta', '19217');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (777, 'Leatha', 'Keeling', 'M', '1974-04-15', 'Tokelau', '1069 Geovanni Estates', 'Patburgh', '10224');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (778, 'Luis', 'Treutel', 'M', '1985-02-17', 'Colombia', '3302 Ocie Alley Apt. 810', 'Framishire', '16655');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (779, 'Abdul', 'Trantow', 'M', '1997-02-10', 'Kuwait', '13199 Gislason Ports', 'East Tamara', '60409-0111');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (780, 'Fidel', 'Balistreri', 'F', '2004-07-11', 'Egypt', '89141 Grady Crossing Suite 560', 'New Tyriqueberg', '81495');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (781, 'Carmel', 'McKenzie', 'M', '1987-04-12', 'Italy', '959 Aric Centers', 'Goodwinville', '83353-6466');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (782, 'Pearl', 'Mraz', 'M', '2000-09-20', 'Korea', '063 Lulu Station Suite 834', 'Whiteville', '95465');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (783, 'Shaun', 'Moore', 'M', '2015-07-16', 'South Africa', '1591 Walter Squares', 'North William', '62348-8569');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (784, 'Gust', 'Roob', 'F', '2017-03-30', 'Latvia', '6549 Goldner Camp Suite 550', 'New Evieland', '92039-5176');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (785, 'Herminia', 'Stoltenberg', 'M', '2001-04-14', 'Iran', '2282 Zieme Rue', 'Chelseyborough', '91926');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (786, 'Leila', 'Keeling', 'F', '1974-08-07', 'Seychelles', '672 Grant Squares Suite 382', 'South Antonetteland', '70959-8742');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (787, 'Alycia', 'Langosh', 'F', '2001-11-29', 'Guatemala', '6541 Hermiston Manor', 'West Taylorshire', '43557');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (788, 'Nelle', 'Turcotte', 'F', '1976-05-13', 'Belgium', '968 Verna Ramp', 'Keelingstad', '36417-0043');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (789, 'Emiliano', 'Volkman', 'F', '2015-06-14', 'Solomon Islands', '41373 Hodkiewicz Courts', 'Kianaport', '11400-2577');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (790, 'Terrence', 'Mitchell', 'F', '2014-02-11', 'Bhutan', '7486 Schmitt Village', 'O\'Harafort', '26229');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (791, 'Daisy', 'Kreiger', 'F', '2008-09-29', 'Andorra', '7593 Harrison Extension', 'North Magaliland', '40179');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (792, 'Shana', 'Koss', 'M', '2005-01-04', 'Vietnam', '14396 Gutmann View Apt. 639', 'East Leopold', '30358');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (793, 'Myron', 'Hegmann', 'M', '1992-10-20', 'Serbia', '465 Renee Locks Apt. 463', 'South Jodyville', '52972-6602');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (794, 'Ardith', 'Steuber', 'M', '1997-03-07', 'Micronesia', '474 Cruickshank Trail', 'Lake Barbaramouth', '20401-8322');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (795, 'Dean', 'Spencer', 'F', '1975-08-12', 'Korea', '17273 Minerva Motorway', 'South Loraport', '16089');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (796, 'Baron', 'Toy', 'F', '2001-04-16', 'Suriname', '894 Jalyn Green Apt. 396', 'Lottiestad', '54833-9289');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (797, 'Newton', 'Jaskolski', 'F', '2012-10-30', 'Ireland', '38590 Effertz Road', 'West Linahaven', '23577');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (798, 'Dock', 'Adams', 'M', '1994-02-24', 'Montenegro', '966 Murazik Rapids Apt. 548', 'Joanmouth', '60016');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (799, 'Reyna', 'Harber', 'F', '2016-04-20', 'Dominica', '770 Auer Gardens', 'Lake Catharine', '20267');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (800, 'Andreane', 'Hoeger', 'F', '1980-10-12', 'Tanzania', '9864 Ignacio Mall', 'Sigmundtown', '82156-6974');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (801, 'Melany', 'Bogisich', 'M', '1991-07-12', 'Kazakhstan', '4029 Tiffany Junctions', 'Deronberg', '60817');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (802, 'Faustino', 'Adams', 'M', '2009-11-20', 'Iraq', '8376 Chaim Viaduct Suite 344', 'Emardstad', '85727-6671');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (803, 'Jared', 'Williamson', 'M', '1981-02-05', 'Peru', '9510 Kutch Harbor', 'North Tracy', '61208');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (804, 'Karl', 'Rau', 'M', '1992-03-16', 'Ukraine', '82000 Mozelle Fall Suite 673', 'Lake Leopoldoburgh', '97438-3980');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (805, 'Isaias', 'Hansen', 'M', '1970-02-01', 'Estonia', '366 McCullough Grove', 'South Juniorland', '19835-2746');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (806, 'Kayden', 'Kihn', 'M', '1995-09-06', 'Montserrat', '346 Sandy Village', 'Carterfurt', '59247');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (807, 'Genesis', 'Kuvalis', 'M', '2000-10-11', 'Sao Tome and Principe', '2557 Sporer Manors Suite 863', 'New Woodrow', '14358-1184');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (808, 'Gladyce', 'Kohler', 'M', '1979-05-05', 'Christmas Island', '684 Dovie Passage', 'Haneland', '26741');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (809, 'Alphonso', 'Kuhn', 'F', '1990-06-10', 'Netherlands Antilles', '2611 Akeem Key Suite 322', 'Coraliemouth', '65074');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (810, 'Stanford', 'Homenick', 'F', '1995-01-12', 'Antigua and Barbuda', '6634 O\'Conner Port', 'Hudsonhaven', '62641');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (811, 'Jean', 'Batz', 'F', '2009-09-17', 'Malaysia', '3756 Toy Shore Suite 170', 'Daijaside', '43253-0540');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (812, 'Derick', 'Smitham', 'F', '1983-05-08', 'Micronesia', '110 Roy Corner', 'Port Paige', '25446-4512');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (813, 'Elinore', 'Von', 'F', '1982-03-14', 'Singapore', '8675 Cora Trace', 'East Albertohaven', '09731-4091');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (814, 'Evelyn', 'Muller', 'M', '2015-06-03', 'Palestinian Territory', '23426 Garret Row', 'Port Cassidy', '91408');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (815, 'Jerrold', 'Stracke', 'M', '2008-01-28', 'Uzbekistan', '99670 Connor Pike Suite 779', 'Lefflerchester', '67074');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (816, 'Tommie', 'Pollich', 'F', '1973-10-12', 'Moldova', '611 Cole Shore', 'North Darryl', '05525-9175');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (817, 'Joanny', 'Welch', 'M', '1993-08-14', 'Malta', '95885 Mraz Trace Apt. 136', 'South Savanna', '96472');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (818, 'Mia', 'Runte', 'M', '1985-11-07', 'Cyprus', '77524 Hills Street Apt. 046', 'South Karina', '37618');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (819, 'Eva', 'Cruickshank', 'M', '1975-10-02', 'Bouvet Island (Bouvetoya)', '49985 Gleichner Underpass', 'Winonatown', '19848');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (820, 'Aidan', 'Windler', 'M', '1996-12-06', 'Kazakhstan', '52178 Labadie Roads', 'West Crystal', '39425');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (821, 'Chaya', 'Bauch', 'M', '1975-01-21', 'Pakistan', '19091 Carter Cliffs Suite 389', 'South Amoschester', '25690');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (822, 'Hanna', 'Jast', 'M', '1989-02-08', 'Albania', '2029 Abdullah Ford', 'Steuberport', '86927-0450');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (823, 'Adolfo', 'O\'Reilly', 'F', '1992-11-13', 'Gibraltar', '3020 Wuckert Common', 'Tabithachester', '64433-9075');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (824, 'Reilly', 'Dickens', 'F', '1981-04-10', 'Antarctica (the territory South of 60 deg S)', '1959 Strosin Island Suite 036', 'North Antonettashire', '01226-6277');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (825, 'Vicky', 'Becker', 'F', '1984-10-24', 'Ecuador', '3994 Braun Ford Suite 391', 'Colliermouth', '04636');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (826, 'Carey', 'Waters', 'M', '2001-06-20', 'Japan', '222 Ezra Estate Apt. 955', 'Aleentown', '41349');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (827, 'Gerardo', 'Dickinson', 'M', '2012-12-02', 'French Southern Territories', '430 Alycia Glens', 'Andersonchester', '81883-1299');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (828, 'Keara', 'Stanton', 'M', '2003-08-18', 'Iraq', '3731 Greenholt Shoals', 'Klockofort', '95575');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (829, 'Coty', 'Lebsack', 'F', '1985-07-04', 'Sweden', '08435 London Track Suite 424', 'East Orrinview', '00476-3540');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (830, 'Timmothy', 'Kilback', 'F', '1981-05-27', 'Solomon Islands', '3752 Gudrun Spur Apt. 970', 'West Hailiefort', '67989');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (831, 'Rosalyn', 'Greenholt', 'F', '1970-06-08', 'Norfolk Island', '361 Cremin Common Apt. 445', 'Haagside', '93429-0853');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (832, 'Stefanie', 'DuBuque', 'M', '2002-06-16', 'South Georgia and the South Sandwich Islands', '972 Kessler Track Apt. 936', 'New Blancaton', '38679');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (833, 'Emie', 'Conn', 'F', '2004-06-15', 'Svalbard & Jan Mayen Islands', '4697 Dominique Loop Apt. 640', 'South Lucienneland', '46530-6143');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (834, 'Hillard', 'Towne', 'F', '1974-07-07', 'Rwanda', '572 Konopelski Knoll', 'Evelineberg', '78105');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (835, 'Eladio', 'Botsford', 'F', '2010-08-02', 'Macao', '2055 Noemi Mountain Suite 887', 'North Rosetta', '47163');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (836, 'Nona', 'Hudson', 'M', '2004-08-02', 'Iraq', '4300 Zemlak Pike Apt. 611', 'Port Emmie', '07038-1100');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (837, 'Elnora', 'Weimann', 'F', '2001-05-30', 'Kuwait', '9946 Brycen Turnpike', 'Dickensside', '08917');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (838, 'Elfrieda', 'Effertz', 'F', '1993-12-31', 'Christmas Island', '972 Armando Bridge Suite 942', 'South Mableland', '78969-8068');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (839, 'Eulah', 'Hand', 'M', '1974-08-16', 'Puerto Rico', '78646 McDermott Haven', 'Lydialand', '05081');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (840, 'Linda', 'Schuppe', 'F', '2017-07-06', 'Grenada', '4940 Nedra Highway', 'Westbury', '90877-7796');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (841, 'Michelle', 'Feil', 'M', '1974-09-15', 'Mauritania', '4358 Davis Valley', 'Kamrenshire', '08194');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (842, 'Domenick', 'DuBuque', 'F', '1974-06-02', 'Spain', '53458 Medhurst Rapid Suite 880', 'Port Lenora', '98149-8266');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (843, 'Consuelo', 'Stark', 'M', '1979-07-24', 'Botswana', '2686 Ludwig Isle Apt. 924', 'Leonefurt', '48036-7556');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (844, 'Mckenzie', 'Corwin', 'M', '1986-12-04', 'Saint Vincent and the Grenadines', '8357 Blanche Center Suite 524', 'East Dedrickborough', '43393');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (845, 'Rick', 'Walter', 'M', '2015-02-27', 'Liechtenstein', '60077 Lemke Row Suite 260', 'Margaretbury', '39537');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (846, 'Syble', 'Macejkovic', 'M', '1990-06-02', 'Algeria', '133 Abner Pines Suite 047', 'Shieldsville', '09950');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (847, 'Daron', 'Will', 'M', '2010-03-25', 'Swaziland', '201 Floy Bypass', 'New Hayleeview', '55094');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (848, 'Tre', 'Ondricka', 'M', '2011-12-03', 'Palau', '8549 Goodwin Point', 'Port Mayamouth', '09425-7503');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (849, 'Deron', 'Dibbert', 'M', '1991-01-05', 'Malawi', '46549 Zena Stravenue', 'Lake Bradly', '65363');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (850, 'Tanner', 'Schmidt', 'M', '1980-10-03', 'Finland', '39661 Cynthia Track Suite 283', 'West Marcellus', '69267');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (851, 'Estevan', 'Kovacek', 'M', '2011-05-27', 'Kyrgyz Republic', '650 Ruecker Common Apt. 664', 'Abdullahburgh', '41483');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (852, 'Jerome', 'D\'Amore', 'M', '1980-11-08', 'Paraguay', '26408 Kallie Mill Apt. 669', 'Boscoborough', '06721');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (853, 'Zion', 'Ullrich', 'F', '1993-07-20', 'Czech Republic', '30063 Jacobi Walks', 'Margotshire', '91363-6598');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (854, 'Jess', 'Bins', 'F', '1985-01-26', 'Palestinian Territory', '659 Renner Square', 'Onieport', '63528-8328');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (855, 'Luther', 'Hermann', 'M', '2005-03-11', 'Yemen', '919 Ricardo Walks Suite 683', 'New Amaliaview', '08347-5905');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (856, 'Arlie', 'Kovacek', 'M', '2003-11-27', 'Guernsey', '4916 Arlo Corner', 'Hyattmouth', '21267');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (857, 'Unique', 'Waters', 'F', '1992-03-04', 'Micronesia', '8385 Mann Flats', 'South Marlonmouth', '96309-3807');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (858, 'Courtney', 'Effertz', 'M', '1973-02-04', 'Wallis and Futuna', '5000 O\'Connell Roads Suite 559', 'West Christaton', '20453-0022');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (859, 'Timmy', 'Kertzmann', 'M', '1998-12-16', 'Montenegro', '57386 Champlin Union Apt. 061', 'Rashawntown', '13781');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (860, 'Kristy', 'Considine', 'F', '2012-11-04', 'Turks and Caicos Islands', '225 Adolf Viaduct', 'East Nannie', '94918-8620');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (861, 'Melissa', 'Bahringer', 'F', '1972-04-05', 'Ghana', '722 Andrew Villages Suite 380', 'Cleofort', '70911');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (862, 'Reid', 'Fadel', 'F', '1993-09-25', 'Lao People\'s Democratic Republic', '44086 Daniel Loaf', 'Feeneyburgh', '77488-1537');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (863, 'Jean', 'Bruen', 'F', '1981-08-19', 'Heard Island and McDonald Islands', '73121 Enoch Orchard', 'Lake Mittieport', '88061');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (864, 'Stephan', 'Aufderhar', 'M', '2006-07-12', 'Albania', '70220 Cartwright Heights Suite 475', 'New Solonhaven', '78680-4921');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (865, 'Lukas', 'Oberbrunner', 'M', '1995-12-15', 'Gabon', '5755 Cecilia Port', 'South Kylerfort', '49778');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (866, 'Reva', 'Keeling', 'M', '1978-07-13', 'South Georgia and the South Sandwich Islands', '77665 Ashleigh Courts Suite 580', 'Port Eldoraville', '12066-5713');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (867, 'Ethelyn', 'Bartoletti', 'M', '1981-10-07', 'Saint Martin', '0763 Elmore Plains', 'Kihnmouth', '51452');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (868, 'Aglae', 'Konopelski', 'F', '2002-06-14', 'Belarus', '02607 Yost Road Apt. 675', 'Lorenhaven', '33694-1278');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (869, 'Nils', 'Kautzer', 'F', '1990-03-26', 'Tokelau', '64045 Schimmel Burg', 'Lake Cesarfort', '19641');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (870, 'Ford', 'Breitenberg', 'M', '1987-01-02', 'Libyan Arab Jamahiriya', '392 Schultz Point Apt. 355', 'Port Tessieborough', '08572-2365');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (871, 'Ewald', 'Farrell', 'F', '1981-12-03', 'San Marino', '1643 Sanford Drive', 'New Patience', '63343');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (872, 'Mohammad', 'Veum', 'M', '1971-05-08', 'Vietnam', '0562 Jana Stravenue Suite 213', 'Lake Fridaland', '09078-1127');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (873, 'Keenan', 'Swift', 'M', '1984-01-26', 'Belarus', '57251 Vanessa Views', 'East Aleenstad', '86790-3495');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (874, 'Dulce', 'Langosh', 'M', '1994-05-06', 'Latvia', '2138 Paucek River Apt. 867', 'East Crystal', '69003-5868');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (875, 'Lavada', 'O\'Connell', 'M', '1997-03-07', 'Zambia', '77059 Josefa Isle Apt. 697', 'North Mason', '56574');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (876, 'Zane', 'Daniel', 'M', '1998-02-26', 'Samoa', '9882 Murphy View Suite 462', 'Brendenport', '31829');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (877, 'Josiane', 'Wolff', 'F', '1977-07-01', 'Greece', '14559 Gunner Underpass Apt. 657', 'New Mayehaven', '94569');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (878, 'Precious', 'Ledner', 'M', '1983-03-05', 'Gabon', '5518 Celestino Mountains Suite 649', 'Powlowskistad', '73028-7508');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (879, 'Anika', 'Schamberger', 'F', '1977-01-02', 'Rwanda', '49440 Marcelino Lodge Apt. 252', 'Port Susanaside', '14637');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (880, 'Zack', 'Runte', 'F', '1986-02-12', 'Jordan', '8771 Angelica Highway', 'West Sabrinaland', '94210');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (881, 'Rebecca', 'Goyette', 'F', '1999-01-31', 'Panama', '628 Crona River', 'Burnicechester', '23123');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (882, 'Moriah', 'Legros', 'M', '2010-07-26', 'Djibouti', '5719 Mitchell Hollow Apt. 421', 'New Domenicamouth', '05617');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (883, 'Paige', 'Prosacco', 'M', '2003-10-05', 'Macedonia', '33907 Else Mountains Suite 304', 'Daphnemouth', '70199-9057');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (884, 'Hiram', 'Orn', 'M', '1974-01-29', 'Macedonia', '740 Salvador Ferry Apt. 227', 'New Percival', '22299-1317');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (885, 'Melba', 'Brekke', 'F', '2010-05-18', 'Spain', '744 Adela Locks Apt. 515', 'South Caleb', '50882');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (886, 'Lorna', 'Wunsch', 'F', '1973-11-07', 'Taiwan', '76974 Lexie Tunnel Suite 725', 'Greenstad', '40910-6816');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (887, 'Eladio', 'Beier', 'F', '2002-03-05', 'Madagascar', '62724 Virgil Neck Suite 398', 'Port Jaclyn', '45241-8627');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (888, 'Lilian', 'Reichel', 'M', '2015-09-25', 'Lebanon', '220 Vance Port', 'Leschhaven', '60482-4436');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (889, 'Judy', 'McClure', 'F', '1998-03-30', 'Fiji', '380 Schuppe Overpass Suite 653', 'Lake Jewell', '52435');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (890, 'Mateo', 'Johnston', 'F', '2014-09-08', 'Togo', '0606 Gerlach Stream Apt. 668', 'Daniellechester', '84174');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (891, 'Ariane', 'Harber', 'F', '2001-12-07', 'China', '383 Cindy Port', 'Kiarahaven', '39840');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (892, 'Darryl', 'Beer', 'M', '1982-09-12', 'Seychelles', '981 Frederik Villages', 'Boyerborough', '06261-5986');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (893, 'Freeda', 'Graham', 'M', '1989-05-11', 'Iraq', '346 Edmond Street', 'Victoriaville', '52052-2755');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (894, 'Suzanne', 'Bergnaum', 'M', '2007-04-02', 'Tonga', '47814 Kerluke Shores Suite 790', 'Jermainside', '54941-5888');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (895, 'Alaina', 'Daniel', 'M', '1998-02-12', 'Papua New Guinea', '795 Eldred Pass', 'South Arloshire', '81611-4406');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (896, 'Milo', 'Buckridge', 'F', '2010-01-29', 'Korea', '605 Lehner Forge Suite 183', 'New Braeden', '32753-9138');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (897, 'Margret', 'Blick', 'M', '1977-10-26', 'Niue', '8114 Rey Crossroad', 'Anaishaven', '61968');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (898, 'Mikel', 'Kunde', 'F', '2001-04-06', 'Latvia', '252 Larry Road Apt. 134', 'Nolaburgh', '61427-8743');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (899, 'Derick', 'Dooley', 'M', '1973-02-22', 'Micronesia', '9421 Donnelly Squares', 'New Evelineview', '23653-8025');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (900, 'Matt', 'Fahey', 'F', '1988-10-29', 'Dominica', '070 Douglas Shore', 'South Kali', '85313');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (901, 'Kamron', 'Schroeder', 'F', '2010-04-17', 'China', '21691 Mayert Burg Apt. 013', 'West Desiree', '77679');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (902, 'Keely', 'Ondricka', 'M', '2012-11-10', 'Equatorial Guinea', '310 Steuber Mountains', 'Lake Zachary', '60920-5894');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (903, 'Michaela', 'Gaylord', 'M', '2002-03-20', 'Korea', '68826 Rath Burg', 'Serenityview', '68240-7916');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (904, 'Barney', 'Fahey', 'M', '1978-10-23', 'Gibraltar', '518 Maximus River Suite 591', 'South Axelborough', '48264');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (905, 'Agustina', 'Satterfield', 'F', '2004-09-24', 'El Salvador', '1519 Ephraim Crest', 'Malloryport', '47615');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (906, 'Brandt', 'Hoeger', 'M', '1979-04-27', 'Northern Mariana Islands', '365 Alexanne Village', 'Rhiannonhaven', '18792');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (907, 'Adriana', 'Spencer', 'F', '1975-06-08', 'Latvia', '210 Smith Harbors Apt. 875', 'South Obie', '73353-2241');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (908, 'Hallie', 'Ryan', 'M', '1986-12-09', 'Albania', '24753 Balistreri Radial Apt. 392', 'East Omarifort', '36067');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (909, 'Adelbert', 'Gutmann', 'M', '1972-01-09', 'Canada', '94309 Runte Spur', 'Gulgowskifurt', '86216');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (910, 'Tate', 'Cummings', 'M', '2009-11-22', 'Montserrat', '238 Milo Stream Apt. 350', 'Lake Rachelshire', '81006');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (911, 'Vilma', 'Schmitt', 'M', '2012-12-26', 'Kazakhstan', '233 Hills Wells Apt. 509', 'Albinaborough', '79043-4984');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (912, 'Alysha', 'Ziemann', 'M', '1988-11-01', 'Swaziland', '3798 Hayes Centers Suite 901', 'West Magdalena', '27779');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (913, 'Arnaldo', 'Ziemann', 'F', '1975-06-25', 'Micronesia', '90698 Trantow Circles Suite 441', 'New Yesseniashire', '66359');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (914, 'Dana', 'Klein', 'F', '1984-10-27', 'Ireland', '770 Aufderhar Highway Suite 370', 'Jackyberg', '54238');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (915, 'Ulices', 'Wiza', 'F', '2014-08-14', 'Zambia', '99812 Annie Tunnel', 'Lake Estelle', '12176');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (916, 'Camylle', 'Stark', 'M', '1999-04-02', 'Andorra', '10676 Carter Bridge Apt. 441', 'East Felicia', '97621-6153');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (917, 'Marquise', 'Hilpert', 'M', '1978-10-28', 'Lebanon', '66966 Savanah Hills', 'Cheyenneburgh', '68325-8779');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (918, 'Valentin', 'Schuppe', 'F', '2015-05-15', 'Antigua and Barbuda', '9376 Doug Path Apt. 123', 'Ramonashire', '17897-9539');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (919, 'Felicia', 'Ebert', 'M', '2013-01-16', 'Aruba', '57594 O\'Keefe Mountain Apt. 677', 'Olinport', '75669');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (920, 'Vaughn', 'Gulgowski', 'M', '2013-11-17', 'Barbados', '977 Schaden Mission', 'Wuckertport', '14176');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (921, 'Jake', 'Pouros', 'M', '1996-01-28', 'Iraq', '5046 Colleen Ramp', 'North Agustin', '66427');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (922, 'Jarvis', 'Deckow', 'M', '1989-08-07', 'El Salvador', '513 Stracke Glens Suite 562', 'South Charleyfurt', '29276-9026');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (923, 'Nakia', 'Tillman', 'M', '1988-12-22', 'Myanmar', '11914 Trantow Parkways', 'South Nashberg', '57477-6824');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (924, 'Curtis', 'Hammes', 'F', '1998-01-30', 'Falkland Islands (Malvinas)', '5867 Blanda Mountains Apt. 588', 'East Damarisfort', '60540');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (925, 'Aglae', 'Dickens', 'M', '1983-06-29', 'Sierra Leone', '032 Clotilde Centers Suite 907', 'Orinville', '15013');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (926, 'Karson', 'Hegmann', 'F', '1987-03-20', 'Nigeria', '7838 Padberg Forks', 'East Elsabury', '74878-4625');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (927, 'Santina', 'Bednar', 'M', '2007-12-29', 'Belgium', '431 Schinner Union Apt. 006', 'Lake Lewis', '04259-4310');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (928, 'Maurice', 'Powlowski', 'F', '1970-03-01', 'Gambia', '5455 Wisozk Expressway Apt. 974', 'North Corene', '07579-9118');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (929, 'Conrad', 'Hand', 'M', '2010-10-12', 'Nauru', '296 Roselyn Ford Apt. 872', 'Bartolettiville', '55031-8743');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (930, 'Cornelius', 'Stracke', 'F', '2013-01-18', 'Austria', '137 Harvey Curve', 'Port Emmaleeshire', '02160');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (931, 'Berry', 'Rohan', 'M', '1984-04-28', 'Sierra Leone', '20557 Christiana Divide', 'South Greenstad', '58269-0838');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (932, 'Austen', 'Pfeffer', 'M', '2005-09-03', 'Latvia', '3367 Toy Land Suite 659', 'Mattieberg', '55248-9844');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (933, 'Clifford', 'Feil', 'F', '1997-08-01', 'Guinea', '3971 Roob Lights', 'Raynorfort', '64925-0600');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (934, 'Roxanne', 'Powlowski', 'M', '1991-05-03', 'Svalbard & Jan Mayen Islands', '454 Wehner Forks', 'New Estel', '92868-4122');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (935, 'Bianka', 'Ortiz', 'F', '1980-09-11', 'Seychelles', '49141 Earline Islands', 'East Enidton', '01526-0910');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (936, 'Violette', 'Robel', 'M', '2004-04-09', 'Cameroon', '3439 Gulgowski Lock Apt. 933', 'Wallaceland', '93940-8792');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (937, 'Abelardo', 'Brown', 'M', '1973-10-12', 'Comoros', '62024 Owen Ranch Suite 913', 'Port Kenna', '04807-7444');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (938, 'Anjali', 'Hansen', 'F', '1986-09-11', 'Saint Barthelemy', '0947 Osinski Loop Suite 573', 'West Sadie', '44344');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (939, 'Myrtis', 'Swaniawski', 'M', '1973-08-29', 'Cote d\'Ivoire', '9765 Miller Curve Apt. 269', 'Treutelshire', '15032-3879');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (940, 'Richie', 'Rath', 'F', '2011-08-20', 'Cocos (Keeling) Islands', '573 Littel Road', 'Kobymouth', '32804-3964');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (941, 'Nettie', 'Leffler', 'M', '2012-07-25', 'Djibouti', '92313 Kaya Mills Suite 115', 'North Emanuelborough', '85771');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (942, 'Yasmine', 'Greenholt', 'F', '2008-11-14', 'Niger', '6378 Alessandra Extension Suite 283', 'Ethylshire', '18092-0765');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (943, 'Christelle', 'Walsh', 'F', '1998-10-19', 'American Samoa', '954 Metz Estates Suite 493', 'Hirtheshire', '90265');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (944, 'Mark', 'Mosciski', 'F', '1994-03-10', 'Finland', '9437 Balistreri Fields Suite 675', 'O\'Connellhaven', '74282-9949');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (945, 'Kelly', 'Bahringer', 'M', '2012-07-10', 'Aruba', '31269 Dessie Union Apt. 434', 'East Isommouth', '77396-8412');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (946, 'Lauriane', 'Tremblay', 'F', '2004-01-07', 'Argentina', '598 Gusikowski Passage Suite 048', 'West Joshuaton', '94655-2751');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (947, 'Vella', 'Lynch', 'F', '2009-12-09', 'Israel', '8979 Macey Path Suite 307', 'East Ollie', '48652');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (948, 'Naomie', 'Stroman', 'F', '2013-09-15', 'Philippines', '131 Austen Isle Suite 672', 'West Murrayfurt', '17555');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (949, 'Adelle', 'Bergnaum', 'M', '1972-06-17', 'Western Sahara', '688 McLaughlin Causeway Suite 834', 'Leannonside', '46584-3686');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (950, 'Kailyn', 'Jacobson', 'F', '2004-02-18', 'Guadeloupe', '5413 Dallas Cliffs', 'Jenkinsbury', '61763-5608');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (951, 'Jermey', 'Watsica', 'M', '1971-01-18', 'Cuba', '7062 Sharon Path Suite 638', 'Walkerville', '41834-4239');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (952, 'Gwen', 'Runolfsson', 'M', '2014-11-29', 'Taiwan', '997 Gleichner Turnpike', 'Port Delaneyburgh', '17954-2599');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (953, 'Edwin', 'Casper', 'F', '1977-08-11', 'Guyana', '80266 Chaim Alley', 'Alecshire', '55312-2852');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (954, 'Pierre', 'Terry', 'M', '2011-10-25', 'Tunisia', '6270 Louvenia Burg', 'Schoenbury', '70195');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (955, 'Tracy', 'Leuschke', 'M', '2012-05-21', 'Northern Mariana Islands', '7645 Brakus Well', 'Satterfieldfort', '89291');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (956, 'Pink', 'Rohan', 'M', '1981-10-12', 'Tanzania', '37410 Eleanore Corner', 'Leonorburgh', '08982');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (957, 'Clifton', 'Johns', 'M', '1975-03-11', 'Botswana', '4459 Bartell Pines Suite 535', 'Kundeville', '14771');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (958, 'Emmalee', 'Gleichner', 'M', '1988-01-21', 'Belarus', '109 Stephania Lights', 'Jenkinsview', '04597-3187');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (959, 'Sharon', 'Schuppe', 'F', '2010-04-25', 'Holy See (Vatican City State)', '6985 Hoppe Heights Suite 028', 'South Eliton', '30467');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (960, 'Bradley', 'Littel', 'F', '2000-06-24', 'Philippines', '676 Delmer Turnpike Apt. 905', 'Lake Vedaburgh', '59189');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (961, 'Elnora', 'Auer', 'F', '1991-03-07', 'Italy', '63602 Schuppe Mews Suite 759', 'West Junior', '26315');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (962, 'Rosalind', 'Champlin', 'M', '1990-06-12', 'Sudan', '65653 Gussie Island', 'East Milan', '48292');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (963, 'Piper', 'Anderson', 'M', '1985-09-19', 'Mozambique', '02597 Jaden Parkways Suite 995', 'D\'Amoreberg', '26293');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (964, 'Wanda', 'Beatty', 'F', '1983-01-14', 'Marshall Islands', '944 Medhurst Harbor', 'Port Aprilville', '21323');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (965, 'Mervin', 'Vandervort', 'M', '1988-04-28', 'United Arab Emirates', '626 Beth Drive', 'East Olaf', '50555');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (966, 'Jordane', 'Reinger', 'M', '1995-08-14', 'Central African Republic', '815 Reinger Rapid Apt. 833', 'Aishaberg', '57350-2786');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (967, 'Liza', 'Leannon', 'M', '2001-11-13', 'Philippines', '8534 Weber Pass', 'North Tristin', '60595');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (968, 'Ardella', 'Brown', 'M', '1980-09-06', 'Palau', '37464 Gerhold Road Apt. 677', 'Port Jimmie', '07189-1085');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (969, 'Yadira', 'Lynch', 'F', '2011-01-12', 'United Arab Emirates', '2910 Jacobi Bridge Apt. 933', 'Stehrshire', '49666');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (970, 'Gerson', 'Brekke', 'F', '1997-04-17', 'Cote d\'Ivoire', '4543 Hartmann Glens', 'Maxieborough', '17292');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (971, 'Cicero', 'Beier', 'F', '2006-12-25', 'Panama', '79257 Quentin Divide', 'Tadchester', '21443');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (972, 'Daren', 'Stark', 'F', '1974-04-04', 'Switzerland', '11106 Adolph Grove', 'Alessandraberg', '19244');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (973, 'Russel', 'Larson', 'F', '2015-07-02', 'Cook Islands', '781 Electa Fall', 'Wiegandstad', '87398-2081');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (974, 'Jaylen', 'Christiansen', 'F', '1977-10-13', 'Rwanda', '7633 Pollich Lock Suite 098', 'East Vernie', '62246');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (975, 'Joannie', 'Kunde', 'F', '1974-12-10', 'Antigua and Barbuda', '54659 Daron Ranch Apt. 523', 'New Lawrenceton', '27345-3400');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (976, 'Guadalupe', 'Daugherty', 'M', '1984-07-15', 'Liberia', '9615 Carroll Route Suite 031', 'South Turnermouth', '50666');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (977, 'Irving', 'Hirthe', 'M', '1984-11-07', 'Turkey', '08898 Dooley Pine Apt. 651', 'Port Christophe', '17970');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (978, 'Trever', 'Spinka', 'M', '1995-07-09', 'China', '738 Johathan Underpass', 'Torpburgh', '55093');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (979, 'Richie', 'Kreiger', 'F', '2010-12-07', 'Christmas Island', '36541 Bergnaum Locks', 'Kaceyville', '67262');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (980, 'Reggie', 'Dickens', 'F', '1983-05-23', 'Cote d\'Ivoire', '14055 Omari View', 'East Novastad', '68997-8106');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (981, 'Braxton', 'Ratke', 'F', '1980-06-06', 'Bolivia', '9968 Feil Ridges Apt. 402', 'Port Orville', '14795-6216');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (982, 'Filiberto', 'Paucek', 'M', '1977-04-16', 'Paraguay', '55492 Christiansen Viaduct', 'Onaside', '75663');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (983, 'Annamae', 'Hane', 'M', '1996-02-09', 'Iraq', '25568 Hermiston Unions', 'New Cullen', '29371-3122');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (984, 'Adriana', 'Berge', 'M', '2006-07-29', 'Nepal', '15426 Fabian Spurs', 'South Ferne', '36071');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (985, 'D\'angelo', 'Christiansen', 'M', '2011-06-11', 'Malta', '5285 Jordon Light Suite 729', 'Estelbury', '49327-5146');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (986, 'Tristian', 'Crona', 'F', '2003-04-02', 'Luxembourg', '655 Zachariah Village', 'Agustinaville', '99396-7621');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (987, 'Deshawn', 'Gottlieb', 'M', '2011-01-22', 'Belize', '3590 Skiles Estate', 'Wolfberg', '65240-8588');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (988, 'Augusta', 'O\'Keefe', 'F', '1991-08-26', 'Armenia', '1935 Hermann Key', 'Raphaellefurt', '17584');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (989, 'Adaline', 'Beer', 'M', '2005-04-16', 'Cocos (Keeling) Islands', '06041 Wiza Mall', 'Batzside', '77771-1779');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (990, 'Jabari', 'Doyle', 'F', '1981-07-21', 'Saint Helena', '642 Ward Way Suite 912', 'Schroederport', '50000-6577');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (991, 'Cristal', 'Gleason', 'M', '2016-09-05', 'Morocco', '784 Lora Manors', 'Muellerchester', '57343');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (992, 'Cade', 'O\'Reilly', 'M', '1976-07-23', 'Norway', '8096 Fisher Walks Apt. 399', 'Port Luisahaven', '95810');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (993, 'Federico', 'Huel', 'F', '2005-02-16', 'Cape Verde', '4949 Hassie Parkways', 'East Anjali', '58725');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (994, 'Katharina', 'Boyle', 'M', '1979-10-06', 'Malaysia', '340 Wiegand Street', 'Tomasatown', '09286-2482');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (995, 'Jaylen', 'Nikolaus', 'F', '2008-07-20', 'Aruba', '1862 Margie Corner', 'Pacochahaven', '17837');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (996, 'Rogers', 'Kreiger', 'M', '2011-07-27', 'United States Virgin Islands', '82002 Darwin Expressway', 'West Alvertamouth', '86182');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (997, 'Elenora', 'Balistreri', 'M', '1970-03-17', 'New Zealand', '4318 Johan Stream', 'Casperview', '62977');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (998, 'Jovani', 'Wintheiser', 'M', '2016-01-15', 'Tunisia', '8380 Mitchell Alley Suite 124', 'North Raphaelstad', '36519-6319');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (999, 'Eladio', 'Schowalter', 'F', '1990-04-21', 'Swaziland', '75904 Stroman Plain Apt. 630', 'Harrisburgh', '94191');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1000, 'Jarvis', 'Beatty', 'F', '1972-02-29', 'Norfolk Island', '79133 Skiles Camp', 'Chelsieport', '04670');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1001, 'Erica', 'Maggio', 'M', '1996-06-01', 'Yemen', '1779 Quigley Underpass', 'Cruickshanktown', '68445-3829');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1002, 'Ozella', 'Kihn', 'F', '2005-04-21', 'Kuwait', '1996 Carol Spring Suite 370', 'North Sibylport', '85534-6747');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1003, 'Rickey', 'Sipes', 'M', '2009-03-14', 'Eritrea', '0939 McClure Radial Suite 874', 'Thielborough', '20576-9657');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1004, 'Lincoln', 'Schumm', 'F', '1974-10-07', 'Trinidad and Tobago', '89288 Freddy Rue Apt. 965', 'New Lenore', '43847');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1005, 'Kayli', 'Hagenes', 'M', '2005-03-24', 'Sweden', '9207 Lucienne Turnpike', 'Floridahaven', '33792-5208');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1006, 'Flavio', 'Mosciski', 'M', '1981-11-05', 'Taiwan', '3468 Thompson Parkways', 'North Bennettbury', '61074');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1007, 'Kaci', 'Price', 'M', '1988-07-05', 'Saint Kitts and Nevis', '693 Brenda Tunnel', 'New Arturo', '29898');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1008, 'Daisha', 'Hyatt', 'F', '2017-07-28', 'Kuwait', '29423 Mante Wells', 'New Katelynton', '92325-8735');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1009, 'Gussie', 'Torphy', 'F', '1974-07-10', 'Togo', '8215 Ankunding Hills Apt. 784', 'Demarioville', '82710');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1010, 'Edd', 'Nolan', 'M', '1976-04-05', 'Comoros', '76949 Stoltenberg Drive', 'North Susan', '37858-0833');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1011, 'Talon', 'Ankunding', 'F', '2003-11-03', 'Colombia', '674 Samantha Underpass', 'Lake Frankieport', '43584-7024');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1012, 'Eladio', 'Moore', 'M', '2001-09-01', 'Puerto Rico', '96725 Lesly Gateway Apt. 672', 'New Lonnyberg', '35315');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1013, 'Amelia', 'Ratke', 'F', '1976-04-12', 'Nauru', '855 Jacobi Spur Apt. 248', 'Stewartmouth', '52019-0282');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1014, 'Tremaine', 'Abshire', 'M', '1979-07-31', 'Heard Island and McDonald Islands', '768 Arden Knolls', 'Port Hillaryshire', '37850');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1015, 'Hester', 'Larson', 'F', '2004-04-01', 'Libyan Arab Jamahiriya', '508 Ed Track', 'East Eugeniafurt', '95915-6051');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1016, 'Jacinthe', 'Lubowitz', 'F', '1984-09-29', 'Nauru', '12721 Reichert Islands', 'Cordiahaven', '13776-8822');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1017, 'Clifford', 'Harris', 'F', '2002-10-09', 'Isle of Man', '1352 Schroeder Ports Suite 647', 'New Rosieberg', '87093-2656');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1018, 'Dawn', 'Kreiger', 'M', '1986-04-21', 'Egypt', '12613 Ondricka Mountain Apt. 111', 'North Annette', '94766');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1019, 'Asia', 'Hagenes', 'F', '1998-08-12', 'Palestinian Territory', '90527 Leonard Drive', 'East Liza', '50059');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1020, 'Declan', 'Thiel', 'F', '1972-02-25', 'Faroe Islands', '147 Murphy Extensions', 'Octaviaburgh', '42089-1348');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1021, 'Brandon', 'Connelly', 'M', '1983-06-24', 'Uzbekistan', '07349 Fahey Shore Suite 684', 'Laylaport', '82686-1500');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1022, 'Kaleb', 'Borer', 'F', '1985-09-16', 'Iceland', '483 Gerlach Branch', 'Mafaldamouth', '77489');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1023, 'Zechariah', 'Osinski', 'M', '2002-12-13', 'Israel', '39871 Eryn Ford', 'South Dexterberg', '17468');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1024, 'Michael', 'Feest', 'F', '1985-02-23', 'Tuvalu', '0464 Elinore Lane Apt. 573', 'VonRuedenborough', '90568-6454');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1025, 'Nash', 'Dickens', 'M', '1994-02-04', 'Jersey', '72971 Gutkowski Branch', 'North Warrenport', '70111');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1026, 'Velda', 'Jacobson', 'F', '2013-12-26', 'Pakistan', '9612 Hilton Summit Apt. 739', 'South Mia', '97046-6697');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1027, 'Jovany', 'Predovic', 'F', '1977-06-03', 'Montserrat', '2141 Gillian Walk Apt. 307', 'North Samanta', '96335');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1028, 'Werner', 'Larkin', 'F', '1997-04-05', 'Greenland', '2152 Bernier Meadow', 'South Dwight', '63155');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1029, 'Bobby', 'Ledner', 'F', '1975-06-13', 'Palau', '67782 Konopelski Locks Apt. 552', 'Marychester', '46209');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1030, 'Saige', 'Gaylord', 'M', '1982-04-03', 'Guernsey', '43700 Eryn Manor Apt. 810', 'Danniestad', '86072-7937');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1031, 'Amani', 'Goldner', 'F', '1996-05-25', 'Switzerland', '843 Quentin Dale Suite 284', 'Rennerburgh', '76956');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1032, 'Allison', 'Tremblay', 'M', '1976-03-13', 'Venezuela', '08579 Laron Ferry', 'McDermottport', '75218-9902');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1033, 'Mathew', 'Konopelski', 'M', '1989-03-02', 'Slovenia', '172 Juliana Tunnel', 'New Jalyn', '09067-6143');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1034, 'Don', 'Mayer', 'F', '1989-03-23', 'United States of America', '35291 Corkery Motorway', 'North Joshuahmouth', '56897');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1035, 'Sedrick', 'Treutel', 'M', '1970-01-28', 'Hong Kong', '4882 Harrison Trace', 'East Terrillside', '84945-8423');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1036, 'Colt', 'Gibson', 'M', '1994-04-20', 'Panama', '5408 Casimer Mountain Apt. 388', 'West Abigale', '15078');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1037, 'Jacey', 'Langosh', 'F', '2013-04-03', 'Yemen', '99119 Hagenes Mission Apt. 029', 'Jazmynport', '29907');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1038, 'Morgan', 'Huel', 'M', '1977-11-17', 'Antarctica (the territory South of 60 deg S)', '11759 Fern Pine Suite 022', 'West Calista', '48653');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1039, 'Pierce', 'Balistreri', 'M', '2000-05-08', 'Bermuda', '891 Elyssa Spurs Apt. 373', 'Port Shakira', '11265');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1040, 'Nikki', 'Daniel', 'M', '2009-05-24', 'Liechtenstein', '092 Lewis Neck', 'Port Izabellaborough', '08507-4624');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1041, 'Dino', 'Bailey', 'M', '2008-03-15', 'Micronesia', '277 Yesenia Branch Apt. 654', 'West Jena', '52776-5330');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1042, 'Turner', 'Rau', 'M', '1979-03-18', 'Guinea-Bissau', '47629 Alivia Corner', 'Lake Nannieberg', '26273');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1043, 'Lucious', 'Greenfelder', 'M', '1980-01-22', 'Slovakia (Slovak Republic)', '318 Darwin Inlet Suite 011', 'Courtneyburgh', '22458-0765');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1044, 'Lolita', 'Gleichner', 'M', '2015-11-09', 'Grenada', '4542 Lueilwitz Prairie', 'North Jaron', '51533-3552');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1045, 'Eleazar', 'Beatty', 'F', '1985-01-06', 'Jamaica', '4609 Rusty Loaf', 'Kodyview', '94905-2759');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1046, 'Kenton', 'Kozey', 'F', '1978-04-18', 'Niue', '366 Ottilie Groves Suite 521', 'Zboncakborough', '80363');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1047, 'Ofelia', 'Braun', 'M', '1992-09-30', 'American Samoa', '789 Hessel Underpass', 'West Chetland', '30029');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1048, 'Giovanni', 'Senger', 'M', '2013-08-17', 'Qatar', '42980 Bruce Motorway Suite 549', 'New Consueloshire', '83639');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1049, 'Kenton', 'Ebert', 'F', '1994-05-26', 'Falkland Islands (Malvinas)', '134 April Coves', 'West Yasmeen', '23370-2690');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1050, 'Murl', 'Luettgen', 'M', '1977-11-19', 'Myanmar', '4339 Rempel Canyon Apt. 135', 'Justinaport', '09913-2780');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1051, 'Thad', 'Prohaska', 'M', '2001-07-03', 'India', '4102 Amya Brooks Suite 420', 'Nitzschefurt', '11346-7128');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1052, 'Gwendolyn', 'Stracke', 'M', '2004-07-20', 'Bahrain', '19492 Wolff Dam', 'Gleasonton', '14958-0241');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1053, 'Madisyn', 'Batz', 'M', '1989-02-10', 'Benin', '137 Sawayn Turnpike Apt. 928', 'Lake Evanshaven', '45742');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1054, 'Wanda', 'Bartell', 'F', '2012-12-03', 'Martinique', '6972 Zulauf Underpass Apt. 720', 'Ondrickaville', '29835-8082');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1055, 'Terrell', 'Reynolds', 'F', '1972-10-22', 'Norfolk Island', '4104 Tyra Row Apt. 037', 'South Leathaberg', '11286');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1056, 'Zetta', 'Hessel', 'F', '1986-01-22', 'Ecuador', '10282 Brannon Island', 'New Mozell', '63905-0572');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1057, 'Zack', 'Parker', 'F', '1993-10-06', 'Peru', '38968 Anderson Mission Apt. 621', 'West Janis', '96855-6503');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1058, 'Demetrius', 'Labadie', 'M', '2013-07-21', 'Eritrea', '104 Becker Falls Apt. 564', 'Padbergland', '17642');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1059, 'Vella', 'Kirlin', 'F', '1995-07-10', 'Spain', '45114 Kuhn Fort Suite 220', 'Cornellview', '26532-3476');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1060, 'Danielle', 'Wilkinson', 'M', '1993-04-23', 'Namibia', '9783 Rowe Rapids', 'Donnellton', '02644-7956');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1061, 'Isabel', 'Kunde', 'F', '2011-09-13', 'Oman', '9451 Bettye Forest Apt. 491', 'West Melyssa', '15033-4097');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1062, 'Lowell', 'Mante', 'F', '2012-08-14', 'Norway', '29453 Parker Freeway', 'West Aubreemouth', '12223-7953');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1063, 'Daphne', 'Pfannerstill', 'M', '1973-09-15', 'United Kingdom', '769 Winifred Extensions', 'New Daisy', '84733');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1064, 'Letha', 'Christiansen', 'M', '1973-12-02', 'Nigeria', '74570 Von Alley', 'Nolanview', '97136-6367');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1065, 'Janiya', 'Schaefer', 'F', '2011-02-28', 'Nicaragua', '9367 Keyon Cliffs Apt. 553', 'Powlowskiburgh', '68946-2645');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1066, 'Hiram', 'Schmidt', 'F', '1982-12-08', 'Sao Tome and Principe', '22858 Rod Bridge', 'South Raheem', '24615-0387');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1067, 'Oda', 'Reichel', 'M', '1989-03-02', 'Cyprus', '798 Domingo Trail', 'West Lou', '67389');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1068, 'Nona', 'Senger', 'F', '2004-01-16', 'Poland', '79378 Sporer Garden', 'Valerieberg', '38444');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1069, 'Chadd', 'Lemke', 'F', '1989-04-06', 'South Africa', '8280 Neha Expressway Suite 749', 'Lilafort', '19877');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1070, 'Maximilian', 'Jacobi', 'M', '1981-06-08', 'Tokelau', '4932 Crooks Motorway', 'Angushaven', '84412-3098');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1071, 'Simeon', 'Huel', 'M', '2006-09-19', 'India', '205 Morissette Road Apt. 174', 'Manteview', '08744');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1072, 'Deion', 'Walter', 'M', '2003-01-24', 'Cote d\'Ivoire', '36366 Gloria Streets Suite 040', 'Odellchester', '67200');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1073, 'Bertha', 'Haag', 'F', '1994-05-27', 'New Caledonia', '515 Bernier Bridge Suite 154', 'Beiermouth', '57795-4026');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1074, 'Danny', 'Mann', 'F', '1983-11-09', 'Swaziland', '66766 Juana Creek Suite 745', 'Mertzberg', '43596');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1075, 'Rosalyn', 'Schmidt', 'M', '1992-01-02', 'Gabon', '57708 Yost Estates', 'Port Alexysstad', '08798-3130');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1076, 'Clay', 'Gibson', 'F', '1994-04-09', 'South Africa', '58685 Johnson Courts Apt. 866', 'Gusikowskiville', '10956-8448');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1077, 'Vaughn', 'Marquardt', 'M', '2000-12-22', 'Bhutan', '651 Liliana Dale', 'New Austinhaven', '51142-6105');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1078, 'Bridget', 'Mann', 'M', '1991-03-01', 'Vanuatu', '00783 Haley Ville Apt. 462', 'Ricohaven', '38399-0682');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1079, 'Otho', 'Pagac', 'M', '1972-08-05', 'Kiribati', '01157 Gibson Island', 'Martyport', '93270');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1080, 'Jenifer', 'Terry', 'F', '1984-12-16', 'Lao People\'s Democratic Republic', '96027 Greenholt Ville', 'North Isaias', '30408-9013');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1081, 'Henriette', 'Bruen', 'F', '1972-09-04', 'Bermuda', '6818 Rice Lane Suite 724', 'Petraton', '63126');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1082, 'Malachi', 'Mayert', 'F', '1971-02-13', 'Egypt', '997 Bette Lodge Apt. 690', 'Grantchester', '36841');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1083, 'Arch', 'Ebert', 'F', '1996-02-17', 'Cambodia', '6574 Raynor Wells Suite 586', 'Constantinshire', '52671-5000');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1084, 'Madge', 'Schneider', 'M', '1996-03-03', 'Western Sahara', '214 Adams Club Suite 300', 'North Janaeberg', '66662');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1085, 'Irwin', 'Champlin', 'M', '2000-09-23', 'Reunion', '797 Eda Parkway Apt. 891', 'Lewischester', '43174-5424');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1086, 'Sierra', 'Murazik', 'F', '1973-04-15', 'Bahamas', '02127 Schroeder Turnpike', 'Justenbury', '74120-6645');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1087, 'Mercedes', 'Kirlin', 'F', '2005-06-22', 'Sao Tome and Principe', '973 Ellen Ferry Suite 273', 'Suzannehaven', '74453-6783');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1088, 'Prudence', 'Marvin', 'F', '2009-07-18', 'Nauru', '16535 Catalina Motorway Apt. 883', 'East Gladys', '88184');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1089, 'Jonas', 'Hyatt', 'F', '1988-08-18', 'Tajikistan', '88947 Ernser Cove', 'Alecberg', '40120');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1090, 'Dorris', 'Kris', 'M', '1980-03-07', 'Aruba', '41033 Price Viaduct Suite 075', 'Annaside', '54743');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1091, 'Darion', 'Rice', 'M', '1973-08-31', 'Saint Barthelemy', '46568 Kuhlman Canyon Apt. 002', 'North Bulahfurt', '56473-0894');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1092, 'Abigayle', 'Klocko', 'M', '1979-02-22', 'Monaco', '204 Rosalyn Mission', 'South Kaleb', '41778-2445');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1093, 'Desiree', 'Davis', 'M', '1989-12-20', 'Greece', '37205 Terry Dale Apt. 930', 'East Kenyonchester', '70103');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1094, 'Susana', 'Moore', 'M', '2017-03-30', 'Bahrain', '81158 Chyna Meadows Apt. 793', 'Halvorsonburgh', '33173');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1095, 'Garrison', 'Heidenreich', 'F', '1986-04-07', 'Macedonia', '9859 Watsica Inlet', 'Denesikburgh', '16186');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1096, 'Juston', 'Nader', 'F', '2007-06-01', 'Congo', '56509 Gorczany Unions Suite 308', 'Rippinstad', '08944');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1097, 'Maude', 'Boyle', 'F', '1987-06-16', 'Ireland', '110 Turner Vista Suite 496', 'Port Guillermo', '97262');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1098, 'Chaya', 'Waelchi', 'M', '1989-04-05', 'United States Virgin Islands', '5987 Corrine Court Suite 931', 'Lake Laurianne', '20106-0948');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1099, 'Carlee', 'Howell', 'M', '2001-04-28', 'Madagascar', '0207 Skiles Island', 'Lake Traceshire', '82883-0820');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1100, 'Erling', 'Walker', 'M', '1983-10-25', 'United States of America', '35746 Lueilwitz Street Apt. 338', 'South Doris', '23750-9034');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1101, 'Anais', 'Ratke', 'M', '1971-10-14', 'Belize', '1434 Dexter Crossroad Suite 862', 'East Jadynview', '12450');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1102, 'Else', 'Greenfelder', 'M', '2000-12-08', 'Cuba', '15975 Mellie Station', 'North Makenzie', '22018-0027');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1103, 'Kiana', 'Witting', 'M', '2005-10-01', 'Guatemala', '5064 Hirthe Prairie Suite 829', 'Kristafurt', '43915');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1104, 'Austyn', 'Kub', 'M', '1983-09-22', 'Switzerland', '17421 Denesik Park', 'Port Libbyland', '01004-5325');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1105, 'Coleman', 'McCullough', 'M', '1977-09-14', 'Philippines', '29975 Ciara Rapid Suite 314', 'Evaland', '84424-3528');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1106, 'Jazmin', 'Hegmann', 'F', '1981-02-20', 'Oman', '91468 Sanford Island Apt. 052', 'West Loyalfurt', '51562-6056');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1107, 'Kattie', 'Hansen', 'M', '2006-07-05', 'Cocos (Keeling) Islands', '409 Reuben Harbors Apt. 558', 'New Camronstad', '25936-9413');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1108, 'Aurelie', 'Boehm', 'M', '1976-09-08', 'Malta', '18654 Hilpert Cove Apt. 153', 'Stromanborough', '99202');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1109, 'Aleen', 'Wiza', 'M', '1977-09-27', 'United States Virgin Islands', '23313 Libbie Corners', 'New Jed', '10679-3814');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1110, 'Destini', 'Ward', 'F', '1991-04-13', 'Ethiopia', '18641 Baumbach Ferry Suite 396', 'Schroedertown', '04721');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1111, 'Marjorie', 'Bahringer', 'F', '1992-11-04', 'Antarctica (the territory South of 60 deg S)', '592 Tyrell Harbors Apt. 227', 'Sylvesterville', '89447-0293');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1112, 'Annette', 'Schaden', 'M', '1995-06-15', 'Germany', '42705 Cartwright Manor Apt. 833', 'Emelietown', '46778');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1113, 'Benjamin', 'Nolan', 'F', '1983-04-12', 'Croatia', '76707 Laverne Turnpike Apt. 583', 'Cronaport', '07831');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1114, 'Zula', 'Hettinger', 'M', '1984-02-19', 'Senegal', '72062 Roob Mountain', 'Kirstenmouth', '78470-3471');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1115, 'Terrance', 'Murazik', 'M', '1994-10-04', 'Isle of Man', '418 Howell Common Suite 773', 'East Vallie', '17172-3741');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1116, 'Annabell', 'Gaylord', 'M', '1988-02-14', 'Maldives', '4669 Wiegand Junction', 'West Betsy', '38802');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1117, 'Zola', 'Bosco', 'F', '2010-01-26', 'Saint Pierre and Miquelon', '483 Weimann Ports', 'Emilianotown', '03455');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1118, 'Ricardo', 'Bashirian', 'F', '1980-11-21', 'Ireland', '247 Smith Mountain', 'Manteshire', '83511');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1119, 'Maxime', 'Glover', 'M', '1997-10-19', 'Djibouti', '19380 Ruecker Turnpike', 'Abbottton', '78918-1970');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1120, 'Zander', 'Weber', 'M', '2016-11-22', 'Slovakia (Slovak Republic)', '15035 Murray Meadow', 'East Cadeburgh', '98320-9749');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1121, 'Jerrod', 'Haag', 'M', '1977-05-12', 'Czech Republic', '3320 Roob Falls', 'Towneside', '23130');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1122, 'Davon', 'Schaefer', 'F', '2012-08-29', 'Ethiopia', '083 Haylee Brook', 'North Pasqualeborough', '17631');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1123, 'Cleve', 'Konopelski', 'M', '2016-03-29', 'Dominican Republic', '510 Bruen Lodge', 'Port Stephentown', '18316');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1124, 'Kaci', 'Von', 'M', '1986-11-30', 'Tonga', '39672 Kerluke Knolls', 'East Ulises', '53126');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1125, 'Elizabeth', 'Upton', 'F', '2005-10-16', 'Iraq', '35831 Reichert Expressway Apt. 898', 'Deckowberg', '41185-8998');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1126, 'Zack', 'Cummerata', 'M', '2016-09-22', 'Somalia', '870 Yvette Gateway', 'Guidoland', '44920-1531');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1127, 'Roslyn', 'Rogahn', 'F', '2007-09-28', 'Oman', '2226 Lind Plaza Apt. 596', 'Russelfort', '42580-1341');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1128, 'Llewellyn', 'Purdy', 'F', '1983-01-11', 'Egypt', '6031 Rath Dale', 'Port Cordellmouth', '24330');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1129, 'Mittie', 'Haag', 'F', '1974-11-04', 'Anguilla', '59251 Runolfsdottir Forks', 'Gottliebbury', '85460-6858');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1130, 'Lenna', 'Fay', 'M', '1988-04-23', 'Lao People\'s Democratic Republic', '7382 Strosin Corner Suite 283', 'Fredyfort', '90276');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1131, 'Hardy', 'Halvorson', 'M', '1983-07-04', 'Vietnam', '49517 Berenice Circle', 'Cullenport', '78108-7451');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1132, 'Amos', 'Kemmer', 'M', '1999-11-23', 'Turkey', '5164 Kuhlman Pine', 'Florianside', '53659');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1133, 'Aurelie', 'Parisian', 'M', '1973-12-18', 'Guatemala', '01470 Kuvalis Views', 'North Dakota', '35708');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1134, 'Meta', 'Botsford', 'F', '1979-07-22', 'Heard Island and McDonald Islands', '7726 O\'Reilly Greens Suite 036', 'South Casimerfurt', '03301');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1135, 'Electa', 'Kozey', 'F', '1991-08-11', 'Burkina Faso', '148 Brian Neck', 'Loweland', '70938-8711');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1136, 'Kelly', 'Ortiz', 'M', '1991-07-17', 'Cyprus', '46066 Leilani Manor', 'Coleberg', '03672');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1137, 'Otha', 'Abshire', 'M', '1999-12-20', 'Georgia', '548 Beatty Passage', 'Lake Kathlyn', '79044');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1138, 'Yasmine', 'Gerlach', 'F', '1976-07-02', 'Colombia', '0580 Bettie Ports', 'Port Haven', '62767-8126');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1139, 'Aubree', 'Sipes', 'F', '1972-02-27', 'Bahrain', '98967 Abner Courts Apt. 573', 'Brendonside', '51718-7190');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1140, 'Daphnee', 'Gorczany', 'F', '1988-06-12', 'South Africa', '966 Ashleigh Spurs Suite 411', 'Kuhicmouth', '94865');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1141, 'Mylene', 'Dibbert', 'M', '2015-06-08', 'Venezuela', '194 Rosie Estate', 'Oranville', '41534');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1142, 'Larissa', 'Effertz', 'M', '1991-09-27', 'Portugal', '719 Zboncak Tunnel Suite 427', 'North Vidalstad', '33475');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1143, 'Sterling', 'Lindgren', 'F', '2011-10-12', 'Kenya', '843 Brett Unions Apt. 565', 'Nikitahaven', '47308-4552');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1144, 'Sven', 'Corkery', 'M', '1987-07-01', 'Cape Verde', '20581 Shea Spur Apt. 113', 'Port Goldamouth', '76575');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1145, 'Lina', 'Littel', 'F', '2012-05-11', 'China', '09734 Bertha Centers', 'Waelchifurt', '16668');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1146, 'Vinnie', 'Hayes', 'F', '2005-03-12', 'Hong Kong', '2633 Rolfson Forge', 'Paxtonfurt', '53048');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1147, 'Xander', 'Lowe', 'F', '1984-01-30', 'Samoa', '378 Treva Track Suite 672', 'Rosamondborough', '47880-2310');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1148, 'Duncan', 'Feest', 'M', '1973-05-18', 'Turkey', '34803 Cremin Lakes', 'South Morton', '73899-7237');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1149, 'Elmer', 'Rempel', 'M', '1980-06-19', 'Malawi', '92689 Marks Alley', 'Port Iliana', '91064');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1150, 'Caden', 'Ebert', 'M', '1974-06-06', 'Indonesia', '0413 Kohler Hollow', 'South Elissa', '90257');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1151, 'Lloyd', 'Erdman', 'M', '1973-12-13', 'Afghanistan', '792 Grady Run Suite 019', 'West Jodie', '76238-2409');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1152, 'Theodore', 'Schuster', 'F', '2007-01-21', 'Solomon Islands', '6054 Kacie Port Suite 886', 'Yostburgh', '77785');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1153, 'Oswald', 'Daugherty', 'F', '1973-05-07', 'Maldives', '2135 Gerhard Lodge', 'Gennaroside', '67969-4005');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1154, 'Vincent', 'Leffler', 'F', '1983-02-11', 'French Guiana', '05926 Kilback Roads', 'Hoppechester', '72053');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1155, 'Elda', 'Simonis', 'F', '2007-08-02', 'South Africa', '30391 Boyle Ports Suite 201', 'Port Hanna', '54318-0948');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1156, 'Carmelo', 'Paucek', 'M', '1978-11-14', 'Saint Lucia', '71446 Olson Fields Suite 819', 'Herzogburgh', '49082');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1157, 'Gustave', 'Hermann', 'M', '1988-04-15', 'Northern Mariana Islands', '63442 Jarvis Pine Apt. 499', 'Loniehaven', '20934-1748');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1158, 'Alda', 'Sawayn', 'M', '1972-04-15', 'Saint Barthelemy', '41728 Hermiston Walks Apt. 826', 'Durganchester', '06147');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1159, 'Ambrose', 'Huel', 'M', '1983-06-05', 'Madagascar', '183 Jaskolski Locks', 'Brandyview', '44453');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1160, 'Alene', 'Cassin', 'F', '1978-07-20', 'Netherlands Antilles', '477 Little Springs Apt. 796', 'Clayside', '22174-0651');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1161, 'Josefina', 'Wintheiser', 'M', '2003-03-16', 'Turkey', '92743 Clarabelle Crossroad', 'North Kristopherfurt', '64329');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1162, 'Peggie', 'Wolf', 'F', '1972-10-20', 'Lesotho', '47965 Frami Ways Apt. 172', 'Westonland', '22801');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1163, 'Sylvia', 'Hand', 'M', '1984-04-20', 'Isle of Man', '3458 Wolff Prairie', 'Port Myrltown', '09867-0859');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1164, 'Vernie', 'Lemke', 'M', '2005-01-19', 'South Georgia and the South Sandwich Islands', '233 Douglas Heights Suite 408', 'Willmouth', '36987-2108');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1165, 'Elinor', 'Blanda', 'M', '1997-09-08', 'Palau', '30557 Mraz Forges', 'Alethaberg', '43873');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1166, 'Stephen', 'Davis', 'F', '1983-03-01', 'Ghana', '259 Winifred Shore Apt. 912', 'Raynorfort', '40791');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1167, 'Bernita', 'Gislason', 'M', '2010-08-26', 'Hungary', '637 Heller Square', 'Melbachester', '09266-4193');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1168, 'Judah', 'Auer', 'M', '2008-08-13', 'Mayotte', '1954 Mitchell Hill Apt. 851', 'Lake Evanschester', '32120');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1169, 'Hortense', 'Corwin', 'F', '1995-06-01', 'Sao Tome and Principe', '49666 Amy Center', 'Lakinton', '37769');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1170, 'Deborah', 'Pfannerstill', 'F', '1990-03-13', 'Oman', '743 Halie Route Suite 019', 'Belleside', '00915');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1171, 'Felicity', 'Gusikowski', 'F', '2008-08-19', 'Guernsey', '97439 Feil Groves', 'South Katrina', '81035-0822');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1172, 'Cornell', 'Rath', 'F', '2008-07-17', 'Portugal', '446 Hickle Flat', 'East Emmie', '83539-3716');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1173, 'Tyler', 'Miller', 'M', '2002-04-02', 'Nauru', '605 Fletcher Drives Suite 808', 'Eichmannberg', '11320');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1174, 'Devon', 'Corwin', 'M', '2000-03-19', 'British Virgin Islands', '258 Heathcote Squares Apt. 336', 'Port Lila', '31441');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1175, 'Micheal', 'Jaskolski', 'F', '2005-08-08', 'Northern Mariana Islands', '5515 Beatty Plain', 'New Hillaryhaven', '60894-2868');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1176, 'Esther', 'Hettinger', 'M', '2003-02-23', 'Spain', '63690 Jerald Spring Suite 327', 'Markfurt', '76944-0629');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1177, 'Ephraim', 'Kutch', 'F', '2013-12-06', 'Belize', '57045 Kshlerin Falls Suite 767', 'North Marionfurt', '68349-8944');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1178, 'Charlene', 'Steuber', 'M', '1978-12-03', 'Kyrgyz Republic', '0937 Jeremy Mountains', 'Rodriguezberg', '56834-9965');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1179, 'Virgie', 'Quitzon', 'F', '2014-02-07', 'Paraguay', '5581 Jones Lakes', 'West Jacinto', '35131');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1180, 'Manuela', 'Douglas', 'F', '2001-06-24', 'Lithuania', '170 Gillian Parkway', 'South Rosieville', '46957');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1181, 'Vena', 'Predovic', 'F', '2010-10-09', 'India', '496 Veum Islands Suite 263', 'Clementinestad', '59288-0602');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1182, 'Melany', 'Sipes', 'M', '2003-05-03', 'Brazil', '3437 Quigley Walk', 'South Jimmiemouth', '82417-7819');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1183, 'Hazle', 'Hessel', 'F', '2002-01-13', 'Isle of Man', '797 Alvina Crossing Suite 443', 'North Hellen', '75288-1042');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1184, 'Esteban', 'Hyatt', 'M', '1977-07-30', 'Belarus', '007 Harvey Passage Apt. 212', 'Lake Jonstad', '80026');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1185, 'Terrell', 'Hilll', 'F', '2007-06-16', 'Kyrgyz Republic', '6440 Casper Tunnel Apt. 665', 'West Savionburgh', '02384');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1186, 'Luther', 'Roob', 'M', '1972-03-30', 'Luxembourg', '92872 Jaleel Way', 'Port Olliestad', '57078-0926');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1187, 'Erwin', 'Waters', 'F', '1979-03-10', 'Rwanda', '3299 Toney Center Apt. 397', 'East Kristaside', '14684');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1188, 'Giovanna', 'Parker', 'M', '1970-04-29', 'Ghana', '74167 Hayes Vista', 'Beierchester', '97124-2631');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1189, 'Mariela', 'Stiedemann', 'M', '2014-05-19', 'Chile', '1338 Irwin Fords', 'New Abbyfurt', '31557-9249');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1190, 'Amelia', 'Green', 'F', '2013-08-28', 'Chile', '485 Johathan Dam Suite 740', 'Yoststad', '58553-1029');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1191, 'Barry', 'Bernier', 'F', '1974-01-18', 'Guernsey', '457 Araceli Fords', 'Port Kaneview', '71686');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1192, 'Jaiden', 'Goodwin', 'M', '1987-07-05', 'Maldives', '244 Hoeger Union Apt. 380', 'Rudolphshire', '34160-3725');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1193, 'Jeromy', 'Swaniawski', 'M', '1994-10-04', 'Cayman Islands', '55889 Demarcus Flat', 'Braunchester', '60617');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1194, 'Omari', 'Stiedemann', 'M', '2002-08-05', 'Turkey', '03770 Zboncak Shoal', 'East Leifchester', '00412');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1195, 'Shany', 'Green', 'M', '2012-10-05', 'Comoros', '976 Lakin Fall Apt. 993', 'New Ilamouth', '32946');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1196, 'Ashley', 'Conn', 'F', '1990-03-15', 'Slovenia', '780 Torphy Island Suite 796', 'South Jamison', '73888');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1197, 'Antonina', 'Balistreri', 'M', '1988-10-17', 'Jamaica', '038 Frami Walks Suite 017', 'Dachbury', '22902-4050');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1198, 'Rozella', 'Jacobson', 'F', '2004-10-02', 'United States Minor Outlying Islands', '49009 Fadel Squares Suite 098', 'East Ceasarburgh', '47045-4814');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1199, 'Mustafa', 'Stamm', 'F', '1991-07-25', 'Djibouti', '5611 Huel Extensions', 'Beahanchester', '93798-0660');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1200, 'Henri', 'Legros', 'F', '1979-05-28', 'Mayotte', '57915 Amira Station', 'Wolffurt', '66368');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1201, 'Soledad', 'Schmitt', 'M', '2011-03-17', 'Ireland', '99317 Colleen Course Apt. 575', 'Kleinton', '76045');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1202, 'Alva', 'Klocko', 'M', '2004-01-22', 'Kyrgyz Republic', '842 Trystan Radial', 'Rolfsonbury', '53902-1733');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1203, 'Margarete', 'Lubowitz', 'M', '1986-02-22', 'Zimbabwe', '354 Emard Pine Apt. 985', 'Percyshire', '55881-1114');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1204, 'Eugene', 'McGlynn', 'M', '1991-10-24', 'Saint Martin', '2400 Kim Lock Apt. 188', 'Caryshire', '14551');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1205, 'Tre', 'Blanda', 'F', '1987-05-16', 'Antigua and Barbuda', '48627 Zieme Roads Apt. 123', 'Pollichburgh', '25825-3922');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1206, 'Conrad', 'Runolfsson', 'F', '1987-11-10', 'Uganda', '0285 Emanuel Terrace Suite 244', 'Reingerfort', '24285');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1207, 'Jedediah', 'Powlowski', 'F', '1996-01-10', 'Liechtenstein', '015 Hahn Turnpike', 'Clarabellestad', '20616');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1208, 'Amos', 'Baumbach', 'M', '1993-06-16', 'Estonia', '9356 Ebony Lodge', 'Port Derekland', '83300-4009');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1209, 'Annie', 'Howe', 'F', '1989-11-10', 'Equatorial Guinea', '60432 Glenda Drive Suite 325', 'Schadenborough', '33093');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1210, 'Gayle', 'Hickle', 'M', '1982-03-22', 'British Virgin Islands', '143 O\'Kon Centers', 'North Denis', '10160');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1211, 'Sophia', 'Oberbrunner', 'F', '1972-08-12', 'French Guiana', '7201 Kayden Springs', 'Port Billietown', '34576-2368');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1212, 'Cleveland', 'Schoen', 'F', '1980-04-28', 'United Kingdom', '408 Streich Keys', 'North Selina', '80790-0081');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1213, 'Gianni', 'Eichmann', 'M', '2017-01-24', 'Kuwait', '02930 Rosendo Station', 'Port Lorine', '57494');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1214, 'Phoebe', 'Flatley', 'F', '1982-07-09', 'Costa Rica', '6810 Bertram Street Apt. 861', 'Krischester', '77282');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1215, 'Howell', 'Berge', 'M', '2000-03-31', 'Guinea', '8757 Prohaska Points Suite 797', 'South Alden', '98026-8562');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1216, 'Libby', 'Marks', 'M', '1997-09-01', 'Chad', '22985 Rosalia Manors Suite 165', 'Rooseveltchester', '66482');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1217, 'Avis', 'Huels', 'M', '2003-07-30', 'British Virgin Islands', '17765 Roel Trail Suite 638', 'New Hayley', '74676');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1218, 'Alba', 'Howe', 'M', '1979-10-16', 'Saint Lucia', '8028 Ankunding Field Suite 379', 'Port Isabellmouth', '59311');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1219, 'Connie', 'Bauch', 'M', '2003-10-26', 'Bosnia and Herzegovina', '00729 Madalyn Club', 'Lake Tyresefort', '36728');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1220, 'Bridie', 'Kunde', 'F', '2006-10-17', 'Morocco', '6861 Audrey Track Suite 561', 'New Anita', '85058');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1221, 'Shad', 'Gleichner', 'M', '2006-12-16', 'American Samoa', '2866 Agustina Fork Apt. 498', 'Rolfsonburgh', '11769');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1222, 'Shaylee', 'Franecki', 'F', '2004-07-22', 'Ethiopia', '47518 Leonor Flat Apt. 878', 'West Harold', '92993-4216');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1223, 'Kyle', 'Mraz', 'F', '1994-02-09', 'Macao', '767 Arielle Pass Suite 170', 'Port Hillary', '54402');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1224, 'Alda', 'Yundt', 'M', '1990-10-25', 'Dominica', '3819 Zella Burg', 'Evansshire', '84060');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1225, 'Tyrique', 'Ledner', 'F', '1996-10-16', 'Papua New Guinea', '1843 O\'Hara Corner Apt. 902', 'East Jacinto', '70165');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1226, 'Michael', 'Sporer', 'F', '2006-09-15', 'Serbia', '5802 Kautzer Underpass Suite 389', 'Port Katlynn', '60501');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1227, 'Mathias', 'Runolfsson', 'F', '2015-11-08', 'Macedonia', '604 Kurtis Stream', 'Spencerhaven', '68453');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1228, 'Adrienne', 'Daugherty', 'F', '1991-09-11', 'Nicaragua', '5715 Octavia Mountain', 'West Hershel', '23373-2593');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1229, 'Madie', 'Smith', 'M', '1973-03-05', 'Kuwait', '55309 Corwin Locks', 'Hilariochester', '25989');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1230, 'Libby', 'Howe', 'M', '1984-07-28', 'Western Sahara', '67182 Tanya Pike', 'Carolefurt', '30308-3317');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1231, 'Yasmin', 'Schulist', 'M', '1982-05-30', 'Namibia', '7886 Runolfsdottir Drive', 'Elenoraton', '40184-9285');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1232, 'Royce', 'Heller', 'F', '1976-03-19', 'New Zealand', '05243 Hartmann Causeway', 'Stellaburgh', '34095');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1233, 'Gennaro', 'Jerde', 'F', '2015-10-19', 'Puerto Rico', '0824 McKenzie Burgs Apt. 137', 'South Aurelioburgh', '39017');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1234, 'Lilliana', 'Kutch', 'F', '2014-08-04', 'Ukraine', '18720 Gaylord Valley Apt. 133', 'Wintheiserhaven', '44021');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1235, 'Karianne', 'Schuppe', 'F', '2000-10-01', 'Korea', '6888 Marcelo Lodge', 'West Vincent', '08020-6660');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1236, 'Joany', 'Harber', 'M', '2006-10-27', 'Guam', '6616 Nia Vista Suite 463', 'Elyssafurt', '15461-0394');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1237, 'Nicholas', 'Gutmann', 'M', '1994-12-31', 'Sri Lanka', '28809 Kassulke Tunnel Apt. 597', 'Chloefurt', '16736');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1238, 'Amy', 'Murray', 'F', '1978-09-05', 'Korea', '589 Roob Lock Apt. 481', 'Port Nicolette', '33900');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1239, 'Hattie', 'Cremin', 'M', '2007-06-06', 'Dominica', '300 Retta Gateway', 'Octaviafurt', '37671-9291');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1240, 'Kenny', 'Fahey', 'M', '2002-12-13', 'Guyana', '7489 Wilkinson Ramp', 'Sabinamouth', '37796');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1241, 'Carlo', 'Jaskolski', 'F', '2005-07-28', 'Mali', '29756 Kane Fort Apt. 297', 'Port Mark', '47840');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1242, 'Howard', 'Legros', 'F', '1991-11-15', 'Paraguay', '64726 Volkman Springs Suite 049', 'Chandlershire', '98399');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1243, 'Tyshawn', 'Pfeffer', 'M', '1985-10-21', 'Finland', '3160 Connelly Center', 'Alessiachester', '14869-6407');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1244, 'Hal', 'Dach', 'M', '2015-05-22', 'Romania', '515 Libbie Ports Apt. 256', 'New Annamarie', '82488');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1245, 'Retta', 'Balistreri', 'M', '1981-05-19', 'Sudan', '53254 Reinhold Haven', 'Lake Eleanora', '89980-4682');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1246, 'Mylene', 'Labadie', 'F', '1981-12-10', 'Madagascar', '7280 Morissette Summit Apt. 206', 'East Mauricemouth', '91998-0949');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1247, 'Zoie', 'Glover', 'F', '1976-11-30', 'Bosnia and Herzegovina', '7133 Savion Groves Suite 931', 'Justusberg', '03583');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1248, 'Queen', 'Raynor', 'F', '1985-03-04', 'Mongolia', '9897 Koepp Mountains Apt. 911', 'East Nikki', '58437-9093');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1249, 'Imelda', 'Abernathy', 'M', '1989-11-08', 'Tunisia', '74841 Leslie Junctions Apt. 557', 'Emmyside', '70715');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1250, 'Letitia', 'Predovic', 'F', '1980-10-21', 'Slovenia', '62259 Morissette Inlet', 'North Mortonville', '97384');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1251, 'Vergie', 'Oberbrunner', 'F', '1974-10-18', 'Reunion', '7146 Jolie Pike Suite 990', 'Corenefurt', '19063');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1252, 'Kaylie', 'Gaylord', 'M', '2014-10-26', 'Grenada', '81705 Alana Heights Suite 845', 'Lake Edgarton', '52110');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1253, 'Darian', 'Greenholt', 'F', '1987-02-09', 'Christmas Island', '92553 Fay Shore', 'North Ashlynnfurt', '32101-7507');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1254, 'Javon', 'Raynor', 'M', '1986-06-21', 'Mozambique', '76272 Kuhn Pines', 'Randitown', '04323');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1255, 'Maddison', 'Hirthe', 'M', '1980-08-19', 'Palestinian Territory', '990 Bradtke Points Apt. 432', 'Schimmelfort', '28545-7849');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1256, 'Evalyn', 'Batz', 'F', '2017-05-15', 'Guinea', '4792 Joseph Springs', 'East Camronview', '07304-9381');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1257, 'Reggie', 'Bogisich', 'M', '1973-05-29', 'Uganda', '98661 Wisozk Stream', 'West Maxiefurt', '51060-5257');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1258, 'Delphine', 'Lindgren', 'F', '1985-10-04', 'Korea', '1807 Schmidt Corner Apt. 447', 'New Maybelleview', '60141');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1259, 'Darrel', 'Hammes', 'M', '1973-08-18', 'Papua New Guinea', '716 Roob Fork', 'Lake Kimberlyland', '60117-5235');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1260, 'Kaela', 'Hermiston', 'M', '1981-11-14', 'Libyan Arab Jamahiriya', '0839 Schmeler Keys', 'Bauchborough', '25411');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1261, 'Marquise', 'Bailey', 'F', '2002-03-08', 'Belarus', '72276 Kirlin Ramp Apt. 557', 'Huelhaven', '27009');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1262, 'Chase', 'Medhurst', 'F', '1994-12-19', 'Guyana', '6044 Bode Harbors Suite 781', 'Port Brionnamouth', '23169-9649');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1263, 'Cassidy', 'Kunde', 'F', '1991-04-12', 'Equatorial Guinea', '878 Ferry Ports', 'South Huldaton', '29186');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1264, 'Roy', 'Zieme', 'F', '2007-02-10', 'Macao', '81426 Wolff Common', 'Antoniomouth', '62637-8267');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1265, 'Woodrow', 'Herman', 'F', '1983-01-03', 'Cape Verde', '0704 Tyson Circles Apt. 607', 'South Venafort', '96803-4775');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1266, 'Bill', 'Runolfsson', 'F', '1996-08-04', 'Burundi', '6385 Keely Stream', 'South Cecelia', '47837');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1267, 'Giovanny', 'Huel', 'F', '2010-03-15', 'Dominican Republic', '75877 Orville Prairie Apt. 052', 'Brekkefort', '12739-4060');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1268, 'Gwen', 'Sanford', 'M', '1999-03-25', 'Seychelles', '13249 Conroy Lodge Apt. 212', 'Runtemouth', '90550');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1269, 'Rahul', 'Weissnat', 'M', '1974-03-01', 'Dominica', '563 Wiza Islands', 'North Elenaburgh', '73364-8089');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1270, 'Marguerite', 'Considine', 'F', '1991-08-20', 'Palau', '8977 Balistreri Glens', 'North Laishaville', '87904-1612');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1271, 'Jaiden', 'Okuneva', 'F', '1973-01-18', 'Guinea-Bissau', '2991 Mohammad Dam', 'East Reanna', '01530');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1272, 'Wilbert', 'Brekke', 'M', '2016-12-16', 'Saudi Arabia', '83295 Mante View', 'Sipeschester', '07171');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1273, 'London', 'Runolfsdottir', 'F', '1997-08-15', 'New Caledonia', '7447 Vance Expressway Apt. 767', 'Madelineshire', '86080-6271');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1274, 'Darius', 'Labadie', 'F', '1978-04-22', 'Maldives', '48019 Breitenberg Port', 'Lake Odellland', '24124-3990');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1275, 'Kurtis', 'Bauch', 'F', '1987-10-05', 'Gibraltar', '58770 Toy Square Suite 442', 'Izaiahport', '05944');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1276, 'Teagan', 'Gibson', 'F', '1998-09-30', 'Libyan Arab Jamahiriya', '327 Emory Locks Suite 709', 'Kovacekberg', '25136');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1277, 'Janessa', 'Hammes', 'M', '2006-05-02', 'Burundi', '9899 Keebler Causeway', 'New Verda', '15790-9007');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1278, 'Dawson', 'Ebert', 'M', '2007-08-03', 'Oman', '849 Wiegand Mission Apt. 595', 'Lake Reinholdtown', '80093');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1279, 'Cali', 'Wiza', 'F', '1990-10-30', 'Egypt', '47614 Gleichner Overpass', 'West Jeradland', '48945');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1280, 'Mary', 'Rippin', 'F', '1988-11-14', 'Kuwait', '5210 Tillman Pine', 'Ernestinaville', '43660-3170');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1281, 'Mariana', 'Reichel', 'M', '1974-02-24', 'Sri Lanka', '5671 Stoltenberg Fork', 'Connellyborough', '05032-0018');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1282, 'Elinore', 'Heller', 'M', '1993-01-15', 'Taiwan', '198 Kihn Lodge', 'Lake Alejandra', '76763-8105');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1283, 'Carole', 'Gaylord', 'M', '2002-07-04', 'Benin', '339 Sandy Gardens Suite 828', 'Tinaville', '31399-2612');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1284, 'Jonatan', 'Zemlak', 'M', '1973-05-03', 'Fiji', '52497 Jonas Villages Apt. 254', 'Port Noe', '13215-2222');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1285, 'Hobart', 'Runolfsson', 'M', '1991-10-24', 'Faroe Islands', '9448 Heaney Rapid Suite 360', 'West Cassie', '40009');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1286, 'Jaqueline', 'DuBuque', 'M', '1986-09-07', 'Gibraltar', '766 Roel Underpass Apt. 667', 'Moisesshire', '17229-5468');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1287, 'Brennan', 'Jones', 'M', '2010-01-31', 'Saint Pierre and Miquelon', '2307 Stacy Trafficway', 'West Marielaton', '76672-1240');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1288, 'Lorenzo', 'Schneider', 'M', '2009-03-02', 'United States Minor Outlying Islands', '337 Jakubowski Turnpike Apt. 368', 'Cartwrightton', '58918-2466');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1289, 'Elwyn', 'Pfannerstill', 'M', '2014-09-13', 'Iran', '3083 Schimmel Falls Suite 978', 'New Earnestineton', '47107-5696');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1290, 'Aron', 'Simonis', 'M', '1999-04-22', 'Madagascar', '1039 Hammes Island', 'Abbiemouth', '03635-8081');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1291, 'Phyllis', 'Will', 'F', '2014-05-25', 'Bermuda', '685 Tremaine Plain Suite 912', 'McClureberg', '67999');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1292, 'Larue', 'Moen', 'F', '2009-10-31', 'United States of America', '16750 Stanton Ranch', 'Domenicoborough', '11848');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1293, 'Fabiola', 'Daniel', 'M', '2006-12-16', 'Antarctica (the territory South of 60 deg S)', '884 Konopelski Harbor Apt. 454', 'South Darwin', '74232-8010');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1294, 'Amani', 'Kohler', 'M', '1973-04-13', 'Azerbaijan', '0951 Timmy Corner', 'Bertamouth', '63600');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1295, 'Casey', 'Nolan', 'F', '1998-02-09', 'Holy See (Vatican City State)', '3035 Augustus Key', 'South Monserratport', '71459');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1296, 'Ben', 'Stiedemann', 'M', '1975-08-06', 'Macao', '69139 Beverly Drives', 'New Makenzietown', '10790-0289');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1297, 'Danny', 'Stroman', 'F', '1991-11-03', 'Jordan', '564 Hosea Villages', 'New Concepcion', '81791');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1298, 'Hilma', 'Gleason', 'M', '1971-09-01', 'Papua New Guinea', '527 Rogahn Landing Suite 281', 'Gilesport', '18343');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1299, 'Joshuah', 'Pacocha', 'M', '1973-12-16', 'Swaziland', '898 Juliana Plain Apt. 454', 'West Owen', '04921-4512');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1300, 'Karlee', 'Gislason', 'M', '1970-07-27', 'Russian Federation', '03843 Naomi Oval Apt. 197', 'Port Chet', '57209');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1301, 'Aglae', 'Cummerata', 'F', '2014-04-30', 'Uganda', '152 Destinee Wall Suite 966', 'Turcotteside', '72685');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1302, 'Tremaine', 'Weber', 'M', '1981-12-09', 'Paraguay', '28473 Schamberger Estate', 'Feeneyport', '16868-9804');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1303, 'Elna', 'Dibbert', 'M', '2000-03-26', 'Guernsey', '19242 Clementine Causeway Suite 378', 'Leuschkeberg', '16556');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1304, 'Garrison', 'Frami', 'F', '1970-12-22', 'Iraq', '63857 Vernice Fort Suite 834', 'Port Justonmouth', '51561');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1305, 'Aurelia', 'Hyatt', 'M', '1998-09-28', 'Guyana', '9406 Amie Club Apt. 914', 'East Tiaview', '83552');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1306, 'Samara', 'Bogan', 'F', '1985-01-24', 'Cambodia', '758 Ebert Road', 'Rafaelaside', '37132');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1307, 'Mckenna', 'Bartoletti', 'M', '2007-08-02', 'Macao', '08602 Raleigh Extension', 'Jonatanfort', '75551');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1308, 'Zechariah', 'Gaylord', 'F', '1974-10-03', 'France', '221 Wisozk Canyon', 'Cassidyville', '75055-5680');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1309, 'Frederique', 'Herzog', 'M', '1978-10-04', 'Malawi', '85137 Branson Village Suite 890', 'Schowaltermouth', '68039');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1310, 'Alvis', 'Gusikowski', 'F', '1983-11-04', 'Guatemala', '6771 Terry Centers', 'East Ashly', '14855-4828');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1311, 'Aylin', 'Gleason', 'F', '2002-06-03', 'Guatemala', '380 Shields Wall', 'Farrellstad', '98486-9891');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1312, 'Kenton', 'Runolfsdottir', 'M', '1992-11-24', 'Kuwait', '10284 Gerard Haven Apt. 967', 'Oberbrunnerchester', '49796-7489');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1313, 'Eleanora', 'Larkin', 'M', '1973-04-30', 'Wallis and Futuna', '515 Braun Dam', 'Inesstad', '56654-6034');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1314, 'Alivia', 'Hickle', 'F', '1970-05-05', 'Yemen', '7382 Olin Meadows', 'Tryciaberg', '56224');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1315, 'Melyna', 'Murazik', 'M', '1989-04-03', 'Jamaica', '42454 Boyer Meadows Suite 660', 'East Christyview', '48013');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1316, 'Leon', 'Wisoky', 'M', '1979-10-23', 'Jersey', '20424 Will Extensions Suite 067', 'East Kiarra', '39726-5291');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1317, 'Dock', 'Monahan', 'F', '1970-01-19', 'Albania', '452 Hammes Shores Apt. 351', 'New Vernfurt', '18692-9754');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1318, 'Emie', 'Hermann', 'M', '2011-05-02', 'Aruba', '48415 Gwen Forge Suite 758', 'South Jarod', '80445-3584');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1319, 'Otha', 'Bosco', 'M', '1984-06-03', 'Sao Tome and Principe', '5051 Domenic Roads Suite 558', 'South Tad', '01312-4643');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1320, 'Oleta', 'Pollich', 'F', '2008-07-20', 'Egypt', '5789 Hilll Parkway Apt. 930', 'North Elmoreborough', '68561');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1321, 'Gabrielle', 'Satterfield', 'M', '1984-12-28', 'Malta', '772 Hane Ferry Apt. 446', 'Lake Jimmyhaven', '63440-7198');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1322, 'Nona', 'Price', 'F', '1982-03-20', 'Kazakhstan', '2928 Delfina Knoll', 'New Thurmanfurt', '55622');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1323, 'Breanna', 'Macejkovic', 'M', '2009-11-12', 'South Georgia and the South Sandwich Islands', '39497 Aniya Mountains', 'Stracketon', '58302-6449');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1324, 'Cleta', 'Schinner', 'F', '2009-11-18', 'Congo', '943 Providenci Lane Suite 422', 'Port Vilma', '18729');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1325, 'Paul', 'Heidenreich', 'M', '1977-06-25', 'Djibouti', '07135 Nadia Brook', 'Gerholdhaven', '53944-7616');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1326, 'Enid', 'Stracke', 'M', '1984-04-07', 'Burkina Faso', '8662 Caden Road', 'Port Margaret', '41368-3608');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1327, 'Mable', 'Pagac', 'M', '1972-05-13', 'Taiwan', '001 Langosh Crescent Suite 269', 'Ornchester', '10638-1707');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1328, 'Marcel', 'Muller', 'F', '1995-12-31', 'Albania', '323 Romaguera Valley Apt. 816', 'Delilahville', '03125');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1329, 'Kole', 'Torp', 'M', '1972-11-22', 'Botswana', '23626 Clark Trail', 'Labadiemouth', '59101');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1330, 'Elmira', 'Barrows', 'F', '2012-02-27', 'Ghana', '1017 Hessel Bypass Apt. 610', 'South Evert', '92667-2859');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1331, 'Claudia', 'Goyette', 'F', '2017-12-11', 'Isle of Man', '606 Zboncak Roads', 'Brooksstad', '37607');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1332, 'Katlyn', 'Olson', 'M', '2008-02-23', 'Guinea', '9690 Lilian Hills', 'Lake Jerodstad', '03407-2128');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1333, 'Mathilde', 'Little', 'M', '1976-04-15', 'Argentina', '347 Albert Trafficway', 'North Armani', '61106-5811');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1334, 'Conor', 'Stoltenberg', 'M', '1994-07-06', 'Netherlands', '3885 Dejon Road', 'Walterton', '65777-8255');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1335, 'Skylar', 'Stokes', 'F', '1978-05-24', 'Congo', '82502 Fermin Coves Apt. 333', 'Yesseniafort', '88701');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1336, 'Lonie', 'Bradtke', 'F', '1982-03-17', 'Russian Federation', '075 Daryl Ferry Suite 236', 'East Carolina', '63437-2633');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1337, 'Sherwood', 'Johnston', 'F', '1973-12-22', 'Cuba', '08385 Isobel Courts Suite 165', 'New Alexandrine', '35074-3589');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1338, 'Brayan', 'Brown', 'F', '1985-05-12', 'Djibouti', '5474 Heller Grove Suite 164', 'Port Brycenborough', '04486');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1339, 'Travis', 'Moen', 'M', '2002-09-23', 'Micronesia', '877 Price Club Suite 533', 'Soniaborough', '13476-1966');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1340, 'Neoma', 'Dibbert', 'M', '2017-11-24', 'Cocos (Keeling) Islands', '40658 Lydia Estates', 'North Quinn', '87849');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1341, 'Katelynn', 'Blanda', 'M', '2017-09-23', 'Bosnia and Herzegovina', '0787 Kreiger Fields Apt. 413', 'Port Miller', '54752-6468');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1342, 'Jayme', 'Larson', 'F', '2005-01-31', 'Hungary', '408 Gilbert Roads Apt. 587', 'Lake Titusside', '28787-2401');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1343, 'Daniela', 'Morissette', 'M', '2005-07-15', 'Fiji', '141 Briana Run Apt. 054', 'East Ruth', '18635');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1344, 'Irving', 'Purdy', 'F', '1998-11-16', 'Nigeria', '863 Grayce Viaduct', 'West Johnnyfort', '29581');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1345, 'Linnie', 'Gibson', 'M', '2004-08-07', 'Bulgaria', '697 Weimann Grove Suite 828', 'Goldnerfort', '46233-6063');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1346, 'Herbert', 'Kshlerin', 'F', '1980-04-08', 'Bouvet Island (Bouvetoya)', '523 Will Inlet', 'Port Geoffreyville', '48903');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1347, 'Janis', 'Cummings', 'F', '1991-07-18', 'British Virgin Islands', '6550 Padberg Harbors', 'South Chloe', '01305-7934');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1348, 'Tressa', 'Toy', 'F', '1998-05-12', 'Syrian Arab Republic', '672 Pagac Path Apt. 947', 'Dahliafurt', '14071');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1349, 'Omer', 'Kovacek', 'F', '1971-07-09', 'Faroe Islands', '3071 Myrl Divide Suite 553', 'South Buckmouth', '25190-3336');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1350, 'Briana', 'Paucek', 'F', '2015-09-04', 'Panama', '703 McGlynn Mountains', 'Hyattborough', '51404');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1351, 'Angelo', 'Bins', 'M', '2009-02-17', 'Cambodia', '165 Flavio Grove', 'Marjolainechester', '05804');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1352, 'Ulices', 'Brakus', 'F', '1975-12-21', 'Ireland', '7619 Maximus Junction Suite 386', 'Lake Vivienneburgh', '54298');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1353, 'Madalyn', 'Crooks', 'M', '1981-09-27', 'United States Minor Outlying Islands', '91219 Wilson Meadow Suite 395', 'North Caitlynfort', '20651');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1354, 'Makayla', 'Zemlak', 'F', '2002-06-21', 'United Kingdom', '971 Odie Club', 'South Gwendolynburgh', '20326');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1355, 'Randi', 'Mann', 'M', '1994-04-24', 'Ecuador', '31824 Koelpin Ramp Apt. 922', 'North Tabithaburgh', '33997-3154');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1356, 'Tad', 'Kreiger', 'F', '2007-06-16', 'Slovenia', '6238 Dickens Common', 'Dareberg', '06398');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1357, 'Brent', 'Schneider', 'M', '1987-07-20', 'Portugal', '010 Andres Mews Apt. 864', 'Marquardtmouth', '74848-4192');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1358, 'Jaime', 'Kuphal', 'F', '1971-08-24', 'Cocos (Keeling) Islands', '20704 Runolfsdottir Burgs', 'Sonyaburgh', '57487-7642');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1359, 'Rafael', 'Davis', 'M', '2002-03-03', 'Indonesia', '5151 Bode Forks Suite 503', 'Port Skylar', '37505-6065');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1360, 'Glen', 'Mraz', 'F', '1982-08-23', 'American Samoa', '45614 Ratke Isle', 'Keelyborough', '13083-9724');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1361, 'Brady', 'Wiegand', 'F', '1977-10-04', 'Pitcairn Islands', '38556 Rippin Divide', 'East Monty', '90388');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1362, 'Koby', 'Thompson', 'F', '2002-05-08', 'Zimbabwe', '023 Vivienne Way Suite 973', 'Gottliebchester', '29651');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1363, 'Ludie', 'Kutch', 'M', '2008-09-17', 'Serbia', '786 Cummerata Skyway', 'East Stephanyview', '31675');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1364, 'Bethel', 'Gleichner', 'F', '1991-07-24', 'Austria', '2453 Daniel Lane Suite 536', 'Scottieland', '74759-6389');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1365, 'Dewayne', 'Konopelski', 'F', '1998-03-20', 'Tajikistan', '2222 Bashirian Valleys Suite 036', 'West Bryon', '40900-7491');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1366, 'Johnny', 'Rice', 'F', '1983-02-08', 'Bhutan', '7590 Caleb Tunnel Suite 742', 'East Berthamouth', '36567');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1367, 'Melisa', 'Kreiger', 'F', '2005-08-31', 'Italy', '3246 Wilderman Court Suite 594', 'Carrollstad', '45400');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1368, 'Blanche', 'Toy', 'F', '2016-05-22', 'Holy See (Vatican City State)', '9638 Sawayn Keys', 'Simonistown', '32789');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1369, 'Colby', 'Wiegand', 'M', '1997-12-08', 'Egypt', '295 Roberto Route Suite 400', 'Lindseyland', '61066-2491');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1370, 'Pietro', 'Cruickshank', 'F', '2001-05-10', 'Kenya', '15201 Annalise Rue Suite 965', 'South Maureen', '35748-2800');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1371, 'Bryce', 'Friesen', 'M', '1984-05-11', 'Finland', '2247 Rodriguez Summit Apt. 028', 'Port Kimberlyborough', '36973');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1372, 'Merritt', 'Schuppe', 'F', '1987-04-02', 'Eritrea', '66230 Aric Shore', 'West Erickstad', '38679-7751');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1373, 'Cleora', 'Wiegand', 'F', '1984-04-07', 'Iraq', '786 Kenneth Lake Apt. 516', 'North Jerald', '85870-2709');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1374, 'Reyes', 'Boyle', 'M', '1993-09-30', 'Estonia', '9669 Stamm Underpass Suite 574', 'South Maribel', '24911-0450');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1375, 'Chasity', 'Gaylord', 'M', '2006-10-30', 'Tokelau', '48706 Stephany Ramp Apt. 775', 'Dickinsonfurt', '52525-0971');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1376, 'Harrison', 'Boehm', 'M', '1982-06-15', 'Ethiopia', '686 Assunta Ridge', 'West Myronport', '21388');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1377, 'Marcia', 'Harris', 'F', '1989-01-29', 'Saint Martin', '5428 Amara Ridges', 'Braunhaven', '66466-8571');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1378, 'Dina', 'McDermott', 'F', '2016-03-18', 'Svalbard & Jan Mayen Islands', '372 Nicklaus Lock Apt. 124', 'South Stantonfort', '61731-5590');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1379, 'Mallie', 'Bechtelar', 'F', '1980-06-02', 'Guatemala', '9391 Anna Manor Suite 282', 'Janfurt', '09310-5064');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1380, 'Ezekiel', 'Morar', 'M', '1995-09-07', 'Cayman Islands', '64000 Hayes Court', 'Lake Madisen', '56080');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1381, 'Gudrun', 'Lemke', 'M', '2006-01-28', 'Paraguay', '9055 Fredy Manors', 'Johnsonbury', '48684');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1382, 'Caterina', 'Berge', 'F', '2000-06-13', 'Burundi', '36704 Torrance Mall', 'North Fosterchester', '42629-2791');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1383, 'Maryjane', 'Fritsch', 'F', '2006-01-27', 'Panama', '6121 Dessie Throughway', 'West Wilson', '62819-9032');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1384, 'Crystal', 'Stamm', 'F', '1979-05-23', 'Nepal', '2967 Bettie Oval', 'Ianland', '17327');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1385, 'Chadd', 'Treutel', 'M', '1976-02-24', 'Norway', '1069 Lindsey Rapid', 'West Olaf', '43576');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1386, 'Lola', 'Harris', 'M', '1989-03-31', 'Poland', '218 Rasheed Parks', 'Lake Malcolmton', '22405-4575');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1387, 'Cheyenne', 'Kautzer', 'M', '1977-09-27', 'Bahrain', '756 Marianna Ports Apt. 062', 'East Kelleybury', '32322-1781');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1388, 'Nella', 'Schaden', 'F', '1981-12-30', 'Mozambique', '6483 Jan Plaza Suite 715', 'West Karliehaven', '86556');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1389, 'Otho', 'Daugherty', 'F', '1992-07-08', 'Marshall Islands', '383 Abbey Spur Apt. 076', 'Wehnerside', '70418');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1390, 'Ellsworth', 'Powlowski', 'F', '1982-02-04', 'New Zealand', '6220 Von Vista Apt. 877', 'New Lavina', '08956');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1391, 'Orlo', 'Pollich', 'M', '2011-03-02', 'Burkina Faso', '80934 Crooks Courts', 'Balistreriberg', '66255');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1392, 'Clarabelle', 'Strosin', 'F', '2011-08-09', 'Togo', '39434 Ansel Greens', 'North Patfort', '39979-0355');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1393, 'Clemmie', 'Schultz', 'M', '2016-10-17', 'Uganda', '7043 Herzog Tunnel', 'Port Romaineberg', '12823');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1394, 'Lia', 'Stamm', 'F', '1994-04-03', 'Iceland', '06836 Schiller Summit', 'Lake Gloria', '19980');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1395, 'Alvera', 'Corkery', 'F', '1991-08-27', 'Hungary', '246 Orn Extension Apt. 447', 'Schmelerville', '96315-4091');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1396, 'Nelle', 'Rice', 'F', '1995-11-17', 'Puerto Rico', '566 Laurence Run', 'New Jewellberg', '89357-4425');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1397, 'Ned', 'Wuckert', 'F', '1996-12-15', 'Burkina Faso', '265 Elsa Islands', 'South Johnathanmouth', '66384');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1398, 'Scottie', 'Hauck', 'F', '1972-11-18', 'Switzerland', '533 Zelma Islands Suite 923', 'South Tabitha', '82959');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1399, 'Daija', 'Lakin', 'F', '1976-06-13', 'Australia', '9820 Jody Fork', 'Lake Wendellchester', '97207-0229');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1400, 'Rico', 'Schulist', 'F', '1996-07-29', 'Somalia', '5508 Crooks Forest Apt. 023', 'West Jonatanfort', '43027-4213');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1401, 'Celia', 'Auer', 'F', '2008-09-20', 'Finland', '22907 Doris Extensions Apt. 298', 'Heaneyfort', '39285-0179');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1402, 'Jayde', 'Schroeder', 'M', '2002-03-30', 'Central African Republic', '31265 Ortiz Spur', 'Nathanielhaven', '15941');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1403, 'Lucile', 'Davis', 'M', '2015-08-28', 'Cayman Islands', '0097 Matteo Avenue', 'Lake Bridgette', '38929-4500');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1404, 'Alycia', 'Parker', 'F', '2000-08-09', 'Suriname', '1518 Thurman Dale Apt. 722', 'South Blairland', '60709-9188');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1405, 'Rhianna', 'Smith', 'F', '1994-07-31', 'Cameroon', '005 Sanford Turnpike Suite 735', 'Port Genoveva', '63522');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1406, 'Fredy', 'Parisian', 'F', '2012-11-29', 'Zimbabwe', '497 Roberts Pike Suite 169', 'East Nickolasberg', '42821-2547');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1407, 'Aditya', 'Gorczany', 'M', '2002-05-09', 'Holy See (Vatican City State)', '3207 Pink Canyon', 'Dagmarburgh', '07289-5450');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1408, 'Diamond', 'Koepp', 'F', '1987-01-12', 'Belize', '046 Balistreri Station', 'Port Williamstad', '57703');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1409, 'Gus', 'Dooley', 'M', '1970-05-24', 'Libyan Arab Jamahiriya', '7775 Carter Isle Suite 432', 'Kilbackmouth', '79351-2178');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1410, 'Lonie', 'Huels', 'M', '1997-04-13', 'Benin', '179 Brendan Meadows Suite 740', 'Port Ellisberg', '70247-8109');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1411, 'Antonette', 'Rice', 'M', '1997-09-10', 'Mayotte', '4808 Lon Plains Apt. 281', 'Port Jonfort', '68526-4937');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1412, 'Dorothy', 'Larkin', 'M', '2014-07-16', 'Cocos (Keeling) Islands', '41271 Dortha Curve', 'Riceborough', '80846');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1413, 'Brain', 'Tromp', 'M', '1975-10-11', 'French Guiana', '59376 Conroy Glens Suite 442', 'New Maci', '01180');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1414, 'Lavinia', 'Pfeffer', 'F', '1988-06-15', 'Vanuatu', '62702 Ford Lakes', 'East Elyssa', '80839-3063');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1415, 'Oleta', 'O\'Connell', 'M', '1999-01-13', 'Montenegro', '0236 Sedrick Land', 'South Dixie', '82909');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1416, 'Cloyd', 'Raynor', 'M', '2014-02-07', 'French Polynesia', '7297 Kenyatta Neck', 'Swiftborough', '15681');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1417, 'Doug', 'Raynor', 'M', '1993-08-22', 'Spain', '6574 Pouros Ports', 'Krajcikton', '07218');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1418, 'Rickie', 'Weimann', 'F', '1997-10-02', 'Guinea', '04669 Lynn Street Suite 160', 'Blockfort', '51265-8421');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1419, 'General', 'Wilderman', 'M', '2007-05-05', 'Malawi', '540 Roberta Greens', 'Leuschketown', '25248');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1420, 'Wade', 'Kuhic', 'M', '1999-06-09', 'Greece', '098 Barry Creek Suite 848', 'Port Mireilleville', '43359-5942');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1421, 'Stuart', 'Koelpin', 'F', '2009-12-05', 'Mauritania', '771 Don Fork', 'West Rhea', '21078-7962');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1422, 'Mallie', 'Prohaska', 'F', '1986-08-28', 'Finland', '19644 Beer Curve Apt. 486', 'West Elenor', '81759-9309');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1423, 'Buck', 'Zemlak', 'F', '1992-02-15', 'India', '0103 Marquardt Harbors Suite 417', 'Roscoeborough', '04410');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1424, 'Demetrius', 'Fisher', 'F', '2001-11-04', 'Lesotho', '652 Stehr Landing', 'Rippinside', '83530');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1425, 'Janis', 'Friesen', 'F', '2013-06-05', 'Costa Rica', '763 Schneider Mountains', 'West Graceport', '94189');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1426, 'Cali', 'Koepp', 'M', '1992-04-05', 'Latvia', '9414 Altenwerth Gateway', 'Kesslerport', '25311-8531');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1427, 'Tad', 'Nolan', 'F', '1972-07-17', 'Nauru', '511 Quitzon Ville Apt. 401', 'Murraybury', '80675');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1428, 'Alyce', 'Powlowski', 'F', '1994-04-13', 'Gabon', '1021 Morissette Prairie Suite 495', 'Keeblerton', '59284');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1429, 'Delta', 'Mayert', 'F', '2015-05-06', 'Ireland', '72481 Bogan Gardens Apt. 203', 'South Lulu', '57353');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1430, 'Grayson', 'Hermiston', 'M', '1980-10-24', 'Croatia', '0232 Lind Islands', 'New Jamar', '35202');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1431, 'Jeanne', 'Lynch', 'F', '1987-02-09', 'Switzerland', '845 Konopelski Avenue', 'South Beaulahland', '77759');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1432, 'Cathrine', 'Zemlak', 'M', '1994-04-10', 'United Arab Emirates', '1554 Luella Ford Apt. 148', 'Wintheisermouth', '58541-7297');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1433, 'Blake', 'Collins', 'F', '1984-02-23', 'Egypt', '106 Langosh Radial Apt. 221', 'East Pearl', '17229-5738');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1434, 'Woodrow', 'Ankunding', 'M', '1983-01-21', 'Iceland', '08012 Alisha Camp', 'New Jalyn', '18365-8778');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1435, 'Ryley', 'Deckow', 'F', '2015-10-20', 'Greece', '4801 Gorczany Cape', 'New Nathanialbury', '42481-2150');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1436, 'Layla', 'Lueilwitz', 'M', '1982-02-09', 'Faroe Islands', '3229 Randy Freeway Suite 507', 'Martachester', '17038');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1437, 'Aisha', 'Runolfsson', 'M', '1983-07-22', 'Ethiopia', '228 Blaise Lakes Suite 224', 'East Aminaville', '18611-4182');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1438, 'Sheila', 'Gislason', 'M', '1975-02-01', 'Belarus', '4173 Wehner Valley Suite 258', 'Roobshire', '19798');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1439, 'Kelton', 'Smitham', 'F', '1978-07-20', 'Myanmar', '2244 Damon Station', 'Mabelfort', '83197-3911');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1440, 'Gustave', 'Medhurst', 'M', '1981-07-10', 'Malawi', '77778 Marjory Motorway Suite 023', 'East Rubyemouth', '92545');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1441, 'Jada', 'Stamm', 'M', '1996-04-29', 'Chad', '98622 Keeling River Suite 425', 'Labadieview', '06618-4399');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1442, 'Anne', 'Goldner', 'F', '1983-12-07', 'India', '0261 Edmund Locks Apt. 355', 'Harveystad', '84223-5784');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1443, 'Garnett', 'Lowe', 'F', '1976-05-06', 'Turks and Caicos Islands', '55965 Krajcik Mountain Apt. 950', 'North Fae', '98318');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1444, 'Tavares', 'Wuckert', 'F', '2000-12-03', 'Anguilla', '59284 Reymundo Rapids', 'Murrayburgh', '62147-1968');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1445, 'Andrew', 'Kshlerin', 'F', '1991-10-31', 'Oman', '816 Justine Locks Suite 638', 'Lake Joanne', '04137');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1446, 'Oda', 'Zboncak', 'M', '1979-11-07', 'Spain', '14342 Arnold Point', 'Kilbackbury', '28461');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1447, 'Garfield', 'Kreiger', 'F', '1980-12-04', 'Colombia', '76381 Tina Branch Apt. 863', 'Beierview', '71120-4990');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1448, 'Diego', 'Bashirian', 'M', '2002-07-25', 'Lesotho', '66209 Kilback Square', 'Lake Athena', '09399-7223');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1449, 'Amely', 'Hegmann', 'F', '2016-09-22', 'Guatemala', '930 McClure Forest', 'New Kiera', '91469-4770');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1450, 'Lauryn', 'Bernier', 'F', '2012-06-08', 'Italy', '3258 Celia Lake Suite 140', 'West Kim', '90562-4536');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1451, 'Kurt', 'Smitham', 'M', '1990-08-13', 'Armenia', '6022 Sigrid Ports', 'Lake Austynside', '48600');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1452, 'Lulu', 'Crist', 'M', '2000-04-21', 'Falkland Islands (Malvinas)', '3392 Feest Common', 'Rippintown', '76027');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1453, 'Ludwig', 'Wilderman', 'F', '1990-10-09', 'Cape Verde', '465 Kulas View', 'Conniemouth', '45821-2995');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1454, 'Lysanne', 'Erdman', 'M', '1994-06-29', 'Maldives', '670 Crona Mountain Suite 632', 'Port Breannamouth', '32840-0111');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1455, 'Maia', 'Corwin', 'F', '2010-06-06', 'Cape Verde', '23649 Leannon Lake', 'Kirafurt', '33528');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1456, 'Ottis', 'Dooley', 'F', '1994-07-03', 'Cocos (Keeling) Islands', '023 Henry Mission Apt. 116', 'East Sethville', '23120-9872');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1457, 'Barrett', 'Armstrong', 'M', '2005-12-20', 'Guadeloupe', '166 Kendra Trafficway Suite 261', 'North Ronside', '91063');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1458, 'Aletha', 'Dietrich', 'F', '1993-05-28', 'Timor-Leste', '436 Blick Street Suite 202', 'East Trenton', '90479-5120');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1459, 'Kaley', 'Little', 'F', '1994-01-19', 'Gambia', '361 Graham Mews', 'Addisonfort', '88853-2646');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1460, 'Reed', 'Stroman', 'M', '1989-01-12', 'Saint Kitts and Nevis', '503 Sawayn Meadows Suite 869', 'Effiemouth', '37286');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1461, 'Alexie', 'Moen', 'M', '1973-05-23', 'Bahamas', '7484 Eldred Tunnel Apt. 055', 'East Quinton', '37531-9665');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1462, 'Porter', 'Keebler', 'F', '1970-01-19', 'Papua New Guinea', '979 Breanna Spring Apt. 928', 'Gerholdborough', '77847-4320');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1463, 'Ernie', 'Corkery', 'M', '1998-12-21', 'Honduras', '838 Georgette Cove Apt. 924', 'Lake Jessica', '12892');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1464, 'Elisabeth', 'Hauck', 'F', '1978-01-03', 'Western Sahara', '167 Maci Turnpike', 'Ratkechester', '21704');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1465, 'Callie', 'Lynch', 'M', '2003-08-09', 'Ireland', '56687 Burley Mount Apt. 778', 'West Ellis', '09151-7534');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1466, 'Dominique', 'O\'Reilly', 'F', '1998-07-02', 'British Indian Ocean Territory (Chagos Archipelago)', '4852 Mueller Lakes', 'Emersonhaven', '03379-5079');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1467, 'Heloise', 'Pouros', 'F', '1989-09-18', 'Brunei Darussalam', '6352 Christy Crescent', 'Hermanchester', '47196');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1468, 'Rosa', 'Wehner', 'F', '1999-04-06', 'Cayman Islands', '8678 Jayce Rapid', 'Port Darrionshire', '99524-3901');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1469, 'Nia', 'Eichmann', 'M', '1973-04-05', 'Uganda', '756 Trystan Lock', 'Christiansentown', '71601-7959');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1470, 'Parker', 'Stiedemann', 'M', '1986-12-25', 'Faroe Islands', '3852 Gutmann Lane', 'Gorczanybury', '60415');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1471, 'Kole', 'Miller', 'F', '2000-12-31', 'United States of America', '17547 Mertz Points', 'Lemketon', '61591');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1472, 'Frederic', 'Stehr', 'M', '2007-04-16', 'Martinique', '924 Eva Rest', 'Seamusburgh', '54925-0526');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1473, 'Mike', 'Cole', 'M', '1971-01-10', 'Macedonia', '6318 Sven Orchard Apt. 606', 'Port Calistafort', '24531-8676');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1474, 'Rubie', 'Barton', 'F', '2001-10-30', 'Comoros', '5771 Ramona Walks', 'Spencerton', '02214');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1475, 'Rosie', 'Spencer', 'M', '1970-06-01', 'Gabon', '5481 Reynolds Roads Apt. 680', 'Port Stuartchester', '39829-5371');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1476, 'Raymundo', 'Buckridge', 'M', '1971-01-18', 'Lithuania', '54399 Hirthe Trafficway', 'South Donnellhaven', '45927');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1477, 'Montana', 'Gutmann', 'M', '2015-04-03', 'Cape Verde', '6753 Zieme Extension Suite 762', 'Missouriport', '10624-1740');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1478, 'Mose', 'Runolfsson', 'F', '1989-04-21', 'Kenya', '31421 Daugherty Loop', 'Port Trentland', '22014-6427');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1479, 'Orval', 'Ryan', 'M', '1983-06-12', 'Tuvalu', '9059 Hilll Square Apt. 681', 'Christopshire', '99351-3285');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1480, 'Demarcus', 'Schultz', 'M', '2016-09-24', 'Gibraltar', '47505 Darby Inlet', 'Port Dariana', '67870');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1481, 'Leslie', 'Bauch', 'M', '1986-01-22', 'Costa Rica', '713 Jamel Courts Suite 397', 'Kohlerbury', '24761');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1482, 'Harvey', 'Schmitt', 'M', '2012-02-23', 'Trinidad and Tobago', '221 Bell Island', 'Hoppechester', '61546-9087');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1483, 'Stephan', 'Robel', 'M', '1990-09-10', 'Singapore', '212 Allan Stravenue Suite 320', 'Port Ellismouth', '36950');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1484, 'Kathlyn', 'Weissnat', 'F', '1997-03-02', 'Solomon Islands', '171 Fahey Crossing Suite 174', 'Kingside', '98943');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1485, 'Shea', 'DuBuque', 'M', '1998-10-24', 'Central African Republic', '806 Ferry Ways Suite 085', 'Port Cydney', '35580-0793');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1486, 'Cruz', 'Hoeger', 'M', '2014-03-16', 'Botswana', '065 Susana Tunnel', 'North Bochester', '05595-8669');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1487, 'Rosa', 'Prosacco', 'F', '1991-12-19', 'Burundi', '573 Darron Forge Apt. 201', 'Patriciaborough', '14790');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1488, 'Nola', 'Moore', 'F', '2000-06-14', 'Australia', '2614 Angie Plaza', 'Amandaport', '46257-6421');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1489, 'Litzy', 'Skiles', 'F', '2003-06-18', 'Switzerland', '526 Euna Valley Suite 548', 'Estellside', '52907-5801');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1490, 'Freddy', 'Brakus', 'F', '2012-06-26', 'Zimbabwe', '349 Beier Key', 'Corkerytown', '81268');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1491, 'Angel', 'Strosin', 'F', '2010-10-24', 'Grenada', '5634 Tate Islands', 'Flatleytown', '38399-5845');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1492, 'Wilford', 'Davis', 'F', '1976-10-06', 'Ethiopia', '8417 Leannon Drive', 'West Samara', '96376-6511');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1493, 'Kelton', 'Cummings', 'M', '1987-03-24', 'Guadeloupe', '5608 DuBuque Ridge', 'Shieldsberg', '37574');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1494, 'Orlando', 'Davis', 'F', '1974-01-27', 'Equatorial Guinea', '1575 Everardo Underpass', 'Quigleyfort', '55140');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1495, 'Jonathon', 'Windler', 'M', '2010-04-22', 'Pitcairn Islands', '2787 Christiansen Roads', 'Brandiport', '26355-6876');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1496, 'Clifford', 'Mann', 'F', '1992-02-11', 'French Southern Territories', '783 Abernathy Centers', 'New Natalia', '84246-3280');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1497, 'Reymundo', 'Spencer', 'M', '2015-06-26', 'Cook Islands', '7075 Lynch Prairie Suite 338', 'North Mallory', '96608');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1498, 'Rico', 'Heaney', 'M', '1981-04-21', 'Albania', '712 Larson Unions', 'Beahanborough', '84942');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1499, 'Henri', 'Hackett', 'M', '1979-12-04', 'Sweden', '04274 Okuneva Rue', 'New Olenborough', '08864-8057');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1500, 'Delaney', 'Jaskolski', 'F', '1998-12-15', 'Australia', '059 Jerde Land Suite 687', 'East Clevelandmouth', '35311');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1501, 'Casimir', 'Hodkiewicz', 'M', '1995-10-10', 'Guyana', '83115 Mia Mall Suite 807', 'Port Gabrielport', '18442');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1502, 'Allan', 'Dietrich', 'F', '1996-06-02', 'Portugal', '669 Mertz Tunnel', 'Maggieland', '82443-2841');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1503, 'Claudia', 'Kassulke', 'F', '1990-11-06', 'Czech Republic', '421 Carroll Springs Suite 873', 'Lake Daphneehaven', '25131-7716');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1504, 'Bradley', 'Auer', 'F', '1992-04-07', 'Swaziland', '12689 Keith Heights', 'West Harrychester', '84139-3289');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1505, 'Constance', 'Donnelly', 'F', '2011-12-10', 'Nicaragua', '218 Alexie Courts Suite 279', 'East Elissa', '65724-2635');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1506, 'Lee', 'Graham', 'M', '1978-01-11', 'Macedonia', '8751 Gussie Viaduct', 'Opalview', '18923');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1507, 'Lennie', 'Quitzon', 'F', '1991-01-08', 'Northern Mariana Islands', '6955 Delpha Flats', 'Letitialand', '03084');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1508, 'Floy', 'Parisian', 'M', '2011-03-24', 'Paraguay', '9895 Hoppe Turnpike Suite 657', 'East Aylaside', '04050');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1509, 'Amy', 'Johnson', 'F', '2016-04-04', 'Guadeloupe', '666 Bailee Parkways Suite 052', 'South Isabelleside', '94709-2457');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1510, 'Shayne', 'Beatty', 'F', '1986-04-14', 'Estonia', '980 Janick Meadows', 'Kutchberg', '36326-7259');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1511, 'Baby', 'Reilly', 'F', '1994-09-24', 'Peru', '63999 Mante Ramp Suite 424', 'New Brenda', '85366-0772');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1512, 'Jedidiah', 'O\'Reilly', 'M', '1997-12-02', 'Monaco', '826 Beatty Lodge', 'Pollichton', '17800-3170');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1513, 'Vida', 'Hilll', 'F', '1984-06-15', 'Nicaragua', '76530 Daugherty Pike', 'Lelahfort', '12803');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1514, 'Pascale', 'Witting', 'F', '2009-11-15', 'Liberia', '13530 Sister Path Apt. 758', 'New Jairobury', '69944-7985');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1515, 'Jaydon', 'Goyette', 'M', '1987-03-30', 'Timor-Leste', '893 Green Manors', 'DuBuqueport', '91779-2689');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1516, 'Sandy', 'Prosacco', 'F', '2001-10-15', 'Saint Kitts and Nevis', '2556 Tina Street Suite 888', 'New Noahstad', '12277');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1517, 'Jace', 'Heidenreich', 'M', '2007-11-19', 'Madagascar', '3911 William Views', 'West Elenorastad', '17870-7142');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1518, 'Monty', 'Kautzer', 'M', '1978-02-06', 'United States Virgin Islands', '789 Stoltenberg Cliff Suite 144', 'South Havenborough', '44301-7085');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1519, 'Trenton', 'Denesik', 'F', '1992-10-14', 'Netherlands Antilles', '2793 Maggio Street', 'Adelinefort', '32462');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1520, 'Bertha', 'Predovic', 'F', '1981-04-10', 'Egypt', '823 Zboncak Green', 'New Ronnychester', '73095-5868');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1521, 'Leopoldo', 'Wuckert', 'F', '2009-11-04', 'Guyana', '795 Wisozk Ridges', 'Charlotteburgh', '08944-9361');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1522, 'Zackery', 'Ruecker', 'F', '2004-12-19', 'British Virgin Islands', '90780 Kuhic Course Suite 216', 'Stoltenbergville', '98757');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1523, 'Antwan', 'Welch', 'M', '1985-04-25', 'Gibraltar', '24758 Laverna Points Suite 158', 'Hodkiewiczmouth', '27603-3905');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1524, 'Verlie', 'Kris', 'F', '1994-04-12', 'French Polynesia', '7916 Casper Prairie', 'Lake Duane', '76485-0788');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1525, 'Ericka', 'Leffler', 'M', '1971-06-13', 'Colombia', '08665 Aleen Groves Apt. 534', 'North Charlene', '61192-9964');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1526, 'Antonia', 'Larson', 'M', '2009-01-19', 'Belize', '6747 Titus Plains Suite 534', 'South Austen', '65750');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1527, 'Harmon', 'Parisian', 'F', '1975-09-24', 'Marshall Islands', '66986 Mraz Stream Apt. 493', 'North Holliestad', '01892');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1528, 'Ashton', 'Williamson', 'M', '2014-10-24', 'Guadeloupe', '1443 Helena Shore Suite 263', 'Marvintown', '11895-3359');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1529, 'Kara', 'Zulauf', 'F', '2015-07-09', 'Korea', '4746 McDermott Village Suite 440', 'West Dayana', '90708-3898');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1530, 'William', 'Cronin', 'M', '1975-03-27', 'Bahamas', '758 Marguerite Greens Apt. 295', 'Lake Maeve', '57596');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1531, 'Olin', 'Macejkovic', 'F', '1980-06-16', 'Holy See (Vatican City State)', '87483 Schmitt Prairie', 'South Jeff', '16680');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1532, 'Mabelle', 'Renner', 'F', '1972-12-30', 'Isle of Man', '87551 Casey Streets', 'Lenorashire', '11379-0465');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1533, 'Manuela', 'Stokes', 'F', '1988-08-29', 'Myanmar', '24499 Kessler Locks Apt. 373', 'East Elza', '43582');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1534, 'Vivien', 'Corwin', 'F', '2011-02-15', 'Korea', '313 Boyer Loaf Suite 387', 'Kaylaside', '39313-9959');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1535, 'Marcos', 'Boyer', 'F', '1976-10-12', 'Saint Lucia', '41328 Aliyah Pine', 'Port Anthony', '07410');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1536, 'Marcel', 'Volkman', 'F', '1999-04-29', 'Bangladesh', '5997 Will Courts', 'Port Pearl', '91463-4547');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1537, 'Earnestine', 'Kuvalis', 'M', '1985-03-26', 'Samoa', '0422 Quigley Rapid Suite 401', 'Port Fletcherberg', '47685');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1538, 'Shannon', 'Sanford', 'M', '1988-02-11', 'Macedonia', '8566 Reilly Roads', 'Cynthiaburgh', '16431');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1539, 'Fabiola', 'Kuhic', 'M', '2013-01-05', 'Tunisia', '27734 Esther Throughway Apt. 303', 'Dickihaven', '35018');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1540, 'Benjamin', 'Kunze', 'F', '2008-02-15', 'Tunisia', '6756 Khalil Turnpike', 'East Karen', '96600');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1541, 'Evangeline', 'Kirlin', 'F', '2017-01-09', 'Morocco', '209 Colten Ways', 'Port Zula', '33074');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1542, 'Isai', 'Lang', 'F', '2007-05-14', 'Brunei Darussalam', '240 Alverta Prairie', 'South Kavon', '50652-1418');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1543, 'Retta', 'Ortiz', 'F', '2001-09-04', 'Cayman Islands', '4931 Upton Manors Suite 601', 'Tiannamouth', '33480-6666');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1544, 'Rosemary', 'Lowe', 'M', '1976-02-02', 'Morocco', '611 Gusikowski Avenue Apt. 449', 'South Zenamouth', '33445');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1545, 'Laverna', 'Brakus', 'F', '1998-11-19', 'Rwanda', '097 McDermott Terrace Suite 323', 'O\'Konshire', '47717-0103');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1546, 'Annamae', 'Gulgowski', 'M', '2017-10-09', 'Saint Martin', '1784 Alexanne Rue', 'North Jamarcus', '63836-4596');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1547, 'Deon', 'Vandervort', 'F', '1987-01-12', 'Tuvalu', '42729 Braxton Fords', 'Port Otto', '16883');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1548, 'Toni', 'D\'Amore', 'F', '2010-01-30', 'Cook Islands', '088 Dominique Rapids Apt. 594', 'Port Jaron', '83133');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1549, 'Hank', 'Kshlerin', 'M', '1993-03-17', 'Ukraine', '24529 Little Pass Suite 985', 'New Everttown', '63585');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1550, 'Cameron', 'Becker', 'M', '1983-09-01', 'Norway', '398 Merle Park Apt. 544', 'East Verlahaven', '83975');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1551, 'Lee', 'Auer', 'F', '1976-01-15', 'Suriname', '09728 Camron Motorway Suite 244', 'New Jessikaport', '29529-9086');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1552, 'Marcella', 'Murray', 'M', '1986-11-25', 'Holy See (Vatican City State)', '23301 Crona Fork Suite 560', 'Cruickshankview', '57623-3850');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1553, 'Asia', 'Schamberger', 'M', '2017-04-22', 'Greece', '3126 Leonardo Landing Apt. 402', 'Margueriteland', '40925');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1554, 'Velda', 'Marvin', 'M', '1992-12-18', 'Cote d\'Ivoire', '9383 Eleanora Trafficway Suite 565', 'Ashaburgh', '26929-1039');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1555, 'Clarabelle', 'Gaylord', 'F', '1980-04-26', 'Marshall Islands', '562 Cleve Park Suite 961', 'New Joliechester', '98160');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1556, 'Sammie', 'Cormier', 'F', '2003-08-26', 'Benin', '05304 Kessler Loaf', 'Juvenalhaven', '25631');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1557, 'Norris', 'Kuphal', 'M', '1985-08-27', 'Rwanda', '490 Danyka Burgs', 'Raynorshire', '52433-2171');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1558, 'Izaiah', 'Gusikowski', 'M', '1986-09-24', 'Korea', '3623 Sage Tunnel Apt. 129', 'East Gabrielhaven', '69900-4369');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1559, 'Gregory', 'Davis', 'M', '1998-10-08', 'Hong Kong', '936 Kerluke Landing Apt. 157', 'Port Minerva', '93717-2383');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1560, 'Ross', 'Boyle', 'F', '2007-07-09', 'Russian Federation', '9237 Price Camp', 'Brainberg', '51115-6302');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1561, 'Easter', 'Nolan', 'M', '2017-02-07', 'Niger', '77279 Brianne Shore', 'Port Drakehaven', '68490');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1562, 'Andreane', 'Beer', 'M', '2017-10-13', 'Afghanistan', '04507 Kemmer Ways', 'Adelineview', '36545-3903');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1563, 'Montana', 'Shanahan', 'F', '1980-05-27', 'Libyan Arab Jamahiriya', '81657 Nels Drive Apt. 243', 'Dianaside', '21824-9779');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1564, 'Keyon', 'Yost', 'M', '2003-02-07', 'Northern Mariana Islands', '4670 Lea Crossing', 'Auerview', '62412-9609');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1565, 'Jessyca', 'Hand', 'M', '2004-03-30', 'Tonga', '5790 Waters Square', 'West Pariston', '75316');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1566, 'Paris', 'Ward', 'F', '1984-02-13', 'Saint Pierre and Miquelon', '95098 Hermann Shoals', 'Tiannaland', '05916');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1567, 'Craig', 'Gibson', 'F', '1970-02-25', 'Guadeloupe', '64539 Brody Turnpike', 'Wilhelmineshire', '35498-4667');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1568, 'Bo', 'Mante', 'F', '2007-10-28', 'Wallis and Futuna', '3103 Murray River Apt. 475', 'East Rodrigo', '60768');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1569, 'Jacquelyn', 'Schmitt', 'F', '1974-11-30', 'Uganda', '37911 Renee Plains Suite 473', 'South Edenfurt', '09841-4070');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1570, 'Gladyce', 'Keebler', 'F', '1972-09-10', 'Yemen', '85402 Bergstrom Heights Apt. 068', 'New Bridgethaven', '50551-9462');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1571, 'Pablo', 'Davis', 'M', '1978-11-10', 'Ecuador', '62975 Howell Street Apt. 100', 'Dickiton', '12418');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1572, 'Tillman', 'Hoppe', 'M', '2011-10-27', 'Andorra', '08486 Bogan Gardens Apt. 050', 'Lake Roscoe', '60176');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1573, 'Liliana', 'Walsh', 'M', '1997-08-05', 'French Polynesia', '03408 Quitzon Station Suite 509', 'Lake Ettieside', '84999');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1574, 'Jefferey', 'Kunze', 'F', '1999-03-02', 'Burkina Faso', '276 Nitzsche Islands Suite 467', 'Queenberg', '75843-8528');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1575, 'Tyreek', 'Trantow', 'F', '2006-05-31', 'San Marino', '943 Powlowski Port Apt. 881', 'Mactown', '54251-0497');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1576, 'Shawn', 'Wolff', 'F', '2014-08-23', 'Georgia', '576 Cali Harbor', 'Lake Tremainefurt', '17329');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1577, 'Armani', 'Stark', 'M', '2013-12-26', 'British Virgin Islands', '72653 Matilda Avenue Apt. 957', 'Lake Piperhaven', '89785-0078');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1578, 'Alexandrine', 'Lang', 'F', '1986-12-26', 'French Polynesia', '197 Harvey Streets', 'Arnefort', '36736-3536');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1579, 'Desmond', 'Cronin', 'M', '2005-02-13', 'Peru', '30497 Heidi Pines', 'Port Marionville', '33052');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1580, 'Kristopher', 'Ondricka', 'F', '1982-06-24', 'Peru', '93554 Meggie Port Apt. 757', 'South Mike', '05302-5694');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1581, 'Delfina', 'Jakubowski', 'F', '2011-02-09', 'Burkina Faso', '99155 Stroman Radial Suite 850', 'Turnerstad', '64932-0348');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1582, 'Wava', 'Sporer', 'F', '1985-10-15', 'Slovakia (Slovak Republic)', '738 Finn Walks', 'South Lindsay', '76644-5671');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1583, 'Madie', 'DuBuque', 'M', '1976-09-07', 'Croatia', '0827 Caden Fords', 'Lauraside', '84107');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1584, 'Deon', 'Prosacco', 'F', '1991-11-20', 'Holy See (Vatican City State)', '2314 Avis Track Apt. 099', 'Eltamouth', '73394-6900');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1585, 'Cassandra', 'Lang', 'F', '1999-08-15', 'Andorra', '7462 Dax Oval', 'Murphyville', '03029');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1586, 'Mason', 'D\'Amore', 'M', '2002-03-05', 'Cuba', '19987 Alexzander Squares Apt. 226', 'Casandrabury', '42910-4824');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1587, 'Herta', 'Buckridge', 'F', '1970-06-17', 'Martinique', '782 Prosacco Extension', 'Windlerburgh', '59561-5002');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1588, 'Jeramy', 'Hauck', 'M', '2009-12-26', 'Northern Mariana Islands', '3087 Mervin Squares Apt. 226', 'Welchbury', '52199-5746');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1589, 'Adolfo', 'Pouros', 'F', '1977-05-23', 'Ethiopia', '0794 Cruickshank Dale Suite 111', 'Laneyhaven', '32184-2074');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1590, 'Hilbert', 'Lindgren', 'M', '1975-11-25', 'Italy', '7343 Don Corner Suite 237', 'Rhiannonchester', '55576-5942');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1591, 'Layla', 'Flatley', 'F', '2012-11-11', 'New Zealand', '1853 Domenica Branch', 'Kassulkeport', '49464');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1592, 'Ian', 'Simonis', 'M', '1973-02-05', 'Burundi', '9327 Greta Terrace Apt. 799', 'South Camila', '84306');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1593, 'Savanah', 'Hickle', 'F', '1985-06-06', 'Colombia', '32191 Hartmann Village Apt. 092', 'North Dagmarfurt', '56574');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1594, 'Felton', 'Hintz', 'M', '1991-12-27', 'Norfolk Island', '867 Karen Locks Apt. 150', 'Heidenreichfurt', '11012');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1595, 'Albin', 'Blick', 'M', '2005-09-28', 'Norway', '675 Fritsch Islands', 'North Mable', '30086-3405');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1596, 'Krista', 'O\'Reilly', 'M', '1971-08-04', 'Saint Kitts and Nevis', '788 Kaley Trail Suite 631', 'Noemiville', '43860-6190');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1597, 'Justina', 'Strosin', 'F', '1987-06-22', 'Pakistan', '35991 Tyrel Union Suite 873', 'New Brantstad', '14683-6511');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1598, 'Guadalupe', 'Homenick', 'M', '1984-11-11', 'Micronesia', '85435 Leland Cliffs Apt. 088', 'Lake Adrian', '96497-4993');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1599, 'Tevin', 'Runte', 'M', '2014-09-28', 'Reunion', '21888 Mariane Key', 'North Desireefurt', '68408-9193');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1600, 'Cade', 'Koss', 'M', '2003-08-27', 'Eritrea', '4376 Reichert Groves', 'New Eleonore', '30764');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1601, 'Laila', 'Turcotte', 'M', '1992-04-21', 'Maldives', '8320 Robel Lakes', 'Florenciohaven', '59545-6903');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1602, 'Jaylan', 'Lesch', 'F', '2004-12-08', 'Nigeria', '975 Rowe Flats', 'South Erichport', '57839-1983');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1603, 'Ozella', 'Mante', 'F', '1984-09-21', 'Switzerland', '6642 Amber Land', 'Ferrystad', '84977');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1604, 'Floy', 'Gutmann', 'F', '1981-11-17', 'Malaysia', '976 Abernathy Spring Suite 705', 'McGlynnton', '25650-8499');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1605, 'Magnolia', 'Bergnaum', 'M', '1997-01-05', 'Hungary', '92168 Boyer Expressway Suite 770', 'East Vanessa', '52402');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1606, 'Emery', 'Stokes', 'M', '2001-01-13', 'Morocco', '911 Vincent Lane', 'Daphneyborough', '36491');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1607, 'Ephraim', 'O\'Conner', 'M', '1979-04-25', 'Italy', '4632 Jared Trail', 'Friesenbury', '14315-6247');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1608, 'Reuben', 'Feil', 'F', '2003-08-20', 'Anguilla', '075 Corwin Glens Suite 474', 'Alfbury', '36976');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1609, 'Uriah', 'Hilll', 'M', '2007-02-04', 'Yemen', '962 Purdy Port', 'Willardhaven', '66418');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1610, 'Ivy', 'McKenzie', 'F', '2015-01-20', 'French Southern Territories', '708 Ervin Mountain Suite 206', 'East Caleigh', '53272-2849');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1611, 'Lance', 'Roberts', 'F', '1974-08-02', 'New Zealand', '7908 Enrique Hills Suite 054', 'Lelandfort', '97549-8810');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1612, 'Adell', 'Kemmer', 'M', '2006-10-03', 'Tunisia', '98057 Alverta Ports', 'Koeppview', '41208');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1613, 'Connor', 'Ledner', 'F', '1996-06-09', 'Bermuda', '03410 Miles Trail Apt. 132', 'New Burley', '04938-4862');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1614, 'Giovani', 'Stamm', 'M', '1981-12-14', 'Puerto Rico', '825 Daniela Springs Suite 896', 'Jerrellview', '20568');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1615, 'Elfrieda', 'Turner', 'F', '2014-06-18', 'Tanzania', '837 Purdy Way', 'Hauckton', '27986-1666');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1616, 'Myrtle', 'Glover', 'M', '2012-01-10', 'Kuwait', '687 Pinkie Mountains Suite 665', 'New Winona', '73918-2407');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1617, 'Josue', 'Zieme', 'M', '2005-06-07', 'Poland', '9757 Keeling Islands Suite 821', 'West Wilburn', '94621');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1618, 'Theresa', 'Walker', 'F', '1974-04-08', 'Greece', '6643 Veum Extensions', 'Port Stacey', '63084');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1619, 'Anya', 'Beer', 'F', '2010-08-05', 'Cambodia', '2448 Pollich Parkways', 'Kovacekbury', '77904');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1620, 'Nya', 'Gibson', 'F', '1988-07-30', 'Gabon', '67965 Bogisich River', 'Jacynthestad', '28367');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1621, 'Fabiola', 'Kessler', 'M', '1970-09-22', 'Wallis and Futuna', '699 Idell Forges', 'Lake Sylvesterview', '52424');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1622, 'Dora', 'Bayer', 'M', '1998-02-26', 'Ireland', '6936 Donnelly Prairie Suite 046', 'Paucekland', '06608');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1623, 'Samir', 'Nicolas', 'M', '1982-04-28', 'Puerto Rico', '2660 Feest Course Apt. 119', 'Rileyfort', '12418');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1624, 'Shanel', 'McClure', 'M', '2016-09-22', 'French Polynesia', '7166 Gerardo Road', 'Port Raoulmouth', '91767');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1625, 'Jessika', 'Lesch', 'M', '2016-04-25', 'Malaysia', '6316 Alex Mission', 'Katelynberg', '32938-2724');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1626, 'Maximillian', 'Cormier', 'M', '1971-09-11', 'Jordan', '0281 Bins Vista Suite 557', 'New Dennisville', '37338-9124');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1627, 'Selena', 'McKenzie', 'M', '1984-07-25', 'Mexico', '5192 Lowe Tunnel', 'New Herta', '59079-9542');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1628, 'Harrison', 'DuBuque', 'F', '2016-08-11', 'Martinique', '75191 Bashirian Orchard Suite 409', 'Rickhaven', '00107-8868');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1629, 'Marlen', 'Pollich', 'M', '2004-03-04', 'Korea', '8579 Ramon Parkway', 'East Sylvan', '76302');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1630, 'Coby', 'Cole', 'M', '1977-02-21', 'Tanzania', '26822 Bins Extensions', 'Corwinview', '51495');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1631, 'Korbin', 'Kozey', 'F', '1987-11-15', 'Austria', '74557 Daniela Ranch Apt. 043', 'West Kenton', '59203');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1632, 'Camron', 'Koch', 'M', '1990-10-31', 'Paraguay', '65555 Abshire Brook Apt. 455', 'Codyshire', '32288');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1633, 'Elza', 'Casper', 'F', '2006-12-16', 'Sweden', '5842 Mills Locks', 'Damienburgh', '86860-3266');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1634, 'Earnest', 'Bailey', 'F', '1976-02-22', 'Cook Islands', '78157 Hilton Centers Suite 040', 'New Johan', '83009');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1635, 'Avery', 'Hayes', 'M', '1981-05-19', 'Bermuda', '937 Jaskolski Roads', 'Desmondfort', '51352');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1636, 'Alba', 'Kihn', 'M', '2002-12-23', 'Zimbabwe', '308 Marvin Estate', 'Effieburgh', '67543-1804');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1637, 'Gina', 'Nienow', 'M', '2002-07-22', 'Liberia', '89691 Howe Mountain', 'Einostad', '65888-6916');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1638, 'Annamarie', 'Satterfield', 'M', '1971-09-01', 'Nicaragua', '212 Kitty Harbor Suite 233', 'Port Reynoldland', '82078-2713');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1639, 'Janae', 'Ullrich', 'M', '2008-05-15', 'Costa Rica', '73384 Braun Turnpike Suite 277', 'Leopoldfort', '84750-1367');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1640, 'Lauretta', 'Brown', 'M', '1989-07-31', 'Denmark', '30994 Windler Shoal Suite 943', 'Hettingerport', '49993-0201');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1641, 'Marco', 'Sawayn', 'M', '2004-07-27', 'Slovakia (Slovak Republic)', '852 Torphy Mountain', 'Toyburgh', '85852-9301');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1642, 'Cornell', 'Hansen', 'M', '1984-04-27', 'Argentina', '1188 Jacques Circle Suite 796', 'East Rhiannon', '19869-0489');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1643, 'Shayna', 'Marks', 'F', '2016-04-09', 'Austria', '468 Windler Ranch', 'Ilenetown', '43281');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1644, 'Twila', 'Hane', 'F', '2011-12-11', 'British Indian Ocean Territory (Chagos Archipelago)', '8353 Buckridge Hill', 'North Tevin', '78317-1521');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1645, 'Savion', 'Kilback', 'M', '1988-03-09', 'Italy', '093 Ebert Creek', 'Dawnhaven', '70708');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1646, 'Angelina', 'Harvey', 'F', '2015-05-30', 'Angola', '64536 Casimer Village Suite 685', 'Pfannerstillfort', '24445');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1647, 'Dorothy', 'Weimann', 'F', '1990-07-31', 'Congo', '03443 Emil Point', 'Stephonburgh', '44658-3028');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1648, 'Nelle', 'Grady', 'F', '1980-08-20', 'Andorra', '0135 Carley Mountains', 'South Jeffery', '27584');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1649, 'Reynold', 'Grady', 'M', '2017-06-03', 'Denmark', '1909 Trey Streets Apt. 915', 'Port Connor', '41583');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1650, 'Ali', 'Kihn', 'F', '1991-12-07', 'Macao', '106 McGlynn Wall Suite 165', 'New Gordon', '08093');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1651, 'Adonis', 'Torphy', 'M', '2000-05-09', 'Holy See (Vatican City State)', '0154 Rowe Stravenue Apt. 978', 'Johnstonton', '64739-0175');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1652, 'Dianna', 'Kuphal', 'F', '1980-05-12', 'Lao People\'s Democratic Republic', '88991 Emard Place Apt. 592', 'West Hiram', '32001');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1653, 'German', 'Rempel', 'F', '2008-07-07', 'Papua New Guinea', '3119 Elizabeth Estate', 'New Delores', '88953');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1654, 'Sid', 'Macejkovic', 'F', '1986-06-08', 'Azerbaijan', '1725 Tara Point Suite 842', 'Williamsonborough', '06947');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1655, 'Filiberto', 'Dare', 'F', '2000-07-21', 'Comoros', '4584 Rippin Squares', 'Lake Garth', '10759');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1656, 'Ewald', 'Ebert', 'M', '2003-12-18', 'Liechtenstein', '43955 Meaghan Centers Apt. 387', 'Port Danielle', '52724');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1657, 'Eula', 'Schultz', 'M', '2015-08-22', 'Falkland Islands (Malvinas)', '2085 Lemke Route', 'Walterview', '82770-6319');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1658, 'Opal', 'Lemke', 'F', '1970-06-23', 'Niue', '71392 Corwin Stravenue Apt. 979', 'North Bridgetstad', '51158-5275');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1659, 'Maggie', 'Labadie', 'F', '2007-06-03', 'Tonga', '3944 Dejon Course Suite 662', 'Missouristad', '42138-9406');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1660, 'Earl', 'Murphy', 'M', '1980-09-30', 'South Georgia and the South Sandwich Islands', '04139 Willms Springs', 'Sybleville', '36034-9136');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1661, 'Dee', 'Quitzon', 'F', '1989-07-09', 'Malta', '340 Zieme Fields Apt. 297', 'North Luciomouth', '46730');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1662, 'Sedrick', 'Ward', 'M', '2006-01-26', 'Reunion', '789 Kaia Camp', 'Baumbachport', '33649-5798');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1663, 'Josephine', 'Renner', 'F', '1990-06-05', 'Mauritius', '75841 Justen Knolls', 'South Barneyville', '81272-5203');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1664, 'Paxton', 'Howe', 'F', '1998-11-24', 'Fiji', '11532 Sibyl Road Apt. 986', 'Padbergtown', '62979-0397');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1665, 'Kevin', 'Wilderman', 'F', '1996-12-02', 'Tanzania', '202 Will Trail', 'Dionview', '29118');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1666, 'Delilah', 'Balistreri', 'F', '1997-06-26', 'India', '12369 Stiedemann Turnpike Apt. 840', 'Daughertymouth', '98147');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1667, 'Garrison', 'Walker', 'F', '2006-09-24', 'Trinidad and Tobago', '932 Wisozk Inlet Apt. 621', 'Delphaland', '60470-6636');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1668, 'Joaquin', 'Waelchi', 'M', '2005-08-14', 'Burkina Faso', '413 Scot Mountains Apt. 642', 'Reyfort', '22883-5428');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1669, 'Aida', 'Klocko', 'M', '2001-01-06', 'Singapore', '047 Zetta Field', 'Lake Brittany', '30088');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1670, 'Jamil', 'Upton', 'F', '1979-03-29', 'Gambia', '378 Crystel Motorway', 'Port Bennie', '92260');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1671, 'Araceli', 'Lemke', 'M', '1982-05-08', 'Sudan', '958 Sporer Dale', 'North Humbertoborough', '85850');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1672, 'Devyn', 'Ebert', 'F', '2006-11-15', 'Thailand', '579 Abernathy Passage', 'North Broderickside', '33886-4405');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1673, 'Walker', 'Jaskolski', 'M', '2004-08-29', 'Nigeria', '47232 Winnifred Estate Suite 690', 'Krajcikfurt', '20861');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1674, 'Roel', 'Volkman', 'F', '2014-03-29', 'Eritrea', '2446 Bartoletti Streets Apt. 229', 'East Ara', '07680-5198');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1675, 'Juliet', 'Macejkovic', 'M', '2007-04-14', 'Benin', '608 Cullen Fork', 'Jailynland', '52138-6945');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1676, 'Helen', 'Hintz', 'F', '1971-02-12', 'Iceland', '076 Lynch Well', 'North Michelborough', '44082');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1677, 'Norberto', 'Zboncak', 'M', '1999-10-25', 'Bulgaria', '11528 Orville Burgs Suite 327', 'Lake Tabithamouth', '76129');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1678, 'Damian', 'Schulist', 'M', '2006-09-13', 'Monaco', '7750 Ciara Brooks', 'East Gladys', '93152-5431');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1679, 'Maxine', 'Koelpin', 'M', '1972-07-17', 'Colombia', '58129 Kuhlman Spurs Apt. 842', 'Kleinstad', '84264-2481');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1680, 'Camden', 'Steuber', 'M', '1989-03-25', 'Kuwait', '160 Crawford Court', 'Port Justenfurt', '27440');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1681, 'Isabella', 'Friesen', 'F', '2011-01-19', 'Malaysia', '984 Reese Summit', 'Lake Nicoletteburgh', '61082');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1682, 'Percy', 'McDermott', 'M', '1986-10-05', 'India', '514 Kovacek Tunnel', 'North Stella', '08052');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1683, 'Donny', 'Gottlieb', 'M', '2008-11-14', 'Mayotte', '7737 Jerde Key', 'Winfieldbury', '71641-6639');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1684, 'Delphia', 'Funk', 'F', '1973-09-06', 'Togo', '4529 Julien Mountains Suite 466', 'South Jocelyn', '18729-2481');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1685, 'Lonnie', 'Nolan', 'F', '2013-03-30', 'Monaco', '65475 Stefanie Court Apt. 057', 'Ziemannland', '96652');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1686, 'Deron', 'Dicki', 'F', '1985-01-11', 'United Kingdom', '4676 Roderick Ford', 'Terryhaven', '98384-7949');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1687, 'Gennaro', 'Durgan', 'M', '2001-04-04', 'Tokelau', '587 Wisoky Drives', 'New Nola', '13546');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1688, 'Ryley', 'Ratke', 'F', '1978-01-28', 'Lithuania', '484 Candido Plains', 'Port Sydnie', '56067');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1689, 'Myrtis', 'Cruickshank', 'M', '2007-09-24', 'South Georgia and the South Sandwich Islands', '5259 Labadie Ramp Suite 490', 'New Kaitlyn', '93585');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1690, 'Harley', 'Labadie', 'F', '1974-08-29', 'Guatemala', '034 Daisha Row Suite 445', 'New Justyn', '10646');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1691, 'Aniyah', 'Lehner', 'F', '1987-01-21', 'Chile', '7455 Carissa Landing Apt. 317', 'West Eulahland', '70173-6979');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1692, 'Jammie', 'Krajcik', 'F', '1970-04-07', 'Nepal', '333 Kianna Fords Apt. 357', 'Port Jamir', '26168');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1693, 'Winifred', 'Hoppe', 'F', '2012-07-15', 'Iraq', '39461 Myriam Alley', 'Lake Dorianville', '50274');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1694, 'Annette', 'Swift', 'F', '1978-04-22', 'Japan', '6778 Lilly Parks', 'Gussiechester', '47293');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1695, 'Jamison', 'Heidenreich', 'M', '1971-07-05', 'Macao', '73307 Collier Rest', 'Jarrellburgh', '86502-6698');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1696, 'America', 'Kertzmann', 'F', '2010-05-15', 'Ukraine', '886 Bashirian Burgs Suite 522', 'Port Caryland', '79364-0399');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1697, 'Dana', 'Bayer', 'F', '1985-02-20', 'Angola', '3521 Dibbert Point Apt. 109', 'South Adrienne', '91248');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1698, 'Gertrude', 'Nikolaus', 'M', '1996-02-11', 'Armenia', '50116 Jakubowski Falls', 'Jasttown', '61642-8486');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1699, 'Madelynn', 'White', 'F', '2002-04-04', 'Brazil', '45145 McGlynn Club Apt. 457', 'Zemlakberg', '01579-6466');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1700, 'Zoey', 'Glover', 'F', '2013-07-02', 'Guadeloupe', '664 Jamey Highway', 'South Mariellechester', '77238-1762');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1701, 'Madelyn', 'Hegmann', 'F', '2016-10-01', 'Cape Verde', '0646 Powlowski Centers', 'North Audreystad', '24372');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1702, 'Edwardo', 'Ernser', 'M', '2010-06-22', 'Zimbabwe', '36117 Reynolds Pine', 'Port Monicahaven', '68757-8479');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1703, 'Jenifer', 'Trantow', 'M', '2016-08-24', 'Saint Pierre and Miquelon', '34446 Klocko Harbors Suite 431', 'New Ashlee', '35649');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1704, 'Katrina', 'Zieme', 'M', '1984-05-28', 'Trinidad and Tobago', '5576 Adolph Viaduct Apt. 598', 'Tysonmouth', '95065');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1705, 'Hailey', 'Crona', 'F', '1975-06-29', 'Vietnam', '517 Elroy Ports Suite 503', 'South Jalonhaven', '63991-3760');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1706, 'Destinee', 'Funk', 'M', '1991-09-05', 'Puerto Rico', '80971 Kian Hollow Suite 132', 'North Palma', '39756-7401');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1707, 'Ernest', 'Dicki', 'F', '2017-01-31', 'Indonesia', '11201 Grant Tunnel Apt. 978', 'Zettachester', '84956');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1708, 'Mariela', 'Wuckert', 'M', '1997-01-07', 'Guyana', '76537 Daugherty Glen', 'North Kittystad', '31381-0470');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1709, 'Bert', 'Tillman', 'F', '1997-02-07', 'Niue', '10490 Nakia Track', 'South Glennie', '93474-7660');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1710, 'Dale', 'Bednar', 'M', '1985-02-17', 'Fiji', '86222 Alfonzo Freeway', 'South Olafville', '48812');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1711, 'Vena', 'Frami', 'M', '1986-05-10', 'Grenada', '5389 Braun Lakes Apt. 483', 'Lindhaven', '07950-0931');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1712, 'Eudora', 'Wintheiser', 'F', '2009-05-19', 'Ecuador', '42547 Swift Turnpike Suite 196', 'Collinsshire', '66010');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1713, 'Kelly', 'Bashirian', 'F', '1978-06-08', 'Zambia', '3261 Sigrid Walks Suite 078', 'Townebury', '95679-4202');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1714, 'Winnifred', 'Will', 'F', '1990-08-06', 'Montenegro', '22663 Cormier Way Apt. 373', 'Blandachester', '76741-8961');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1715, 'Alice', 'Wisoky', 'F', '2012-04-24', 'Liberia', '09622 Bruce Village Suite 994', 'Port Shayne', '24695');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1716, 'Garrett', 'Spinka', 'F', '1982-02-04', 'Chad', '3497 Ankunding Rapid Suite 229', 'South Madelynn', '75242-4773');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1717, 'Antonette', 'Hamill', 'M', '1975-01-20', 'Antarctica (the territory South of 60 deg S)', '41662 Hosea Track Apt. 754', 'South Bradenhaven', '19494');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1718, 'Willy', 'Corkery', 'M', '1975-12-13', 'Papua New Guinea', '57503 Adrain Forges', 'Anthonyshire', '51788');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1719, 'Jackeline', 'Hane', 'M', '2009-10-26', 'Tuvalu', '854 Gutmann Fall Apt. 706', 'Katlynburgh', '86294');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1720, 'Nicola', 'Kutch', 'M', '1975-10-07', 'Kyrgyz Republic', '160 Windler Heights Suite 559', 'New Scot', '94412-1776');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1721, 'Al', 'McClure', 'F', '1985-08-06', 'Morocco', '853 Blaze Wells Apt. 681', 'South Zoehaven', '25086-0056');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1722, 'Rusty', 'Stark', 'M', '2006-03-15', 'Uzbekistan', '999 Lorena Parkway', 'Elbertfurt', '43282');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1723, 'Prudence', 'Gleichner', 'F', '1980-06-07', 'Guernsey', '29277 Collier Course Apt. 003', 'New Richieland', '93482-6505');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1724, 'Janelle', 'Lowe', 'F', '2004-01-20', 'Sri Lanka', '34903 Carroll Plaza', 'Mrazborough', '00779-9809');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1725, 'Shemar', 'O\'Hara', 'M', '1982-12-19', 'Iran', '55577 Maryjane Glen Apt. 018', 'Ondrickaport', '19174-7684');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1726, 'Lexus', 'Wiza', 'F', '2016-03-21', 'New Zealand', '1498 Malcolm Fields', 'Port Lisandro', '44000-8244');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1727, 'Noemie', 'Weber', 'M', '1979-09-07', 'Niger', '2129 Kuhic Cliff Apt. 625', 'West Mauricio', '61771-6638');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1728, 'Ayana', 'Herzog', 'F', '2014-02-02', 'Palestinian Territory', '25572 Armando View Apt. 556', 'Port Arno', '12842-8625');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1729, 'Anthony', 'Rath', 'F', '1992-10-21', 'Bulgaria', '881 Athena Plain Apt. 063', 'Braunfurt', '58810');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1730, 'Buford', 'Fisher', 'F', '1998-03-28', 'Saint Barthelemy', '269 Lottie Plaza', 'Robelmouth', '96357');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1731, 'Ali', 'Nienow', 'M', '2014-06-20', 'Bouvet Island (Bouvetoya)', '0551 Boyer Villages', 'West Maemouth', '64558');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1732, 'Brody', 'Hand', 'F', '1971-06-27', 'Faroe Islands', '648 Robert Trail Apt. 034', 'South Donaldstad', '44061');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1733, 'Eldred', 'Schroeder', 'F', '1990-02-28', 'Bahamas', '05829 Ratke Road', 'Huelville', '59843');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1734, 'Piper', 'Schumm', 'M', '2016-02-13', 'Chad', '78708 Donavon Highway', 'Hildegardville', '50483-3809');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1735, 'Benjamin', 'Dach', 'F', '1992-05-22', 'Svalbard & Jan Mayen Islands', '9271 Mose Pines Suite 384', 'New Jettie', '47212-7663');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1736, 'Stella', 'Prosacco', 'F', '2011-05-17', 'Maldives', '8444 Jamal Pass Apt. 615', 'Beattyfort', '83480');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1737, 'Durward', 'Williamson', 'M', '2009-08-21', 'Dominican Republic', '507 O\'Kon Squares', 'West Dollyport', '40245-5741');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1738, 'Jarrett', 'Ebert', 'F', '2008-04-13', 'Comoros', '2851 Samanta Islands Suite 897', 'New Ivoryfurt', '11908-8824');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1739, 'Shayne', 'Schroeder', 'F', '1975-04-13', 'Isle of Man', '574 Gracie Crest Apt. 579', 'South Hunterside', '00018-0944');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1740, 'Dina', 'Ziemann', 'F', '1970-05-13', 'Congo', '312 Bianka Underpass Suite 804', 'East Namefurt', '83207-9274');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1741, 'Keegan', 'Sipes', 'M', '2014-08-22', 'Luxembourg', '5319 Fay Land', 'Wandachester', '72165');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1742, 'Richmond', 'Cruickshank', 'F', '2016-11-27', 'Chile', '293 Rempel Corners', 'West Laurinefort', '64769-0678');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1743, 'Angus', 'Stanton', 'F', '1999-02-25', 'Niue', '911 Lehner Avenue', 'South Wilber', '92956');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1744, 'Zelda', 'Reynolds', 'M', '2000-04-02', 'Egypt', '761 Moen Harbor Apt. 603', 'Grimeston', '01659');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1745, 'Orland', 'Kilback', 'M', '1993-11-12', 'Kazakhstan', '541 Sporer Crossroad Suite 301', 'Cronaport', '96067');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1746, 'Deion', 'Price', 'M', '1971-03-06', 'Kenya', '85153 Rutherford Shoal', 'Isabelborough', '39966-0550');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1747, 'Rubye', 'Leannon', 'M', '1976-08-16', 'Saudi Arabia', '03912 Larson Meadows', 'Padbergside', '21103-6874');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1748, 'Gerry', 'Wolff', 'F', '1990-02-04', 'Kazakhstan', '666 Keebler Mills Apt. 582', 'East Cobymouth', '79053');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1749, 'Tristian', 'McCullough', 'F', '1989-12-06', 'Ukraine', '51726 Brady Underpass', 'Sofiatown', '07827');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1750, 'Kendall', 'Murray', 'M', '2010-12-20', 'Poland', '395 Hanna Fords', 'North Louvenia', '69768');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1751, 'Nils', 'Lebsack', 'M', '1983-01-27', 'Lesotho', '167 Olson Freeway', 'Jaydaburgh', '26778-3575');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1752, 'Margarett', 'Funk', 'F', '1993-11-02', 'Iran', '1702 Jenkins Trace Suite 147', 'North Hankstad', '56108');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1753, 'Ricky', 'Ratke', 'F', '1974-12-01', 'Timor-Leste', '39512 Durgan Track Suite 910', 'North Priscillashire', '81252-6017');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1754, 'Nicholas', 'Sanford', 'F', '1978-05-08', 'Guatemala', '437 Bernhard Mountains', 'West Ansel', '26895');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1755, 'Franz', 'Crooks', 'F', '1986-09-30', 'Singapore', '5727 German Square', 'Burnicemouth', '54527-1219');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1756, 'Tiara', 'Stanton', 'F', '2001-10-27', 'Pakistan', '5035 Reinger Junctions', 'Wolfton', '07137-6527');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1757, 'Deon', 'Kuphal', 'F', '1975-09-21', 'Saint Barthelemy', '70178 Gusikowski Loop', 'New Evan', '22707-6544');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1758, 'Neva', 'Denesik', 'F', '1987-01-28', 'France', '427 Balistreri Route', 'Davismouth', '80692-7370');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1759, 'Jamaal', 'Ledner', 'F', '1984-04-09', 'Netherlands Antilles', '0480 Rau Crossing', 'New Emelieville', '13331-7730');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1760, 'Grace', 'Murray', 'F', '1977-10-01', 'Georgia', '7083 Charity Bypass Apt. 965', 'Rogahnstad', '86468');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1761, 'Nels', 'Hyatt', 'M', '2004-11-10', 'British Virgin Islands', '5875 Sallie Trafficway', 'West Sandrine', '89874');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1762, 'Elmer', 'Altenwerth', 'M', '2009-04-07', 'Barbados', '64750 Christiansen Fork Suite 741', 'New Zaneside', '54871-2749');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1763, 'Arnold', 'Daugherty', 'F', '1975-12-01', 'Latvia', '4384 Amos Well Suite 230', 'Tatyanaberg', '25332-0470');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1764, 'Orval', 'Reichert', 'F', '1991-06-22', 'Monaco', '713 Willis Plains Suite 161', 'Mercedesshire', '70905-1243');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1765, 'Darlene', 'Tremblay', 'F', '1994-06-04', 'Uzbekistan', '566 Mario Lake Suite 521', 'New Mckayla', '10615');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1766, 'Liliane', 'Wehner', 'M', '1972-10-08', 'Uganda', '404 Loma Shores Suite 350', 'Deckowton', '33043');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1767, 'Noah', 'Hagenes', 'M', '2003-07-06', 'Gambia', '3279 Allene Junctions', 'East Chanelleborough', '68258');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1768, 'Patsy', 'McCullough', 'F', '1980-11-28', 'Argentina', '681 Ethel Causeway', 'Barrettton', '19294-5812');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1769, 'Blake', 'Schimmel', 'F', '1997-02-10', 'Ghana', '51891 Richard Lodge Apt. 381', 'West Rociotown', '85108');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1770, 'Liliana', 'Effertz', 'F', '2015-07-19', 'Antarctica (the territory South of 60 deg S)', '0387 Roob Stream Apt. 810', 'Adanfort', '26817');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1771, 'Colin', 'Waters', 'M', '1999-05-05', 'Jordan', '3098 Morissette Run Suite 227', 'Rachelleton', '27817-8162');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1772, 'Katarina', 'Turner', 'M', '2015-03-07', 'Switzerland', '7616 Gregoria Harbors Apt. 688', 'Myrtiefort', '26405-4812');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1773, 'Paxton', 'Kling', 'F', '2010-12-15', 'Libyan Arab Jamahiriya', '83119 Berneice Course', 'Port Irwinbury', '85630-4130');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1774, 'Anne', 'Wyman', 'M', '1977-12-16', 'Cameroon', '062 Thompson Plains', 'New Francisca', '66583');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1775, 'Lurline', 'Senger', 'F', '1994-02-10', 'Liberia', '9207 Hermann Road Suite 860', 'Jeramieberg', '46598');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1776, 'Adele', 'Baumbach', 'M', '2015-05-08', 'Bolivia', '6836 Beatty Plains', 'East Carolbury', '22980');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1777, 'Jailyn', 'Bashirian', 'M', '1973-01-26', 'Samoa', '01491 Kertzmann Road Apt. 033', 'North Shanabury', '34277-5056');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1778, 'Granville', 'Gibson', 'F', '2011-06-27', 'Costa Rica', '13811 Vilma Drive', 'Ivaland', '76276-4012');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1779, 'Kaela', 'Bahringer', 'F', '1983-12-26', 'India', '379 Murazik Coves Suite 362', 'Schneiderfurt', '73160-6882');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1780, 'Don', 'Mohr', 'F', '1979-12-12', 'Albania', '60673 Mertz Branch', 'South Fabianmouth', '76669');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1781, 'Oscar', 'Konopelski', 'M', '1970-10-01', 'Greece', '1498 Jo Lane Suite 598', 'Tillmanport', '61004-7249');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1782, 'Josiah', 'Cremin', 'F', '2015-03-15', 'Falkland Islands (Malvinas)', '979 Lamont Park', 'New Price', '25768');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1783, 'Earnest', 'Fadel', 'M', '1979-05-31', 'Tuvalu', '817 Cremin Key Apt. 481', 'Hettingerberg', '86449-7805');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1784, 'Fernando', 'Torphy', 'M', '1991-12-21', 'Anguilla', '451 Frami Track Apt. 158', 'Jillianport', '01580-9044');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1785, 'Joan', 'Rolfson', 'M', '2001-06-16', 'Croatia', '252 Senger Stravenue', 'Dickiborough', '79610-8553');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1786, 'Alan', 'Lindgren', 'M', '2017-04-29', 'Seychelles', '7619 Turner Plains', 'New Lerachester', '27496-7564');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1787, 'Alisa', 'Schneider', 'M', '1977-09-28', 'Guernsey', '556 Sawayn Mountains Apt. 722', 'Kuhlmanfurt', '77560-5065');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1788, 'Spencer', 'Howell', 'F', '2006-05-17', 'Myanmar', '11755 Rau Circle Apt. 743', 'Lake Thea', '53355');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1789, 'Pablo', 'Herman', 'M', '1974-05-06', 'Martinique', '881 Nels Brook', 'West Kamronland', '92354');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1790, 'Shaniya', 'Aufderhar', 'M', '2017-12-22', 'Haiti', '32108 Waters Crest', 'Adolphbury', '77206-4024');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1791, 'Alana', 'Hermiston', 'M', '2010-02-18', 'Palestinian Territory', '43275 Antwon Flat', 'Arielmouth', '86889');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1792, 'Shanel', 'Bins', 'M', '1996-04-23', 'Puerto Rico', '00594 Pfeffer Street Apt. 267', 'West Erwin', '19879-4031');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1793, 'Kaleigh', 'Romaguera', 'F', '1996-07-29', 'Venezuela', '7901 Elsa Forges', 'North Vernon', '39868-8758');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1794, 'Golda', 'Hauck', 'M', '1988-04-16', 'Indonesia', '2212 Kreiger Freeway', 'Satterfieldfurt', '94574');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1795, 'Marianna', 'Upton', 'F', '1981-04-03', 'Afghanistan', '657 Alexys Springs', 'Gerardoborough', '19431-4273');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1796, 'Carmela', 'Kuhlman', 'M', '2004-03-06', 'Western Sahara', '92734 Sanford Centers Suite 397', 'North David', '97054-5097');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1797, 'Candida', 'Runolfsson', 'F', '1979-11-14', 'Brunei Darussalam', '285 Jakubowski Crossing Apt. 251', 'Erikborough', '48568-2495');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1798, 'Kiarra', 'Kirlin', 'M', '1991-11-05', 'Brazil', '6328 Hammes Haven Apt. 284', 'Rippinville', '77000-8648');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1799, 'Faustino', 'Ledner', 'F', '1990-03-03', 'Ethiopia', '569 Kuhn Circle', 'North Abdiel', '45801');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1800, 'Monique', 'Kris', 'M', '2013-07-07', 'Antigua and Barbuda', '7802 Clint Mountains', 'North Anseltown', '60691-1827');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1801, 'Dayna', 'Bosco', 'F', '2005-10-21', 'Grenada', '33566 Lehner Extension', 'Walterhaven', '90453-5552');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1802, 'Rocky', 'Douglas', 'F', '1994-03-29', 'Nauru', '74967 Fadel Wall', 'New Kennediport', '74592');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1803, 'Burdette', 'Koch', 'M', '2008-01-08', 'Indonesia', '268 Kuhlman Mills', 'Langoshport', '00243');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1804, 'Orval', 'Hilll', 'M', '2001-04-18', 'Isle of Man', '9630 Lauriane Summit Apt. 613', 'Ornchester', '39598');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1805, 'Danielle', 'Towne', 'F', '1970-02-10', 'Micronesia', '1471 Hettinger Square', 'Noahchester', '52897');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1806, 'Melany', 'Larkin', 'M', '2005-07-19', 'India', '21494 Effertz Road', 'Lake Emmetport', '63560-5268');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1807, 'Mac', 'Davis', 'F', '1974-08-31', 'Saint Vincent and the Grenadines', '841 Kamron Port', 'Rauburgh', '67014');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1808, 'Margaretta', 'Keebler', 'F', '2005-09-18', 'Nepal', '861 Wintheiser Burg Suite 072', 'Loraside', '04885');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1809, 'Columbus', 'Schoen', 'F', '1978-09-13', 'Cuba', '78268 Madalyn Crossroad Suite 521', 'East Anibal', '68115');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1810, 'Marquis', 'Skiles', 'M', '2001-10-22', 'Botswana', '12086 Kitty Valleys Apt. 211', 'Corkerymouth', '37213');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1811, 'Emory', 'O\'Hara', 'F', '1984-04-19', 'Senegal', '305 Royal Summit Apt. 745', 'East Sammieland', '50543-8721');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1812, 'Stewart', 'Hodkiewicz', 'F', '1974-07-21', 'Aruba', '82090 Gutkowski Spurs Suite 729', 'Port Keyshawn', '44110');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1813, 'Cedrick', 'Reilly', 'M', '2004-06-17', 'Estonia', '216 Koch Brook Suite 515', 'Delfinafort', '67107');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1814, 'Elyssa', 'Harvey', 'M', '2008-08-16', 'Moldova', '0522 Ayla Station', 'Raoulland', '91024');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1815, 'Stacy', 'Collier', 'F', '1975-03-22', 'Dominica', '63114 Pouros Oval Suite 310', 'Lake Darrionview', '73164');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1816, 'Daphnee', 'Grady', 'M', '2009-01-28', 'Svalbard & Jan Mayen Islands', '8930 Kaci River Suite 122', 'Treberg', '08462-7318');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1817, 'Donato', 'Crooks', 'F', '1982-12-25', 'Liberia', '6322 Skiles View Suite 314', 'North Ericka', '16000');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1818, 'Craig', 'Brown', 'F', '1972-11-20', 'Colombia', '339 Casey Crossroad', 'Conorfort', '52360');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1819, 'Sarah', 'Conroy', 'M', '2011-12-07', 'Micronesia', '70288 Welch Fork', 'Marquardtstad', '59978');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1820, 'Dasia', 'Cummerata', 'M', '1982-03-30', 'India', '3719 Hoeger Hills', 'South Calista', '15884');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1821, 'Shania', 'Dach', 'F', '2008-11-01', 'Estonia', '13819 Stokes Manors', 'West Melba', '73873-5470');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1822, 'Macy', 'Moore', 'F', '2000-11-05', 'Palau', '8557 Cecil View', 'Ardellaview', '46867');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1823, 'Oral', 'Hodkiewicz', 'M', '1982-12-22', 'Georgia', '9615 Kamryn Port Suite 159', 'Jaskolskiville', '13923');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1824, 'Vilma', 'Cruickshank', 'F', '1974-01-13', 'Ecuador', '50733 Mayert Mills', 'Harveyport', '34546-9361');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1825, 'Demarcus', 'Stiedemann', 'F', '2014-06-24', 'Croatia', '69441 Queen Drives', 'North Alden', '89301');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1826, 'Eino', 'Schoen', 'M', '1994-08-07', 'Bahamas', '7481 Herman Plains', 'Lake Halton', '47591-7897');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1827, 'Mozelle', 'Will', 'M', '1973-09-06', 'Italy', '9351 Zachery Road', 'Lake Ezekiel', '08710-7265');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1828, 'Shayne', 'O\'Reilly', 'F', '2006-12-24', 'Libyan Arab Jamahiriya', '52519 Josiah Cape', 'New Magali', '41110');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1829, 'Ashlee', 'Lynch', 'F', '1990-04-05', 'Faroe Islands', '31437 Hoeger Walks', 'Mckaylafurt', '18896-0134');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1830, 'Florine', 'Von', 'M', '1984-03-29', 'Thailand', '283 Carroll Courts Apt. 827', 'South Jamalstad', '99513');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1831, 'Zechariah', 'Bergnaum', 'F', '1993-02-15', 'British Virgin Islands', '6193 Purdy Haven Suite 033', 'West Lilyan', '13264-4219');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1832, 'Jamaal', 'Hintz', 'F', '2005-04-26', 'Gabon', '684 Koss Parkways Suite 623', 'Lake Jacechester', '79159-5327');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1833, 'Flo', 'Jones', 'F', '1992-07-17', 'Western Sahara', '45492 Ardella Forest Apt. 967', 'Watsonmouth', '50580');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1834, 'Roma', 'Gusikowski', 'F', '1982-09-21', 'Maldives', '3256 Cayla Fort Suite 471', 'North Katheryn', '75233');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1835, 'Flo', 'Kuvalis', 'M', '1998-10-16', 'Guyana', '56161 Anya Plains Apt. 658', 'Giovannifurt', '22143-8232');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1836, 'Catharine', 'Koss', 'F', '2012-12-14', 'Tanzania', '1666 Maggio Valley', 'Veumport', '77248');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1837, 'Dewayne', 'Boehm', 'F', '1993-05-05', 'Saint Lucia', '3376 Jamil Ports Apt. 948', 'Noemyborough', '20221-6022');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1838, 'Gabe', 'McDermott', 'F', '2006-08-26', 'Guatemala', '9897 Lubowitz Squares Apt. 726', 'Emmieberg', '55403-3241');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1839, 'Danial', 'Spencer', 'F', '1973-04-09', 'Reunion', '8813 Heathcote Brooks Suite 764', 'North Ciceroborough', '77948-7472');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1840, 'Nathaniel', 'Miller', 'M', '2007-12-24', 'Austria', '750 Collins Stream', 'East Bettytown', '00508-2659');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1841, 'Emil', 'Effertz', 'F', '1980-02-04', 'Malaysia', '61077 Hegmann Cliffs', 'Boehmmouth', '30907');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1842, 'Jessy', 'Klocko', 'F', '2005-10-08', 'Dominica', '9724 Waelchi Rapid', 'Audraburgh', '02690-8506');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1843, 'Mollie', 'Marvin', 'M', '1980-10-10', 'Switzerland', '181 Smitham Trail Suite 784', 'Port Demetrius', '07311');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1844, 'Erwin', 'Hessel', 'F', '1987-06-26', 'Dominican Republic', '3812 Aisha Fork Apt. 883', 'West Katrinestad', '29757');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1845, 'Scarlett', 'Nienow', 'M', '1989-02-21', 'Malawi', '17895 Freida Lights Suite 514', 'Port Nicklausside', '54911-1354');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1846, 'Lelah', 'Waelchi', 'M', '2004-11-08', 'Luxembourg', '527 Enola Forges Apt. 480', 'East Vivienneview', '75945');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1847, 'Rory', 'Harris', 'M', '1997-10-02', 'Djibouti', '6789 Mike Walk', 'East Emiliaborough', '64375');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1848, 'Ali', 'Nolan', 'F', '1982-02-07', 'Liberia', '5630 Howell Locks Suite 065', 'East Celia', '86095');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1849, 'America', 'Schoen', 'F', '2016-03-31', 'Lao People\'s Democratic Republic', '27841 Murray Island Suite 621', 'North Robb', '24736-7466');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1850, 'Serena', 'Kutch', 'F', '1984-09-27', 'Antarctica (the territory South of 60 deg S)', '210 Suzanne Ville Suite 839', 'South Mariane', '87122-8154');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1851, 'Augusta', 'Hahn', 'F', '1990-04-30', 'Saint Kitts and Nevis', '431 Torp Rest Suite 290', 'D\'Amoreborough', '89802-4039');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1852, 'Stan', 'Streich', 'M', '1980-05-14', 'Greece', '1749 Jerel Forges', 'West Ginaborough', '78445-7143');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1853, 'Ola', 'Stiedemann', 'F', '2011-12-10', 'American Samoa', '90109 Oberbrunner Isle Suite 199', 'Virginiaborough', '81696-9203');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1854, 'Daryl', 'Mertz', 'F', '1982-06-29', 'Belarus', '35754 Alayna Summit Suite 777', 'New Zeldahaven', '31903-4620');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1855, 'Karina', 'Stroman', 'M', '1996-10-27', 'Cuba', '762 Lurline Cliffs', 'Halvorsonview', '07205');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1856, 'Clarabelle', 'Denesik', 'F', '2014-08-30', 'Eritrea', '6318 Schmitt Branch', 'New Gardnershire', '23583-6513');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1857, 'Jovan', 'Bednar', 'M', '1983-11-17', 'Serbia', '26786 Ole Circle', 'West Peggie', '51167');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1858, 'Shanelle', 'DuBuque', 'M', '1987-09-04', 'Mongolia', '070 Gaylord Crest', 'Brielleberg', '42190-3991');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1859, 'Axel', 'Sporer', 'M', '1997-04-14', 'Saudi Arabia', '52912 Solon Fords Suite 807', 'New Margarettefurt', '22662');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1860, 'Raymundo', 'Dicki', 'M', '1991-12-26', 'Norway', '27845 Kylee Parkway', 'New Edgarborough', '31096-8096');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1861, 'Arielle', 'O\'Hara', 'M', '2000-01-29', 'Malaysia', '6805 Carlie Row', 'Port Jeromymouth', '03428');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1862, 'Ayla', 'Mertz', 'M', '1974-03-22', 'South Georgia and the South Sandwich Islands', '1741 Kshlerin Stream', 'Dominicmouth', '84111-2289');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1863, 'Stella', 'Robel', 'F', '1973-07-21', 'Panama', '10816 Effertz Forges Apt. 132', 'Koeppport', '57275');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1864, 'Abe', 'O\'Kon', 'M', '1996-01-29', 'Switzerland', '82305 Kaelyn Crossing', 'Port Elmerside', '64517-6592');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1865, 'Eulalia', 'Goldner', 'M', '1977-06-06', 'Tanzania', '711 Malinda Tunnel', 'Antonechester', '72302-4429');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1866, 'Esmeralda', 'Frami', 'F', '1989-08-04', 'Antigua and Barbuda', '0166 Wehner Corner Apt. 754', 'Botsfordtown', '17207-9364');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1867, 'Christine', 'Hills', 'M', '1983-01-14', 'Cambodia', '705 Kshlerin Course', 'East Aric', '81358-1958');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1868, 'Rafaela', 'Ritchie', 'F', '2012-12-08', 'Kyrgyz Republic', '848 Jazlyn Fords Apt. 995', 'Kubtown', '82023');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1869, 'Raegan', 'Morissette', 'F', '1976-03-22', 'Haiti', '9212 Marcia Branch Suite 444', 'Lake Gwendolyn', '09227');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1870, 'Oma', 'Dickinson', 'F', '1973-07-29', 'Greenland', '423 Feil Hill', 'New Vilmaborough', '42716-0894');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1871, 'Prince', 'Bernier', 'F', '2005-05-22', 'San Marino', '63215 Bailey Skyway', 'Felipashire', '37811-8425');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1872, 'Stella', 'Adams', 'M', '1977-11-30', 'Ethiopia', '6656 Jaime Square', 'West Guidoborough', '96583');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1873, 'Faustino', 'Streich', 'F', '2000-01-19', 'Thailand', '02457 Jacinthe Square Apt. 564', 'New Garryfurt', '88266-1296');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1874, 'Anthony', 'Wintheiser', 'M', '2003-06-13', 'China', '32645 Macejkovic Extension', 'Port Josiannestad', '24296');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1875, 'Amiya', 'Orn', 'F', '1986-12-12', 'Uzbekistan', '14860 Nolan Circle Suite 923', 'Reinaland', '15025');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1876, 'Sage', 'Quigley', 'M', '2002-02-22', 'Bouvet Island (Bouvetoya)', '754 Edd Cove Apt. 487', 'South Rylee', '61887');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1877, 'Ephraim', 'Schowalter', 'F', '1993-01-17', 'Guinea-Bissau', '09406 Antonina Heights Suite 414', 'Burdetteview', '30692');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1878, 'Crystal', 'Schoen', 'M', '1993-03-29', 'Bahrain', '733 Yasmine Plains', 'Marquardtborough', '77865-3298');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1879, 'Makayla', 'O\'Reilly', 'F', '1975-08-16', 'Anguilla', '22762 Rey Forge', 'West Arlene', '11081');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1880, 'Gunnar', 'Koepp', 'M', '2011-11-09', 'Gibraltar', '7980 Walter Road', 'Gibsonshire', '19959-6821');
|
|
INSERT INTO patient (`PID`, `Name`, `Surname`, `Gender`, `DoB`, `Country`, `StreetAddress`, `City`, `Postal`) VALUES (1881, 'Marilie', 'Abbott', 'F', '2006-06-01', 'Jordan', '22557 Hassie Via Apt. 258', 'Alvenafort', '91291-6225');
|
|
|
|
|