4.3- Intro to Multi-Tables Flashcards
Anomalies
Problems or errors that occur when you try to insert, delete 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 an consistency of data. Data integrity ensured when each record had its own unique primary key and when a foreign key refers to an existing key in another table
Data maintenance
Adding or deleting records, or updating data
Data redundancy
Unnecessary repetition of data
Data security
The protection of databases against unauthorised access by users
ER diagrams
Entity Relationship Diagrams: diagrams used to illustrate relationships between entities
Foreign keys
A field (not primary key) that is used as a ‘link’ to a field in another table (usually the primary key)
Relational database
Database containing many tables linked together in relationships