A query’s specifications as to which records to include must be entered on the:

What will be an ideal response?


Criteria row of the query design grid.

Computer Science & Information Technology

You might also like to view...

When programs contain large amounts of data that must be accessed by functions, pointers to the data in functions are helpful because

A. they provide a way to access it. B. they don’t require their own copy of data in the program. C. the function can’t pass it to main(). D. main() doesn’t have a copy of data to pass to the function.

Computer Science & Information Technology

When drawing with a pen table device, depending on the device and the features available the pen will incorporate factors like pressure, angle, and ____.

A. rotation B. spin C. lift D. thickness

Computer Science & Information Technology

The mouse operation of ____ displays a shortcut menu after moving an object from one location to another.

A. ?right-dragging B. ?pointing C. ?rotating the wheel D. right-clicking

Computer Science & Information Technology

The function ____ converts an ASCII string to an integer.

A. string itoa(int) B. double atof(string) C. int atoi(string) D. int toupper(int)

Computer Science & Information Technology