-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathperson.sql
50 lines (50 loc) · 12.2 KB
/
person.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (1, 'Bessy', 'Stillman', 'Maxfield', 53, '110 205 3647', 'smaxfield0@sohu.com', 4, 'U845AU475', 'iPad');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (2, 'Kinnie', 'Clemmie', 'Domsalla', 21, '447 716 7270', 'cdomsalla1@google.com', 2, 'Q417IU671', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (3, 'Idalina', 'Simone', 'Kopke', 36, '960 203 5645', 'skopke2@nifty.com', 4, 'D100SP630', 'iPad');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (4, 'Serene', 'Bryanty', 'Vowels', 42, '604 978 8061', 'bvowels3@clickbank.net', 3, 'G636IZ552', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (5, 'Keene', 'Barde', 'Careswell', 30, '639 532 9345', 'bcareswell4@pagesperso-orange.fr', 2, 'Z529GH958', 'Phone');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (6, 'Darcee', 'Rocky', 'Scown', 33, '688 717 3188', 'rscown5@scribd.com', 2, 'T740ZQ676', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (7, 'Vaughn', 'Eb', 'Manwaring', 29, '938 818 4917', 'emanwaring6@macromedia.com', 4, 'A100PV898', 'iPad');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (8, 'Stormi', 'Chaddie', 'Snead', 43, '170 481 4756', 'csnead7@state.gov', 4, 'H012RA495', 'Phone');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (9, 'Briana', 'Jeff', 'Jizhaki', 43, '488 973 4214', 'jjizhaki8@cafepress.com', 4, 'Y419NX164', 'Phone');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (10, 'Dyann', 'Rudie', 'Windress', 40, '730 266 0008', 'rwindress9@taobao.com', 2, 'L939VI421', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (11, 'Tuck', 'Hendrik', 'Forbear', 45, '224 546 7984', 'hforbeara@printfriendly.com', 3, 'Z455GZ824', 'Phone');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (12, 'Elissa', 'Curry', 'Attridge', 53, '924 582 8679', 'cattridgeb@cbsnews.com', 2, 'S313RK833', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (13, 'Arie', 'Regan', 'Wase', 42, '982 501 8321', 'rwasec@phpbb.com', 4, 'O020UE805', 'Desktop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (14, 'Freddy', 'Townsend', 'Duffell', 37, '835 953 5548', 'tduffelld@yellowpages.com', 2, 'Y899CY225', 'Phone');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (15, 'Marrissa', 'Raynard', 'Tremblett', 53, '524 640 7332', 'rtremblette@lulu.com', 2, 'R174EZ691', 'iPad');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (16, 'Katya', 'Brian', 'McMurraya', 43, '351 524 3668', 'bmcmurrayaf@seesaa.net', 4, 'B140KW007', 'Phone');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (17, 'Jody', 'Hubie', 'Chave', 48, '299 534 4095', 'hchaveg@macromedia.com', 4, 'J290YH065', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (18, 'Kathie', 'Harp', 'Worwood', 40, '261 873 1813', 'hworwoodh@unc.edu', 3, 'F823ZG395', 'Desktop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (19, 'Torry', 'Raphael', 'Kaming', 46, '525 890 3683', 'rkamingi@lulu.com', 3, 'J934CY885', 'Phone');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (20, 'Maurice', 'Cord', 'Kilmurray', 49, '798 304 7049', 'ckilmurrayj@ocn.ne.jp', 2, 'Q449FD829', 'iPad');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (21, 'Elinor', 'Adriano', 'Bartaletti', 32, '430 868 6515', 'abartalettik@google.nl', 4, 'I089GB024', 'Desktop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (22, 'Paulina', 'Pace', 'Kleinert', 32, '773 875 3213', 'pkleinertl@craigslist.org', 2, 'A845YM140', 'Desktop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (23, 'Norry', 'Shep', 'Dewitt', 28, '962 809 3315', 'sdewittm@gravatar.com', 4, 'O976QK501', 'iPad');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (24, 'Marie', 'Lek', 'Zanicchi', 45, '508 216 2172', 'lzanicchin@go.com', 3, 'L807ST514', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (25, 'Shelagh', 'Rudolph', 'Cottel', 30, '383 121 4708', 'rcottelo@zdnet.com', 3, 'M100CZ729', 'Desktop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (26, 'Wenonah', 'Skippie', 'Tiler', 34, '661 293 3446', 'stilerp@nytimes.com', 4, 'U951UX174', 'Phone');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (27, 'Swen', 'Nikolos', 'Cawley', 26, '668 193 3533', 'ncawleyq@tiny.cc', 3, 'M380GY643', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (28, 'Dene', 'Sig', 'Parkhouse', 43, '351 202 8071', 'sparkhouser@shareasale.com', 3, 'D371TE152', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (29, 'Fara', 'Anatol', 'Reckhouse', 42, '209 820 3935', 'areckhouses@statcounter.com', 4, 'V836KN714', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (30, 'Kerby', 'Pietro', 'Isaac', 34, '898 315 3130', 'pisaact@wordpress.com', 4, 'S036QH346', 'Desktop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (31, 'Mavis', 'Tommy', 'Wildey', 36, '467 889 6731', 'twildeyu@buzzfeed.com', 2, 'V362PE684', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (32, 'Charmane', 'Seth', 'Scowen', 54, '846 660 1753', 'sscowenv@sogou.com', 2, 'E150FO491', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (33, 'Hanna', 'Johny', 'Hellyar', 50, '680 118 9395', 'jhellyarw@lulu.com', 2, 'J265EJ135', 'Phone');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (34, 'Ferrell', 'Loren', 'Klesse', 23, '798 312 4778', 'lklessex@imgur.com', 2, 'G575FI322', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (35, 'Arlette', 'Salomone', 'Cecchetelli', 49, '550 369 6637', 'scecchetelliy@smh.com.au', 3, 'Z404CA598', 'Desktop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (36, 'Petr', 'Clemens', 'Roseby', 50, '265 258 8308', 'crosebyz@networksolutions.com', 3, 'K189BO789', 'Desktop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (37, 'Gayler', 'Nevin', 'Gisburn', 36, '124 809 5104', 'ngisburn10@taobao.com', 2, 'L641QZ850', 'iPad');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (38, 'Cory', 'Brockie', 'Vicioso', 43, '701 992 3143', 'bvicioso11@pinterest.com', 2, 'Q961CU625', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (39, 'Joelynn', 'Cleve', 'Spinas', 29, '345 542 8958', 'cspinas12@themeforest.net', 4, 'I452MP959', 'iPad');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (40, 'Noel', 'Gayelord', 'Gooden', 41, '423 387 4381', 'ggooden13@lycos.com', 2, 'U113KV390', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (41, 'Kennedy', 'Gasparo', 'Skittrell', 45, '669 438 1000', 'gskittrell14@seattletimes.com', 4, 'J320II769', 'iPad');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (42, 'Ardelia', 'Nikolos', 'Drinkall', 48, '877 345 0551', 'ndrinkall15@va.gov', 4, 'H604TH116', 'Phone');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (43, 'Jesse', 'Silvio', 'Woollcott', 39, '254 418 9303', 'swoollcott16@clickbank.net', 4, 'G748WX084', 'Desktop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (44, 'Jess', 'Les', 'Bottjer', 46, '982 920 2609', 'lbottjer17@linkedin.com', 2, 'U313LX750', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (45, 'Ira', 'Lennie', 'Spridgen', 41, '662 974 5835', 'lspridgen18@gnu.org', 4, 'Q724TV030', 'Phone');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (46, 'Westleigh', 'Edouard', 'Chuck', 45, '382 684 5030', 'echuck19@toplist.cz', 3, 'J851ZG559', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (47, 'Jacklin', 'Sander', 'Got', 46, '927 294 6358', 'sgot1a@issuu.com', 4, 'L002EN735', 'Laptop');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (48, 'Charlie', 'Bing', 'Jeeks', 54, '883 187 6978', 'bjeeks1b@dion.ne.jp', 2, 'D825KN669', 'iPad');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (49, 'Wadsworth', 'Wilbert', 'Pasterfield', 33, '158 767 9548', 'wpasterfield1c@un.org', 2, 'R428IH631', 'iPad');
insert into person (person_id, first_name, middle_name, last_name, age, phone_number, email_id, address_id, insurance_id, device_type) values (50, 'Kile', 'Gino', 'Dorkens', 46, '943 380 7721', 'gdorkens1d@addthis.com', 2, 'P389SG255', 'iPad');