database design and development Flashcards

1
Q

database

A

organised collection of records holding data so it can be stored and accessed

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

record

A

data held on one person or thing

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

feild

A

one item of data on record

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

general data protection regulations

A

give people more control of how organisations use their data
introduce penalties for organisations who fail to comply with rules

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

primary key

A

used to uniquely identify each record in table

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

foreign key

A

contains values that correspond to values in primary key of another table

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

referential integrity

A

relationship between tables must be consistent

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

4 types of data validation

A

restricted choice
presence check
field length
range check

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

restricted choice

A

limits what user can enter by restricting their choice to a list of acceptable values

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

presence check

A

used to stop important data being missed out and won’t allow blank fields

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

field length

A

forces entered data to be a specific no of characters

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

range check

A

forces entered data to lie in a certain range of values

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

data dictionary

A

used to illustrate the design of the tables in the database
- identifies primary and foreign key
- specifies names, data types of fields and validation

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