Lesson 9: Keeping the Database Up to Date Flashcards

1
Q

Integrity

A

This is a quality of being honest. In database terms, when data is used, it is intact and unchanged. Accuracy and consistency are elements of data integrity.

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

Accuracy

A

A quality of data that it must be correct. Accuracy is one of the elements of data integrity.

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

Consistency

A

A quality of data that, when changes take place in the database, they follow defined rules. Consistency is one of the elements of data integrity.

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

ALTER TABLE

A

A SQL statement used to add, delete, or modify columns or constraints on an existing table.

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

UPDATE…SET

A

A SQL statement used to modify existing rows in a table

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

DELETE

A

A SQL statement used to delete existing rows in a table.

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

BETWEEN

A

An operator to select values within a given range. The begin and end values are included.

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

IS NULL

A

A SQL condition that will test a column to see if it is NULL (empty).

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