Hey,
I have assembled a database of over 16,000 golf courses, organized by city and state. Each golf course entry consists of: Name, Access (Private/Public), Number of Holes, Advanced Booking Options, Course Fees, Address, and phone number.
It's organized in MySQL with the basic table structure:
Example output:
If you would like to purchase, please PM me or post here. Price is $14.
I have assembled a database of over 16,000 golf courses, organized by city and state. Each golf course entry consists of: Name, Access (Private/Public), Number of Holes, Advanced Booking Options, Course Fees, Address, and phone number.
It's organized in MySQL with the basic table structure:
Code:
[B]states[/B]
-id
-state
[B]cities[/B] (note: no cities without listed golf courses are in this table)
-id
-state_id
-city
[B]courses[/B]
-id
-city_id
-name
-type
-holes
-bookings
-fees
-address
-phone
Example output:

If you would like to purchase, please PM me or post here. Price is $14.