Java Games: Flashcards, matching, concentration, and word search.

Chapter 8

File and Database Design

AB
Data designFields records, files, and keys and how to built these elements into a data management system
EntityIs a person, place, thing, or event for which data is collected and maintained
FieldSingle characteristic or fact about the enitity
RecordIs a collection of fields that describes one instance of an entity
FileIs a set of records that contains data about a specific entity
Key FieldUsed to locate, retrieve, or identify a specific record
Primary KeyField or combo of fields that uniquely and minimaly identitfies a particular member of an entity
Candidate KeyAny field that could serve as a primary key
Foreign KeyA field in one file that must match the primary key value in another file to establish a relationship
Referential IdentityEnsures that a foreign key value cannot be entered unless it matches an existing primary key
Secondary KeyA field or combo of fields that can be used to access or retreive records
RelationshipA logical link between entitys based on how they interact
Entity Relationship DiagramGraphical model of an information system that show the realtionship among system entities
One to One RelationshipExists when exactly one of the second entity occurs for each instance of the first entity
One to Many RaltionshipExists when one occurance of the first entity can be related to many occurances of the second

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities