Databases Flashcards

1
Q

what is a database?

A

In computing, a database is an organized collection of data stored and accessed electronically. Small databases can be stored on a file system, while large databases are hosted on computer clusters or cloud storage

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

Field length check

A

only allows a specific number of characters to be entered.

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

Range check

A

number entered must be within a certain range, eg between 1-100.

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

List check

A

only specific data can be entered, eg male or female.

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

Present check

A

the field cannot be left empty.

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

Input mask

A

data must be entered in a specific way, eg including a space between the first and last part of a postcode.

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

table

A

A table is a collection of related data held in a table format within a database.It includes fields and records

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

Record

A

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

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

Field

A

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

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

Foreign key

A

A foreign key is used to link tables together and create a relationship. It is a field in one table that is linked to the primary key in another table.

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

Referential integrity

A

Referential integrity uses these to ensure that there are no orphan records i.e. it prevents you from deleting related records.

Referential integrity can also alert you if you try to delete a record which is related to another one.

It can also be used to cascade changes made to the database.

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

Reports

A

Reports present data clearly, so that they are easy to read.

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

Forms

A

Forms make entering data into a database simple.

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