____ are rules or limiting conditions you set to determine which records will be selected in a filter or query.

A. Criteria
B. Filters
C. Queries
D. None of the above


Answer: A

Computer Science & Information Technology

You might also like to view...

What will be the output of the following code?

``` #include using namespace std; int j = 1; int main() { int i = 2; cout << "i is " << i << " j is " << j << endl; } ``` A. i is 1 j is 2 B. i is 2 j is 2 C. i is 1 j is 1 D. i is 2 j is 1

Computer Science & Information Technology

Item 3 in the accompanying figure points to the path of the index.html file. 

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The Swatches panel includes gradients.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) ________ software installation enables you to decide which features you want to install on the hard drive.

A. full B. partial C. custom D. upgrade

Computer Science & Information Technology