unit 3: simple database tables Flashcards

1
Q

database

A

an organised collection of data

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

field

A

a single item of data

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

record

A

a collection of related fields

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

database query

A

a code that is sent to a database to collect certain info

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

text / alphanumeric

A

a no. of characters (short/long text)

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

boolean

A

yes/no

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

numeric

A

integer: a whole number
real: decimal

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

char

A

a single character

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

date/ time

A

date/time

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

flat file database

A

only a single table of data
*not related to any other table

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

flat file database disadvantages

A

*data duplication
*data redundancy
(same data in multiple locations)
*input errors

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

relational database

A

two or more tables linked together

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

verification

A

the process of checking the data in a database matches the data as it was originally captured

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

validation

A

a set of automatic checks to ensure the data is sensible, reasonable, and complete

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

presence check

A

makes sure if data is entered in a field

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

length check

A

checks num. of characters entered

17
Q

range check

A

check value entered is between a pre-determined range

18
Q

type check

A

makes sure data is of correct type

19
Q

check digit

A

computer applies rules to see if no. entered is valid

20
Q

format check

A

makes sure data is of correct format

21
Q

lookup check

A

compares entered data w/ pre stored data

22
Q

1st verification check: double entry

A

data is entered twice by two different people

23
Q

2nd verification check: visual check

A

person entering data carefully compares

24
Q

foreign key

A

a field in one table that is linked to primary key in another