________ a database rearranges data and objects in a database to make its size smaller

A) Backing up
B) Compressing
C) Compacting
D) Fragmenting

C

Computer Science & Information Technology

You might also like to view...

Glow is a type of ________

A) picture effect B) picture style C) rich media D) graphic

Computer Science & Information Technology

Suppose we have a class template called Stack, and we wish to make a class from the class template for a stack of strings. We also wish to declare a stack object called stk using this stack class. To do this, in the main program we would type the line of code:

A. Stack stk; B. Stack string; C. Stack string; D. Stack stk;

Computer Science & Information Technology