4.3- Intro to Multi-Tables Flashcards

1
Q

Anomalies

A

Problems or errors that occur when you try to insert, delete or update data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Composite keys

A

The combination of more than one field to uniquely identify a record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Data independence

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Data integrity

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Data maintenance

A

Adding or deleting records, or updating data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Data redundancy

A

Unnecessary repetition of data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Data security

A

The protection of databases against unauthorised access by users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ER diagrams

A

Entity Relationship Diagrams: diagrams used to illustrate relationships between entities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Foreign keys

A

A field (not primary key) that is used as a ‘link’ to a field in another table (usually the primary key)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Relational database

A

Database containing many tables linked together in relationships

How well did you know this?
1
Not at all
2
3
4
5
Perfectly