It is best to create a(n) ________ when you need to repeatedly filter records

A) AutoFilter

B) query

C) sort filter

D) Standard Filter


B

Computer Science & Information Technology

You might also like to view...

Which of the following classes is deepest in the inheritance hierarchy?

a. basic_iostream b. basic_ofstream c. basic_ifstream d. basic_fstream

Computer Science & Information Technology

The binary search algorithm in the text makes recursive on subarrays of the array passed to the algorithm. The range passed to the search function is first to last. The search algorithm makes recursive calls on the left or right subarray that target will be in, if the target is present. What are the left and right ends of the left subarray?

a. first, mid – 1 b. first, mid + 1 c. mid – 1, left d. mid + 1, left e. left, mid

Computer Science & Information Technology

Round the values down at the places noted.

39.965 at tenths place

Computer Science & Information Technology

A ______ stores information about a specific characteristic of a person, place, or thing, such as a store ID.?

A. ? Field B. ? Record C. ? PivotTable D. ?Timeline slicer

Computer Science & Information Technology