Gr 11 4.3 – INTRODUCTION TO MULTI-TABLES Flashcards
Anomalies
Problems or errors that occur when you try to insert data,
delete data or update data.
Composite keys
The combination of more than one field to uniquely identify
a record.
Data independence
The same application can be used for data stored on
different media (physical independence), and the application
will not be affected when you add a table to a database or
create extra fields in existing tables (logical independence).
Data integrity
The overall completeness, accuracy and consistency of data.
Data integrity is ensured when each record has its own
unique primary key and when a foreign key refers to an
existing record in another table.
Data maintenance
Adding or deleting records, or updating data.
Data redundancy
The unnecessary repetition of data.
Data security
The protection of databases against unauthorised access by
users.
ER
(ENTITY RELATIONSHIP) DIAGRAMS
Diagrams used to illustrate relationships between entities.
Foreign keys
A field (not a primary key) that is used as a ‘link’ to a field in
another table (usually the primary key).
Relational database
A database containing many tables linked together in
relationships.