A table that contains a repeating group, or multiple entries for a single row, is called a(n) ____ table.
A. 1NF
B. unnormalized
C. redundant
D. duplicate
Answer: B
Computer Science & Information Technology
You might also like to view...
Are the following array initializations correct? If not, why not?
a) int x[4] = {8, 7, 6, 5, 4}; b) int x[] = {8, 7, 6, 5, 4}; c) int x[4] = {8, 7, 6}; d) const int SIZE =4; int x[SIZE]; e) const int SIZE =4; int x[SIZE-4];
Computer Science & Information Technology
Documents that contain macros must be saved in a file format that has the ________ file extension
Fill in the blank(s) with correct word
Computer Science & Information Technology
A group of related fields, such as all the demographic information for one customer, is called a(n) ____.
A. record B. table C. database D. object
Computer Science & Information Technology
Sound files are invisible on the presentation page on an iPad.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology