The advantage of using a template when starting a new database is that:

A) formats are already set and cannot be modified.
B) templates need no modifications to be useful.
C) database objects are already created.
D) little thought needs to go into the creation of the database.

C

Computer Science & Information Technology

You might also like to view...

Why should a cybercrime law be specific?

a. To prevent defendants from finding loopholes b. So it will be internationally recognized c. So that multiple laws will not be necessary d. None of the above

Computer Science & Information Technology

Procedural abstraction requires the author of a function and the client (user) of that function to know and not to know certain things. Remark on who needs to know and who need not know each of the following items

a) the requirements on the parameter values, b) exactly what the return value is to be, c) the implementation details, and d) the details of how the function is used by the client.

Computer Science & Information Technology