Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

The data dictionary describes each possible field the database can hold (Attributes) within each table (Table Name). 

The naming conventions follow the type of structure that we are using for this database (star/snowflake schema), so ignore "_dim" in the names, and the "required," "PK or FK" and "FK Referenced Table" columns!

The person, location, source, and physical source tables will occur for every record in the database. Then, the rest of the tables (until activity_fact) are the possible activities a person can be involved with. The activity_fact table connects everything!

Please comment on other attributes that could be included or taken out, or any description edits!

 

Data dictionary in Word doc format 

(This is difficult to look at but if you would like, please leave comments!)

Data dictionary in PDF format

(Please put comments on this Wiki page, while viewing this document!)

Visual model of database (with attributes)

Basic Entity-Relationship Diagram of database (only table names and fact table attributes)

  • No labels