Chapter 5 - Relational Database Concepts Flashcards

0
Q

What is duplicate data?

A

Data that exists in two tables

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

What does referential integrity ensure?

A

That is impossible to enter a reference in your database to a link that doesn’t exist

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

What is an attribute?

A

An characteristics of an entity

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

What is an entity

A

A real world object

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

What is a foreign key?

A

A primary key in another table

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

What is a primary key?

A

An unique identifier

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

What is second normal form?

A

The table must be in first normal form and all of the non key attributes must be dependent on the primary key

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

What is the third normal form?

A

The table must already be in second normal form and all non-key attributes must be formally dependent on the primary key

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

What is first normal form?

A

Each table must have a primary key, each field name is unique, there are no repeating fields in a single record and all data within a field must be atomic

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

What does a data dictionary contain?

A

Details of all the entities and attributes

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

What is normalisation?

A

The process of refining a datamodel

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

What is a parameter?

A

A value used by a query to select records

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

What is a composite key?

A

Primary key with more than one field

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