The ________ operator is applied when two criteria are placed on different rows in the query design grid

A) And logical
B) Or logical
C) Group By
D) Avg


B

Computer Science & Information Technology

You might also like to view...

What type of error will this code produce?

``` int x[10][20], i, j; for(i = 0; i < 20; ++i) { for(j = 0; j < 10; ++ j) { x[i][j] = i*j; } } ``` A. A compiler error will report that the program is not accessing the array correctly. B. There are no errors of any kind with this code. C. A run time error may occur because row and column values are not correct. D. Program crashes due to an un handled exception.

Computer Science & Information Technology

Match the following Word styles to their descriptions:

I. Paragraph A. Only applies character formatting to selected text in II. Linked paragraph III. List B. Formatting applied to cells in a table IV. Character C. Applies both paragraph and character formats to V. Table entire paragraph D. Formatting applied to a list E. Formatting that is only applied to the selected text

Computer Science & Information Technology

A predefined merge field is the:

A) Enclosure. B) Salutation. C) Signature Line. D) Address Block.

Computer Science & Information Technology

Ctrl + I is an example of a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology