If a table is created and it is later determined that additional fields should be added to the table, it is usually preferable to

a) delete the existing table and re-create it with the additional fields
b) create a parallel table that holds just the additional fields
c) re-define an existing field in the table to hold the additional data
d) delete the entire database and start over
e) alter the table to add the additional fields


e) alter the table to add the additional fields

Computer Science & Information Technology

You might also like to view...

If binary search is more efficient than linear search, why not just sort an array and then use binary search whenever we need to search for an element in an unsorted array?

What will be an ideal response?

Computer Science & Information Technology

It is the principal responsibility of the __________ to control the execution of processes.

A) ?OS ? B) ?process control block C) ?memory ? D) ?dispatcher

Computer Science & Information Technology

Which of the following is a common reason for manipulating color in a Photoshop image?

A. improving realistic color to make a better image B. creating special effects with color C. converting the image into abstract art D. both a. and b.

Computer Science & Information Technology

A common date format for a letter is, as an example, July 4, 2018

Indicate whether the statement is true or false

Computer Science & Information Technology