View features associated with a marker.
Output
Column | Type | Description |
|---|---|---|
marker_id | NUMBER | The ID of the marker that references a feature. |
foid | NUMBER | The FOID of a feature referenced by this marker. |
starting | DATE | The time that the feature was assigned to the marker. |
ending | DATE | The time that the feature was removed from the marker. This field is NULL if the feature is currently assigned to the marker. |
Example
select * from Marker_Feature_View |