What field property insures that all phone numbers have a consistent look?
A. Caption
B. Format
C. Default Value
D. Input Mask
Answer: D
You might also like to view...
What is the data type of variable x in the following C++11 code: int y= 2; double z = 3.5; auto x = z * y;
a. int b. double c. auto d. syntax error
Compare and contrast a DDBMS with a parallel DBMS. Under what circumstances would you choose a DDBMS over a parallel DBMS?
What will be an ideal response?
A list is not the preferred list type when many object insertions and deletions need to be made and object access tends to be sequential.
Answer the following statement true (T) or false (F)
In Access, if most of your records will have the same value in a field, then what should you do in that field?
A) Set an input mask B) Make the field required C) Set a validation rule D) Set a default value