• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

8 Cards in this Set

  • Front
  • Back
Entity-Relationship (ER) Model
Concentrating on the database structures and constraints during database design

A popular high-level conceptual data model

The model and its variations are frequently used for the conceptual design of database applications, and many database design tools employ its concepts.
ER model describes data as:
Entities, relationships, and attributes
Entities
The basic object that the ER model represents is an entity, which is a thing in the real wild with an independent existence
Attributes
Each entity has attributes-the particular properties that describe it

ex.-EMPLOYEE attribute may be described by the employer's name, age, address, salary, and job
Types of Attributes
*Simple vs. Composite
*Single-valued vs. Multivalued
*Stored vs. Derived
Simple vs. Composite
Composite attributes can be deivided into smaller subparts, which represent more basic attributes with independent meanings

Simple or atomic attributes are not divisible
Single-valued vs. Multivalued
Multivalued is when different persons can have different numbers of values for an attribute. A multivalued attribuate may have lower and upper bounds to costrain the number of values allowed for each individual entry.
Stored vs. Derived
Two or more values are related

The derived attribute is said to be derived from the stored attribute