View ocum.volumeflexgroupaggregaterelationshipview Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
flexgroupId bigint 19  √  null Volume ObjId of the flexgroup volume which this flexgroup constituent belongs to
aggregateId bigint 19  √  null

Analyzed at Tue Apr 23 05:29 EDT 2019

View Definition:
select distinct `inventoryvolume`.`flexgroupId` AS `flexgroupId`,`inventoryvolume`.`aggregateId` AS `aggregateId` from (`netapp_model_view`.`volume` `inventoryvolume` straight_join `ocum`.`volume` on((`ocum`.`volume`.`id` = `inventoryvolume`.`objid`))) where (`inventoryvolume`.`flexgroupId` is not null)
 
Possibly Referenced Tables/Views:
volume