User Info Generator

Canadian Address Generator

May 4th, 2016

Generate a list of fake Canadian addresses with the street, city, region, country, postal codes and phone.

Canadian Address Attributes


Data Set

Data: Select all
  • 346 Cotton Branch Carrefour, Elevenmile Homestead, Wyoming, 82544-2875, US, (307) 754-4884
  • 8557 Lost Leaf Heath, Helix, Prince Edward Island, C8W-6A6, CA, (902) 066-1645
  • 4440 Umber Lookout, Carnation, North Dakota, 58681-4334, US, (701) 959-6548
  • 4938 Stony Pines, Freeland, Wyoming, 83029-3657, US, (307) 273-9817
  • 2103 Fallen Highway, Niwot, Alabama, 35543-5853, US, (251) 070-8705

Insert SQL Set

Query String: Select all
  • INSERT INTO `addresses` (`street`, `city`, `region`, `code`, `country`, `phone` ) VALUES
  • ('346 Cotton Branch Carrefour', 'Elevenmile Homestead', 'Wyoming', '82544-2875', 'US', '(307) 754-4884'),
  • ('8557 Lost Leaf Heath', 'Helix', 'Prince Edward Island', 'C8W-6A6', 'CA', '(902) 066-1645'),
  • ('4440 Umber Lookout', 'Carnation', 'North Dakota', '58681-4334', 'US', '(701) 959-6548'),
  • ('4938 Stony Pines', 'Freeland', 'Wyoming', '83029-3657', 'US', '(307) 273-9817'),
  • ('2103 Fallen Highway', 'Niwot', 'Alabama', '35543-5853', 'US', '(251) 070-8705');

SQL Create Table

SQL Create: Select all
  • CREATE TABLE `addresses` (
  •   `id` int(11) NOT NULL AUTO_INCREMENT,
  •   `street` varchar(255) NOT NULL,
  •   `city` varchar(255) NOT NULL,
  •   `region` varchar(255) NOT NULL,
  •   `country` varchar(255) NOT NULL,
  •   `code` varchar(255) NOT NULL,
  •   `phone` varchar(255) NOT NULL,
  •   PRIMARY KEY (`id`)
  • ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

Testimonials

"Incredible, usually for testing we have to obfuscate live user data, but with your data I was able to create a 1,000 users in only a few minutes."

Russ McEwan, Denver, CO

"Thanks this is exactly what I was looking for when I needed a lot of users created as test data."

Timothy Hardy, Chicago, IL

"So glad I stumbled on this site. Now I would not be able to do my job without these helpful generators. Thanks."

S. Rosario, Maryland