Creating Derived Views¶
After creating the base view, you can create derived views to combine data from different sources.
The following sections describe the process of creating the following types of views using our example to illustrate the process:
Union views: see section Creating Union Views
Join views: see section Creating Join Views
Selection views: see section Creating Selection Views
Flatten views: see section Creating Flatten Views
Intersect views: see section Creating Intersection Views
Minus views: see section Creating Minus Views
Interface views: see section Creating Interface Views