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...
Which of the following is true about creating a blank PivotTable?
A) A PivotTable may not be created on a connection to an external dataset. B) A PivotTable may only be created from a table. C) A PivotTable may not be created from a range. D) A PivotTable may be created on the same worksheet as the source data.
You can assign the contents of one array to another by using
A) the assignment operator. B) the equality operator. C) both array names. D) A and C together. E) none of the above.