View slot9.WORLD.TSTA.PROPERTIES_ASSOC_CNT_VW |
View Definition:
SELECT 'Business', pro_property_id, COUNT (pro_property_id)
FROM business_properties
GROUP BY 1, pro_property_id
UNION
SELECT 'Person', property_id, COUNT (property_id)
FROM people_properties
GROUP BY 1, property_id
Possibly Referenced Tables/Views: