PivotTables are:
A) nested queries.
B) are not typically used in Excel to manipulate large volumes of data.
C) used to analyze the records in a table or the record set of a query.
D) mathematical queries.
C
You might also like to view...
A network administrator is troubleshooting an intermittent network issue between devices that have a particularly long cable run. The issue was escalated to a network designer who alluded to potential attenuation issues. Which of the following BEST describes what the network designer was referring to?
A. Bad connectors B. Cross-talk C. EMI / Interference D. dB loss
If the following pseudocode was coded and executed, what would display?
``` Declare String myQueen = "royal" delete(myQueen, 0, length(myQueen) - 3) Display myQueen ``` a. yal b. roy c. al d. oya