Good database design does NOT include:

A) techniques that assure accurate data entry.
B) applying rules that ensure the database will perform as expected.
C) ensuring that the same data isn't stored in more than one place.
D) accessible coding so that users can alter the structure of the database.


D

Computer Science & Information Technology

You might also like to view...

Write a function that converts an uppercase letter to lowercase. Use the following function header:

char toLowerCase(char ch) If the character is not an uppercase letter, the method simply returns the character itself. For example, toLowerCase('B') returns b and toLowerCase('5') returns 5. See Exercise 2.7 on how to convert an uppercase letter to lowercase. Write a test program that prompts the user to enter a character, invokes the function, and displays its return value. ``` Enter a char: A a Enter a char: 3 3 ```

Computer Science & Information Technology

With the box-shadow property, the v-shadow value shifts the shadow down.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

__________________________ provides an IPv4 address for a client computer that is configured to obtain its IP address automatically

a. DNS Server b. Address Resolution Protocol c. Dynamic Host Configuration Protocol Server d. Automatic Private Internet Protocol Addressing

Computer Science & Information Technology

In a file processing system, each department or area in an organization shares files collectively.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology