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.
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
Macro conditions are ____________________ expressions that result in a true or false answer.
Fill in the blank(s) with the appropriate word(s).
Which of the following is not a sequence container provided by the STL?
a. vector b. array c. list d. deque
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