Match the following Database Documenter Options with their descriptions:
I. Include for table: permissions by User and Group
II. Include for Fields: Names, Data types, and Sizes
III. Include for Fields: Names, Data types, Sizes, and properties
IV. Include for Indexes: Names, Fields, and properties
V. Include for table: properties
A. Includes field names, data types, and field sizes for each field in the selected tables
B. Includes field names, data type, and field size for each field in the selected tables and options such as whether a zero-length value (or null value) is allowed, column width, and text alignment
C. Shows permissions for the tables based on users and/or groups
D. Documents table properties, including number of records, date of last update, and formatting
E. Includes the names of all indexes, the fields with which they are associated with, and the index properties, including the number of distinct index values and whether the index is required and must be unique
C, A, B, E, D
You might also like to view...
A diagram of the hierarchical organization of the subproblems of a solution is called ______.
a. stepwise refinement b. divide and conquer c. a top-down approach d. function calls e. a structure chart
Assume Cylinder is a subtype of Circle. Analyze the following code:
``` Cylinder cy = new Cylinder(1, 1); Circle c = cy; ``` a. The code has a compile error. b. The code has a runtime error. c. The code is fine.
The Multiple Pages zoom setting is useful when:
A) trying to increase the magnification of the document. B) you wish to return to the default zoom level. C) trying to get a good overall view of the page arrangement. D) close inspection of characters is needed.
To find records for employees whose salary is greater than $60,000 and whose gender is female, use the ____.
A. Table locator B. Search button C. Advanced Filter command D. Filter by Selection command