Identify the letter of the choice that best matches the phrase or definition.

A. A predefined format that you can apply to a field so that its values are stored using the format you specified
B. Input mask character that requires an entry of a digit from 0 to 9 only
C. A list maintained by the database (but hidden from users) that associates the field values with the records that contain the field values
D. The top part of Design view
E. Used for changing the way a field name is displayed
F. Specifies the valid values that users can enter into the field
G. The main control panel for the database
H. Produces a report of every object or just selected objects in a database
I. The bottom part of Design view
J. The kind of value that is unknown, unavailable, or just missing
K. A collection of characters that a user types to gain access to a file
L. A group or individual that is responsible for designing, maintaining, and securing the database


A. input mask
B. 0
C. index
D. Table Design grid
E. Caption property
F. Validation Rule property
G. Database window
H. Database Documenter tool
I. Field Properties pane
J. null
K. password
L. DBA

Computer Science & Information Technology

You might also like to view...

Referring to the accompanying figure, callout A points to the _____.

A. battery B. motherboard C. memory modules D. microprocessor

Computer Science & Information Technology

The thread that accepts calls in a web server does not close the socket

A. because it is closed automatically when the worker thread finishes B. because that would close it for the worker thread, too

Computer Science & Information Technology

Match the following functions with when they would be used:

I. Date II. DatePart III. IIf IV. Round V. IsNull A. When you need to use today's date B. When you need to display a number to four decimal places C. When you need to do one action if a condition is true and another if a condition is false D. When you need to see if a field was skipped in data entry E. When you need to use only the month within a date

Computer Science & Information Technology

What is the famous saying among computer programmers that refers to the fact that computers cannot tell the difference between good and bad data

Computer Science & Information Technology