Lesson 9 Flashcards
1
Q
Integrity
A
Quality of being honest.
2
Q
Accuracy
A
Quality of knowing that it is correct.
3
Q
Consistency
A
Quality of following defined rules.
4
Q
ALTER TABLE
A
Statement used to add, delete, or modify columns or constraints on an existing table.
5
Q
UPDATE…SET
A
Statement used to modify existing records in a table.
6
Q
DELETE
A
Statement used to delete existing records in a table.
7
Q
BETWEEN
A
Operator to select values within a given range.
8
Q
IS NULL
A
Condition that will test a column to see if it is empty.