Data Models: Lesson 2 Flashcards
Why is data models important?
To facilitate interaction between the designer, applications programmer and the end user.
Data models organizes data for various users
What are the 4 data model basic building blocks?
entity, attribute, relationship and constraints
What is a entity?
It is anything about which data are to be collected and stored
What is a attribute?
It is a characteristic of a entity
What is a constraint?
It is a restriction placed on the data
What are the sources of business rules?
Company manager, department manager, policy maker, written documentation and direct interaction with the end user.
What are the 3 types of written documentation in business rules?
Standards, procedures and operations manuals
Documenting and identifying business rules is important because?
Standardize the companys view on data
Constitutes a communication tool between the designer and the end user
Allows designer to understand the scope, role and nature of the data
Allows the designer to understand the businesses processes
Promote the creation of an accurate data model
What are the 5 different types of data models?
Hierarchical, Network, Relational, Entity relationship and object oriented
Why was the hierarchical model developed and what does it look like?
To manage large amounts of data for complex manufacturing projects and it looks like an upside down tree
What are the advantages of the hierarchical model?
Many of the hierarchical data model’s features formed the foundation for current data models
Its database application advantages are replicated, albeit in a different form, in current database environments
What are the disadvantages of the hierarchical model?
Complex to implement
difficult to manage
lacks structural independence
lack of standards
Why was the network model created?
To impose the standard for data bases
to improve database performance
it represents complex data relationships more effectively
What doe CODASYL stand for?
Conference on Data Systems languages
What does DBTG stand for?
Database Task Group
What is a schema in the network model?
It is a conceptual organization of the entire database as viewed by the database administrator