Under what conditions would you use a second sorting tier?
A) When there are very few values in the field. B) When there are many unique values in the field.
C) When duplicate values exist in a field. D) When there are no values in the field.
C
Computer Science & Information Technology
You might also like to view...
In the Paste Special dialog box, selecting the Formatted Text (RTF) option will insert the Microsoft Access data with ________ format
A) a HTML B) no C) a table D) a database
Computer Science & Information Technology
What is the length of the array times declared by:
string times[ ] = {“8:00”, “9:15”, “11:00”, “12:30”, “2:15”};
Computer Science & Information Technology