When most people in a database reside in New York, you should make NY the ________ value for the State field

A) lookup field B) default
C) input mask D) data validation rule

B

Computer Science & Information Technology

You might also like to view...

The ________ function is used to count the number of cells containing specified values

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following statements declares Salaried as a subclass of PayType?

a. public class Salaried implements PayType b. public class PayType derives Salaried c. public class Salaried extends PayType d. public class Salaried derivedFrom(PayType)

Computer Science & Information Technology