Lesson D - 1 Ch04 Data Management Elements of The Database Environment
Lesson D - 1 Ch04 Data Management Elements of The Database Environment
• Six (6) criteria that influence the selection of the data structure :
• 1. Rapid file access and data retrieval
• 2. Efficient use of disk storage space
• 3. High throughput for transaction processing
• 4. Protection from data loss
• 5. Ease of recovery from system failure
• 6. Accommodation of file growth
KEY ELEMENTS OF THE DATABASE ENVIRONMENT:
5) DBMS Models
• Database Terminology
• Data Attribute/Field
• Entity
• physical entity (inventories, customers, and employees)
• conceptual entity (sales, accounts receivable, and depreciation expense).
• Record Type
• Table or File or Folder
• Database
• Associations: Three basic record associations:
• 1) one-to-one
• 2) one-to-many
• 3) many-to-many
KEY ELEMENTS OF THE DATABASE ENVIRONMENT:
5) DBMS Models
• Data model
• Purpose of a data model: to represent entity attributes in a way that is understandable to users.
• Each DBMS is based on a particular conceptual model.