The ________ is used when you want to display the data in a table or query in the form of a PivotTable

Fill in the blank(s) with correct word

PivotTable View

Computer Science & Information Technology

You might also like to view...

Are the following four statements equivalent?

number += 1; number = number + 1; number++; ++number; a. Yes b. No

Computer Science & Information Technology

MC Which of the following statements imports the sqrt function from the math module with a new name?

a) from math import sqrt as squareRoot. b) squareRoot = import math.sqrt. c) import sqrt from math as squareRoot. d) None of the above.

Computer Science & Information Technology