The New Values property setting for a field with the AutoNumber data type uses the ____ setting to specify sequential numbering.
A. Sequential
B. Next
C. Random
D. Increment
Answer: D
Computer Science & Information Technology
You might also like to view...
In a uniprocessor system with n processes, how many different ways are there to schedule an execution path?
What will be an ideal response?
Computer Science & Information Technology
To find a maximum object in an array of strings (e.g., String[] names = {"red", "green", "blue"}), use
a. Arrays.max(names) b. Arrays.sort(names) c. Collections.max(names) d. Collections.max(Arrays.asList(names)) e. None of the above
Computer Science & Information Technology