The process of displaying only a portion of the total records (a subset) based on matching specific values to provide a quick answer to a question

a. Sorting
b. Deleting
c. Filtering

C

Computer Science & Information Technology

You might also like to view...

An RTM version of software is often released so users can help debug it

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is correct when labeling cases in a switch structure?

a. case1: b. Case1: c. case 1: d. Case 1:

Computer Science & Information Technology