Databases Flashcards

1
Q

What is a database?

A

A collection of data or information which is held together in an organised or logical way.

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

What is a table?

A

A table stores all the records for a particular category.

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

What is a Field?

A

A ‘field’ is one piece of data or information about one person or thing.

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

What is a record?

A

A record is all of the data or information about one person or thing.

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

What’s a Relational Database?

A

A database comprised of multiple entities.

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

What’s a Flat File Database?

A

A database consisting of a single table.

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

What is a Primary Key

A

The column that contains values that identify each row in a table.

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

What is a Foreign Key?

A

Used to link two tables together.

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

What is Referential Integrity?

A

A table into which an enumerated set of possible values of a certain field type is divested.

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

What is a simple Primary Key?

A

A key in relational database that is unique for each record.

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

What is a Compound Primary Key?

A

It is always made up of two or more primary keys from other tables.

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

What is a Secondary Key?

A

An additional key, or alternate key, which can be used in addition to the primary key to locate specific data.

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