Databases Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a database

A

A database is an organized collection of data

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

What is a field

A

A field is a single item of data (vertical, column)

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

What is a table

A

A set of data elements that are organized in rows and columns

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

What is a record

A

A record is a collection of related fields (horizontal, row)

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

What is a key field

A

A key field uniquely identifies each record in the database

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

What is a boolean expression

A

A boolean expression is a logical expression that produces a true or false answer

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

What are the boolean operators

A

The boolean operators are AND, OR, NOT

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

What are redundant data

A

Redundant data are duplicated data that are stored more than once in a database

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

What is verification

A

Verification is the process of checking if the data in the database matches the data as they were originally captured

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

What is validation?

A

Validation it a set of automatic checks which the computer conducts to ensure that the data in a database are valid

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

What are different validation checks

A

Existence: Checks if the data entered exist in the database
Format: Checks if the correct format has been used
Length: Checks that the text is less than a given number
Presence: Checks if the required information has been entered
Range: Checks that a number falls in the correct range
Type: Checks if the data entered is of the correct type

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