How to Create Database View in PostgreSQL Enterprise Geodatabase
Database View is one cool things about database management in DBMS. Using database view, you can deliver so many options of data publishing without messing up your database and messing up your tables structure. Database View is a common features that almost every database platform could have that features, includes here is spatial database (PostGIS, Oracle Spatial, or Enterprise Geodatabase). If we talks about database view in Enterprise Geodatabase, it has all the features of enterprise geodatabase feature class. Database view in Enterprise Geodatabase is also directly linked with its parent tables. So any modification or updating in parent tables will also reflected in the database view. The database view itself is read only and only support reading/view. Database View as I already told actually is one of the DBMS features regardless what kind of DBMS are used. If we see it in Enterprise Geodatabase Point of View, Database View when it is just created or imported, is not c...