databases and sql Flashcards

1
Q

what is a database?

A

a database is a computerised system that makes it easy to select, search and store information.

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

what is a relational database?

A

a database made up of more than one table. Allows data to be separated and connected across several tables.

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

define table.

A

a collection of records for a specific theme.

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

define records.

A

A data structure that allows multiple data items to be stored in different fields.

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

define field.

A

categories for each piece of data in a table.

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

define primary key.

A

a unique identifier for each record.

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

define foreign key.

A

A primary key from one table that appears in another table to link the two together.

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

What is data inconsistency?

A

A situation where there are multiple tables within a database that deal with the same data but may receive it from different inputs.

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

What is data redundancy?

A

Data is repeated in a database table.

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