Normalization is _______.
a. consistency in data entry
b. the process of applying design rules and principles
c. redundant data processing systems
d. data joined by a common field
Answer: b. the process of applying design rules and principles
You might also like to view...
The functions of the three permission types (read, write, and execute) are applied the same for files and directories.
Answer the following statement true (T) or false (F)
The ________ attribute defines where the image is stored
Fill in the blank(s) with correct word
How would you add Category information to a PivotTable?
A. Click the Category check box in the Field List. B. Click the More check box in the Field List. C. Type "Category" directly into the PivotTable. D. Click the Field check box in the Category List.
what code will be assigned to strStatus variable when the intLevel variable contains the number 8?
Select Case intLevel Case 1, 2 strStatus = "Bronze" Case 3 To 5 strStatus = "Silver" Cases 6, 7 strStatus = "Gold" Case Else strStatus = "Platinum" End Select