CHP3 Flashcards

1
Q

What is Data model

A
  • Relatively simple representations, usually graphical. Facilitate interaction among designer and the end user
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Data Model Basic Building Blocks

A
  1. Entity - data to be collected and stored
  2. Attribute - characteristic of an entity
  3. Relationship - describes association amongst entities
    such as one-to-one relationship
    many-to-one relationship
    one-to-many relationship
  4. Constraint a restriction placed on data such as NOT NULL, PRIMARY KEY
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Business rules and its source

A
  • Precise descriptions of a policies, procedures, or principles within a specific organisation
  • Must be kept up to data and easy to understand
  • COMPANY MANAGERS, POLICY MAKERS, WRITTEN DOCUMENTATION
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the entity relationship model?

A
  1. Table
    • Consisting of a series of row/column intersections
  2. Relational diagram
    • representation of the database’s entities, attributes, and relationships between those entities
  3. Uses graphic models database components
How well did you know this?
1
Not at all
2
3
4
5
Perfectly