A writer's core skill is the ability to communicate naturally for any given purpose.
|
Clear procedure
|
Informative technical concept
|
|
Pleasant blog chronicle
|
Pertinent graphic
|
Compelling technical marketing
The following excerpt from the DB2® Spatial Extender Web site was targeted toward relational database developers unfamiliar with spatial information.
Using DB2 Spatial Extender and spatial data, she can find an answer with a fairly simple query:
select * from population p
where p.income > 125000
and exist
(
select * from stores s
where distance(c.location, s.location) > 10
);
The population and store locations are new data types called points, stored in the same tables as the business data, such as the population income. The process of finding the data she needs is as straightforward as determining the distances between the upper-income population and her stores and returning those greater than 10 miles away. Using ESRI ArcView, she can see the locations on a map and determine the areas with the greatest population density.