How many entities does one table hold the attributes for?
1
When does one to many cardinality exist?
When one entity can be present in many different instances of another entity.
What is a Data Dictionary and what do they contain?
They are used to plan information and includes the name and description of the attributes (fields) in each entity(table) within a database.
Describe attributes AND entities, refering them to eachother
What are validation checks used for?
They ensure data is allowable, making it harder to make mistakes.
Name and describe the 4 types of validation checks
List the 6 laws in the GDPR act
What is a relational database?
A database that is usually arranged across many tables, which can be joined via a primary or foreign key.