If most of the records in a table have the same value for one specific field, use the ________ property to increase the efficiency of data entry
A) Relationship B) Format C) Default Value D) Field Size
C
You might also like to view...
Answer the following statements true (T) or false (F)
1. Arrays can contain different types of data, structs cannot. 2. If a struct type car has been defined with members make and type, then car.make = “Ford”; is a possible correct assignment. 3. A variable of struct type can be passed to a function as an argument. 4. It is more efficient to pass a struct type variable as a const reference parameter than as a value parameter. 5. After the following declaration and assignment: char title[] = “Professor”; the last character in title will be ‘r’;
A ________ is a personal journal posted on the web
A) blog B) wiki C) podcast D) webcast
What is the key ingredient of teamwork in software development?
A. Know the programming language B. Know who your colleagues are C. Know who the boss is D. Know your role and responsibility
The form ________ view enables you to change advanced design settings.
Fill in the blank(s) with the appropriate word(s).