The feature that displays table column headings at the top of each page is
A. Page Header
B. Repeat Header Rows
C. Distribute Rows
D. Distribute Columns
Answer: B
You might also like to view...
If x is type int and y is type float what promotion will occur in the following expression: y = 5.0 + x
a) float to int b) int to float c) float to double d) no promotion will occur
Aggregate functions should be added to the Total row in the Query Design Grid
Indicate whether the statement is true or false
List containers are implemented as doubly ____________________.
Fill in the blank(s) with the appropriate word(s).
Which of the following statements is false?
a. An object's attributes are specified as part of the object’s class. b. A bank-account object would likely have a balance attribute that represents the amount of money in the account. c. Each bank-account object knows the balance in the account it represents, but not the balances of the other accounts in the bank. d. Attributes are specified by the class’s methods.