Acces Database Software Flashcards

(14 cards)

1
Q

Text

A

Letters and numbers allowed eg employee name

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

Numeric

A

Numbers only

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

Date and time

A

Data as a calendar date and time

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

Boolean

A

Data type that has one of two possible values eg yes or no

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

A primary key

A

a field in a database which is unique to each record in a database or file.

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

A foreign key

A

is a primary key from one table that appears in another table to link the two together.

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

One to one relationship

A

In a one-to-one relationship each record in one table has at most one related record in another table

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

One to many relationships

A

In a one-to-many relationship, a record in Table A can have many matching records in Table B, but a record in Table B has only one matching record in Table A.

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

Data validation

A

Data validation refers to the process of ensuring the accuracy and quality of data.
Used to:
analysis
The primary aim of data validation is to uphold accuracy and ensure an error-free dataset for further

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

Range check

A

ensures that data is between an upper and lower acceptable value, within a certain range. Range checks are useful for dates, numbers etc. eg Competitors must be aged between 11 and 16

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

Presence check

A

makes sure that a critical field cannot be left blank, it must be filled in. If someone tries to leave the field blank then an error message will appear and you won’t be able to progress to another record or save any other data which you have entered.

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

Data type check

A

confirms that the data entered has the correct data type. For example, a field might only accept numeric data. If this is the case, then any data containing other characters such as letters or special symbols should be rejected by the system

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

Sorting

A

puts data in order so that data rows which share common values for the sort field are next to each other.

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

Grouping

A

takes those common values, pulls them out of the rows, and makes sections for each group of rows which share that value.

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