The ________ reveals the order in which data is stored in a table; the ________ reveals the fields that make each group unique
A) Primary Key, Entity Integrity B) Primary Key, Index
C) Index, Entity Integrity D) Index, Primary Key
D
Computer Science & Information Technology
You might also like to view...
The primary difference between sequential "if" statements and nested "if" statements is:
a. sequential "if" is for more complex decision making. b. nested "if" is for more complex decision making. c. there is no real difference between the two. d. in a sequential "if", the second decision is always made regardless of the answer to the first. e. None of the above.
Computer Science & Information Technology
Which statement is true?
a. Dividing two integers results in integer division. b. With integer division, any fractional part of the calculation is lost. c. With integer division, any fractional part of the calculation is truncated. d. All of the above.
Computer Science & Information Technology