

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This chapter explores the concept of databases, explaining what they are and their purpose. We delve into the idea of a self-describing collection of integrated records, discussing bytes, columns, records, tables, and relationships. Furthermore, we discuss data models, their role in database development, and the entity-relationship data model. We also cover normalization, a process of converting poorly structured tables into well-structured ones, and data integrity problems.
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Chapter 5 ACIS Database Processing
o Always singular Attributes: describe characteristics of the entity Identifier: attribute (or group of) whose value associated with one and only one entity instance Ex: OrderNumber identifier of order because only one order instance has given value of ordernumber Relationships: entities have relationships to each other Crow’s feet: little lines which are shorthand for the multiple lines between entities which are related 1:N: one to many: relationships in which one entity to many entities N:M: many to many Normalization: process of converting a poorly structured table into 2 or more well-structured tables Data Integrity Problems: not all aspects of table are correct