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

Section 5 Vocabulary-Database Design

AB
Barred relationshipA relationship that participates in an entity's unique identifier
Intersection entityThe product of the resolution of a many to many relationship
RedundancySomething that is unnecessarily repetitive
NormalizationA series of steps followed to obtain a database design that allows for efficient access and storage of data in a relational database. Reduces redundancy and data becoming inconsistent
First Normal FormThe output of the first step of database normalization. Eliminates repeating groups
One to oneRelationship where each record in A can be related to one and only one record in B, and each record in B relates to one and only one record in A
TransferableProperty of a relationship between A and B, where an instance of A is related to an instance of B and the association can be moved to another instance of B
One to manyA relationship where a single record in Table A can be related to one or more records in table B, but a single record in Table B can only be related to one record in Table A
NontransferabilityProperty of a relationship where an instance of A is related to an instance of B, and the association cannot be moved to another instance of B
Many to ManyA relationship in which many records in one table match many records in another table
RedundantUnnecessarily repetitive


Mrs. Lasley

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