Match the following terms with their description

I. Subset
II. Data source
III. Table area
IV. Design grid
V. Criteria

A. Conditions that identify the specific records
B. Portion of the total
C. Where the query selects its data
D. Lower area of the Query window
E. Upper area of the Query window


B, C, E, D, A

Computer Science & Information Technology

You might also like to view...

The total zoom available on a camera is determined by digital zoom ________ optical zoom

A) divided by B) multiplied by C) added to D) subtracted from

Computer Science & Information Technology

Text can be typed directly into the Left function but it must be enclosed in quotation marks

Indicate whether the statement is true or false

Computer Science & Information Technology

The expression (a * b + c / d - e % f) is evaluated as:

A. a * b + c / d - e % f B. ((a * (b + c) / (d - e)) % f) C. ((a * b + c) / (d - e % f)) D. ((a * b) + (c / d) - (e % f)) E. ((a * (b + (c / d)) - e) % f)

Computer Science & Information Technology

A function that modifies an array by using pointer arithmetic to process every value should have a parameter that is

a) a nonconstant pointer to nonconstant data b) a nonconstant pointer to constant data c) a constant pointer to nonconstant data d) a constant pointer to constant data

Computer Science & Information Technology