forked from ArielleRamgoolie/MyBnB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hosts.sql
198 lines (198 loc) · 51.3 KB
/
Hosts.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (6, 'aloxley2', 'pw', 'Andris', 'Loxley', '49288 Lake View Parkway', '1992-01-12', 'Project Manager', 100000006, 'h', '5002355825474401');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (8, 'hcondict3', 'pw', 'Hesther', 'Condict', '54 Green Ridge Hill', '1988-08-28', 'Help Desk Technician', 100000008, 'h', '502010028887720179');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (10, 'lsakins4', 'pw', 'Lory', 'Sakins', '56048 Dayton Park', '1981-01-10', 'Help Desk Operator', 100000010, 'h', '6763666726203112');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (12, 'mfairbanks5', 'pw', 'Mara', 'Fairbanks', '169 Warbler Circle', '1966-03-08', 'Information Systems Manager', 100000012, 'h', '3531492169781326');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (14, 'gborleace6', 'pw', 'Guthrie', 'Borleace', '44 Division Street', '1979-01-17', 'Payment Adjustment Coordinator', 100000014, 'h', '30451929545324');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (16, 'fvina7', 'pw', 'Farris', 'Vina', '5 Becker Trail', '2002-02-01', 'Editor', 100000016, 'h', '6709889664279167562');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (18, 'jespinet8', 'pw', 'Julina', 'Espinet', '8 Sachs Pass', '1986-09-24', 'Pharmacist', 100000018, 'h', '5602225393981679');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (20, 'checkner9', 'pw', 'Cart', 'Heckner', '484 Hermina Center', '1991-05-24', 'GIS Technical Architect', 100000020, 'h', '5048373210010603');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (22, 'dgribbona', 'pw', 'Delmor', 'Gribbon', '98 Susan Trail', '1964-09-05', 'Professor', 100000022, 'h', '561092083968673463');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (24, 'fmccorleyb', 'pw', 'Faustine', 'McCorley', '6 Fairview Avenue', '1965-12-31', 'Senior Financial Analyst', 100000024, 'h', '490561980535472556');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (26, 'cvaladezc', 'pw', 'Consolata', 'Valadez', '21137 5th Parkway', '1992-08-31', 'Speech Pathologist', 100000026, 'h', '5100144939292649');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (28, 'aleroyd', 'pw', 'Abbe', 'Leroy', '72 Stoughton Terrace', '1959-04-17', 'Tax Accountant', 100000028, 'h', '3587885849878235');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (30, 'iminguete', 'pw', 'Inigo', 'Minguet', '49823 Schiller Street', '1996-05-10', 'Environmental Specialist', 100000030, 'h', '6763966149099331');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (32, 'tbottingf', 'pw', 'Tami', 'Botting', '2 Amoth Circle', '1989-08-29', 'Project Manager', 100000032, 'h', '4539760833650');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (34, 'dbarmadierg', 'pw', 'Dean', 'Barmadier', '042 Monica Plaza', '1958-02-23', 'Software Consultant', 100000034, 'h', '3554040583657754');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (36, 'seddisonh', 'pw', 'Swen', 'Eddison', '356 Talisman Drive', '1957-05-06', 'Senior Quality Engineer', 100000036, 'h', '6384778227281437');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (38, 'msilverstoni', 'pw', 'Maryjane', 'Silverston', '94371 Dorton Drive', '1989-02-09', 'Librarian', 100000038, 'h', '3549138579963299');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (40, 'rmccaigj', 'pw', 'Randie', 'McCaig', '628 Golf View Road', '1982-07-14', 'Structural Engineer', 100000040, 'h', '3559868499884731');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (42, 'mdwanek', 'pw', 'Mortimer', 'Dwane', '29012 Burning Wood Avenue', '1956-03-15', 'Geologist IV', 100000042, 'h', '3554384469368361');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (44, 'lpedrozzil', 'pw', 'Lorianna', 'Pedrozzi', '970 Mandrake Trail', '1967-05-08', 'Occupational Therapist', 100000044, 'h', '3573644407534680');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (46, 'asemarkem', 'pw', 'Arley', 'Semarke', '8301 Old Shore Lane', '1993-05-15', 'Structural Analysis Engineer', 100000046, 'h', '374622692172306');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (48, 'kpoweleen', 'pw', 'Karrie', 'Powelee', '9869 Clemons Parkway', '1965-09-08', 'Web Developer III', 100000048, 'h', '3564827061101851');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (50, 'dkeslakeo', 'pw', 'Dory', 'Keslake', '4 3rd Trail', '1959-07-21', 'Professor', 100000050, 'h', '3535409971409249');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (52, 'gbucklanp', 'pw', 'Greta', 'Bucklan', '5703 Anniversary Drive', '1965-07-31', 'General Manager', 100000052, 'h', '4903149147291762708');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (54, 'jcarnsonq', 'pw', 'Jennine', 'Carnson', '0 Waxwing Place', '1995-03-26', 'Information Systems Manager', 100000054, 'h', '6759472914886362');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (56, 'lmcallisterr', 'pw', 'Lorry', 'McAllister', '1684 Kinsman Lane', '1974-08-08', 'Assistant Media Planner', 100000056, 'h', '3573309779061767');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (58, 'athechams', 'pw', 'Aleta', 'Thecham', '97 Trailsway Point', '1988-10-23', 'Chief Design Engineer', 100000058, 'h', '3554392620086434');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (60, 'hcarndufft', 'pw', 'Hattie', 'Carnduff', '653 Clarendon Way', '1968-10-11', 'Account Executive', 100000060, 'h', '5038347749324114627');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (62, 'akiddeyu', 'pw', 'Ali', 'Kiddey', '158 Novick Pass', '1961-10-30', 'Account Executive', 100000062, 'h', '6763108639701095492');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (64, 'rorrv', 'pw', 'Roxine', 'Orr', '50 Larry Terrace', '1966-07-01', 'Operator', 100000064, 'h', '564182659489183382');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (66, 'amactrustyw', 'pw', 'Avery', 'MacTrusty', '35116 Florence Parkway', '1984-10-25', 'Programmer IV', 100000066, 'h', '3587614554660947');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (68, 'tjedrzejczakx', 'pw', 'Talia', 'Jedrzejczak', '7371 Emmet Road', '1979-03-25', 'Physical Therapy Assistant', 100000068, 'h', '5602243137967730');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (70, 'dcolombiery', 'pw', 'Dido', 'Colombier', '512 Glendale Terrace', '1970-01-16', 'Structural Engineer', 100000070, 'h', '3560406236640889');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (72, 'atavinorz', 'pw', 'Abramo', 'Tavinor', '96 Gateway Way', '1981-11-04', 'Assistant Media Planner', 100000072, 'h', '3588458762696684');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (74, 'dpiatek10', 'pw', 'Dagny', 'Piatek', '65500 Kennedy Terrace', '1967-03-09', 'Compensation Analyst', 100000074, 'h', '3547671765156635');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (76, 'erookes11', 'pw', 'Emmott', 'Rookes', '65 Lakewood Gardens Park', '1973-10-27', 'Internal Auditor', 100000076, 'h', '3586843796005311');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (78, 'dedmund12', 'pw', 'Donnie', 'Edmund', '99 Huxley Circle', '2001-03-17', 'Registered Nurse', 100000078, 'h', '5416229172142772');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (80, 'jmalec13', 'pw', 'Jaye', 'Malec', '9 Chive Crossing', '1971-08-15', 'Product Engineer', 100000080, 'h', '30182085320505');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (82, 'mbutrimovich14', 'pw', 'Meyer', 'Butrimovich', '648 Red Cloud Plaza', '1959-04-13', 'Internal Auditor', 100000082, 'h', '560221654028208536');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (84, 'hmanders15', 'pw', 'Hester', 'Manders', '913 Moulton Road', '1972-10-08', 'Editor', 100000084, 'h', '3535762707557768');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (86, 'rfaers16', 'pw', 'Rosene', 'Faers', '1 Annamark Way', '1961-12-03', 'Clinical Specialist', 100000086, 'h', '3551370348326335');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (88, 'jseif17', 'pw', 'Jobi', 'Seif', '5 Mesta Hill', '1984-06-23', 'Financial Analyst', 100000088, 'h', '3582548626394058');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (90, 'hfelgate18', 'pw', 'Herman', 'Felgate', '535 Beilfuss Pass', '1957-08-15', 'Executive Secretary', 100000090, 'h', '3562550526796444');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (92, 'ugrigorio19', 'pw', 'Ulrich', 'Grigorio', '644 Erie Point', '1996-02-04', 'Chief Design Engineer', 100000092, 'h', '6396439571234235');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (94, 'dradborne1a', 'pw', 'Diane-marie', 'Radborne', '6 Jackson Road', '1981-07-20', 'Media Manager II', 100000094, 'h', '3561126455991370');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (96, 'gfellgate1b', 'pw', 'Glynnis', 'Fellgate', '6907 Eagan Parkway', '1997-10-19', 'Systems Administrator II', 100000096, 'h', '3571013712503123');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (98, 'rgarrard1c', 'pw', 'Reade', 'Garrard', '616 Heath Park', '1997-11-08', 'GIS Technical Architect', 100000098, 'h', '6761370638614225');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (100, 'dquiddinton1d', 'pw', 'Drusi', 'Quiddinton', '6 Packers Circle', '2000-04-07', 'Registered Nurse', 100000100, 'h', '376680459656315');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (102, 'kgutcher1e', 'pw', 'Keslie', 'Gutcher', '53700 Chive Circle', '1978-11-12', 'Help Desk Operator', 100000102, 'h', '5100175586425801');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (104, 'rbarniss1f', 'pw', 'Randie', 'Barniss', '6376 Superior Pass', '1983-07-18', 'Actuary', 100000104, 'h', '3564948725735569');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (106, 'emcginnis1g', 'pw', 'Eugene', 'McGinnis', '576 Birchwood Hill', '1998-07-13', 'Account Coordinator', 100000106, 'h', '3577169217947316');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (108, 'rbohl1h', 'pw', 'Rodolphe', 'Bohl', '4219 Muir Court', '1969-06-17', 'Actuary', 100000108, 'h', '374283533861779');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (110, 'atradewell1i', 'pw', 'Andra', 'Tradewell', '70610 Randy Alley', '1959-03-04', 'Food Chemist', 100000110, 'h', '30190322765077');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (112, 'dprendergrass1j', 'pw', 'Demetria', 'Prendergrass', '4 Sloan Road', '1978-10-07', 'Automation Specialist IV', 100000112, 'h', '3565875377903667');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (114, 'rmatterson1k', 'pw', 'Rosco', 'Matterson', '40129 Maple Wood Place', '1984-01-19', 'Clinical Specialist', 100000114, 'h', '3562650268929995');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (116, 'aprudham1l', 'pw', 'Arlana', 'Prudham', '75139 Little Fleur Parkway', '1973-09-19', 'Occupational Therapist', 100000116, 'h', '3537988593809504');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (118, 'jgeorgiev1m', 'pw', 'Jeremias', 'Georgiev', '85 Coleman Plaza', '1966-06-11', 'Civil Engineer', 100000118, 'h', '30207236206293');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (120, 'rdunstall1n', 'pw', 'Reeba', 'Dunstall', '77725 Bay Drive', '1997-07-12', 'Community Outreach Specialist', 100000120, 'h', '503878708472843051');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (122, 'gsoftley1o', 'pw', 'Gaylor', 'Softley', '10 Blaine Avenue', '1997-07-20', 'Senior Developer', 100000122, 'h', '3546328004508339');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (124, 'ealfonsini1p', 'pw', 'Eugene', 'Alfonsini', '2425 Jackson Junction', '1991-10-23', 'Senior Financial Analyst', 100000124, 'h', '3562746999970850');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (126, 'pchessor1q', 'pw', 'Phaidra', 'Chessor', '3 Twin Pines Circle', '1967-11-04', 'Assistant Manager', 100000126, 'h', '5496748232248744');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (128, 'bsokell1r', 'pw', 'Berrie', 'Sokell', '65 Derek Alley', '1963-08-23', 'Staff Accountant III', 100000128, 'h', '5454101518185075');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (130, 'kjiri1s', 'pw', 'Kristan', 'Jiri', '7 Charing Cross Hill', '1961-01-09', 'Help Desk Operator', 100000130, 'h', '6709719192999635');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (132, 'lmacskeaghan1t', 'pw', 'Linette', 'MacSkeaghan', '12 Northwestern Terrace', '1974-07-05', 'Geological Engineer', 100000132, 'h', '4917412932775092');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (134, 'mwellings1u', 'pw', 'Margeaux', 'Wellings', '7442 Stang Park', '1977-01-18', 'Developer III', 100000134, 'h', '491189760384015544');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (136, 'garnault1v', 'pw', 'Gusti', 'Arnault', '37 Nobel Center', '1982-07-09', 'Mechanical Systems Engineer', 100000136, 'h', '3579301999884221');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (138, 'hglasser1w', 'pw', 'Haydon', 'Glasser', '54182 Manley Alley', '1974-12-31', 'Assistant Media Planner', 100000138, 'h', '3571786791602961');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (140, 'cnowell1x', 'pw', 'Carmine', 'Nowell', '84723 Lerdahl Lane', '1990-01-10', 'Geological Engineer', 100000140, 'h', '3549276035652666');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (142, 'jzukerman1y', 'pw', 'Jenna', 'Zukerman', '02198 Clarendon Trail', '1982-04-14', 'Administrative Assistant I', 100000142, 'h', '3548154898393986');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (144, 'apirkis1z', 'pw', 'Andie', 'Pirkis', '791 Debra Alley', '1968-01-13', 'VP Product Management', 100000144, 'h', '5610922050492350');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (146, 'bschonfelder20', 'pw', 'Burton', 'Schonfelder', '1298 Dawn Drive', '1977-02-04', 'Product Engineer', 100000146, 'h', '5010125561157563');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (148, 'blakenton21', 'pw', 'Bonni', 'Lakenton', '4 Melrose Junction', '1986-11-03', 'Senior Quality Engineer', 100000148, 'h', '3548199294289379');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (150, 'gboyles22', 'pw', 'Griffie', 'Boyles', '667 Boyd Alley', '1980-01-24', 'Account Coordinator', 100000150, 'h', '374288302292064');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (152, 'mstannis23', 'pw', 'Maryellen', 'Stannis', '1 Hagan Road', '1956-08-03', 'Environmental Specialist', 100000152, 'h', '560223411600875689');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (154, 'dmaskill24', 'pw', 'Den', 'Maskill', '77532 Autumn Leaf Plaza', '1967-03-23', 'Social Worker', 100000154, 'h', '3577245465978284');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (156, 'cmcvicker25', 'pw', 'Cristin', 'McVicker', '641 Lerdahl Center', '1960-08-31', 'Quality Engineer', 100000156, 'h', '3547952520256666');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (158, 'dmole26', 'pw', 'Deana', 'Mole', '5192 Sundown Park', '1961-04-27', 'Research Associate', 100000158, 'h', '3578149638528860');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (160, 'prisebrow27', 'pw', 'Pascale', 'Risebrow', '94080 Stuart Street', '1978-03-30', 'Senior Developer', 100000160, 'h', '5010124511759958');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (162, 'lgrindell28', 'pw', 'Lizbeth', 'Grindell', '01 Garrison Park', '1972-11-29', 'Help Desk Technician', 100000162, 'h', '201753194782620');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (164, 'criediger29', 'pw', 'Curcio', 'Riediger', '1 8th Drive', '1994-01-26', 'Research Assistant I', 100000164, 'h', '3565206204550481');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (166, 'cbissex2a', 'pw', 'Corilla', 'Bissex', '4819 Fisk Crossing', '1977-07-01', 'Software Test Engineer I', 100000166, 'h', '5256209444244765');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (168, 'zmangenet2b', 'pw', 'Zilvia', 'Mangenet', '02427 Sunbrook Lane', '2002-01-23', 'Project Manager', 100000168, 'h', '5602232040186744');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (170, 'taizic2c', 'pw', 'Thorstein', 'Aizic', '20 Carioca Road', '1985-06-03', 'Nurse Practicioner', 100000170, 'h', '3564065494304426');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (172, 'lfourcade2d', 'pw', 'Lorine', 'Fourcade', '87 Walton Parkway', '1957-06-14', 'Software Consultant', 100000172, 'h', '4913654631819010');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (174, 'dmcpartling2e', 'pw', 'Duffie', 'McPartling', '2253 Paget Plaza', '1989-02-17', 'Software Test Engineer I', 100000174, 'h', '6331101091848690');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (176, 'lwakenshaw2f', 'pw', 'Leonora', 'Wakenshaw', '2402 Blaine Parkway', '1989-03-10', 'Help Desk Operator', 100000176, 'h', '344238307888637');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (178, 'lcranage2g', 'pw', 'Lanna', 'Cranage', '06171 Oakridge Lane', '1962-09-29', 'Web Designer I', 100000178, 'h', '6759149256482907');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (180, 'gbushell2h', 'pw', 'Germain', 'Bushell', '32114 Kingsford Lane', '1988-03-03', 'Recruiter', 100000180, 'h', '3575123558876115');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (182, 'eleask2i', 'pw', 'Essie', 'Leask', '1945 Mandrake Plaza', '2000-01-14', 'Pharmacist', 100000182, 'h', '6761452629112946579');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (184, 'zsharpless2j', 'pw', 'Zena', 'Sharpless', '109 Rutledge Drive', '1988-01-24', 'Web Designer I', 100000184, 'h', '3555508424169535');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (186, 'astellino2k', 'pw', 'Alfy', 'Stellino', '2 Oneill Center', '1986-05-28', 'Speech Pathologist', 100000186, 'h', '5100142343704928');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (188, 'gbursnall2l', 'pw', 'Gene', 'Bursnall', '19388 Coolidge Alley', '1991-05-18', 'Engineer II', 100000188, 'h', '372301266305103');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (190, 'olydford2m', 'pw', 'Ollie', 'Lydford', '81670 Merrick Hill', '1959-03-08', 'Account Coordinator', 100000190, 'h', '5020695077359950');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (192, 'mfilipson2n', 'pw', 'Moselle', 'Filipson', '63167 Mosinee Plaza', '1990-04-14', 'Nurse', 100000192, 'h', '3553588726743080');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (194, 'kcurbishley2o', 'pw', 'Kalila', 'Curbishley', '2645 Portage Plaza', '1963-06-02', 'Biostatistician IV', 100000194, 'h', '502067965388753211');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (196, 'aairy2p', 'pw', 'Arvie', 'Airy', '3477 Moland Alley', '1977-07-07', 'Media Manager IV', 100000196, 'h', '30378086587676');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (198, 'dbasili2q', 'pw', 'Darya', 'Basili', '249 Arkansas Drive', '1971-10-08', 'Desktop Support Technician', 100000198, 'h', '5602237355726190');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (200, 'wferrand2r', 'pw', 'Wiley', 'Ferrand', '57331 Butterfield Plaza', '1993-07-15', 'VP Marketing', 100000200, 'h', '201978030225035');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (202, 'lcroneen2s', 'pw', 'Lizzy', 'Croneen', '220 Thackeray Street', '1970-12-22', 'Speech Pathologist', 100000202, 'h', '3540021955238511');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (204, 'lroffe2t', 'pw', 'Lauree', 'Roffe', '2 Clyde Gallagher Parkway', '1994-11-07', 'Quality Control Specialist', 100000204, 'h', '3589056980470491');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (206, 'sgilbart2u', 'pw', 'Spike', 'Gilbart', '5 Gulseth Junction', '1966-06-26', 'Quality Control Specialist', 100000206, 'h', '3538034145355248');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (208, 'flarkin2v', 'pw', 'Ferdinand', 'Larkin', '6 Twin Pines Way', '1987-12-31', 'Desktop Support Technician', 100000208, 'h', '4017950551257180');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (210, 'mmounsey2w', 'pw', 'Marc', 'Mounsey', '11 Summer Ridge Pass', '1957-12-08', 'Chief Design Engineer', 100000210, 'h', '63043228924239076');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (212, 'rbratten2x', 'pw', 'Renee', 'Bratten', '2750 3rd Parkway', '1976-09-21', 'Environmental Tech', 100000212, 'h', '3528809320031025');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (214, 'afoffano2y', 'pw', 'Agneta', 'Foffano', '940 Heffernan Trail', '1974-10-08', 'Computer Systems Analyst I', 100000214, 'h', '4903769792878086119');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (216, 'tpennini2z', 'pw', 'Tucky', 'Pennini', '942 Delladonna Road', '1958-04-28', 'Office Assistant I', 100000216, 'h', '4017957187917');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (218, 'lsheehy30', 'pw', 'Lee', 'Sheehy', '04929 Packers Place', '1981-06-12', 'Internal Auditor', 100000218, 'h', '3569963056243195');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (220, 'wscoterbosh31', 'pw', 'Winfred', 'Scoterbosh', '9 Harper Court', '1970-11-03', 'VP Accounting', 100000220, 'h', '374288666351423');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (222, 'odowker32', 'pw', 'Othelia', 'Dowker', '60 Dorton Park', '1994-08-27', 'Structural Analysis Engineer', 100000222, 'h', '63047250040395174');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (224, 'gdinis33', 'pw', 'Gael', 'Dinis', '734 Trailsway Road', '1962-03-31', 'Junior Executive', 100000224, 'h', '374288659464274');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (226, 'tweavill34', 'pw', 'Tobiah', 'Weavill', '74 Duke Drive', '1984-04-10', 'Administrative Assistant IV', 100000226, 'h', '3531316582766509');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (228, 'scalfe35', 'pw', 'Shirleen', 'Calfe', '74504 Bobwhite Trail', '1969-02-01', 'Clinical Specialist', 100000228, 'h', '3560926685111330');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (230, 'ecarillo36', 'pw', 'Elinor', 'Carillo', '3531 Morrow Crossing', '1968-10-03', 'Software Consultant', 100000230, 'h', '201467988456420');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (232, 'benion37', 'pw', 'Bambie', 'Enion', '485 Fulton Center', '1969-12-06', 'Accountant III', 100000232, 'h', '30052670469571');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (234, 'dmcgonigle38', 'pw', 'Daria', 'McGonigle', '27060 Autumn Leaf Circle', '1969-02-27', 'Marketing Assistant', 100000234, 'h', '5602228632899751');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (236, 'gheffron39', 'pw', 'Glen', 'Heffron', '928 Talmadge Pass', '1989-08-24', 'Marketing Assistant', 100000236, 'h', '3537193240937697');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (238, 'rselcraig3a', 'pw', 'Rice', 'Selcraig', '05 Sachs Alley', '1984-04-19', 'Nuclear Power Engineer', 100000238, 'h', '374288941460643');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (240, 'ngoodchild3b', 'pw', 'Natalee', 'Goodchild', '8 John Wall Pass', '1980-05-24', 'Technical Writer', 100000240, 'h', '3587032604679587');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (242, 'rboller3c', 'pw', 'Reeba', 'Boller', '83 Hermina Circle', '1980-06-16', 'Payment Adjustment Coordinator', 100000242, 'h', '30520818621105');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (244, 'dgreally3d', 'pw', 'Darcie', 'Greally', '07 Sachtjen Trail', '1993-08-05', 'Electrical Engineer', 100000244, 'h', '3581376578205887');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (246, 'lsabey3e', 'pw', 'Laure', 'Sabey', '5056 Judy Drive', '1990-01-02', 'Help Desk Technician', 100000246, 'h', '561018866980812510');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (248, 'whewertson3f', 'pw', 'Waldo', 'Hewertson', '575 New Castle Park', '1999-12-03', 'Tax Accountant', 100000248, 'h', '5592508465814585');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (250, 'hkegg3g', 'pw', 'Hamel', 'Kegg', '2 8th Road', '1971-06-02', 'Staff Accountant II', 100000250, 'h', '3567284563949980');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (252, 'mbullent3h', 'pw', 'Marcelia', 'Bullent', '494 Fremont Crossing', '1963-10-12', 'Systems Administrator III', 100000252, 'h', '30365902199596');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (254, 'avaen3i', 'pw', 'Aurelie', 'Vaen', '975 Crownhardt Hill', '1984-07-31', 'Legal Assistant', 100000254, 'h', '633404979349582515');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (256, 'greyner3j', 'pw', 'George', 'Reyner', '76 Mifflin Street', '1986-03-04', 'Programmer Analyst III', 100000256, 'h', '5100139271963807');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (258, 'mtrematick3k', 'pw', 'Meggie', 'Trematick', '92 International Trail', '1984-05-25', 'Account Coordinator', 100000258, 'h', '201929655329644');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (260, 'rhanny3l', 'pw', 'Riki', 'Hanny', '16 Village Green Hill', '1964-01-27', 'Food Chemist', 100000260, 'h', '3579543913891879');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (262, 'bmuselli3m', 'pw', 'Barry', 'Muselli', '741 Washington Lane', '1989-02-10', 'Operator', 100000262, 'h', '3534969870421042');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (264, 'djosofovitz3n', 'pw', 'Demetria', 'Josofovitz', '521 Ludington Terrace', '2002-07-23', 'VP Marketing', 100000264, 'h', '3589607744698858');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (266, 'csebert3o', 'pw', 'Caspar', 'Sebert', '73795 Anhalt Way', '1959-02-20', 'Geologist II', 100000266, 'h', '630454464961217216');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (268, 'bgiacometti3p', 'pw', 'Britta', 'Giacometti', '34971 Pierstorff Place', '1990-03-09', 'Media Manager II', 100000268, 'h', '3531884111176128');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (270, 'fnys3q', 'pw', 'Fields', 'Nys', '5 Gateway Way', '1977-06-03', 'Media Manager I', 100000270, 'h', '3546763883409607');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (272, 'aiiannoni3r', 'pw', 'Ashleigh', 'Iiannoni', '0 Ridgeview Street', '1977-02-24', 'Librarian', 100000272, 'h', '4041598869921664');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (274, 'kaccombe3s', 'pw', 'Kaitlin', 'Accombe', '3 Ronald Regan Alley', '1999-06-25', 'Account Representative II', 100000274, 'h', '5100174437103584');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (276, 'jborland3t', 'pw', 'Jordon', 'Borland', '66 Anniversary Drive', '1998-11-24', 'Food Chemist', 100000276, 'h', '3575150099677843');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (278, 'credd3u', 'pw', 'Carol-jean', 'Redd', '9968 Jenifer Street', '1959-03-08', 'Chemical Engineer', 100000278, 'h', '201785084814147');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (280, 'bhydes3v', 'pw', 'Barrett', 'Hydes', '92 Dakota Place', '1986-09-15', 'Senior Financial Analyst', 100000280, 'h', '3542858882186224');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (282, 'awinpenny3w', 'pw', 'Aldis', 'Winpenny', '37179 Daystar Road', '1990-09-26', 'Project Manager', 100000282, 'h', '201656513830931');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (284, 'kbeavan3x', 'pw', 'Kale', 'Beavan', '61317 South Hill', '1994-03-30', 'Financial Analyst', 100000284, 'h', '372578400955600');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (286, 'whancorn3y', 'pw', 'Wayland', 'Hancorn', '126 Carey Junction', '1972-04-02', 'Research Nurse', 100000286, 'h', '3588231822881863');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (288, 'achaytor3z', 'pw', 'Alta', 'Chaytor', '8 Dixon Terrace', '1971-10-19', 'Administrative Assistant II', 100000288, 'h', '5238801647624042');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (290, 'cbowater40', 'pw', 'Cirstoforo', 'Bowater', '2860 5th Road', '1972-07-25', 'Quality Control Specialist', 100000290, 'h', '67636140723863978');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (292, 'sblondin41', 'pw', 'Suellen', 'Blondin', '65 Lawn Pass', '1985-08-22', 'Payment Adjustment Coordinator', 100000292, 'h', '5108759346078265');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (294, 'tburdikin42', 'pw', 'Thebault', 'Burdikin', '08 Myrtle Junction', '1964-08-26', 'Senior Cost Accountant', 100000294, 'h', '36971110727062');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (296, 'mgrammer43', 'pw', 'Mireille', 'Grammer', '17871 Grayhawk Court', '1961-07-27', 'Software Engineer III', 100000296, 'h', '4913129302045021');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (298, 'dokeefe44', 'pw', 'Doria', 'O''Keefe', '70 Red Cloud Plaza', '1966-04-21', 'Financial Advisor', 100000298, 'h', '3542829781336962');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (300, 'sredding45', 'pw', 'Sally', 'Redding', '031 Hanover Alley', '1964-11-12', 'Electrical Engineer', 100000300, 'h', '3559854988285465');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (302, 'ebernaldo46', 'pw', 'Elie', 'Bernaldo', '496 Green Place', '1985-02-22', 'Accountant III', 100000302, 'h', '3542012188607232');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (304, 'emoroney47', 'pw', 'Elna', 'Moroney', '42171 Kedzie Parkway', '1988-03-06', 'Analog Circuit Design manager', 100000304, 'h', '3582198646084790');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (306, 'rcarless48', 'pw', 'Russ', 'Carless', '01250 Gale Road', '1995-01-18', 'Editor', 100000306, 'h', '30511493058564');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (308, 'ckupker49', 'pw', 'Carmina', 'Kupker', '949 Old Shore Way', '1967-01-27', 'Nurse', 100000308, 'h', '3560456670459528');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (310, 'dtierny4a', 'pw', 'Drucie', 'Tierny', '21391 Sunbrook Avenue', '1966-01-31', 'Accountant III', 100000310, 'h', '6333013048882356218');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (312, 'aleggat4b', 'pw', 'Ava', 'Leggat', '136 Westerfield Drive', '1972-02-06', 'General Manager', 100000312, 'h', '201468508017973');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (314, 'wwearne4c', 'pw', 'Wylma', 'Wearne', '56 Sloan Park', '1961-01-01', 'Pharmacist', 100000314, 'h', '5100179690917539');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (316, 'lcornehl4d', 'pw', 'Lorita', 'Cornehl', '1352 David Crossing', '1970-09-11', 'Assistant Manager', 100000316, 'h', '3551595918273612');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (318, 'lsmaling4e', 'pw', 'Lurleen', 'Smaling', '13 Barnett Trail', '1998-01-01', 'Programmer III', 100000318, 'h', '4405233764425542');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (320, 'mabthorpe4f', 'pw', 'Myrtice', 'Abthorpe', '0542 Artisan Alley', '2002-04-18', 'Associate Professor', 100000320, 'h', '5641829753203724884');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (322, 'dwanek4g', 'pw', 'Devondra', 'Wanek', '658 2nd Street', '1964-02-04', 'Biostatistician III', 100000322, 'h', '6334714338974495655');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (324, 'ahigginbottam4h', 'pw', 'Asa', 'Higginbottam', '01 Almo Park', '1967-05-18', 'Senior Sales Associate', 100000324, 'h', '371118026280637');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (326, 'cgaytor4i', 'pw', 'Callie', 'Gaytor', '17 Dixon Plaza', '1995-11-17', 'Paralegal', 100000326, 'h', '3531786624523722');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (328, 'gwynrahame4j', 'pw', 'Gav', 'Wynrahame', '3 Summit Point', '1978-05-30', 'VP Accounting', 100000328, 'h', '372301722294107');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (330, 'flilywhite4k', 'pw', 'Faythe', 'Lilywhite', '10 Morrow Court', '1975-08-25', 'Product Engineer', 100000330, 'h', '3573471728062153');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (332, 'rcrump4l', 'pw', 'Rena', 'Crump', '43564 Eastlawn Plaza', '1973-10-02', 'Human Resources Manager', 100000332, 'h', '4917516242418712');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (334, 'bpedden4m', 'pw', 'Beale', 'Pedden', '9 Florence Point', '1994-04-26', 'Compensation Analyst', 100000334, 'h', '3580229721846241');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (336, 'rheddan4n', 'pw', 'Rudolph', 'Heddan', '60 Charing Cross Park', '1971-08-08', 'Occupational Therapist', 100000336, 'h', '3574197551891447');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (338, 'jleachman4o', 'pw', 'Jeralee', 'Leachman', '2 Mifflin Park', '1989-02-10', 'VP Quality Control', 100000338, 'h', '3560704052919613');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (340, 'cjohantges4p', 'pw', 'Corbet', 'Johantges', '05608 Sunbrook Circle', '1983-03-11', 'Community Outreach Specialist', 100000340, 'h', '560223990461468304');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (342, 'handrick4q', 'pw', 'Heidi', 'Andrick', '5974 Del Sol Junction', '1975-01-08', 'Web Developer III', 100000342, 'h', '67063345466944230');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (344, 'bhitcham4r', 'pw', 'Brynna', 'Hitcham', '307 Oakridge Avenue', '1986-05-26', 'Engineer III', 100000344, 'h', '676756631663167562');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (346, 'cduffy4s', 'pw', 'Cassandra', 'Duffy', '738 Crownhardt Point', '1989-02-17', 'Teacher', 100000346, 'h', '4917007471672567');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (348, 'mjanny4t', 'pw', 'Merill', 'Janny', '9237 Fuller Avenue', '1959-03-12', 'VP Marketing', 100000348, 'h', '4903287215277461');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (350, 'kgreig4u', 'pw', 'Keefe', 'Greig', '1113 Maywood Court', '1980-01-31', 'Geologist II', 100000350, 'h', '5341265076254412');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (352, 'amitkin4v', 'pw', 'Ariana', 'Mitkin', '03463 Service Lane', '1990-10-29', 'Help Desk Operator', 100000352, 'h', '3539588045281423');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (354, 'dbrockett4w', 'pw', 'Donelle', 'Brockett', '640 Reinke Junction', '1992-03-17', 'Engineer IV', 100000354, 'h', '3540494142369681');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (356, 'jmanley4x', 'pw', 'Julina', 'Manley', '37921 Dawn Pass', '1997-10-18', 'Clinical Specialist', 100000356, 'h', '30338326075825');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (358, 'scastiglioni4y', 'pw', 'Steve', 'Castiglioni', '19 Browning Road', '1968-06-29', 'Information Systems Manager', 100000358, 'h', '3548148459202800');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (360, 'vdemalchar4z', 'pw', 'Vania', 'De Malchar', '9288 Memorial Alley', '2000-05-09', 'Chemical Engineer', 100000360, 'h', '633386288149695564');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (362, 'ckloisner50', 'pw', 'Cirstoforo', 'Kloisner', '3908 Gina Terrace', '1961-09-22', 'Paralegal', 100000362, 'h', '3532351108102441');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (364, 'dgirling51', 'pw', 'Darren', 'Girling', '6333 Oxford Court', '1990-03-17', 'Desktop Support Technician', 100000364, 'h', '3563556022215143');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (366, 'jvondrasek52', 'pw', 'Jackie', 'Vondrasek', '170 Prentice Junction', '2001-01-01', 'Senior Developer', 100000366, 'h', '3561619676954656');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (368, 'alangmuir53', 'pw', 'Anitra', 'Langmuir', '7 Center Street', '2002-06-21', 'Office Assistant I', 100000368, 'h', '4041595816075');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (370, 'mgyorffy54', 'pw', 'Marice', 'Gyorffy', '7379 Morningstar Junction', '1974-12-25', 'Nuclear Power Engineer', 100000370, 'h', '3569472786102267');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (372, 'sgillitt55', 'pw', 'Stephanie', 'Gillitt', '1 1st Circle', '2002-02-03', 'Graphic Designer', 100000372, 'h', '4905800904670685');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (374, 'lpedican56', 'pw', 'Levi', 'Pedican', '53 Mesta Court', '1965-11-11', 'VP Accounting', 100000374, 'h', '3556951496889292');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (376, 'awrathmell57', 'pw', 'Adella', 'Wrathmell', '74 Northwestern Center', '1971-05-24', 'Programmer Analyst IV', 100000376, 'h', '3584382539410977');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (378, 'eguislin58', 'pw', 'Emmalynne', 'Guislin', '915 Ruskin Center', '1962-10-08', 'Nurse Practicioner', 100000378, 'h', '6759269471067067');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (380, 'gharniman59', 'pw', 'Giles', 'Harniman', '80 Lawn Alley', '1972-03-04', 'Geological Engineer', 100000380, 'h', '3540087250504246');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (382, 'kwolverson5a', 'pw', 'Ky', 'Wolverson', '64467 Twin Pines Lane', '1973-12-05', 'Quality Control Specialist', 100000382, 'h', '6706924442148211686');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (384, 'emcgowing5b', 'pw', 'Elnora', 'McGowing', '8270 American Trail', '2002-08-04', 'Information Systems Manager', 100000384, 'h', '5493663915680902');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (386, 'dandriesse5c', 'pw', 'Daune', 'Andriesse', '989 Bartelt Avenue', '1960-02-02', 'Product Engineer', 100000386, 'h', '337941440765856');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (388, 'bstonman5d', 'pw', 'Bernardina', 'Stonman', '4902 Magdeline Hill', '1962-09-16', 'Marketing Assistant', 100000388, 'h', '3572080420572475');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (390, 'pfinan5e', 'pw', 'Pamela', 'Finan', '4 Bay Court', '1969-10-11', 'Junior Executive', 100000390, 'h', '5602210704964580');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (392, 'rdumbrall5f', 'pw', 'Raychel', 'Dumbrall', '257 Alpine Trail', '1976-08-24', 'Media Manager I', 100000392, 'h', '3539267189673139');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (394, 'gsikorsky5g', 'pw', 'Gianna', 'Sikorsky', '54179 Eliot Avenue', '1997-10-04', 'Programmer III', 100000394, 'h', '670645924472698291');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (396, 'fgrand5h', 'pw', 'Foss', 'Grand', '454 Anthes Street', '1966-01-08', 'Assistant Media Planner', 100000396, 'h', '6759897637943472');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (398, 'kbrome5i', 'pw', 'Kort', 'Brome', '348 Bunker Hill Pass', '2001-11-14', 'Electrical Engineer', 100000398, 'h', '5108755363045864');
insert into Users (id, username, password, first_name, last_name, address, dob, occupation, SIN, type, payment_info) values (400, 'gleader5j', 'pw', 'Ginny', 'Leader', '6 Alpine Hill', '1956-04-27', 'Research Nurse', 100000400, 'h', '3562400244601189');