SLR 10 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a database

A

An organised collection of data

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

What is a flat file database

A

A database with only one table, often stored as comma-separated values (CSV) files.
Suitable for storing small amounts of data
Can become very inefficient, with repetitive data.

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

What are the three kinds of relationships between tables

A

one-to-one
one-to-many
many-to-many (not good table design)

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

What is a relational database

A

a collection of tables in which relationships are modelled by shared attributes

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

WHat is a primary key

A

one or more attributes that uniquely identify a particular record in the table.

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

WHat is a foreign key

A

An attribute in a table that is the primary key of another table

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

WHat is normalisation

A

a processor to come up with the best possible design for a relational database

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

What is first normal form (1NF)

A

a table that contains no repeating attribute or groups of attributes

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