All data is represented as a set of "tables"
The most "popular" data model used for database systems
I.E School Information
we can use the example above for this
Each relation has a set of attributes (= columns)
Each relations contains a set of tuples ( = rows)
Each attribute has a domain ( = type )
Schema: the structure of relations in database
Instance(= Data)
Keys: A set of attributes that uniquely identifies a tuple in relation