CT042-3-1-IDB-Lecture 3
CT042-3-1-IDB-Lecture 3
CT042-3-1-IDB
• Data model
• Business rules
• Relational model
• Entity Relationship Model
• If you have mastered this topic, you should be able to use the following
terms correctly in your assignments and exams:
– Data model
– Business rules
– ERD
• Data models
– Relatively simple representations, usually graphical, of complex real-world data
structures
– Facilitate interaction among the designer, the applications programmer, and the end
user
• Hierarchical
• Network
• Relational
• Entity relationship
• Object Oriented
• Table (relations)
– Matrix consisting of a series of row/column intersections
– Related to each other through sharing a common entity characteristic
• Relational diagram
– Representation of relational database’s entities, attributes within those entities, and
relationships between those entities
• Relational Table
– Stores a collection of related entities
• Resembles a file
• Relational table is purely logical structure
– How data are physically stored in the database is of
no concern to the user or the designer
– This property became the source of a real database
revolution
Q&A