A transitive dependency

A. is a database condition that is resolved through special monitoring software.
B. is a name given to one of the three anomalies that result from unnormalized database tables.
C. can exist only in a table with a composite primary key.
D. cannot exist in tables that are normalized at the 3NF level.
E. is none of the above.


Answer: D

Computer Science & Information Technology

You might also like to view...

Consider the iostream library, in particular, cout and endl. Assume that the #include has been executed. At this point, there are three ways to specify cout and endl so the compiler will be able to find these names when you output say “Hello World”. Give all three methods.

What will be an ideal response?

Computer Science & Information Technology

Which of the following statements is false?

a. The Python Standard Library is divided into modules—groups of related ca-pabilities. b. The decimal module defines type Decimal and its capabilities. c. To use Decimal, you must first import the its module, as in import decimal and refer to the Decimal type as decimal.Decimal, or you must indicate a specific capability to import using from…import, as in: from decimal import Decimal which imports only the type Decimal from the decimal module so that you can use it in your code. d. All of the above statements are true.

Computer Science & Information Technology

Tiles are circles and ovals that enable you to start apps

Indicate whether the statement is true or false

Computer Science & Information Technology

Software can typically be obtained on disc or through the Internet

Indicate whether the statement is true or false

Computer Science & Information Technology