To ensure that values in a field are required, click the ____ check box.

A. Indexed
B. Primary
C. Required
D. Unique

Answer: C

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. A static array has a constant number of memory locations saved for its values. 2. Data structures is the way data is stored for usage. 3. The element numbers are the same in an array that uses the base-zero system and an array that uses base-one system. 4. You must use an array starting with the first element. 5. When using an automatic counter loop to print an array, you must have an incrementor for the element number.

Computer Science & Information Technology

Which of the following statements is false?

a. Exception handling enables programmers to write robust and fault-tolerant programs. b. Exception handling can catch but not resolve exceptions. c. Exception handling can resolve exceptions. d. All of the above are true.

Computer Science & Information Technology