SLR 10 Databases Flashcards

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

What is a database?

A

Organized collection of data that allows for easy:

  • Adding
  • Modification
  • Deletion
  • Searching
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What makes up a database?

A

Tables
Records
Fields

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

What is a flat file database?

A

A simple database with a single table. Suitable for small amount of details.

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

What is a relationship?

A

A relationship is a link between two tables

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

What is a relational database?

A

A relational database is a database that has multiple tables. For example, a student table and a tutor group table.

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

What are the pros of a relational database?

A

They remove repeating data, therefore making it quicker to query.

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

What is a primary key?

A

A primary key is a field that makes each record uniquely identifiable. For example, a student ID.

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

What is a foreign key?

A

A foreign key is only needed when a table has a relational link to another table. The foreign key is the field that connects the two tables. For example a students tutor group field is the foreign key as it connects it to the tutor group table.

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