Multiple choice technology

This stage converts a data set from a sequence of records into a stream of raw binary data.

  1. Modify

  2. Filter

  3. Compress

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Compress stage converts a dataset from records to raw binary data stream. It's used for data compression or format conversion. Modify alters column values, Filter selects rows, and Compress specifically outputs binary data.