Match the following terms to their meanings:

I. ascending
II. descending
III. field properties
IV. primary key
V. AutoNumber

A. field that is unique
B. define the characteristics for more detail
C. generated by Access and is automatically incremented each time a record is added
D. sorts a list of numeric data in lowest to highest order
E. sorts a list of text data in Z to A order

D, E, B, A, C

Computer Science & Information Technology

You might also like to view...

When deriving a class from a protected base class, the public members of the base class become _________ and the protected members of the base class become __________?

a. protected, private b. public, private c. protected, protected d. public, protected

Computer Science & Information Technology

When we dequeue the last item from a queue, we must explicitly set the _____ pointer to null.

A. front B. top C. head D. rear

Computer Science & Information Technology