Spatial Table Design
449863Aug 12 2005 — edited Aug 20 2005In mvdemo(Demo tables from oracle) we have tables STATES, COUNTIES, INTERSTATES and CITIES. So can I say that u should have a separate table for each Feature(Layer).
Suppose I have two Features CITIES and TOWNS both of them have the same non spatial fields. Here should I create two separate tables or a single table where I can put both the CITIES and TOWNS data.
Is there any advantage of putting similiar kind of data in two separate tables just because they are of different layers.