Lecture1.pdf

💡Recall

🖋 Notes

Data Storage Methods

Data Description Models

[analogy: classes and objects in object-oriented programming]

Types

The Relational Model

e.g.

Movie(mid: string, title: string, director: string, year: integer)

instance of the Movie relation, every row has 4 columns:

Screenshot 2023-01-24 at 17.59.30.png

The Entity-Relationship Model

concepts:

Example

Screenshot 2023-01-24 at 18.05.43.png

Databases and Database Management Systems

The Structures of a Database