A ________ uses an aggregate function for data that can be grouped by two types of information and displays data in a compact, spreadsheet-like format.

a. crosstab query
b. select query
c. simple select query
d. subquery


Answer: a. crosstab query

Computer Science & Information Technology

You might also like to view...

Which one of the following statements assigns the string "Pickles" to the name member of cats[2]?

36. Look at the following code sample that creates an array of Pet structure objects: ``` struct Pet { public string name; public int age; public string type; } const int SIZE = 4; Pet[] cats = new Pet[SIZE]; ``` a. "Pickles" = cats[2]; b. cats[2].name = "Pickles"; c. cats.name[2] = "Pickles"; d. cats[2].name("Pickles");

Computer Science & Information Technology

A(n) _______ is a series of steps that, when taken, guarantees the successful completion of a task.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What MMC can be used for configuring clients for client-side targeting?

A. gpedit.msc B. lgpo.msc C. cpmgmt.msc D. gpoedit.msc

Computer Science & Information Technology

The standard straight-wire antennas that provide the most omnidirectional function are called ____________________ antennas.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology