If you sort on two different fields in a query, which sort is done first?

What will be an ideal response?


The first field sorted on is the leftmost field with a Sort in the query design grid. Subsequent sorts from left to right. The sort is done in that order regardless of whether the field is shown in the query results.

Computer Science & Information Technology

You might also like to view...

Files can be stored in:

a) hard drives b) optical disks c) magnetic tapes d) All of the above

Computer Science & Information Technology

Macro conditions are ____________________ expressions that result in a true or false answer.

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

Computer Science & Information Technology

Which of the following is not a sequence container provided by the STL?

a. vector b. array c. list d. deque

Computer Science & Information Technology

A pointer is:

A. a variable that stores a location B. a variable that stores a variable name C. a variable that stores an address D. a variable that stores the value of another variable

Computer Science & Information Technology