Skip to content

01 Theory

Parts of Table

Rows - Records/Tuples

Columns - Fields/Attributes

Drawbacks of File System (Spreadheets)

  1. Data redundancy and inconsistency
  2. duplication of information in different files
  3. different file formats
  4. Difficulty in accessing data
  5. Data isolation
  6. multiple files (scattered all over the place)
  7. Integrity problems Data validation and constraints is difficult
  8. Collaboration is difficult
  9. Uncontrolled Access
  10. Security Problems

Abstraction

Data hiding

Level of Abstraction
Physical Level describes how record is stored
Logical Level describes what data is stored, and the relationship between data
View Level describes information hiding

View of data

IDK

Schema is the skeleton of the table (without data)

Instances is the content of the table (similar to tuples)

Entity-Relationship Model

Entity is a table

Relation is the primary key??

Last Updated: 2023-01-25 ; Contributors: AhmedThahir

Comments