Colorado Yellow Pages Database
« Back to US Phone Number Home
Database Description:
Yellow pages Colorado database is a business directory of manufacturers, companies, stores, dealers, suppliers in Colorado. Phone number database of all businesses.
Prospective Applications / Implementations:
- Colorado yellow pages site
- Online phone book of Colorado providers
- Local classified information portal of Colorado
- Colorado business directory
- Phone number lookup & search of Colorado businesses
- Marketing campaign targeted at Colorado businesses
- Colorado business information site enhancement
- Colorado business search site
- Colorado reverse phone lookup
- ...Order a custom build
Database Meta:
- Listing records: Contact us for the number of total records.
- Last updated: Mar. 2nd, 2009
- Format: MySQL 5 SQL text file, CSV for MS Excel
- Tables: 7
phpMyAdmin Screenshots (Mother Database):

Table Details:
-
category
Records:27Level 1 categorization.
Table fields
- id: smallint(6)
- title: varchar(255)
- url: varchar(255)
-
city
Records:26170US cities and towns.
Table fields
- id: smallint(6)
- title: varchar(255)
- url: varchar(255)
- state: smallint(6)
- letter: char(1)
-
listing
Records:InquireTable containing all the company listings.
Table fields
- id: int(11)
- title: varchar(255)
- phone: varchar(255)
- address: varchar(255)
- subcategory2city: mediumint(9)
-
state
Records:50All US states.
Table fields
- id: smallint(6)
- title: varchar(255)
- url: varchar(255)
- count: smallint(6)
-
subcategory
Records:284Level 2 categorization.
Table fields
- id: smallint(6)
- title: varchar(255)
- url: varchar(255)
- category: smallint(6)
-
subcategory2city
Records:585069Relational table of subcategory to city.
Table fields
- id: mediumint(9)
- subcategory: smallint(6)
- city: smallint(6)
-
subcategory2state
Records:13084Relational table of subcategory to state.
Table fields
- id: mediumint(9)
- subcategory: smallint(6)
- state: smallint(6)