You cannot use most ____ software to join files or tables together and create a relational database.

A. spreadsheet
B. database
C. desktop publishing
D. word processing

Answer: A

Computer Science & Information Technology

You might also like to view...

To define an array named anArray that is capable of storing N values of type Item, you would use the general form: ____

A. ItemanArray [] = new Item [N]; B. Item anArray [] = Item [N]; C. Item [] anArray = new Item [N]; D. Item [] anArray = Item [N];

Computer Science & Information Technology

Tables are placeholders made up of small boxes called ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology