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

1) The connectivity is a term used for relationships in the E-R diagram.
2) The partial dependency can exist in a table with a simple primary key.
3) In transitive dependency, an attribute is dependent on the primary key in
another table.
4) Higher the normal form means lower redundancy.
5) The normalization is a process of converting database from lower to higher
normal form.


1) T
2) F
3) F
4) T
5) T

Computer Science & Information Technology

You might also like to view...

Parameterized stream manipulator setfill specifies the fill character that’s displayed when an output is displayed in a field wider than the number of characters or digits in the output. The effect of setfill applies:

a. Only to the current value being displayed. b. Only to outputs displayed in the current statement. c. Until explicitly set to a different setting. d. Until the output buffer is flushed.

Computer Science & Information Technology

The first form loaded when a program starts running is called the _ form.

(A) default (B) startup (C) initial (D) favored

Computer Science & Information Technology

You change the ____ list box on the validator page to test an XHTML document with another DTD.

A. File B. Encoding C. Doctype D. Root Element

Computer Science & Information Technology

If two variables in different modules happen to have the same name, they are stored in different memory locations, and the statements affecting one do not affect the other.

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

Computer Science & Information Technology