database/table/etc Flashcards

(13 cards)

1
Q

what does a relational database consist of and connected by?

A

more than one table and connected by relationships in database

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

what does tables consisted of?

A

one or more record

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

what do keys do?

A

uniquely identify records in a table

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

give use of primary key

A

it uniquely identifies records in table

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

give use of foreign key

A

a primary key that has taken from one table and into another

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

what is data validation?

A

checks if data is reasonable, sensible and within limits.

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

what does data validation guarantee and what will happen if data is rejected?

A

that data is present and correct type, range or length, it will display error message if data is rejected

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

what is data verification and give an example

A

method of checking data is input correctly e.g proof reading

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

define presence check

A

ensures that data is present, cannot be left blank or null

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

define length check

A

ensures data is correct number of characters

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

define type check

A

makes sure correct data entering e.g numeric, text ,date

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

define format check

A

determine if data entered matches predetermined pattern

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

define range check

A

ensures entered data is within lower limits and upper limits

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