

InterviewSolution
1. |
Differences between Databases system and Geo-database |
Answer» Answer: the differences are A database typically requires a comprehensive database software program known as a database management system (DBMS). A DBMS serves as an interface between the database and its end users or PROGRAMS, allowing users to retrieve, update, and manage how the information is organized and optimized. and A geodatabase is an alternate WAY to store GIS information in one large file, which can contain multiple point, polygon, and/or polyline LAYERS. ESRI is pushing the geodatabase idea, because it is a less “messy” way of ORGANIZING DATA than having multiple shapefiles. in multiple folders |
|