Ch.9 Databases Flashcards

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

database

A

an example of application software to store and manipulate data

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

table

A

a set of data about one type of object e.g. students

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

field

A

an individual piece of data e.g. date of birth

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

record

A

all of the records in a table about one object
e.g. all the personal details about one student

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

data type

A

the characteristics of a piece of data
common data types: string, integer, real, boolean

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

boolean

A

a data type (true or false)

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

integer

A

a data type (whole numbers)

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

real

A

a data type (decimal numbers)

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

primary key

A

a unique identifier for a record

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

structured query language (SQL)

A

a standard language used to define and manipulate databases

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

script

A

a set of statements that are executed

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

logical operator

A

a symbol that performs a comparison resulting in true or false
e.g. =, ≠, <, >,

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

boolean operator

A

a symbol that joins multiple logical comparisons
e.g. AND, OR, NOT

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