Hi! Could we please enable some services and cookies to improve your experience and our website?

SQLize | PHPize | SQLtest

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

A A A
Login    Share code      Blog   FAQ
Copy Format Clear
/****** Object: Table [dbo].[mskl_customers] Script Date: 05-08-2025 09:06:26 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[mskl_customers]( [customer_id] [varchar](50) NULL, [customer_name] [varchar](50) NULL, [segment] [varchar](50) NULL, [zip_code] [varchar](50) NULL, [region] [varchar](50) NULL, [country] [varchar](50) NULL, [city] [varchar](50) NULL, [state] [varchar](50) NULL, [contact_number] [varchar](50) NULL, [joining_date] [date] NULL ) ON [PRIMARY] GO INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AA-10315', 'Alex Avila', 'Consumer', '55407', 'Central', 'United States', 'minneapolis', 'minnesota', '582-262-8228', '2023-02-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AA-10375', 'Allen Armold', 'Consumer', '94109', 'West', 'United States', 'san francisco', 'california', '505-671-1025', '2023-08-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AA-10480', 'Andrew Allen', 'Consumer', '94122', 'West', 'United States', 'san francisco', 'california', '248-294-9683', '2023-03-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AA-10645', 'Anna Andreadi', 'Consumer', '78664', 'Central', 'United States', 'round rock', 'texas', '582-282-8675', '2023-03-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AB-10015', 'Aaron Bergman', 'Consumer', '10011', 'East', 'United States', 'new york city', 'new york', '505-559-3741', '2023-09-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AB-10060', 'Adam Bellavance', 'Home Office', '85204', 'West', 'United States', 'mesa', 'arizona', '+1 206-431-9519', '2023-09-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AB-10105', 'Adrian Barton', 'Consumer', '68104', 'Central', 'United States', 'omaha', 'nebraska', '734-475-9974', '2023-12-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AB-10150', 'Aimee Bixby', 'Consumer', '90008', 'West', 'United States', 'los angeles', 'california', '582-333-9897', '2023-01-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AB-10165', 'Alan Barnes', 'Consumer', '97301', 'West', 'United States', 'salem', 'oregon', '212-873-1841', '2023-01-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AB-10255', 'Alejandro Ballentine', 'Home Office', '30318', 'South', 'United States', 'atlanta', 'georgia', '+1 216-811-1096', '2023-12-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AB-10600', 'Ann Blume', 'Corporate', '91730', 'West', 'United States', 'rancho cucamonga', 'california', '+1 503-972-7798', '2023-12-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AC-10420', 'Alyssa Crouse', 'Corporate', '37087', 'South', 'United States', 'lebanon', 'tennessee', '+1 505-644-1420', '2023-09-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AC-10450', 'Amy Cox', 'Consumer', '10035', 'East', 'United States', 'new york city', 'new york', '208-806-6664', '2023-09-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AC-10615', 'Ann Chong', 'Corporate', '2908', 'East', 'United States', 'providence', 'rhode island', '+1 209-841-0922', '2023-09-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AC-10660', 'Anna Chung', 'Consumer', '28027', 'South', 'United States', 'concord', 'north carolina', '407-760-2507', '2023-10-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AD-10180', 'Alan Dominguez', 'Home Office', '6457', 'East', 'United States', 'middletown', 'connecticut', '+1 305-992-9691', '2023-10-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AF-10870', 'Art Ferguson', 'Consumer', '65807', 'Central', 'United States', 'springfield', 'missouri', '408-719-1956', '2023-06-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AF-10885', 'Art Foster', 'Consumer', '48234', 'Central', 'United States', 'detroit', 'michigan', '239-578-6393', '2023-06-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AG-10270', 'Alejandro Grove', 'Consumer', '19013', 'East', 'United States', 'chester', 'pennsylvania', '423-923-8605', '2023-11-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AG-10300', 'Aleksandra Gannaway', 'Corporate', '94109', 'West', 'United States', 'san francisco', 'california', '+1 217-646-5130', '2023-03-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AG-10330', 'Alex Grayson', 'Consumer', '40324', 'South', 'United States', 'georgetown', 'kentucky', '582-222-6780', '2023-03-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AG-10390', 'Allen Goldenen', 'Consumer', '92105', 'West', 'United States', 'san diego', 'california', '401-612-9626', '2023-09-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AG-10495', 'Andrew Gjertsen', 'Corporate', '1852', 'East', 'United States', 'lowell', 'massachusetts', '+1 248-880-6810', '2023-10-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AG-10525', 'Andy Gerbode', 'Corporate', '73120', 'Central', 'United States', 'oklahoma city', 'oklahoma', '+1 214-496-0580', '2023-05-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AG-10675', 'Anna Gayman', 'Consumer', '98103', 'West', 'United States', 'seattle', 'washington', '407-834-8572', '2023-05-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AG-10765', 'Anthony Garverick', 'Home Office', '76017', 'Central', 'United States', 'arlington', 'texas', '+1 505-651-8142', '2023-02-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AG-10900', 'Arthur Gainer', 'Consumer', '73120', 'Central', 'United States', 'oklahoma city', 'oklahoma', '223-492-7085', '2023-10-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AH-10030', 'Aaron Hawkins', 'Corporate', '10009', 'East', 'United States', 'new york city', 'new york', '+1 582-262-4942', '2023-02-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AH-10075', 'Adam Hart', 'Corporate', '3301', 'East', 'United States', 'concord', 'new hampshire', '+1 224-575-4877', '2023-07-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AH-10120', 'Adrian Hane', 'Home Office', '22980', 'South', 'United States', 'waynesboro', 'virginia', '+1 904-457-9610', '2023-05-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AH-10195', 'Alan Haines', 'Corporate', '19143', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 407-222-8696', '2023-03-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AH-10210', 'Alan Hwang', 'Consumer', '90004', 'West', 'United States', 'los angeles', 'california', '409-819-3331', '2023-03-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AH-10465', 'Amy Hunt', 'Consumer', '98198', 'West', 'United States', 'des moines', 'washington', '312-634-8792', '2023-03-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AH-10585', 'Angele Hood', 'Consumer', '98105', 'West', 'United States', 'seattle', 'washington', '408-330-6850', '2023-07-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AH-10690', 'Anna Häberlin', 'Corporate', '46142', 'Central', 'United States', 'greenwood', 'indiana', '+1 440-299-3239', '2023-07-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AI-10855', 'Arianne Irving', 'Consumer', '85023', 'West', 'United States', 'phoenix', 'arizona', '209-976-2533', '2023-07-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AJ-10780', 'Anthony Jacobs', 'Corporate', '42420', 'South', 'United States', 'henderson', 'kentucky', '+1 325-822-8117', '2023-07-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AJ-10795', 'Anthony Johnson', 'Corporate', '77581', 'Central', 'United States', 'pearland', 'texas', '+1 582-333-5126', '2023-09-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AJ-10945', 'Ashley Jarboe', 'Consumer', '46203', 'Central', 'United States', 'indianapolis', 'indiana', '582-282-8600', '2023-05-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AJ-10960', 'Astrea Jones', 'Consumer', '97206', 'West', 'United States', 'portland', 'oregon', '215-431-3181', '2023-08-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AM-10360', 'Alice McCarthy', 'Corporate', '10011', 'East', 'United States', 'new york city', 'new york', '+1 234-636-4218', '2023-08-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AM-10705', 'Anne McFarland', 'Consumer', '48205', 'Central', 'United States', 'detroit', 'michigan', '305-733-1872', '2023-07-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AO-10810', 'Anthony O Donnell', 'Corporate', '77041', 'Central', 'United States', 'houston', 'texas', '+1 410-398-0298', '2023-08-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AP-10720', 'Anne Pryor', 'Home Office', '61701', 'Central', 'United States', 'bloomington', 'illinois', '+1 582-529-5154', '2023-11-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AP-10915', 'Arthur Prichep', 'Consumer', '11561', 'East', 'United States', 'long beach', 'new york', '301-739-2829', '2023-11-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AR-10345', 'Alex Russell', 'Corporate', '75007', 'Central', 'United States', 'carrollton', 'texas', '+1 412-658-5858', '2023-07-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AR-10405', 'Allen Rosenblatt', 'Corporate', '74133', 'Central', 'United States', 'tulsa', 'oklahoma', '+1 248-748-8628', '2023-11-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AR-10510', 'Andrew Roberts', 'Consumer', '75220', 'Central', 'United States', 'dallas', 'texas', '240-312-5235', '2023-04-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AR-10540', 'Andy Reiter', 'Consumer', '10701', 'East', 'United States', 'yonkers', 'new york', '231-463-1551', '2023-05-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AR-10570', 'Anemone Ratner', 'Consumer', '90036', 'West', 'United States', 'los angeles', 'calfornia', '505-316-2979', '2023-05-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AR-10825', 'Anthony Rawles', 'Corporate', '43615', 'East', 'United States', 'toledo', 'ohio', '+1 240-584-6112', '2023-05-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AS-10045', 'Aaron Smayling', 'Corporate', '98006', 'West', 'United States', 'bellevue', 'washington', '+1 582-333-7413', '2023-11-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AS-10090', 'Adam Shillingsburg', 'Consumer', '90045', 'West', 'United States', 'los angeles', 'calfornia', '582-282-2055', '2023-11-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AS-10135', 'Adrian Shami', 'Home Office', '62521', 'Central', 'United States', 'decatur', 'illinois', '+1 505-417-1931', '2023-08-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AS-10225', 'Alan Schoenberger', 'Corporate', '37087', 'South', 'United States', 'lebanon', 'tennessee', '+1 304-788-9168', '2023-02-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AS-10240', 'Alan Shonely', 'Consumer', '80027', 'West', 'United States', 'louisville', 'colorado', '202-679-2697', '2023-03-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AS-10285', 'Alejandro Savely', 'Corporate', '90712', 'West', 'United States', 'lakewood', 'calfornia', '+1 212-419-1323', '2023-12-31'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AS-10630', 'Ann Steele', 'Home Office', '44052', 'East', 'United States', 'lorain', 'ohio', '+1 505-833-8423', '2023-01-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AT-10435', 'Alyssa Tate', 'Home Office', '75023', 'Central', 'United States', 'plano', 'texas', '+1 315-844-1381', '2023-11-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AT-10735', 'Annie Thurman', 'Consumer', '88220', 'West', 'United States', 'carlsbad', 'new mexico', '582-529-4810', '2023-06-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AW-10840', 'Anthony Witt', 'Consumer', '19134', 'East', 'United States', 'philadelphia', 'pennsylvania', '336-764-8546', '2023-06-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AW-10930', 'Arthur Wiediger', 'Home Office', '39212', 'South', 'United States', 'jackson', 'mississippi', '+1 337-439-9458', '2023-10-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AY-10555', 'Andy Yotov', 'Corporate', '90036', 'West', 'United States', 'los angeles', 'calfornia', '+1 707-569-1698', '2023-05-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('AZ-10750', 'Annie Zypern', 'Consumer', '98103', 'West', 'United States', 'seattle', 'washington', '321-955-5655', '2023-11-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BB-10990', 'Barry Blumstein', 'Corporate', '10009', 'East', 'United States', 'new york city', 'new york', '+1 582-282-9329', '2023-11-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BB-11545', 'Brenda Bowman', 'Corporate', '90008', 'West', 'United States', 'los angeles', 'calfornia', '+1 502-546-3967', '2023-05-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BC-11125', 'Becky Castell', 'Home Office', '85705', 'West', 'United States', 'tucson', 'arizona', '+1 341-519-6629', '2023-01-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BD-11320', 'Bill Donatelli', 'Consumer', '60623', 'Central', 'United States', 'chicago', 'illinois', '219-953-8492', '2023-10-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BD-11500', 'Bradley Drucker', 'Consumer', '90004', 'West', 'United States', 'los angeles', 'calfornia', '520-742-9244', '2023-10-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BD-11560', 'Brendan Dodson', 'Home Office', '28540', 'South', 'United States', 'jacksonville', 'north carolina', '+1 582-529-5815', '2023-10-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BD-11605', 'Brian Dahlen', 'Consumer', '94122', 'West', 'United States', 'san francisco', 'calfornia', '582-262-5285', '2023-12-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BD-11620', 'Brian DeCherney', 'Consumer', '77041', 'Central', 'United States', 'houston', 'texas', '315-888-6349', '2023-05-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BD-11635', 'Brian Derr', 'Consumer', '19120', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 582-300-5006', '2023-05-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BD-11725', 'Bruce Degenhardt', 'Consumer', '55407', 'Central', 'United States', 'minneapolis', 'minnesota', '+1 215-451-5896', '2023-08-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BD-11770', 'Bryan Davis', 'Consumer', '10011', 'East', 'United States', 'new york city', 'new york', '+1 215-570-3208', '2023-06-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BE-11335', 'Bill Eplett', 'Home Office', '70506', 'South', 'United States', 'lafayette', 'louisiana', '+1 239-587-8191', '2023-06-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BE-11410', 'Bobby Elias', 'Consumer', '98105', 'West', 'United States', 'seattle', 'washington', '+1 216-900-5639', '2023-04-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BE-11455', 'Brad Eason', 'Home Office', '33024', 'South', 'United States', 'pembroke pines', 'florida', '+1 412-552-1226', '2023-04-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BF-10975', 'Barbara Fisher', 'Corporate', '85323', 'West', 'United States', 'avondale', 'arizona', '+1 319-381-4483', '2023-12-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BF-11005', 'Barry Franz', 'Home Office', '33614', 'South', 'United States', 'tampa', 'florida', '+1 201-322-0479', '2023-05-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BF-11020', 'Barry Französisch', 'Corporate', '10009', 'East', 'United States', 'new york city', 'new york', '+1 582-262-1815', '2023-08-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BF-11080', 'Bart Folk', 'Consumer', '14609', 'East', 'United States', 'rochester', 'new york', '+1 405-397-4268', '2023-10-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BF-11170', 'Ben Ferrer', 'Home Office', '98115', 'West', 'United States', 'seattle', 'washington', '+1 207-206-1661', '2023-10-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BF-11215', 'Benjamin Farhat', 'Home Office', '19143', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 582-222-7965', '2023-12-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BF-11275', 'Beth Fritzler', 'Corporate', '77705', 'Central', 'United States', 'beaumont', 'texas', '+1 215-817-9013', '2023-12-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BG-11035', 'Barry Gonzalez', 'Consumer', '77340', 'Central', 'United States', 'huntsville', 'texas', '+1 309-992-9173', '2023-12-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BG-11695', 'Brooke Gillingham', 'Corporate', '44134', 'East', 'United States', 'parma', 'ohio', '+1 501-619-6031', '2023-07-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BG-11740', 'Bruce Geld', 'Consumer', '94109', 'West', 'United States', 'san francisco', 'calfornia', '+1 582-201-8921', '2023-07-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BH-11710', 'Brosina Hoffman', 'Consumer', '46226', 'Central', 'United States', 'lawrence', 'indiana', '+1 623-745-3788', '2023-03-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BK-11260', 'Berenike Kampe', 'Consumer', '77041', 'Central', 'United States', 'houston', 'texas', '+1 706-429-7257', '2023-01-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BM-11140', 'Becky Martin', 'Consumer', '59405', 'West', 'United States', 'great falls', 'montana', '+1 505-633-4581', '2023-01-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BM-11575', 'Brendan Murry', 'Corporate', '10035', 'East', 'United States', 'new york city', 'new york', '+1 315-208-3706', '2023-04-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BM-11650', 'Brian Moss', 'Corporate', '19120', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 518-349-5514', '2023-04-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BM-11785', 'Bryan Mills', 'Consumer', '10701', 'East', 'United States', 'yonkers', 'new york', '+1 582-400-3780', '2023-09-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BN-11470', 'Brad Norvell', 'Corporate', '6824', 'East', 'United States', 'fairfield', 'connecticut', '+1 272-578-9614', '2023-09-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BN-11515', 'Bradley Nguyen', 'Consumer', '94122', 'West', 'United States', 'san francisco', 'calfornia', '+1 223-719-9436', '2023-09-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BO-11350', 'Bill Overfelt', 'Corporate', '19134', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 582-282-3660', '2023-09-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BO-11425', 'Bobby Odegard', 'Consumer', '77840', 'Central', 'United States', 'college station', 'texas', '+1 582-200-5409', '2023-05-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BP-11050', 'Barry Pond', 'Corporate', '7055', 'East', 'United States', 'passaic', 'new jersey', '+1 351-659-5268', '2023-11-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BP-11095', 'Bart Pistole', 'Corporate', '60610', 'Central', 'United States', 'chicago', 'illinois', '+1 435-653-8525', '2023-11-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BP-11155', 'Becky Pak', 'Consumer', '33030', 'South', 'United States', 'homestead', 'florida', '+1 582-482-5906', '2023-06-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BP-11185', 'Ben Peterman', 'Corporate', '94109', 'West', 'United States', 'san francisco', ' calfornia', '+1 582-682-4894', '2023-06-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BP-11230', 'Benjamin Patterson', 'Consumer', '92672', 'West', 'United States', 'san clemente', ' calfornia', '+1 315-621-9072', '2023-06-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BP-11290', 'Beth Paige', 'Consumer', '40214', 'South', 'United States', 'louisville', 'kentucky', '+1 582-333-8879', '2023-04-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BS-11365', 'Bill Shonely', 'Corporate', '43615', 'East', 'United States', 'toledo', 'ohio', '+1 202-967-7256', '2023-04-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BS-11380', 'Bill Stewart', 'Corporate', '45014', 'East', 'United States', 'fairfield', 'ohio', '+1 318-447-9370', '2023-04-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BS-11590', 'Brendan Sweed', 'Corporate', '19134', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 582-482-5544', '2023-04-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BS-11665', 'Brian Stugart', 'Consumer', '84084', 'West', 'United States', 'west jordan', 'utah', '+1 206-340-0157', '2023-12-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BS-11755', 'Bruce Stewart', 'Consumer', '19120', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 505-941-1603', '2023-03-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BS-11800', 'Bryan Spruell', 'Home Office', '68104', 'Central', 'United States', 'omaha', 'nebraska', '+1 582-333-2069', '2023-01-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BT-11305', 'Beth Thompson', 'Home Office', '10011', 'East', 'United States', 'new york city', 'new york', '+1 213-999-3459', '2023-04-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BT-11395', 'Bill Tyler', 'Corporate', '1841', 'East', 'United States', 'lawrence', 'massachusetts', '+1 505-677-8717', '2023-04-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BT-11440', 'Bobby Trafton', 'Consumer', '90049', 'West', 'United States', 'los angeles', ' calfornia', '+1 219-724-3328', '2023-04-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BT-11485', 'Brad Thomas', 'Home Office', '94122', 'West', 'United States', 'san francisco', ' calfornia', '+1 582-333-0822', '2023-04-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BT-11530', 'Bradley Talbott', 'Home Office', '2038', 'East', 'United States', 'franklin', 'massachusetts', '+1 401-872-9031', '2023-02-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BT-11680', 'Brian Thompson', 'Consumer', '89115', 'West', 'United States', 'las vegas', 'nevada', '+1 505-731-8269', '2023-02-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BV-11245', 'Benjamin Venier', 'Corporate', '95207', 'West', 'United States', 'stockton', ' calfornia', '+1 505-644-5001', '2023-01-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BW-11065', 'Barry Weirich', 'Consumer', '74133', 'Central', 'United States', 'tulsa', 'oklahoma', '+1 205-304-1795', '2023-01-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BW-11110', 'Bart Watters', 'Corporate', '77095', 'Central', 'United States', 'houston', 'texas', '+1 606-264-8752', '2023-01-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('BW-11200', 'Ben Wallace', 'Consumer', '85204', 'West', 'United States', 'mesa', 'arizona', '+1 239-454-1105', '2023-07-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CA-11965', 'Carol Adams', 'Corporate', '28205', 'South', 'United States', 'charlotte', 'north carolina', '+1 205-610-6733', '2023-01-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CA-12055', 'Cathy Armstrong', 'Home Office', '45231', 'East', 'United States', 'cincinnati', 'ohio', '+1 262-505-1569', '2023-06-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CA-12265', 'Christina Anderson', 'Consumer', '37918', 'South', 'United States', 'knoxville', 'tennessee', '+1 323-264-7155', '2023-05-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CA-12310', 'Christine Abelman', 'Corporate', '10009', 'East', 'United States', 'new york city', 'new york', '+1 505-325-9481', '2023-10-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CA-12775', 'Cynthia Arntzen', 'Consumer', '90004', 'West', 'United States', 'los angeles', 'california', '+1 316-570-4480', '2023-10-30'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CB-12025', 'Cassandra Brandow', 'Consumer', '22204', 'South', 'United States', 'arlington', 'virginia', '+1 320-420-0609', '2023-10-29'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CB-12415', 'Christy Brittain', 'Consumer', '19140', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 208-328-4439', '2023-10-30'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CB-12535', 'Claudia Bergmann', 'Corporate', '98105', 'West', 'United States', 'seattle', 'washington', '+1 301-941-9738', '2023-12-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CC-12100', 'Chad Cunningham', 'Home Office', '85345', 'West', 'United States', 'peoria', 'arizona', '+1 582-333-2543', '2023-01-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CC-12145', 'Charles Crestani', 'Consumer', '77041', 'Central', 'United States', 'houston', 'texas', '+1 203-812-9980', '2023-09-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CC-12220', 'Chris Cortes', 'Consumer', '22304', 'South', 'United States', 'alexandria', 'virginia', '+1 582-482-1137', '2023-09-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CC-12370', 'Christopher Conant', 'Consumer', '90049', 'West', 'United States', 'los angeles', 'california', '+1 582-262-0976', '2023-11-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CC-12430', 'Chuck Clark', 'Home Office', '48234', 'Central', 'United States', 'detroit', 'michigan', '+1 505-341-2174', '2023-11-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CC-12475', 'Cindy Chapman', 'Consumer', '33710', 'South', 'United States', 'saint petersburg', 'florida', '+1 582-282-3611', '2023-05-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CC-12550', 'Clay Cheatham', 'Consumer', '33710', 'South', 'United States', 'saint petersburg', 'florida', '+1 218-773-0128', '2023-10-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CC-12610', 'Corey Catlett', 'Corporate', '77095', 'Central', 'United States', 'houston', 'texas', '+1 582-529-9735', '2023-03-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CC-12670', 'Craig Carreira', 'Consumer', '10011', 'East', 'United States', 'new york city', 'new york', '+1 505-823-6267', '2023-03-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CC-12685', 'Craig Carroll', 'Consumer', '23223', 'South', 'United States', 'richmond', 'virginia', '+1 210-324-0897', '2023-03-29'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CD-11920', 'Carlos Daly', 'Consumer', '77036', 'Central', 'United States', 'houston', 'texas', '+1 413-570-5383', '2023-05-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CD-11980', 'Carol Darley', 'Consumer', '28540', 'South', 'United States', 'jacksonville', 'north carolina', '+1 312-468-6939', '2023-05-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CD-12280', 'Christina DeMoss', 'Consumer', '75002', 'Central', 'United States', 'allen', 'texas', '+1 505-401-8433', '2023-10-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CD-12790', 'Cynthia Delaney', 'Home Office', '31907', 'South', 'United States', 'columbus', 'georgia', '+1 228-881-9757', '2023-09-30'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CG-12040', 'Catherine Glotzbach', 'Home Office', '53209', 'Central', 'United States', 'milwaukee', 'wisconsin', '+1 334-826-2187', '2023-05-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CG-12520', 'Claire Gute', 'Consumer', '28027', 'South', 'United States', 'concord', 'north carolina', '+1 223-642-5172', '2023-04-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CH-12070', 'Cathy Hwang', 'Home Office', '24153', 'South', 'United States', 'salem', 'virginia', '+1 505-288-2298', '2023-03-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CJ-11875', 'Carl Jackson', 'Corporate', '19120', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 220-727-6819', '2023-03-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CJ-12023', 'Caroline Jumper', 'Consumer', '23666', 'South', 'United States', 'hampton', 'virginia', '+1 318-841-2201', '2023-01-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CK-12205', 'Chloris Kastensmidt', 'Consumer', '60623', 'Central', 'United States', 'chicago', 'illinois', '+1 628-308-1865', '2023-12-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CK-12325', 'Christine Kargatis', 'Home Office', '46226', 'Central', 'United States', 'lawrence', 'indiana', '+1 210-790-8064', '2023-12-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CK-12595', 'Clytie Kelty', 'Consumer', '85705', 'West', 'United States', 'tucson', 'arizona', '+1 582-333-8953', '2023-05-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CK-12760', 'Cyma Kinney', 'Corporate', '90008', 'West', 'United States', 'los angeles', ' california', '+1 319-459-6628', '2023-05-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CL-11890', 'Carl Ludwig', 'Consumer', '92105', 'West', 'United States', 'san diego', ' california', '+1 201-864-1317', '2023-07-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CL-12565', 'Clay Ludtke', 'Consumer', '6708', 'East', 'United States', 'waterbury', 'connecticut', '+1 582-282-9166', '2023-07-29'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CL-12700', 'Craig Leslie', 'Home Office', '23223', 'South', 'United States', 'richmond', 'virginia', '+1 215-565-4262', '2023-03-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CM-11815', 'Candace McMahon', 'Corporate', '75217', 'Central', 'United States', 'dallas', 'texas', '+1 582-262-6730', '2023-04-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CM-11935', 'Carlos Meador', 'Consumer', '60623', 'Central', 'United States', 'chicago', 'illinois', '+1 209-511-3775', '2023-02-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CM-12115', 'Chad McGuire', 'Consumer', '19134', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 212-990-5663', '2023-08-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CM-12160', 'Charles McCrossin', 'Consumer', '54703', 'Central', 'United States', 'eau claire', 'wisconsin', '+1 216-487-4001', '2023-10-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CM-12190', 'Charlotte Melton', 'Consumer', '33065', 'South', 'United States', 'coral springs', 'florida', '+1 582-202-4678', '2023-01-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CM-12235', 'Chris McAfee', 'Consumer', '19134', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 405-986-8731', '2023-01-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CM-12385', 'Christopher Martinez', 'Consumer', '39503', 'South', 'United States', 'gulfport', 'mississippi', '+1 219-879-8323', '2023-04-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CM-12445', 'Chuck Magee', 'Consumer', '90004', 'West', 'United States', 'los angeles', ' california', '+1 312-421-1882', '2023-06-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CM-12655', 'Corinna Mitchell', 'Home Office', '94109', 'West', 'United States', 'san francisco', ' california', '+1 205-964-9219', '2023-08-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CM-12715', 'Craig Molinari', 'Corporate', '12180', 'East', 'United States', 'troy', 'new york', '+1 505-698-4797', '2023-08-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('Co-12640', 'Corey Lock', 'Consumer', '10035', 'East', 'United States', 'new york city', 'new york', '+1 231-695-7703', '2023-08-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CP-12085', 'Cathy Prescott', 'Corporate', '94122', 'West', 'United States', 'san francisco', 'california ', '+1 505-577-5778', '2023-05-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CP-12340', 'Christine Phan', 'Corporate', '10011', 'East', 'United States', 'new york city', 'new york', '+1 582-333-2292', '2023-03-30'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CR-12580', 'Clay Rozendal', 'Home Office', '30318', 'South', 'United States', 'atlanta', 'georgia', '+1 302-810-1789', '2023-12-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CR-12625', 'Corey Roper', 'Home Office', '89015', 'West', 'United States', 'henderson', 'nevada', '+1 301-422-4371', '2023-08-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CR-12730', 'Craig Reiter', 'Consumer', '92646', 'West', 'United States', 'huntington beach', 'california', '+1 505-784-2477', '2023-03-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CR-12820', 'Cyra Reiten', 'Home Office', '37918', 'South', 'United States', 'knoxville', 'tennessee', '+1 505-644-9782', '2023-11-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CS-11845', 'Cari Sayre', 'Corporate', '19013', 'East', 'United States', 'chester', 'pennsylvania', '+1 582-400-4302', '2023-03-31'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CS-11860', 'Cari Schnelling', 'Consumer', '43229', 'East', 'United States', 'columbus', 'ohio', '+1 215-358-7556', '2023-12-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CS-11950', 'Carlos Soltero', 'Consumer', '76017', 'Central', 'United States', 'arlington', 'texas', '+1 201-319-5379', '2023-12-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CS-12130', 'Chad Sievert', 'Consumer', '2920', 'East', 'United States', 'cranston', 'rhode island', '+1 213-510-0194', '2023-12-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CS-12175', 'Charles Sheldon', 'Corporate', '90036', 'West', 'United States', 'los angeles', 'california', '+1 214-660-9734', '2023-04-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CS-12250', 'Chris Selesnick', 'Corporate', '85705', 'West', 'United States', 'tucson', 'arizona', '+1 223-675-5793', '2023-03-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CS-12355', 'Christine Sundaresam', 'Consumer', '94110', 'West', 'United States', 'san francisco', 'california', '+1 410-290-0266', '2023-12-30'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CS-12400', 'Christopher Schild', 'Home Office', '97301', 'West', 'United States', 'salem', 'oregon', '+1 223-685-0363', '2023-01-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CS-12460', 'Chuck Sachs', 'Consumer', '75217', 'Central', 'United States', 'dallas', 'texas', '+1 505-609-8767', '2023-06-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CS-12490', 'Cindy Schnelling', 'Corporate', '40214', 'South', 'United States', 'louisville', 'kentucky', '+1 240-982-3107', '2023-06-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CS-12505', 'Cindy Stewart', 'Consumer', '77036', 'Central', 'United States', 'houston', 'texas', '+1 318-224-7918', '2023-08-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CT-11995', 'Carol Triggs', 'Consumer', '60505', 'Central', 'United States', 'aurora', 'illinois', '+1 615-488-1881', '2023-07-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CV-12295', 'Christina VanderZanden', 'Consumer', '33319', 'South', 'United States', 'tamarac', 'florida', '+1 505-644-2314', '2023-02-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CV-12805', 'Cynthia Voltz', 'Corporate', '60623', 'Central', 'United States', 'chicago', 'illinois', '+1 582-600-5622', '2023-02-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CW-11905', 'Carl Weiss', 'Home Office', '18018', 'East', 'United States', 'bethlehem', 'pennsylvania', '+1 206-370-7545', '2023-04-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('CY-12745', 'Craig Yedwab', 'Corporate', '10024', 'East', 'United States', 'new york city', 'new york', '+1 520-370-1034', '2023-06-30'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DA-13450', 'Dianna Arnett', 'Home Office', '94513', 'West', 'United States', 'brentwood', 'california', '+1 505-644-9540', '2023-07-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DB-12910', 'Daniel Byrd', 'Home Office', '98105', 'West', 'United States', 'seattle', 'washington', '+1 308-434-9600', '2023-08-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DB-12970', 'Darren Budd', 'Corporate', '37211', 'South', 'United States', 'nashville', 'tennessee', '+1 234-485-2960', '2023-09-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DB-13060', 'Dave Brooks', 'Consumer', '94122', 'West', 'United States', 'san francisco', 'california', '+1 505-691-4998', '2023-09-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DB-13120', 'David Bremer', 'Corporate', '92804', 'West', 'United States', 'anaheim', 'california', '+1 310-822-2224', '2023-07-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DB-13210', 'Dean Braden', 'Consumer', '10024', 'East', 'United States', 'new york city', 'new york', '+1 262-448-2030', '2023-03-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DB-13270', 'Deborah Brumfield', 'Home Office', '75220', 'Central', 'United States', 'dallas', 'texas', '+1 216-823-8756', '2023-12-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DB-13360', 'Dennis Bolton', 'Home Office', '40214', 'South', 'United States', 'louisville', 'kentucky', '+1 206-478-3202', '2023-12-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DB-13405', 'Denny Blanton', 'Consumer', '42420', 'South', 'United States', 'henderson', 'kentucky', '+1 505-644-3903', '2023-12-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DB-13555', 'Dorothy Badders', 'Corporate', '10035', 'East', 'United States', 'new york city', 'new york', '+1 352-222-1608', '2023-12-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DB-13615', 'Doug Bickford', 'Consumer', '75217', 'Central', 'United States', 'dallas', 'texas', '+1 582-262-8475', '2023-12-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DB-13660', 'Duane Benoit', 'Consumer', '94109', 'West', 'United States', 'san francisco', 'california', '+1 318-262-9115', '2023-07-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DC-12850', 'Dan Campbell', 'Consumer', '38134', 'South', 'United States', 'bartlett', 'tennessee', '+1 304-633-9469', '2023-03-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DC-13285', 'Debra Catini', 'Consumer', '35601', 'South', 'United States', 'decatur', 'alabama', '+1 336-616-2408', '2023-05-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DD-13570', 'Dorothy Dickinson', 'Consumer', '60623', 'Central', 'United States', 'chicago', 'illinois', '+1 505-613-2897', '2023-05-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DE-13255', 'Deanra Eno', 'Home Office', '98105', 'West', 'United States', 'seattle', 'washington', '+1 432-257-2867', '2023-05-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DF-13135', 'David Flashing', 'Consumer', '33142', 'South', 'United States', 'miami', 'florida', '+1 517-987-7676', '2023-03-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DG-13300', 'Deirdre Greer', 'Corporate', '10024', 'East', 'United States', 'new york city', 'new york', '+1 582-333-4392', '2023-03-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DH-13075', 'Dave Hallsten', 'Corporate', '33317', 'South', 'United States', 'plantation', 'florida', '+1 205-710-9608', '2023-07-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DH-13675', 'Duane Huffman', 'Home Office', '92024', 'West', 'United States', 'san diego', 'california', '+1 225-839-8642', '2023-07-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DJ-13420', 'Denny Joy', 'Corporate', '22153', 'South', 'United States', 'springfield', 'virginia', '+1 310-887-1664', '2023-05-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DJ-13510', 'Don Jones', 'Corporate', '30076', 'South', 'United States', 'roswell', 'georgia', '+1 582-282-8704', '2023-05-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DJ-13630', 'Doug Jacobs', 'Consumer', '77095', 'Central', 'United States', 'houston', 'texas', '+1 202-280-7067', '2023-11-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DK-12835', 'Damala Kotsonis', 'Corporate', '75220', 'Central', 'United States', 'dallas', 'texas', '+1 582-262-4773', '2023-08-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DK-12895', 'Dana Kaydos', 'Consumer', '48205', 'Central', 'United States', 'detroit', 'michigan', '+1 607-415-6255', '2023-08-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DK-12985', 'Darren Koutras', 'Consumer', '90008', 'West', 'United States', 'los angeles', 'california', '+1 302-808-6600', '2023-06-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DK-13090', 'Dave Kipp', 'Consumer', '94122', 'West', 'United States', 'san francisco', 'california', '+1 208-303-3770', '2023-02-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DK-13150', 'David Kendrick', 'Corporate', '23464', 'South', 'United States', 'virginia beach', 'virginia', '+1 301-915-4495', '2023-10-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DK-13225', 'Dean Katz', 'Corporate', '33134', 'South', 'United States', 'coral gables', 'florida', '+1 505-644-7794', '2023-01-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DK-13375', 'Dennis Kane', 'Consumer', '19120', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 442-507-5644', '2023-12-30'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DL-12865', 'Dan Lawera', 'Consumer', '23320', 'South', 'United States', 'chesapeake', 'virginia', '+1 218-742-1547', '2023-12-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DL-12925', 'Daniel Lacy', 'Consumer', '90036', 'West', 'United States', 'los angeles', 'california', '+1 224-205-7029', '2023-12-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DL-13315', 'Delfina Latchford', 'Consumer', '98031', 'West', 'United States', 'kent', 'washington', '+1 582-302-2544', '2023-08-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DL-13330', 'Denise Leinenbach', 'Consumer', '85301', 'West', 'United States', 'glendale', 'arizona', '+1 406-745-7241', '2023-04-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DL-13495', 'Dionis Lloyd', 'Corporate', '10035', 'East', 'United States', 'new york city', 'new york', '+1 308-715-4254', '2023-04-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('Dl-13600', 'Dorris liebe', 'Corporate', '94513', 'West', 'United States', 'brentwood', 'california', '+1 582-282-1337', '2023-04-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DM-12955', 'Dario Medina', 'Corporate', '94122', 'West', 'United States', 'san francisco', 'california', '+1 505-673-7749', '2023-10-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DM-13015', 'Darrin Martin', 'Consumer', '95661', 'West', 'United States', 'roseville', 'california', '+1 412-378-7047', '2023-05-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DM-13345', 'Denise Monton', 'Corporate', '22153', 'South', 'United States', 'springfield', 'virginia', '+1 582-300-5283', '2023-05-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DM-13525', 'Don Miller', 'Corporate', '32137', 'South', 'United States', 'palm coast', 'florida', '+1 582-333-2978', '2023-04-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DN-13690', 'Duane Noonan', 'Consumer', '85254', 'West', 'United States', 'scottsdale', 'arizona', '+1 320-744-2455', '2023-04-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DO-13435', 'Denny Ordway', 'Consumer', '1915', 'East', 'United States', 'beverly', 'massachusetts', '+1 582-282-0397', '2023-09-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DO-13645', 'Doug O Connell', 'Consumer', '21215', 'East', 'United States', 'baltimore', 'maryland', '+1 326-595-2436', '2023-08-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DP-13000', 'Darren Powers', 'Consumer', '44052', 'East', 'United States', 'lorain', 'ohio', '+1 209-235-6594', '2023-08-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DP-13105', 'Dave Poirier', 'Corporate', '90004', 'West', 'United States', 'los angeles', 'california', '+1 215-674-4751', '2023-08-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DP-13165', 'David Philippe', 'Consumer', '33710', 'South', 'United States', 'saint petersburg', 'florida', '+1 505-666-8819', '2023-02-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('Dp-13240', 'Dean percer', 'Home Office', '32216', 'South', 'United States', 'jacksonville', 'florida', '+1 505-644-3874', '2023-02-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DP-13390', 'Dennis Pardue', 'Home Office', '98115', 'West', 'United States', 'seattle', 'washington', '+1 347-803-0088', '2023-08-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DR-12880', 'Dan Reichenbach', 'Corporate', '94110', 'West', 'United States', 'san francisco', 'california', '+1 316-777-6244', '2023-08-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DR-12940', 'Daniel Raglin', 'Home Office', '10024', 'East', 'United States', 'new york city', 'new york', '+1 217-215-7575', '2023-06-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DS-13030', 'Darrin Sayre', 'Home Office', '92307', 'West', 'United States', 'apple valley', 'california', '+1 582-282-5837', '2023-01-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DS-13180', 'David Smith', 'Corporate', '22153', 'South', 'United States', 'springfield', 'virginia', '+1 213-580-2253', '2023-01-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DV-13045', 'Darrin Van Huff', 'Corporate', '28403', 'South', 'United States', 'wilmington', 'north carolina', '+1 207-864-3458', '2023-10-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DV-13465', 'Dianna Vittorini', 'Consumer', '46226', 'Central', 'United States', 'lawrence', 'indiana', '+1 364-484-5676', '2023-01-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DW-13195', 'David Wiener', 'Corporate', '48180', 'Central', 'United States', 'taylor', 'michigan', '+1 505-609-7037', '2023-01-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DW-13480', 'Dianna Wilson', 'Home Office', '48227', 'Central', 'United States', 'detroit', 'michigan', '+1 223-832-8109', '2023-01-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DW-13540', 'Don Weiss', 'Consumer', '94110', 'West', 'United States', 'san francisco', 'california', '+1 582-333-6884', '2023-01-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('DW-13585', 'Dorothy Wardle', 'Corporate', '90045', 'West', 'United States', 'los angeles', 'california', '+1 314-945-3592', '2023-08-31'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EA-14035', 'Erin Ashbrook', 'Corporate', '85224', 'West', 'United States', 'chandler', 'arizona', '+1 424-566-3545', '2023-03-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EB-13705', 'Ed Braxton', 'Corporate', '14609', 'East', 'United States', 'rochester', 'new york', '+1 582-262-4882', '2023-10-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EB-13750', 'Edward Becker', 'Corporate', '92037', 'West', 'United States', 'san diego', 'california', '+1 321-248-0163', '2023-10-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EB-13840', 'Ellis Ballard', 'Corporate', '10035', 'East', 'United States', 'new york city', 'new york', '+1 210-400-2831', '2023-01-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EB-13870', 'Emily Burns', 'Consumer', '75051', 'Central', 'United States', 'grand prairie', 'texas', '+1 339-613-8788', '2023-01-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EB-13930', 'Eric Barreto', 'Consumer', '90032', 'West', 'United States', 'los angeles', 'california', '+1 582-666-8612', '2023-05-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EB-13975', 'Erica Bern', 'Corporate', '68104', 'Central', 'United States', 'omaha', 'nebraska', '+1 582-444-6802', '2023-05-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EB-14110', 'Eugene Barchas', 'Consumer', '90008', 'West', 'United States', 'los angeles', 'california', '+1 214-597-6284', '2023-05-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EB-14170', 'Evan Bailliet', 'Consumer', '44105', 'East', 'United States', 'cleveland', 'ohio', '+1 252-787-3230', '2023-09-29'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EC-14050', 'Erin Creighton', 'Consumer', '36830', 'South', 'United States', 'auburn', 'alabama', '+1 205-202-6549', '2023-03-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ED-13885', 'Emily Ducich', 'Home Office', '90004', 'West', 'United States', 'los angeles', 'california', '+1 929-724-3813', '2023-12-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EG-13900', 'Emily Grady', 'Consumer', '2920', 'East', 'United States', 'cranston', 'rhode island', '+1 582-400-4870', '2023-12-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EH-13765', 'Edward Hooks', 'Corporate', '98115', 'West', 'United States', 'seattle', 'washington', '+1 582-583-9877', '2023-11-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EH-13945', 'Eric Hoffmann', 'Consumer', '60016', 'Central', 'United States', 'des plaines', 'illinois', '+1 214-847-3754', '2023-11-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EH-13990', 'Erica Hackney', 'Consumer', '24153', 'South', 'United States', 'salem', 'virginia', '+1 303-433-4489', '2023-02-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EH-14005', 'Erica Hernandez', 'Home Office', '28540', 'South', 'United States', 'jacksonville', 'north carolina', '+1 346-922-7921', '2023-09-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EH-14125', 'Eugene Hildebrand', 'Home Office', '89115', 'West', 'United States', 'las vegas', 'nevada', '+1 505-644-2887', '2023-09-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EH-14185', 'Evan Henry', 'Consumer', '90045', 'West', 'United States', 'los angeles', 'california', '+1 582-282-5123', '2023-07-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EJ-13720', 'Ed Jacobs', 'Consumer', '10035', 'East', 'United States', 'new york city', 'new york', '+1 313-635-8191', '2023-07-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EJ-14155', 'Eva Jacobs', 'Consumer', '35630', 'South', 'United States', 'florence', 'alabama', '+1 201-401-8254', '2023-04-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EK-13795', 'Eileen Kiefer', 'Home Office', '2148', 'East', 'United States', 'malden', 'masachusets', '+1 582-222-7025', '2023-04-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EL-13735', 'Ed Ludwig', 'Home Office', '75034', 'Central', 'United States', 'frisco', 'texas', '+1 582-333-4105', '2023-04-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EM-13810', 'Eleni McCrary', 'Corporate', '19140', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 505-644-5307', '2023-07-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EM-13825', 'Elizabeth Moffitt', 'Corporate', '10011', 'East', 'United States', 'new york city', 'new york', '+1 326-419-8958', '2023-07-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EM-13960', 'Eric Murdock', 'Consumer', '33311', 'South', 'United States', 'fort lauderdale', 'florida', '+1 212-700-2412', '2023-07-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EM-14065', 'Erin Mull', 'Consumer', '90032', 'West', 'United States', 'los angeles', 'california', '+1 317-298-3886', '2023-07-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EM-14095', 'Eudokia Martin', 'Corporate', '32137', 'South', 'United States', 'palm coast', 'florida', '+1 364-794-3089', '2023-10-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EM-14140', 'Eugene Moren', 'Home Office', '90045', 'West', 'United States', 'los angeles', 'california', '+1 582-666-0347', '2023-10-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EM-14200', 'Evan Minnotte', 'Home Office', '98105', 'West', 'United States', 'seattle', 'washington', '+1 505-644-9570', '2023-10-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EN-13780', 'Edward Nazzal', 'Consumer', '80525', 'West', 'United States', 'fort collins', 'colorado', '+1 208-856-1706', '2023-12-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('EP-13915', 'Emily Phan', 'Consumer', '29730', 'South', 'United States', 'rock hill', 'south carolina', '+1 505-826-9212', '2023-02-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ER-13855', 'Elpida Rittenbach', 'Corporate', '31907', 'South', 'United States', 'columbus', 'georgia', '+1 208-291-5811', '2023-02-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ES-14020', 'Erica Smith', 'Consumer', '42420', 'South', 'United States', 'henderson', 'kentucky', '+1 582-333-1310', '2023-03-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ES-14080', 'Erin Smith', 'Corporate', '90008', 'West', 'United States', 'los angeles', 'california', '+1 509-466-6747', '2023-04-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('FA-14230', 'Frank Atkinson', 'Corporate', '80219', 'West', 'United States', 'denver', 'colorado', '+1 582-583-7027', '2023-10-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('FC-14245', 'Frank Carlisle', 'Home Office', '1841', 'East', 'United States', 'lawrence', 'masachusets', '+1 582-300-9631', '2023-12-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('FC-14335', 'Fred Chung', 'Corporate', '77070', 'Central', 'United States', 'houston', 'texas', '+1 582-333-3349', '2023-06-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('FG-14260', 'Frank Gastineau', 'Home Office', '19143', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 347-669-6093', '2023-06-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('FH-14275', 'Frank Hawley', 'Corporate', '78745', 'Central', 'United States', 'austin', 'texas', '+1 582-300-2757', '2023-06-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('FH-14350', 'Fred Harton', 'Consumer', '2038', 'East', 'United States', 'franklin', 'masachusets', '+1 515-356-5187', '2023-06-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('FH-14365', 'Fred Hopkins', 'Corporate', '10035', 'East', 'United States', 'new york city', 'new york', '+1 414-734-9649', '2023-01-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('FM-14215', 'Filia McAdams', 'Corporate', '90036', 'West', 'United States', 'los angeles', 'california', '+1 220-892-2634', '2023-01-29'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('FM-14290', 'Frank Merwin', 'Home Office', '39401', 'South', 'United States', 'hattiesburg', 'mississippi', '+1 217-810-4874', '2023-05-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('FM-14380', 'Fred McMath', 'Consumer', '48183', 'Central', 'United States', 'trenton', 'michigan', '+1 582-300-5988', '2023-12-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('FO-14305', 'Frank Olsen', 'Consumer', '19134', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 582-262-4060', '2023-06-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('FP-14320', 'Frank Preis', 'Consumer', '90004', 'West', 'United States', 'los angeles', 'california', '+1 505-644-2315', '2023-09-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('FW-14395', 'Fred Wasserman', 'Corporate', '74133', 'Central', 'United States', 'tulsa', 'oklahoma', '+1 203-474-9747', '2023-02-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GA-14515', 'George Ashbrook', 'Consumer', '10024', 'East', 'United States', 'new york city', 'new york', '+1 326-826-8959', '2023-04-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GA-14725', 'Guy Armstrong', 'Consumer', '43229', 'East', 'United States', 'columbus', 'ohio', '+1 582-282-9165', '2023-04-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GB-14530', 'George Bell', 'Corporate', '10024', 'East', 'United States', 'new york city', 'new york', '+1 210-455-0498', '2023-04-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GB-14575', 'Giulietta Baptist', 'Consumer', '2169', 'East', 'United States', 'quincy', 'masachusets', '+1 326-731-2128', '2023-07-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GD-14590', 'Giulietta Dortch', 'Corporate', '2895', 'East', 'United States', 'woonsocket', 'rhode island', '+1 240-583-7617', '2023-04-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GG-14650', 'Greg Guthrie', 'Corporate', '94109', 'West', 'United States', 'san francisco', 'california', '+1 326-722-3761', '2023-01-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GH-14410', 'Gary Hansen', 'Home Office', '49201', 'Central', 'United States', 'jackson', 'michigan', '+1 256-911-4864', '2023-12-31'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GH-14425', 'Gary Hwang', 'Consumer', '90004', 'West', 'United States', 'los angeles', 'california', '+1 404-726-5433', '2023-12-30'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GH-14485', 'Gene Hale', 'Corporate', '31907', 'South', 'United States', 'columbus', 'georgia', '+1 505-350-3052', '2023-01-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GH-14665', 'Greg Hansen', 'Consumer', '98661', 'West', 'United States', 'vancouver', 'washington', '+1 582-600-3836', '2023-10-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GK-14620', 'Grace Kelly', 'Corporate', '78745', 'Central', 'United States', 'austin', 'texas', '+1 505-606-3319', '2023-10-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GM-14440', 'Gary McGarr', 'Consumer', '90004', 'West', 'United States', 'los angeles', 'california', '+1 210-916-5004', '2023-08-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GM-14455', 'Gary Mitchum', 'Home Office', '11561', 'East', 'United States', 'long beach', 'new york', '+1 582-300-9085', '2023-08-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GM-14500', 'Gene McClure', 'Consumer', '43229', 'East', 'United States', 'columbus', 'ohio', '+1 279-935-3931', '2023-03-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GM-14680', 'Greg Matthias', 'Consumer', '94521', 'West', 'United States', 'concord', 'california', '+1 203-395-7589', '2023-02-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GM-14695', 'Greg Maxwell', 'Corporate', '98103', 'West', 'United States', 'seattle', 'washington', '+1 430-843-9872', '2023-05-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GP-14740', 'Guy Phonely', 'Corporate', '10009', 'East', 'United States', 'new york city', 'new york', '+1 582-333-3648', '2023-01-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GR-14560', 'Georgia Rosenberg', 'Corporate', '28540', 'South', 'United States', 'jacksonville', 'north carolina', '+1 206-614-8477', '2023-03-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GT-14635', 'Grant Thornton', 'Corporate', '22204', 'South', 'United States', 'arlington', 'virginia', '+1 217-999-9187', '2023-08-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GT-14710', 'Greg Tran', 'Consumer', '78745', 'Central', 'United States', 'austin', 'texas', '+1 582-333-5365', '2023-07-30'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GT-14755', 'Guy Thornton', 'Consumer', '91104', 'West', 'United States', 'pasadena', 'california', '+1 582-282-8887', '2023-03-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GW-14605', 'Giulietta Weimer', 'Consumer', '10035', 'East', 'United States', 'new york city', 'new york', '+1 208-841-7996', '2023-07-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GZ-14470', 'Gary Zandusky', 'Consumer', '97756', 'West', 'United States', 'redmond', 'oregon', '+1 219-518-4202', '2023-07-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('GZ-14545', 'George Zrebassa', 'Corporate', '94110', 'West', 'United States', 'san francisco', 'california', '+1 502-974-8429', '2023-03-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HA-14905', 'Helen Abelman', 'Consumer', '22901', 'South', 'United States', 'charlottesville', 'virginia', '+1 407-641-0003', '2023-01-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HA-14920', 'Helen Andreada', 'Consumer', '65807', 'Central', 'United States', 'springfield', 'missouri', '+1 207-770-9709', '2023-12-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HD-14785', 'Harold Dahlen', 'Home Office', '19143', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 307-422-3456', '2023-12-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HE-14800', 'Harold Engle', 'Corporate', '10011', 'East', 'United States', 'new york city', 'new york', '+1 582-222-5686', '2023-08-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HF-14995', 'Herbert Flentye', 'Consumer', '60653', 'Central', 'United States', 'chicago', 'illinois', '+1 207-747-8928', '2023-01-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HG-14845', 'Harry Greene', 'Consumer', '75061', 'Central', 'United States', 'irving', 'texas', '+1 412-328-9861', '2023-01-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HG-14965', 'Henry Goldwyn', 'Corporate', '92037', 'West', 'United States', 'san diego', 'california', '+1 520-258-2422', '2023-01-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HG-15025', 'Hunter Glantz', 'Consumer', '10035', 'East', 'United States', 'new york city', 'new york', '+1 505-644-0045', '2023-04-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HH-15010', 'Hilary Holden', 'Corporate', '10035', 'East', 'United States', 'new york city', 'new york', '+1 582-529-4242', '2023-01-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HJ-14875', 'Heather Jas', 'Home Office', '98002', 'West', 'United States', 'auburn', 'washington', '+1 505-892-3835', '2014-01-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HK-14890', 'Heather Kirkland', 'Corporate', '10024', 'East', 'United States', 'new york city', 'new york', '+1 210-750-1304', '2023-01-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HL-15040', 'Hunter Lopez', 'Consumer', '36116', 'South', 'United States', 'montgomery', 'alabama', '+1 582-333-1894', '2023-11-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HM-14860', 'Harry Marie', 'Corporate', '84604', 'West', 'United States', 'provo', 'utah', '+1 505-974-9862', '2023-11-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HM-14980', 'Henry MacAllister', 'Consumer', '94109', 'West', 'United States', 'san francisco', 'california', '+1 312-323-5157', '2023-08-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HP-14815', 'Harold Pawlan', 'Home Office', '80501', 'West', 'United States', 'longmont', 'colorado', '+1 582-200-4949', '2023-12-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HR-14770', 'Hallie Redmond', 'Home Office', '33614', 'South', 'United States', 'tampa', 'florida', '+1 582-203-2105', '2023-12-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HR-14830', 'Harold Ryan', 'Corporate', '44105', 'East', 'United States', 'cleveland', 'ohio', '+1 909-382-1262', '2023-12-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HW-14935', 'Helen Wasserman', 'Corporate', '90049', 'West', 'United States', 'los angeles', 'california', '+1 582-500-2418', '2023-12-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('HZ-14950', 'Henia Zydlo', 'Consumer', '22153', 'South', 'United States', 'springfield', 'virginia', '+1 223-329-0601', '2023-02-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('IG-15085', 'Ivan Gibson', 'Consumer', '90278', 'West', 'United States', 'redondo beach', 'california', '+1 413-457-1688', '2023-05-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('IL-15100', 'Ivan Liston', 'Consumer', '19120', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 582-583-2496', '2023-05-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('IM-15055', 'Ionia McGrath', 'Consumer', '19140', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 505-495-4662', '2023-05-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('IM-15070', 'Irene Maddox', 'Consumer', '94109', 'West', 'United States', 'san francisco', 'california', '+1 505-919-7386', '2023-07-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JA-15970', 'Joseph Airdo', 'Consumer', '98103', 'West', 'United States', 'seattle', 'washington', '+1 216-628-1486', '2023-07-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JB-15400', 'Jennifer Braxton', 'Corporate', '19134', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 341-770-3664', '2023-11-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JB-15925', 'Joni Blumstein', 'Consumer', '60067', 'Central', 'United States', 'palatine', 'illinois', '+1 223-321-6800', '2023-02-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JB-16000', 'Joy Bell-', 'Consumer', '75081', 'Central', 'United States', 'dallas', 'texas', '+1 248-631-9280', '2023-09-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JB-16045', 'Julia Barnett', 'Home Office', '46060', 'Central', 'United States', 'noblesville', 'indiana', '+1 413-613-5334', '2023-09-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JC-15340', 'Jasper Cacioppo', 'Consumer', '77506', 'Central', 'United States', 'pasadena', 'texas', '+1 312-255-5899', '2023-07-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JC-15385', 'Jenna Caffey', 'Consumer', '33437', 'South', 'United States', 'boynton beach', 'florida', '+1 212-542-3790', '2023-07-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JC-15775', 'John Castell', 'Consumer', '19120', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 505-644-5212', '2023-02-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JC-16105', 'Julie Creighton', 'Corporate', '94110', 'West', 'United States', 'san francisco', 'california', '+1 423-862-1895', '2023-01-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JD-15790', 'John Dryer', 'Consumer', '40214', 'South', 'United States', 'louisville', 'kentucky', '+1 505-644-8848', '2023-04-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JD-15895', 'Jonathan Doherty', 'Corporate', '98103', 'West', 'United States', 'seattle', 'washington', '+1 310-803-7619', '2023-04-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JD-16015', 'Joy Daniels', 'Consumer', '37918', 'South', 'United States', 'knoxville', 'tennessee', '+1 502-742-1749', '2023-08-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JD-16060', 'Julia Dunbar', 'Consumer', '90004', 'West', 'United States', 'los angeles', 'california', '+1 582-333-3512', '2023-08-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JD-16150', 'Justin Deggeller', 'Corporate', '90045', 'West', 'United States', 'los angeles', 'california', '+1 313-975-5188', '2023-08-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JE-15475', 'Jeremy Ellison', 'Consumer', '6450', 'East', 'United States', 'meriden', 'connecticut', '+1 582-400-2767', '2023-01-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JE-15610', 'Jim Epp', 'Corporate', '33319', 'South', 'United States', 'tamarac', 'florida', '+1 582-333-8493', '2023-01-31'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JE-15715', 'Joe Elijah', 'Consumer', '44312', 'East', 'United States', 'akron', 'ohio', '+1 582-333-8716', '2023-06-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JE-15745', 'Joel Eaton', 'Consumer', '98115', 'West', 'United States', 'seattle', 'washington', '+1 239-548-6417', '2023-01-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JE-16165', 'Justin Ellison', 'Corporate', '60653', 'Central', 'United States', 'chicago', 'illinois', '+1 319-826-4037', '2023-06-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JF-15190', 'Jamie Frazer', 'Consumer', '95207', 'West', 'United States', 'stockton', 'california', '+1 582-200-6545', '2023-01-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JF-15295', 'Jason Fortune-', 'Consumer', '37211', 'South', 'United States', 'nashville', 'tennessee', '+1 505-843-1695', '2023-06-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JF-15355', 'Jay Fein', 'Consumer', '10009', 'East', 'United States', 'new york city', 'new york', '+1 423-305-8843', '2023-06-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JF-15415', 'Jennifer Ferguson', 'Consumer', '7960', 'East', 'United States', 'morristown', 'new jersey', '+1 582-282-3984', '2023-06-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JF-15490', 'Jeremy Farry', 'Consumer', '10024', 'East', 'United States', 'new york city', 'new york', '+1 213-682-8097', '2023-12-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JF-15565', 'Jill Fjeld', 'Consumer', '6010', 'East', 'United States', 'bristol', 'connecticut', '+1 201-949-5313', '2023-07-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JG-15115', 'Jack Garza', 'Consumer', '90049', 'West', 'United States', 'los angeles', 'california', '+1 209-982-0055', '2023-04-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JG-15160', 'James Galang', 'Consumer', '77041', 'Central', 'United States', 'houston', 'texas', '+1 219-247-0217', '2023-04-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JG-15310', 'Jason Gross', 'Corporate', '75002', 'Central', 'United States', 'allen', 'texas', '+1 534-443-7935', '2023-03-31'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JG-15805', 'John Grady', 'Corporate', '19140', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 302-672-6709', '2023-04-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JH-15430', 'Jennifer Halladay', 'Consumer', '87401', 'West', 'United States', 'farmington', 'new mexico', '+1 318-913-8958', '2023-12-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JH-15820', 'John Huston', 'Consumer', '93309', 'West', 'United States', 'bakersfield', 'california', '+1 503-742-9598', '2023-12-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JH-15910', 'Jonathan Howell', 'Consumer', '60505', 'Central', 'United States', 'aurora', 'illinois', '+1 325-694-1894', '2023-12-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JH-15985', 'Joseph Holt', 'Consumer', '73120', 'Central', 'United States', 'oklahoma city', 'oklahoma', '+1 518-230-5699', '2023-11-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JH-16180', 'Justin Hirsh', 'Consumer', '94110', 'West', 'United States', 'san francisco', 'california', '+1 218-428-1035', '2023-04-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JJ-15445', 'Jennifer Jackson', 'Consumer', '19143', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 239-722-2129', '2023-02-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JJ-15760', 'Joel Jenkins', 'Home Office', '59601', 'West', 'United States', 'helena', 'montana', '+1 505-650-8031', '2023-02-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JK-15205', 'Jamie Kunitz', 'Consumer', '77070', 'Central', 'United States', 'houston', 'texas', '+1 312-761-1984', '2023-04-29'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JK-15325', 'Jason Klamczynski', 'Corporate', '55407', 'Central', 'United States', 'minneapolis', 'minnesota', '+1 582-583-3711', '2023-11-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JK-15370', 'Jay Kimmel', 'Consumer', '92054', 'West', 'United States', 'oceanside', 'california', '+1 582-482-2684', '2023-05-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JK-15625', 'Jim Karlsson', 'Consumer', '90049', 'West', 'United States', 'los angeles', 'california', '+1 582-300-9592', '2023-03-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JK-15640', 'Jim Kriz', 'Home Office', '19140', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 582-203-8628', '2023-11-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JK-15730', 'Joe Kamberova', 'Consumer', '94110', 'West', 'United States', 'san francisco', 'california', '+1 582-282-8324', '2023-01-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JK-16090', 'Juliana Krohn', 'Consumer', '10009', 'East', 'United States', 'new york city', 'new york', '+1 505-644-3671', '2023-01-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JK-16120', 'Julie Kriz', 'Home Office', '75217', 'Central', 'United States', 'dallas', 'texas', '+1 201-699-9084', '2023-07-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JL-15130', 'Jack Lebron', 'Consumer', '10024', 'East', 'United States', 'new york city', 'new york', '+1 216-408-9380', '2023-07-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JL-15175', 'James Lanier', 'Home Office', '90008', 'West', 'United States', 'los angeles', 'california', '+1 316-297-2055', '2023-04-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JL-15235', 'Janet Lee', 'Consumer', '92037', 'West', 'United States', 'san diego', 'california', '+1 582-400-2808', '2023-04-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JL-15505', 'Jeremy Lonsdale', 'Consumer', '60090', 'Central', 'United States', 'wheeling', 'illinois', '+1 231-506-4700', '2023-03-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JL-15835', 'John Lee', 'Consumer', '90301', 'West', 'United States', 'inglewood', 'california', '+1 512-926-2841', '2023-03-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JL-15850', 'John Lucas', 'Consumer', '85635', 'West', 'United States', 'sierra vista', 'arizona', '+1 582-333-4575', '2023-03-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JM-15250', 'Janet Martin', 'Consumer', '43615', 'East', 'United States', 'toledo', 'ohio', '+1 582-302-8071', '2023-03-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JM-15265', 'Janet Molinari', 'Corporate', '90036', 'West', 'United States', 'los angeles', 'california', '+1 206-320-4047', '2023-08-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JM-15535', 'Jessica Myrick', 'Consumer', '78207', 'Central', 'United States', 'san antonio', 'texas', '+1 318-419-9941', '2023-05-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JM-15580', 'Jill Matthias', 'Consumer', '77070', 'Central', 'United States', 'houston', 'texas', '+1 582-333-0699', '2023-12-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JM-15655', 'Jim Mitchum', 'Corporate', '60623', 'Central', 'United States', 'chicago', 'illinois', '+1 308-825-9490', '2023-12-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JM-15865', 'John Murray', 'Consumer', '8360', 'East', 'United States', 'vineland', 'new jersey', '+1 582-333-5502', '2023-04-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JM-16195', 'Justin MacKendrick', 'Consumer', '94601', 'West', 'United States', 'oakland', 'california', '+1 582-302-3268', '2023-04-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JO-15145', 'Jack O Briant', 'Corporate', '33311', 'South', 'United States', 'fort lauderdale', 'florida', '+1 201-592-2678', '2023-06-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JO-15280', 'Jas O Carroll', 'Consumer', '49201', 'Central', 'United States', 'jackson', 'michigan', '+1 582-465-1408', '2023-03-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JO-15550', 'Jesus Ocampo', 'Home Office', '21044', 'East', 'United States', 'columbia', 'maryland', '+1 339-260-9223', '2023-01-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JP-15460', 'Jennifer Patt', 'Corporate', '76106', 'Central', 'United States', 'fort worth', 'texas', '+1 301-850-4070', '2023-09-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JP-15520', 'Jeremy Pistek', 'Consumer', '63301', 'Central', 'United States', 'saint charles', 'missouri', '+1 201-261-2303', '2023-06-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JP-16135', 'Julie Prescott', 'Home Office', '85345', 'West', 'United States', 'peoria', 'arizona', '+1 216-949-2575', '2023-10-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JR-15670', 'Jim Radford', 'Consumer', '94109', 'West', 'United States', 'san francisco', 'california', '+1 223-731-9350', '2023-11-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JR-15700', 'Jocasta Rupert', 'Consumer', '10011', 'East', 'United States', 'new york city', 'new york', '+1 505-644-5295', '2023-03-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JR-16210', 'Justin Ritter', 'Corporate', '79762', 'Central', 'United States', 'odessa', 'texas', '+1 312-867-4603', '2023-11-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JS-15595', 'Jill Stevenson', 'Corporate', '92020', 'West', 'United States', 'el cajon', 'california', '+1 231-504-2429', '2023-11-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JS-15685', 'Jim Sink', 'Corporate', '92677', 'West', 'United States', 'laguna niguel', 'california', '+1 216-584-8511', '2023-10-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JS-15880', 'John Stevenson', 'Consumer', '12180', 'East', 'United States', 'troy', 'new york', '+1 559-872-0000', '2023-10-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JS-15940', 'Joni Sundaresam', 'Home Office', '94122', 'West', 'United States', 'san francisco', 'california', '+1 304-754-4951', '2023-07-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JS-16030', 'Joy Smith', 'Consumer', '19134', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 219-586-5691', '2023-01-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JW-15220', 'Jane Waco', 'Corporate', '94110', 'West', 'United States', 'san francisco', 'california', '+1 425-568-0986', '2023-04-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JW-15955', 'Joni Wasserman', 'Consumer', '2908', 'East', 'United States', 'providence', 'rhode island', '+1 582-282-3382', '2023-05-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('JW-16075', 'Julia West', 'Consumer', '74133', 'Central', 'United States', 'tulsa', 'oklahoma', '+1 347-884-8214', '2023-05-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KA-16525', 'Kelly Andreada', 'Consumer', '19143', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 582-302-8616', '2023-09-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KB-16240', 'Karen Bern', 'Corporate', '92024', 'West', 'United States', 'san diego', 'california', '+1 582-203-8867', '2023-11-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KB-16315', 'Karl Braun', 'Consumer', '90045', 'West', 'United States', 'los angeles', 'california', '+1 216-415-4538', '2023-11-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KB-16405', 'Katrina Bavinger', 'Home Office', '98103', 'West', 'United States', 'seattle', 'washington', '+1 505-591-7250', '2023-06-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KB-16585', 'Ken Black', 'Corporate', '55407', 'Central', 'United States', 'minneapolis', 'minnesota', '+1 605-835-1513', '2023-10-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KB-16600', 'Ken Brennan', 'Corporate', '48227', 'Central', 'United States', 'detroit', 'michigan', '+1 623-616-8034', '2023-10-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KC-16255', 'Karen Carlisle', 'Corporate', '90004', 'West', 'United States', 'los angeles', 'california', '+1 248-949-8892', '2023-10-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KC-16540', 'Kelly Collister', 'Consumer', '95695', 'West', 'United States', 'woodland', 'california', '+1 582-333-6683', '2023-08-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KC-16675', 'Kimberly Carter', 'Corporate', '54302', 'Central', 'United States', 'green bay', 'wisconsin', '+1 253-623-4839', '2023-08-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KD-16270', 'Karen Daniels', 'Consumer', '23223', 'South', 'United States', 'richmond', 'virginia', '+1 503-886-5372', '2023-07-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KD-16345', 'Katherine Ducich', 'Consumer', '94122', 'West', 'United States', 'san francisco', 'california', '+1 231-949-5702', '2023-04-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KD-16495', 'Keith Dawkins', 'Corporate', '31907', 'South', 'United States', 'columbus', 'georgia', '+1 515-265-3829', '2023-09-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KD-16615', 'Ken Dana', 'Corporate', '60653', 'Central', 'United States', 'chicago', 'illinois', '+1 234-654-7809', '2023-09-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KE-16420', 'Katrina Edelman', 'Corporate', '23602', 'South', 'United States', 'newport news', 'virginia', '+1 351-443-7379', '2023-09-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KF-16285', 'Karen Ferguson', 'Home Office', '93727', 'West', 'United States', 'fresno', 'california', '+1 231-747-3480', '2023-03-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KH-16330', 'Katharine Harms', 'Corporate', '22153', 'South', 'United States', 'springfield', 'virginia', '+1 425-332-4060', '2023-06-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KH-16360', 'Katherine Hughes', 'Consumer', '1841', 'East', 'United States', 'lawrence', 'masachusets', '+1 228-863-3895', '2023-05-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KH-16510', 'Keith Herrera', 'Consumer', '33180', 'South', 'United States', 'miami', 'florida', '+1 203-457-8420', '2023-05-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KH-16630', 'Ken Heidel', 'Corporate', '22153', 'South', 'United States', 'springfield', 'virginia', '+1 582-262-5795', '2023-05-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KH-16690', 'Kristen Hastings', 'Corporate', '71203', 'South', 'United States', 'monroe', 'louisiana', '+1 408-539-4642', '2023-07-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KL-16555', 'Kelly Lampkin', 'Corporate', '94109', 'West', 'United States', 'san francisco', 'california', '+1 582-300-4447', '2023-07-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KL-16645', 'Ken Lonsdale', 'Consumer', '17602', 'East', 'United States', 'lancaster', 'pennsylvania', '+1 582-333-4082', '2023-01-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KM-16225', 'Kalyca Meade', 'Corporate', '94122', 'West', 'United States', 'san francisco', 'california', '+1 215-818-8489', '2023-01-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KM-16375', 'Katherine Murray', 'Home Office', '94122', 'West', 'United States', 'san francisco', 'california', '+1 228-753-5816', '2023-01-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KM-16660', 'Khloe Miller', 'Consumer', '92804', 'West', 'United States', 'anaheim', 'california', '+1 582-465-4308', '2023-07-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KM-16720', 'Kunst Miller', 'Consumer', '73505', 'Central', 'United States', 'lawton', 'oklahoma', '+1 217-284-4691', '2023-05-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KN-16390', 'Katherine Nockton', 'Corporate', '10035', 'East', 'United States', 'new york city', 'new york', '+1 213-949-8715', '2023-05-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KN-16450', 'Kean Nguyen', 'Corporate', '19120', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 582-500-2044', '2023-08-30'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KN-16705', 'Kristina Nunn', 'Home Office', '28403', 'South', 'United States', 'wilmington', 'north carolina', '+1 205-559-3907', '2023-08-31'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KS-16300', 'Karen Seio', 'Corporate', '42104', 'South', 'United States', 'bowling green', 'kentucky', '+1 323-699-3817', '2023-07-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KT-16465', 'Kean Takahito', 'Consumer', '43229', 'East', 'United States', 'columbus', 'ohio', '+1 582-500-9345', '2023-07-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KT-16480', 'Kean Thornton', 'Consumer', '10009', 'East', 'United States', 'new york city', 'new york', '+1 217-653-2621', '2023-11-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KW-16435', 'Katrina Willman', 'Consumer', '40475', 'South', 'United States', 'richmond', 'kentucky', '+1 207-741-8729', '2023-11-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('KW-16570', 'Kelly Williams', 'Consumer', '43055', 'East', 'United States', 'newark', 'ohio', '+1 351-975-9122', '2023-03-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LA-16780', 'Laura Armstrong', 'Corporate', '94122', 'West', 'United States', 'san francisco', 'california', '+1 305-865-1226', '2023-06-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LB-16735', 'Larry Blacks', 'Consumer', '90032', 'West', 'United States', 'los angeles', 'california', '+1 505-813-2943', '2023-06-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LB-16795', 'Laurel Beltran', 'Home Office', '70506', 'South', 'United States', 'lafayette', 'louisiana', '+1 520-756-0135', '2023-10-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LC-16870', 'Lena Cacioppo', 'Consumer', '31907', 'South', 'United States', 'columbus', 'georgia', '+1 239-797-9636', '2023-05-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LC-16885', 'Lena Creighton', 'Consumer', '77070', 'Central', 'United States', 'houston', 'texas', '+1 502-943-6662', '2023-05-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LC-16930', 'Linda Cazamias', 'Corporate', '10011', 'East', 'United States', 'new york city', 'new york', '+1 582-282-0562', '2023-05-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LC-16960', 'Lindsay Castell', 'Home Office', '19143', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 409-580-1986', '2023-04-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LC-17050', 'Liz Carlisle', 'Consumer', '10024', 'East', 'United States', 'new york city', 'new york', '+1 582-222-0493', '2023-08-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LC-17140', 'Logan Currie', 'Consumer', '19120', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 229-338-9516', '2023-03-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LD-16855', 'Lela Donovan', 'Corporate', '98026', 'West', 'United States', 'edmonds', 'washington', '+1 410-532-7927', '2023-03-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LD-17005', 'Lisa DeCherney', 'Consumer', '49201', 'Central', 'United States', 'jackson', 'michigan', '+1 309-953-7214', '2023-09-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LE-16810', 'Laurel Elliston', 'Consumer', '94122', 'West', 'United States', 'san francisco', 'california', '+1 212-905-7440', '2023-10-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LF-17185', 'Luke Foster', 'Consumer', '13440', 'East', 'United States', 'rome', 'new york', '+1 323-639-9621', '2023-06-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LH-16750', 'Larry Hughes', 'Consumer', '77041', 'Central', 'United States', 'houston', 'texas', '+1 910-218-8272', '2023-06-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LH-16900', 'Lena Hernandez', 'Consumer', '10009', 'East', 'United States', 'new york city', 'new york', '+1 409-212-0328', '2023-01-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LH-17020', 'Lisa Hazard', 'Consumer', '43130', 'East', 'United States', 'lancaster', 'ohio', '+1 307-867-2212', '2023-08-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LH-17155', 'Logan Haushalter', 'Consumer', '33178', 'South', 'United States', 'miami', 'florida', '+1 331-961-2387', '2023-12-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LL-16840', 'Lauren Leatherbury', 'Consumer', '54915', 'Central', 'United States', 'appleton', 'wisconsin', '+1 213-269-3189', '2023-03-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LM-17065', 'Liz MacKendrick', 'Consumer', '94521', 'West', 'United States', 'concord', 'california', '+1 582-444-4813', '2023-03-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LO-17170', 'Lori Olson', 'Corporate', '60505', 'Central', 'United States', 'aurora', 'illinois', '+1 582-262-6210', '2023-12-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LP-17080', 'Liz Pelletier', 'Consumer', '66062', 'Central', 'United States', 'olathe', 'kansas', '+1 520-821-6436', '2023-12-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LP-17095', 'Liz Preis', 'Consumer', '44052', 'East', 'United States', 'lorain', 'ohio', '+1 582-262-9750', '2023-01-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LR-16915', 'Lena Radford', 'Consumer', '2908', 'East', 'United States', 'providence', 'rhode island', '+1 582-682-6291', '2023-01-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LR-17035', 'Lisa Ryan', 'Corporate', '50315', 'Central', 'United States', 'des moines', 'iowa', '+1 229-432-3234', '2023-03-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LS-16945', 'Linda Southworth', 'Corporate', '65807', 'Central', 'United States', 'springfield', 'missouri', '+1 364-761-1563', '2023-04-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LS-16975', 'Lindsay Shagiari', 'Home Office', '44105', 'East', 'United States', 'cleveland', 'ohio', '+1 582-222-3037', '2023-04-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LS-17200', 'Luke Schmidt', 'Corporate', '28205', 'South', 'United States', 'charlotte', 'north carolina', '+1 424-439-6093', '2023-01-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LS-17230', 'Lycoris Saunders', 'Consumer', '28314', 'South', 'United States', 'fayetteville', 'north carolina', '+1 206-464-6545', '2023-01-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LS-17245', 'Lynn Smith', 'Consumer', '47201', 'Central', 'United States', 'columbus', 'indiana', '+1 582-333-0730', '2023-07-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LT-16765', 'Larry Tron', 'Consumer', '30076', 'South', 'United States', 'roswell', 'georgia', '+1 304-751-9125', '2023-07-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LT-17110', 'Liz Thompson', 'Consumer', '8360', 'East', 'United States', 'vineland', 'new jersey', '+1 414-493-2232', '2023-06-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LW-16825', 'Laurel Workman', 'Corporate', '10009', 'East', 'United States', 'new york city', 'new york', '+1 582-203-9929', '2023-06-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LW-16990', 'Lindsay Williams', 'Corporate', '19120', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 216-320-1274', '2023-12-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LW-17125', 'Liz Willingham', 'Consumer', '91104', 'West', 'United States', 'pasadena', 'california', '+1 582-201-0986', '2023-01-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('LW-17215', 'Luke Weiss', 'Consumer', '90004', 'West', 'United States', 'los angeles', 'california', '+1 218-320-8646', '2023-01-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MA-17560', 'Matt Abelman', 'Home Office', '80013', 'West', 'United States', 'aurora', 'colorado', '+1 582-222-7649', '2023-08-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MA-17995', 'Michelle Arnett', 'Home Office', '77506', 'Central', 'United States', 'pasadena', 'texas', '+1 505-729-8143', '2023-08-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MB-17305', 'Maria Bertelson', 'Consumer', '54302', 'Central', 'United States', 'green bay', 'wisconsin', '+1 582-333-1578', '2023-08-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MB-18085', 'Mick Brown', 'Consumer', '60505', 'Central', 'United States', 'aurora', 'illinois', '+1 704-961-0803', '2023-02-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MC-17275', 'Marc Crier', 'Consumer', '90032', 'West', 'United States', 'los angeles', 'california', '+1 213-450-7685', '2023-02-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MC-17425', 'Mark Cousins', 'Corporate', '32216', 'South', 'United States', 'jacksonville', 'florida', '+1 423-918-9256', '2023-09-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MC-17575', 'Matt Collins', 'Consumer', '76017', 'Central', 'United States', 'arlington', 'texas', '+1 505-652-7093', '2023-06-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MC-17590', 'Matt Collister', 'Corporate', '98105', 'West', 'United States', 'seattle', 'washington', '+1 352-328-7218', '2023-03-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MC-17605', 'Matt Connell', 'Corporate', '95351', 'West', 'United States', 'modesto', 'california', '+1 582-201-1820', '2023-04-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MC-17635', 'Matthew Clasen', 'Corporate', '10024', 'East', 'United States', 'new york city', 'new york', '+1 582-333-9703', '2023-07-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MC-17845', 'Michael Chen', 'Consumer', '21215', 'East', 'United States', 'baltimore', 'maryland', '+1 201-202-2372', '2023-12-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MC-18100', 'Mick Crebagga', 'Consumer', '36116', 'South', 'United States', 'montgomery', 'alabama', '+1 505-644-9540', '2023-01-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MC-18130', 'Mike Caudle', 'Corporate', '10024', 'East', 'United States', 'new york city', 'new york', '+1 219-909-0049', '2023-01-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MD-17350', 'Maribeth Dona', 'Consumer', '90036', 'West', 'United States', 'los angeles', 'california', '+1 442-646-3448', '2023-07-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MD-17860', 'Michael Dominguez', 'Corporate', '75081', 'Central', 'United States', 'dallas', 'texas', '+1 214-441-9147', '2023-06-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ME-17320', 'Maria Etezadi', 'Home Office', '27604', 'South', 'United States', 'raleigh', 'north carolina', '+1 217-768-4796', '2023-08-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ME-17725', 'Max Engle', 'Consumer', '94109', 'West', 'United States', 'san francisco', 'california', '+1 582-333-6182', '2023-01-31'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ME-18010', 'Michelle Ellison', 'Corporate', '90045', 'West', 'United States', 'los angeles', 'california', '+1 317-808-6446', '2023-09-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MF-17665', 'Maureen Fritzler', 'Corporate', '28540', 'South', 'United States', 'jacksonville', 'north carolina', '+1 210-423-6778', '2023-05-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MF-18250', 'Monica Federle', 'Corporate', '21215', 'East', 'United States', 'baltimore', 'maryland', '+1 516-494-0774', '2023-02-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MG-17650', 'Matthew Grinstein', 'Home Office', '95823', 'West', 'United States', 'sacramento', 'california', '+1 325-708-6922', '2023-02-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MG-17680', 'Maureen Gastineau', 'Home Office', '60623', 'Central', 'United States', 'chicago', 'illinois', '+1 208-875-0881', '2023-09-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MG-17695', 'Maureen Gnade', 'Consumer', '1841', 'East', 'United States', 'lawrence', 'masachusets', '+1 505-644-1323', '2023-05-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MG-17875', 'Michael Grace', 'Home Office', '30318', 'South', 'United States', 'atlanta', 'georgia', '+1 228-778-9667', '2023-05-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MG-17890', 'Michael Granlund', 'Home Office', '87105', 'West', 'United States', 'albuquerque', 'new mexico', '+1 302-709-4243', '2023-07-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MG-18145', 'Mike Gockenbach', 'Consumer', '55407', 'Central', 'United States', 'minneapolis', 'minnesota', '+1 317-208-9520', '2023-07-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MG-18205', 'Mitch Gastineau', 'Corporate', '10035', 'East', 'United States', 'new york city', 'new york', '+1 646-969-9943', '2023-08-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MH-17290', 'Marc Harrigan', 'Home Office', '75217', 'Central', 'United States', 'dallas', 'texas', '+1 504-779-4829', '2023-09-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MH-17440', 'Mark Haberlin', 'Corporate', '85705', 'West', 'United States', 'tucson', 'arizona', '+1 283-373-6846', '2023-09-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MH-17455', 'Mark Hamilton', 'Consumer', '33178', 'South', 'United States', 'miami', 'florida', '+1 803-468-8376', '2023-02-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MH-17620', 'Matt Hagelstein', 'Corporate', '31907', 'South', 'United States', 'columbus', 'georgia', '+1 582-282-3281', '2023-04-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MH-17785', 'Maya Herman', 'Corporate', '71203', 'South', 'United States', 'monroe', 'louisiana', '+1 582-333-4022', '2023-08-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MH-18025', 'Michelle Huthwaite', 'Consumer', '78745', 'Central', 'United States', 'austin', 'texas', '+1 321-359-6887', '2023-10-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MH-18115', 'Mick Hernandez', 'Home Office', '27405', 'South', 'United States', 'greensboro', 'north carolina', '+1 505-644-8795', '2023-03-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MJ-17740', 'Max Jones', 'Consumer', '38109', 'South', 'United States', 'memphis', 'tennessee', '+1 309-518-6925', '2023-10-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MK-17905', 'Michael Kennedy', 'Corporate', '37211', 'South', 'United States', 'nashville', 'tennessee', '+1 207-926-1770', '2023-10-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MK-18160', 'Mike Kennedy', 'Consumer', '75056', 'Central', 'United States', 'the colony', 'texas', '+1 201-908-1521', '2023-10-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ML-17395', 'Marina Lichtenstein', 'Corporate', '22153', 'South', 'United States', 'springfield', 'virginia', '+1 219-875-9442', '2023-03-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ML-17410', 'Maris LaWare', 'Consumer', '23666', 'South', 'United States', 'hampton', 'virginia', '+1 582-300-7958', '2023-03-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ML-17755', 'Max Ludwig', 'Home Office', '45231', 'East', 'United States', 'cincinnati', 'ohio', '+1 206-413-8854', '2023-11-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ML-18040', 'Michelle Lonsdale', 'Corporate', '80027', 'West', 'United States', 'louisville', 'colorado', '+1 582-302-9082', '2023-07-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ML-18265', 'Muhammed Lee', 'Consumer', '60098', 'Central', 'United States', 'woodstock', 'illinois', '+1 415-689-1729', '2023-09-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MM-17260', 'Magdelene Morse', 'Consumer', '13601', 'East', 'United States', 'watertown', 'new york', '+1 458-534-5570', '2023-09-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MM-17920', 'Michael Moore', 'Consumer', '10009', 'East', 'United States', 'new york city', 'new york', '+1 406-597-9695', '2023-06-29'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MM-18055', 'Michelle Moray', 'Consumer', '67846', 'Central', 'United States', 'garden city', 'kansas', '+1 582-282-7245', '2023-06-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MM-18280', 'Muhammed MacIntyre', 'Corporate', '19120', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 582-333-1694', '2023-02-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MN-17935', 'Michael Nguyen', 'Consumer', '92105', 'West', 'United States', 'san diego', 'california', '+1 505-254-0359', '2023-02-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MO-17500', 'Mary O Rourke', 'Consumer', '77070', 'Central', 'United States', 'houston', 'texas', '+1 201-684-1838', '2023-12-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MO-17800', 'Meg O Connel', 'Home Office', '90008', 'West', 'United States', 'los angeles', 'california', '+1 505-478-3187', '2023-05-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MO-17950', 'Michael Oakman', 'Consumer', '33445', 'South', 'United States', 'delray beach', 'florida', '+1 239-644-9399', '2023-02-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MP-17470', 'Mark Packer', 'Home Office', '93309', 'West', 'United States', 'bakersfield', 'california', '+1 512-815-0848', '2023-02-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MP-17965', 'Michael Paige', 'Corporate', '90032', 'West', 'United States', 'los angeles', 'california', '+1 505-512-9541', '2023-02-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MP-18175', 'Mike Pelletier', 'Home Office', '19140', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 582-282-6456', '2023-08-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MR-17545', 'Mathew Reese', 'Home Office', '19711', 'East', 'United States', 'newark', 'delaware', '+1 407-658-6087', '2023-02-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MS-17365', 'Maribeth Schnelling', 'Consumer', '37604', 'South', 'United States', 'johnson city', 'tennessee', '+1 582-222-2985', '2023-02-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MS-17530', 'MaryBeth Skach', 'Consumer', '33012', 'South', 'United States', 'hialeah', 'florida', '+1 409-391-8527', '2023-11-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MS-17710', 'Maurice Satty', 'Consumer', '67846', 'Central', 'United States', 'garden city', 'kansas', '+1 231-925-2353', '2023-07-31'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MS-17770', 'Maxwell Schwartz', 'Consumer', '39401', 'South', 'United States', 'hattiesburg', 'mississippi', '+1 505-249-4403', '2023-07-31'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MS-17830', 'Melanie Seite', 'Consumer', '60653', 'Central', 'United States', 'chicago', 'illinois', '+1 505-299-9907', '2023-12-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MS-17980', 'Michael Stewart', 'Corporate', '10035', 'East', 'United States', 'new york city', 'new york', '+1 325-268-0037', '2023-04-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MT-17815', 'Meg Tillman', 'Consumer', '92404', 'West', 'United States', 'san bernardino', 'california', '+1 216-517-8207', '2023-03-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MT-18070', 'Michelle Tran', 'Home Office', '94110', 'West', 'United States', 'san francisco', 'california', '+1 505-843-5794', '2023-11-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MV-17485', 'Mark Van Huff', 'Consumer', '60610', 'Central', 'United States', 'chicago', 'illinois', '+1 505-884-2372', '2023-11-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MV-18190', 'Mike Vittorini', 'Consumer', '92704', 'West', 'United States', 'santa ana', 'california', '+1 516-484-0802', '2023-11-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MW-18220', 'Mitch Webber', 'Consumer', '78207', 'Central', 'United States', 'san antonio', 'texas', '+1 207-251-9608', '2023-09-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MW-18235', 'Mitch Willingham', 'Corporate', '10024', 'East', 'United States', 'new york city', 'new york', '+1 214-827-5859', '2023-09-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MY-17380', 'Maribeth Yedwab', 'Corporate', '93101', 'West', 'United States', 'santa barbara', 'california', '+1 219-278-3262', '2023-06-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MY-18295', 'Muhammed Yedwab', 'Corporate', '98198', 'West', 'United States', 'des moines', 'washington', '+1 323-796-3101', '2023-06-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MZ-17335', 'Maria Zettner', 'Home Office', '10035', 'East', 'United States', 'new york city', 'new york', '+1 582-400-2764', '2023-03-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('MZ-17515', 'Mary Zewe', 'Corporate', '20877', 'East', 'United States', 'gaithersburg', 'maryland', '+1 323-968-9545', '2023-03-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NB-18580', 'Nicole Brennan', 'Corporate', '90640', 'West', 'United States', 'montebello', 'california', '+1 505-644-2563', '2023-03-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NB-18655', 'Nona Balk', 'Corporate', '90045', 'West', 'United States', 'los angeles', 'california', '+1 347-711-6086', '2023-03-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NC-18340', 'Nat Carroll', 'Consumer', '60653', 'Central', 'United States', 'chicago', 'illinois', '+1 220-330-5267', '2023-02-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NC-18415', 'Nathan Cano', 'Consumer', '10035', 'East', 'United States', 'new york city', 'new york', '+1 505-607-8866', '2023-02-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NC-18535', 'Nick Crebassa', 'Corporate', '53209', 'Central', 'United States', 'milwaukee', 'wisconsin', '+1 582-282-6783', '2023-11-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NC-18625', 'Noah Childs', 'Corporate', '10009', 'East', 'United States', 'new york city', 'new york', '+1 582-282-6111', '2023-12-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ND-18370', 'Natalie DeCherney', 'Consumer', '47201', 'Central', 'United States', 'columbus', 'indiana', '+1 582-333-4667', '2023-06-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ND-18460', 'Neil Ducich', 'Corporate', '68104', 'Central', 'United States', 'omaha', 'nebraska', '+1 505-217-0707', '2023-06-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NF-18385', 'Natalie Fritzler', 'Consumer', '21044', 'East', 'United States', 'columbia', 'maryland', '+1 248-585-5184', '2023-06-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NF-18475', 'Neil Französisch', 'Home Office', '92037', 'West', 'United States', 'san diego', 'california', '+1 215-275-5959', '2023-04-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NF-18595', 'Nicole Fjeld', 'Home Office', '75217', 'Central', 'United States', 'dallas', 'texas', '+1 582-333-7036', '2023-10-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NG-18355', 'Nat Gilpin', 'Corporate', '43130', 'East', 'United States', 'lancaster', 'ohio', '+1 582-333-5231', '2023-06-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NG-18430', 'Nathan Gelder', 'Consumer', '48104', 'Central', 'United States', 'ann arbor', 'michigan', '+1 314-423-7914', '2023-09-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NH-18610', 'Nicole Hansen', 'Corporate', '44035', 'East', 'United States', 'elyria', 'ohio', '+1 582-444-1037', '2023-09-29'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NK-18490', 'Neil Knudson', 'Home Office', '43229', 'East', 'United States', 'columbus', 'ohio', '+1 203-755-6942', '2023-06-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NL-18310', 'Nancy Lomonaco', 'Home Office', '77036', 'Central', 'United States', 'houston', 'texas', '+1 203-839-4720', '2023-04-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NM-18445', 'Nathan Mautz', 'Home Office', '14609', 'East', 'United States', 'rochester', 'new york', '+1 201-346-6959', '2023-03-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NM-18520', 'Neoma Murray', 'Consumer', '32725', 'South', 'United States', 'deltona', 'florida', '+1 304-532-2436', '2023-07-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NP-18325', 'Naresj Patel', 'Consumer', '98115', 'West', 'United States', 'seattle', 'washington', '+1 215-252-2392', '2023-07-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NP-18670', 'Nora Paige', 'Consumer', '97301', 'West', 'United States', 'salem', 'oregon', '+1 505-644-2616', '2023-08-29'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NP-18685', 'Nora Pelletier', 'Home Office', '22801', 'South', 'United States', 'harrisonburg', 'virginia', '+1 582-500-9510', '2023-09-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NP-18700', 'Nora Preis', 'Consumer', '60089', 'Central', 'United States', 'buffalo grove', 'illinois', '+1 582-333-1447', '2023-12-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NR-18550', 'Nick Radford', 'Consumer', '19143', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 228-259-4572', '2023-08-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NS-18505', 'Neola Schneider', 'Consumer', '27511', 'South', 'United States', 'cary', 'north carolina', '+1 304-364-2544', '2023-03-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NS-18640', 'Noel Staavos', 'Corporate', '19143', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 419-988-7413', '2023-03-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NW-18400', 'Natalie Webber', 'Consumer', '94513', 'West', 'United States', 'brentwood', 'california', '+1 424-201-1740', '2023-03-30'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('NZ-18565', 'Nick Zandusky', 'Home Office', '60623', 'Central', 'United States', 'chicago', 'illinois', '+1 225-744-1790', '2023-05-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ON-18715', 'Odella Nelson', 'Corporate', '90049', 'West', 'United States', 'los angeles', 'california', '+1 582-400-1544', '2023-10-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('OT-18730', 'Olvera Toch', 'Consumer', '55044', 'Central', 'United States', 'lakeville', 'minnesota', '+1 308-984-2985', '2023-10-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PA-19060', 'Pete Armstrong', 'Home Office', '10011', 'East', 'United States', 'new york city', 'new york', '+1 582-262-8071', '2023-10-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PB-18805', 'Patrick Bzostek', 'Home Office', '10009', 'East', 'United States', 'new york city', 'new york', '+1 321-718-6941', '2023-10-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PB-19105', 'Peter Bühler', 'Consumer', '98103', 'West', 'United States', 'seattle', 'washington', '+1 505-791-4346', '2023-10-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PB-19150', 'Philip Brown', 'Consumer', '90045', 'West', 'United States', 'los angeles', 'california', '+1 505-644-2534', '2023-12-29'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PB-19210', 'Phillip Breyer', 'Corporate', '55113', 'Central', 'United States', 'roseville', 'minnesota', '+1 212-830-0722', '2023-12-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PC-18745', 'Pamela Coakley', 'Corporate', '19134', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 337-522-9264', '2023-08-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PC-19000', 'Pauline Chand', 'Home Office', '92105', 'West', 'United States', 'san diego', 'california', '+1 309-495-6270', '2023-05-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PF-19120', 'Peter Fuller', 'Consumer', '74012', 'Central', 'United States', 'broken arrow', 'oklahoma', '+1 505-927-6698', '2023-10-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PF-19165', 'Philip Fox', 'Consumer', '40475', 'South', 'United States', 'richmond', 'kentucky', '+1 423-560-9442', '2023-10-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PF-19225', 'Phillip Flathmann', 'Consumer', '10024', 'East', 'United States', 'new york city', 'new york', '+1 224-252-0929', '2023-10-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PG-18820', 'Patrick Gardner', 'Consumer', '2920', 'East', 'United States', 'cranston', 'rhode island', '+1 505-694-7479', '2023-02-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PG-18895', 'Paul Gonzalez', 'Consumer', '7060', 'East', 'United States', 'plainfield', 'new jersey', '+1 302-357-7607', '2023-07-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PH-18790', 'Patricia Hirasaki', 'Home Office', '60623', 'Central', 'United States', 'chicago', 'illinois', '+1 505-968-6859', '2023-04-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PJ-18835', 'Patrick Jones', 'Corporate', '90008', 'West', 'United States', 'los angeles', 'california', '+1 308-488-7365', '2023-07-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PJ-19015', 'Pauline Johnson', 'Consumer', '61604', 'Central', 'United States', 'peoria', 'illinois', '+1 220-886-9813', '2023-07-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PK-18910', 'Paul Knutson', 'Home Office', '94122', 'West', 'United States', 'san francisco', 'california', '314 627 4061', '2023-07-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PK-19075', 'Pete Kriz', 'Consumer', '80027', 'West', 'United States', 'louisville', 'colorado', '+1 213-609-2584', '2023-02-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PL-18925', 'Paul Lucas', 'Home Office', '1841', 'East', 'United States', 'lawrence', 'massachusetts', '505 689 9045', '2023-10-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PM-18940', 'Paul MacIntyre', 'Consumer', '79907', 'Central', 'United States', 'el paso', 'texas', '+1 228-280-1821', '2023-10-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PM-19135', 'Peter McVee', 'Home Office', '10024', 'East', 'United States', 'new york city', 'new york', '582 333 6603', '2023-08-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PN-18775', 'Parhena Norris', 'Home Office', '28540', 'South', 'United States', 'jacksonville', 'north carolina', '234 281 5792', '2023-10-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PO-18850', 'Patrick O Brill', 'Consumer', '33180', 'South', 'United States', 'miami', 'florida', '+1 505-706-9275', '2023-10-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PO-18865', 'Patrick O Donnell', 'Consumer', '93030', 'West', 'United States', 'oxnard', 'california', '+1 582-333-7838', '2023-09-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PO-19180', 'Philisse Overcash', 'Home Office', '90049', 'West', 'United States', 'los angeles', 'california', '218 936 7538', '2023-05-31'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PO-19195', 'Phillina Ober', 'Home Office', '90008', 'West', 'United States', 'los angeles', 'california', '206 886 7941', '2023-05-30'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PP-18955', 'Paul Prost', 'Home Office', '31907', 'South', 'United States', 'columbus', 'georgia', '582 200 6185', '2023-05-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PR-18880', 'Patrick Ryan', 'Consumer', '10011', 'East', 'United States', 'new york city', 'new york', '+1 318-595-1296', '2023-08-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PS-18760', 'Pamela Stobb', 'Consumer', '17602', 'East', 'United States', 'lancaster', 'pennsylvania', '+1 582-583-2350', '2023-02-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PS-18970', 'Paul Stevenson', 'Home Office', '94109', 'West', 'United States', 'san francisco', 'california', '505 644 7356', '2023-12-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PS-19045', 'Penelope Sewall', 'Home Office', '7501', 'East', 'United States', 'paterson', 'new jersey', '205 891 5526', '2023-12-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PT-19090', 'Pete Takahito', 'Consumer', '90008', 'West', 'United States', 'los angeles', 'california', '+1 520-561-1525', '2023-12-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PV-18985', 'Paul Van Hugh', 'Home Office', '80004', 'West', 'United States', 'arvada', 'colorado', '505 464 5193', '2023-09-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PW-19030', 'Pauline Webber', 'Corporate', '92037', 'West', 'United States', 'san diego', 'california', '+1 828-917-3680', '2023-09-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('PW-19240', 'Pierre Wener', 'Consumer', '60623', 'Central', 'United States', 'chicago', 'illinois', '+1 734-580-9977', '2023-08-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('QJ-19255', 'Quincy Jones', 'Corporate', '33065', 'South', 'United States', 'coral springs', 'florida', '+1 206-578-2372', '2023-08-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RA-19285', 'Ralph Arnett', 'Consumer', '98103', 'West', 'United States', 'seattle', 'washington', '+1 505-630-1552', '2023-12-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RA-19885', 'Ruben Ausman', 'Corporate', '92804', 'West', 'United States', 'anaheim', 'california', '+1 405-525-3051', '2023-12-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RA-19915', 'Russell Applegate', 'Consumer', '19143', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 319-802-2390', '2023-04-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RA-19945', 'Ryan Akin', 'Consumer', '19120', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 505-644-0478', '2023-04-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RB-19330', 'Randy Bradley', 'Consumer', '75081', 'Central', 'United States', 'dallas', 'texas', '+1 582-201-3595', '2023-07-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RB-19360', 'Raymond Buch', 'Consumer', '99207', 'West', 'United States', 'spokane', 'washington', '+1 385-724-6492', '2023-07-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RB-19435', 'Richard Bierner', 'Consumer', '45373', 'East', 'United States', 'troy', 'ohio', '+1 582-666-4311', '2023-07-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RB-19465', 'Rick Bensley', 'Home Office', '74012', 'Central', 'United States', 'broken arrow', 'oklahoma', '582 262 7759', '2023-07-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RB-19570', 'Rob Beeghly', 'Consumer', '90004', 'West', 'United States', 'los angeles', 'california', '+1 407-989-6618', '2023-07-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RB-19645', 'Robert Barroso', 'Corporate', '90045', 'West', 'United States', 'los angeles', 'california', '+1 201-346-7369', '2023-07-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RB-19705', 'Roger Barcio', 'Home Office', '60201', 'Central', 'United States', 'evanston', 'illinois', '248 217 7351', '2023-12-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RB-19795', 'Ross Baird', 'Home Office', '90036', 'West', 'United States', 'los angeles', 'california', '380 281 161', '2023-12-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RC-19825', 'Roy Collins', 'Consumer', '28027', 'South', 'United States', 'concord', 'north carolina', '+1 582-442-1457', '2023-09-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RC-19960', 'Ryan Crowe', 'Consumer', '19140', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 582-333-7166', '2023-01-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RD-19480', 'Rick Duston', 'Consumer', '43229', 'East', 'United States', 'columbus', 'ohio', '+1 707-501-3297', '2023-12-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RD-19585', 'Rob Dowd', 'Consumer', '62521', 'Central', 'United States', 'decatur', 'illinois', '+1 312-835-9217', '2023-03-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RD-19660', 'Robert Dilbeck', 'Home Office', '90008', 'West', 'United States', 'los angeles', 'california', '318 524 459', '2023-12-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RD-19720', 'Roger Demir', 'Consumer', '10011', 'East', 'United States', 'new york city', 'new york', '+1 505-644-0365', '2023-01-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RD-19810', 'Ross DeVincentis', 'Home Office', '8701', 'East', 'United States', 'lakewood', 'new jersey', '203 639 9860', '2023-11-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RD-19900', 'Ruben Dartt', 'Consumer', '73120', 'Central', 'United States', 'oklahoma city', 'oklahoma', '+1 224-911-5211', '2023-11-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RD-19930', 'Russell D Ascenzo', 'Consumer', '98105', 'West', 'United States', 'seattle', 'washington', '+1 505-245-0018', '2023-11-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RE-19405', 'Ricardo Emerson', 'Consumer', '31907', 'South', 'United States', 'columbus', 'georgia', '+1 203-523-5166', '2023-11-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RE-19450', 'Richard Eichhorn', 'Consumer', '60076', 'Central', 'United States', 'skokie', 'illinois', '+1 326-347-5802', '2023-04-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RF-19345', 'Randy Ferguson', 'Corporate', '94122', 'West', 'United States', 'san francisco', 'california', '+1 346-285-6549', '2023-04-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RF-19735', 'Roland Fjeld', 'Consumer', '10011', 'East', 'United States', 'new york city', 'new york', '+1 582-583-7706', '2023-04-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RF-19840', 'Roy Französisch', 'Consumer', '80219', 'West', 'United States', 'denver', 'colorado', '+1 219-749-8085', '2023-04-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RH-19495', 'Rick Hansen', 'Consumer', '43402', 'East', 'United States', 'bowling green', 'ohio', '+1 406-997-7094', '2023-09-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RH-19510', 'Rick Huthwaite', 'Home Office', '85234', 'West', 'United States', 'gilbert', 'arizona', '582 262 4172', '2023-01-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RH-19555', 'Ritsa Hightower', 'Consumer', '47201', 'Central', 'United States', 'columbus', 'indiana', '+1 213-943-4472', '2023-01-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RH-19600', 'Rob Haberlin', 'Consumer', '10011', 'East', 'United States', 'new york city', 'new york', '+1 205-421-1611', '2023-01-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RK-19300', 'Ralph Kennedy', 'Consumer', '19140', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 213-482-3708', '2023-02-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RL-19615', 'Rob Lucas', 'Consumer', '43229', 'East', 'United States', 'columbus', 'ohio', '+1 216-829-8996', '2023-02-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RM-19375', 'Raymond Messe', 'Consumer', '40214', 'South', 'United States', 'louisville', 'kentucky', '+1 508-727-3685', '2023-02-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RM-19675', 'Robert Marley', 'Home Office', '19143', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 225-283-3302', '2023-12-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RM-19750', 'Roland Murray', 'Consumer', '92105', 'West', 'United States', 'san diego', 'california', '+1 414-298-7146', '2023-01-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RO-19780', 'Rose O Brian', 'Consumer', '60623', 'Central', 'United States', 'chicago', 'illinois', '+1 531-272-2678', '2023-08-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RP-19270', 'Rachel Payne', 'Corporate', '80219', 'West', 'United States', 'denver', 'colorado', '+1 582-282-3168', '2023-08-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RP-19390', 'Resi Pölking', 'Consumer', '44105', 'East', 'United States', 'cleveland', 'ohio', '+1 582-400-9018', '2023-04-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RP-19855', 'Roy Phan', 'Corporate', '90032', 'West', 'United States', 'los angeles', 'california', '+1 518-560-3750', '2023-04-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RR-19315', 'Ralph Ritter', 'Consumer', '94122', 'West', 'United States', 'san francisco', 'california', '+1 582-400-4711', '2023-11-29'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RR-19525', 'Rick Reed', 'Corporate', '98026', 'West', 'United States', 'edmonds', 'washington', '+1 582-333-8413', '2023-11-29'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RS-19420', 'Ricardo Sperren', 'Corporate', '19143', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 218-912-0556', '2023-07-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RS-19765', 'Roland Schwarz', 'Corporate', '48227', 'Central', 'United States', 'detroit', 'michigan', '+1 518-651-7360', '2023-07-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RS-19870', 'Roy Skaria', 'Home Office', '10011', 'East', 'United States', 'new york city', 'new york', '+1 582-444-1474', '2023-04-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RW-19540', 'Rick Wilson', 'Corporate', '92037', 'West', 'United States', 'san diego', 'california', '+1 520-654-0944', '2023-09-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RW-19630', 'Rob Williams', 'Corporate', '92627', 'West', 'United States', 'costa mesa', 'california', '+1 582-333-3184', '2023-02-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('RW-19690', 'Robert Waldorf', 'Consumer', '98103', 'West', 'United States', 'seattle', 'washington', '+1 212-815-9263', '2023-11-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SA-20830', 'Sue Ann Reed', 'Consumer', '98105', 'West', 'United States', 'seattle', 'washington', '+1 339-984-8033', '2023-01-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SB-20170', 'Sarah Bern', 'Consumer', '54880', 'Central', 'United States', 'superior', 'wisconsin', '+1 582-500-2405', '2023-02-02'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SB-20185', 'Sarah Brown', 'Consumer', '91776', 'West', 'United States', 'san gabriel', 'california', '+1 571-314-5331', '2023-06-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SB-20290', 'Sean Braxton', 'Corporate', '48227', 'Central', 'United States', 'detroit', 'michigan', '+1 305-323-1882', '2023-09-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20020', 'Sam Craven', 'Consumer', '94109', 'West', 'United States', 'san francisco', 'california', '+1 510-423-8943', '2023-11-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20050', 'Sample Company A', 'Home Office', '16602', 'East', 'United States', 'altoona', 'pennsylvania', '+1 209-492-1564', '2023-03-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20095', 'Sanjit Chand', 'Consumer', '90036', 'West', 'United States', 'los angeles', 'california', '+1 216-873-5046', '2023-10-30'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20230', 'Scot Coram', 'Corporate', '67846', 'Central', 'United States', 'garden city', 'kansas', '+1 423-373-3134', '2023-11-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20260', 'Scott Cohen', 'Corporate', '90004', 'West', 'United States', 'los angeles', 'california', '+1 213-747-1179', '2023-03-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20305', 'Sean Christensen', 'Consumer', '80122', 'West', 'United States', 'littleton', 'colorado', '+1 220-741-5869', '2023-02-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20380', 'Shahid Collister', 'Consumer', '60423', 'Central', 'United States', 'frankfort', 'illinois', '+1 216-740-6770', '2023-03-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20440', 'Shaun Chance', 'Corporate', '10035', 'East', 'United States', 'new york city', 'new york', '+1 582-500-3874', '2023-12-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20575', 'Sonia Cooley', 'Consumer', '48227', 'Central', 'United States', 'detroit', 'michigan', '+1 218-738-3624', '2023-12-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20680', 'Steve Carroll', 'Home Office', '20735', 'East', 'United States', 'clinton', 'maryland', '+1 217-273-7473', '2023-12-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20695', 'Steve Chapman', 'Corporate', '19140', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 582-202-3927', '2023-09-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20725', 'Steven Cartwright', 'Consumer', '90036', 'West', 'United States', 'los angeles', 'california', '+1 308-312-5772', '2023-04-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20770', 'Stewart Carmichael', 'Corporate', '92037', 'West', 'United States', 'san diego', 'california', '+1 541-703-8192', '2023-10-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20800', 'Stuart Calhoun', 'Consumer', '44105', 'East', 'United States', 'cleveland', 'ohio', '+1 326-680-3538', '2023-12-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SC-20845', 'Sung Chung', 'Consumer', '10024', 'East', 'United States', 'new york city', 'new york', '+1 240-463-7488', '2023-06-17'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SD-20485', 'Shirley Daniels', 'Home Office', '90049', 'West', 'United States', 'los angeles', 'california', '+1 314-627-4061', '2023-08-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SE-20230', 'Sanjit Engle', 'Consumer', '43055', 'East', 'United States', 'newark', 'ohio', '+1 207-298-2592', '2023-08-12'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SF-20065', 'Sandra Flanagan', 'Consumer', '33311', 'South', 'United States', 'fort lauderdale', 'florida', '+1 582-202-8816', '2023-10-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SF-20200', 'Sarah Foster', 'Consumer', '20735', 'East', 'United States', 'clinton', 'maryland', '+1 582-282-2443', '2023-06-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SF-20965', 'Sylvia Foulston', 'Corporate', '77036', 'Central', 'United States', 'houston', 'texas', '+1 582-333-0894', '2023-06-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SG-20080', 'Sandra Glassco', 'Consumer', '94122', 'West', 'United States', 'san francisco', 'california', '+1 240-942-0331', '2023-03-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SG-20470', 'Sheri Gordon', 'Consumer', '77041', 'Central', 'United States', 'houston', 'texas', '+1 231-314-2531', '2023-09-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SG-20605', 'Speros Goranitis', 'Consumer', '6460', 'East', 'United States', 'milford', 'connecticut', '+1 203-254-7067', '2023-09-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SG-20890', 'Susan Gilcrest', 'Corporate', '50315', 'Central', 'United States', 'des moines', 'iowa', '+1 225-896-6821', '2023-09-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SH-19975', 'Sally Hughsby', 'Corporate', '33142', 'South', 'United States', 'miami', 'florida', '+1 582-333-2620', '2023-02-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SH-20395', 'Shahid Hopkins', 'Consumer', '98103', 'West', 'United States', 'seattle', 'washington', '+1 225-344-6610', '2023-03-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SH-20635', 'Stefanie Holloman', 'Corporate', '11572', 'East', 'United States', 'oceanside', 'new york', '+1 217-831-2851', '2023-10-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SJ-20235', 'Sanjit Jacobs', 'Home Office', '37167', 'South', 'United States', 'smyrna', 'tennessee', '5056899045', '2023-10-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SJ-20215', 'Sarah Jordon', 'Consumer', '27604', 'South', 'United States', 'raleigh', 'north carolina', '+1 201-329-1109', '2023-10-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SJ-20500', 'Shirley Jackson', 'Consumer', '19120', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 505-644-4082', '2023-07-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SK-19990', 'Sally Knutson', 'Consumer', '10035', 'East', 'United States', 'new york city', 'new york', '+1 582-222-9627', '2023-07-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SL-20155', 'Sara Luxemburg', 'Home Office', '53209', 'Central', 'United States', 'milwaukee', 'wisconsin', '5823336603', '2023-02-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SM-20005', 'Sally Matthias', 'Consumer', '48205', 'Central', 'United States', 'detroit', 'michigan', '+1 582-201-8052', '2023-04-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SM-20320', 'Sean Miller', 'Home Office', '77070', 'Central', 'United States', 'houston', 'texas', '2342815792', '2023-10-31'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SM-20905', 'Susan MacKendrick', 'Consumer', '99207', 'West', 'United States', 'spokane', 'washington', '+1 408-230-0493', '2023-12-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SM-20950', 'Suzanne McNair', 'Corporate', '10024', 'East', 'United States', 'new york city', 'new york', '+1 201-871-6501', '2023-12-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SN-20560', 'Skye Norling', 'Home Office', '92105', 'West', 'United States', 'san diego', 'california', '2189367538', '2023-09-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SN-20710', 'Steve Nguyen', 'Home Office', '27405', 'South', 'United States', 'greensboro', 'north carolina', '2068867941', '2023-11-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SO-20335', 'Sean O Donnell', 'Consumer', '33437', 'South', 'United States', 'boynton beach', 'florida', '+1 582-333-9973', '2023-11-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SP-20545', 'Sibella Parks', 'Corporate', '90032', 'West', 'United States', 'los angeles', 'california', '+1 505-949-1948', '2023-02-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SP-20620', 'Stefania Perrino', 'Corporate', '23666', 'South', 'United States', 'hampton', 'virginia', '+1 505-644-2779', '2023-02-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SP-20650', 'Stephanie Phelps', 'Corporate', '60076', 'Central', 'United States', 'skokie', 'illinois', '+1 414-643-0506', '2023-04-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SP-20860', 'Sung Pak', 'Corporate', '94122', 'West', 'United States', 'san francisco', 'california', '+1 202-470-0655', '2023-04-21'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SP-20920', 'Susan Pistek', 'Consumer', '10011', 'East', 'United States', 'new york city', 'new york', '+1 582-302-8658', '2023-04-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SR-20425', 'Sharelle Roach', 'Home Office', '35244', 'South', 'United States', 'hoover', 'alabama', '5822006185', '2023-04-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SR-20740', 'Steven Roelle', 'Home Office', '77642', 'Central', 'United States', 'port arthur', 'texas', '5056447356', '2023-04-20'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SS-20140', 'Saphhira Shifley', 'Corporate', '2886', 'East', 'United States', 'warwick', 'rhode island', '+1 240-791-0130', '2023-04-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SS-20410', 'Shahid Shariari', 'Consumer', '90036', 'West', 'United States', 'los angeles', 'california', '+1 309-240-9319', '2023-09-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SS-20515', 'Shirley Schmidt', 'Home Office', '44107', 'East', 'United States', 'lakewood', 'ohio', '2058915526', '2023-09-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SS-20590', 'Sonia Sunley', 'Consumer', '57701', 'Central', 'United States', 'rapid city', 'south dakota', '+1 215-766-6317', '2023-09-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SS-20875', 'Sung Shariari', 'Consumer', '77070', 'Central', 'United States', 'houston', 'texas', '+1 317-472-1462', '2023-09-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ST-20530', 'Shui Tom', 'Consumer', '90036', 'West', 'United States', 'los angeles', 'california', '+1 214-964-5075', '2023-11-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SU-20665', 'Stephanie Ulpright', 'Home Office', '77036', 'Central', 'United States', 'houston', 'texas', '5054645193', '2023-11-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SV-20365', 'Seth Vernon', 'Consumer', '44105', 'East', 'United States', 'cleveland', 'ohio', '+1 505-644-2729', '2023-11-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SV-20785', 'Stewart Visinsky', 'Consumer', '10009', 'East', 'United States', 'new york city', 'new york', '+1 205-305-4809', '2023-04-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SV-20815', 'Stuart Van', 'Corporate', '60610', 'Central', 'United States', 'chicago', 'illinois', '+1 413-541-8147', '2023-05-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SV-20935', 'Susan Vittorini', 'Consumer', '84604', 'West', 'United States', 'provo', 'utah', '+1 582-282-6430', '2023-05-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SW-20245', 'Scot Wooten', 'Consumer', '22153', 'South', 'United States', 'springfield', 'virginia', '+1 505-644-6229', '2023-01-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SW-20275', 'Scott Williamson', 'Consumer', '87401', 'West', 'United States', 'farmington', 'new mexico', '+1 505-630-8979', '2023-05-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SW-20350', 'Sean Wendt', 'Home Office', '19805', 'East', 'United States', 'wilmington', 'delaware', '5822627759', '2023-05-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SW-20455', 'Shaun Weien', 'Consumer', '76706', 'Central', 'United States', 'waco', 'texas', '+1 609-404-3347', '2023-07-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SW-20755', 'Steven Ward', 'Corporate', '37421', 'South', 'United States', 'chattanooga', 'tennessee', '+1 539-208-4304', '2023-02-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('SZ-20035', 'Sam Zeldin', 'Home Office', '94110', 'West', 'United States', 'san francisco', 'california', '2482177351', '2023-08-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TA-21385', 'Tom Ashbrook', 'Home Office', '10024', 'East', 'United States', 'new york city', 'new york', '380281161', '2023-08-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TB-21055', 'Ted Butterfield', 'Consumer', '45231', 'East', 'United States', 'cincinnati', 'ohio', '+1 240-768-1732', '2023-08-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TB-21175', 'Thomas Boland', 'Corporate', '6010', 'East', 'United States', 'bristol', 'connecticut', '+1 218-577-1310', '2023-02-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TB-21190', 'Thomas Brumley', 'Home Office', '92804', 'West', 'United States', 'anaheim', 'california', '318524459', '2023-02-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TB-21250', 'Tim Brockman', 'Consumer', '78207', 'Central', 'United States', 'san antonio', 'texas', '+1 225-392-0340', '2023-02-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TB-21280', 'Toby Braunhardt', 'Consumer', '33614', 'South', 'United States', 'tampa', 'florida', '+1 220-285-1991', '2023-02-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TB-21355', 'Todd Boyes', 'Corporate', '19140', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 303-947-8372', '2023-05-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TB-21400', 'Tom Boeckenhauer', 'Consumer', '85204', 'West', 'United States', 'mesa', 'arizona', '+1 313-269-2209', '2023-07-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TB-21520', 'Tracy Blumstein', 'Consumer', '37167', 'South', 'United States', 'smyrna', 'tennessee', '+1 213-932-4028', '2023-07-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TB-21595', 'Troy Blackwell', 'Consumer', '48205', 'Central', 'United States', 'detroit', 'michigan', '+1 582-203-4159', '2023-05-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TB-21625', 'Trudy Brown', 'Consumer', '8360', 'East', 'United States', 'vineland', 'new jersey', '+1 505-956-4256', '2023-10-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TC-20980', 'Tamara Chand', 'Corporate', '45011', 'East', 'United States', 'hamilton', 'ohio', '+1 582-201-9277', '2023-09-16'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TC-21145', 'Theresa Coyne', 'Corporate', '76017', 'Central', 'United States', 'arlington', 'texas', '+1 402-560-6165', '2023-03-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TC-21295', 'Toby Carlisle', 'Consumer', '19134', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 216-371-9939', '2023-08-06'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TC-21475', 'Tony Chapman', 'Home Office', '94110', 'West', 'United States', 'san francisco', 'california', '2036399860', '2023-02-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TC-21535', 'Tracy Collins', 'Home Office', '75104', 'Central', 'United States', 'cedar hill', 'texas', '5822624172', '2023-02-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TD-20995', 'Tamara Dahlen', 'Consumer', '76706', 'Central', 'United States', 'waco', 'texas', '+1 239-943-4086', '2023-02-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TG-21310', 'Toby Gnade', 'Consumer', '90049', 'West', 'United States', 'los angeles', 'california', '+1 505-451-9511', '2023-02-24'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TG-21640', 'Trudy Glocke', 'Consumer', '35601', 'South', 'United States', 'decatur', 'alabama', '+1 218-734-8308', '2023-02-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TH-21100', 'Thea Hendricks', 'Consumer', '23223', 'South', 'United States', 'richmond', 'virginia', '+1 504-508-8494', '2023-03-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TH-21115', 'Thea Hudgings', 'Corporate', '7017', 'East', 'United States', 'east orange', 'new jersey', '+1 314-505-4002', '2023-04-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TH-21235', 'Tiffany House', 'Corporate', '43229', 'East', 'United States', 'columbus', 'ohio', '+1 505-762-9760', '2023-06-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TH-21550', 'Tracy Hopkins', 'Home Office', '19134', 'East', 'United States', 'philadelphia', 'pennsylvania', '2068267272', '2023-10-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TM-21010', 'Tamara Manning', 'Consumer', '10009', 'East', 'United States', 'new york city', 'new york', '+1 505-242-2919', '2023-10-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TM-21490', 'Tony Molinari', 'Consumer', '60653', 'Central', 'United States', 'chicago', 'illinois', '+1 505-612-2720', '2023-06-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TN-21040', 'Tanja Norvell', 'Home Office', '60610', 'Central', 'United States', 'chicago', 'illinois', '4255752028', '2023-10-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TP-21130', 'Theone Pippenger', 'Consumer', '11561', 'East', 'United States', 'long beach', 'new york', '+1 206-497-3202', '2023-12-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TP-21415', 'Tom Prescott', 'Consumer', '90036', 'West', 'United States', 'los angeles', 'california', '+1 320-511-1041', '2023-11-19'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TP-21565', 'Tracy Poddar', 'Corporate', '44107', 'East', 'United States', 'lakewood', 'ohio', '+1 582-682-1962', '2023-05-23'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TR-21325', 'Toby Ritter', 'Consumer', '27514', 'South', 'United States', 'chapel hill', 'north carolina', '+1 582-262-6938', '2023-05-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TS-21085', 'Thais Sissman', 'Consumer', '44221', 'East', 'United States', 'cuyahoga falls', 'ohio', '+1 318-731-5632', '2023-08-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TS-21160', 'Theresa Swint', 'Corporate', '94110', 'West', 'United States', 'san francisco', 'california', '+1 310-935-4193', '2023-08-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TS-21205', 'Thomas Seio', 'Corporate', '2038', 'East', 'United States', 'franklin', 'massachusetts', '+1 582-583-3840', '2023-07-22'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TS-21340', 'Toby Swindell', 'Consumer', '19711', 'East', 'United States', 'newark', 'delaware', '+1 582-282-6015', '2023-03-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TS-21370', 'Todd Sumrall', 'Corporate', '38671', 'South', 'United States', 'southaven', 'mississippi', '+1 405-206-2162', '2023-05-18'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TS-21430', 'Tom Stivers', 'Corporate', '93010', 'West', 'United States', 'camarillo', 'california', '+1 505-664-6537', '2023-03-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TS-21505', 'Tony Sayre', 'Consumer', '5408', 'East', 'United States', 'burlington', 'vermont', '+1 253-473-6619', '2023-04-28'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TS-21610', 'Troy Staebel', 'Consumer', '47201', 'Central', 'United States', 'columbus', 'indiana', '+1 582-222-8321', '2023-04-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TS-21655', 'Trudy Schmidt', 'Consumer', '90049', 'West', 'United States', 'los angeles', 'california', '+1 203-740-0391', '2023-05-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TT-21070', 'Ted Trevino', 'Consumer', '48234', 'Central', 'United States', 'detroit', 'michigan', '+1 582-222-6080', '2023-05-27'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TT-21220', 'Thomas Thornton', 'Consumer', '19120', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 505-644-1541', '2023-05-26'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TT-21265', 'Tim Taslimi', 'Corporate', '90045', 'West', 'United States', 'los angeles', 'california', '+1 582-222-7148', '2023-09-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TT-21460', 'Tonja Turnell', 'Home Office', '44105', 'East', 'United States', 'cleveland', 'ohio', '5033941688', '2023-11-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TW-21025', 'Tamara Willingham', 'Home Office', '90004', 'West', 'United States', 'los angeles', 'california', '2128388643', '2023-11-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('TZ-21580', 'Tracy Zic', 'Consumer', '98103', 'West', 'United States', 'seattle', 'washington', '+1 619-910-7931', '2023-11-01'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('VB-21745', 'Victoria Brennan', 'Corporate', '90049', 'West', 'United States', 'los angeles', 'california', '+1 582-444-5614', '2023-11-08'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('VD-21670', 'Valerie Dominguez', 'Consumer', '79907', 'Central', 'United States', 'el paso', 'texas', '+1 582-333-3880', '2023-11-03'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('VF-21715', 'Vicky Freymann', 'Home Office', '73120', 'Central', 'United States', 'oklahoma city', 'oklahoma', '4242171893', '2023-11-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('VG-21790', 'Vivek Gonzalez', 'Consumer', '92105', 'West', 'United States', 'san diego', 'california', '+1 224-224-0409', '2023-11-15'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('VG-21805', 'Vivek Grady', 'Corporate', '77095', 'Central', 'United States', 'houston', 'texas', '+1 505-296-8166', '2023-01-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('VM-21685', 'Valerie Mitchum', 'Home Office', '46350', 'Central', 'United States', 'la porte', 'indiana', '2179141784', '2023-01-10'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('VM-21835', 'Vivian Mathis', 'Consumer', '6824', 'East', 'United States', 'fairfield', 'connecticut', '+1 445-241-7266', '2023-02-07'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('VP-21730', 'Victor Preis', 'Home Office', '98105', 'West', 'United States', 'seattle', 'washington', '5056622772', '2023-02-09'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('VP-21760', 'Victoria Pisteka', 'Corporate', '78207', 'Central', 'United States', 'san antonio', 'texas', '+1 240-795-1858', '2023-09-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('VS-21820', 'Vivek Sundaresam', 'Consumer', '19143', 'East', 'United States', 'philadelphia', 'pennsylvania', '+1 313-546-0277', '2023-03-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('VT-21700', 'Valerie Takahito', 'Home Office', '42301', 'South', 'United States', 'owensboro', 'kentucky', '5825291731', '2023-03-14'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('VW-21775', 'Victoria Wilson', 'Corporate', '10024', 'East', 'United States', 'new york city', 'new york', '+1 582-300-7221', '2023-11-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('WB-21850', 'William Brown', 'Consumer', '98103', 'West', 'United States', 'seattle', 'washington', '+1 224-980-0958', '2023-11-04'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('XP-21865', 'Xylona Preis', 'Consumer', '90032', 'West', 'United States', 'los angeles', 'california', '+1 505-644-9894', '2023-11-05'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('YC-21895', 'Yoseph Carroll', 'Corporate', '23320', 'South', 'United States', 'chesapeake', 'virginia', '+1 201-857-2099', '2023-01-25'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('YS-21880', 'Yana Sorensen', 'Corporate', '60653', 'Central', 'United States', 'chicago', 'illinois', '+1 208-512-9931', '2023-09-13'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ZC-21910', 'Zuschuss Carroll', 'Consumer', '92683', 'West', 'United States', 'westminster', 'california', '+1 505-644-9222', '2023-12-11'); INSERT INTO [dbo].[mskl_customers] (customer_id, customer_name, segment, zip_code, region, country, city, state, contact_number, joining_date) VALUES ('ZD-21925', 'Zuschuss Donatelli', 'Consumer', '28314', 'South', 'United States', 'fayetteville', 'north carolina', '+1 234-781-9567', '2023-04-24');

Stuck with a problem? Got Error? Ask AI support!

Copy Clear