non-graphical sub-feature

Hi,

can somebody please shed some light on this... (taken from )

Oracle Spatial Non-Graphical Sub-Feature Support
It is now possible to create sub-features of type non-graphical using Oracle foreign key constraints between a graphical main table and a non-graphical linked table

 

Can this be used even without Oracle Spatial? What's the idea and how can I use it?


TIA,

 Holger

Parents Reply
  • You can also do this in a database recod situation. For example:

    • Create a table that will have a database record/graphics.
    • Now have another table, lets say from another department, that you want to also review ( and possibly edit) attributes from that department;s table, but you do not want to copy the data to your table.
    • Using the foreign key, you can now link that table to your table, thus being able to 'see' the other table data.

    HTH

    Jerry

     

     

Children
No Data