Database Design Flashcards
What is a GDB design?
A process to represent real-world geography in a GDB.
Know the 4 stages of DBD in order:
UNA: User Needs Assessment
CD: Conceptual Design
LD: Logical Design
PD: Physical Design
What are the DBD stages?
UNA: determines purpose of GDB. Identify organizations’ mission, objectives & requirements. Sadly, this step is usually
omitted.
CD: broadly identifies layers, tables, and attributes. How layers are represented as which geometry type.
LD: organize data into geographic datasets for specific GIS software. FCs have clear definition with attributes (data
types) and relationships. Domains. Match layers to a GDB model. Document items in Excel worksheets (in lab).
PD: most detailed GDB design process completely defines specific file structures to store geographic & tabular data for
a specific software program and meet user requirements. Documented in a Data Dictionary with attribute values
What is the goal of a DBD?
minimize storage, min redundancy, max performance.
What is a data dictionary?
document that describes the detailed GDB structure and content