Which of the following is NOT true about identifying the attributes in an ERD?

A) A second inside circle is used for multivalued attributes.
B) Key attributes are bolded.
C) Derived values are represented with a dashed oval line.
D) Attributes are information about the entity or the data.

B

Computer Science & Information Technology

You might also like to view...

To add number to sum, you write (Note: Java is case-sensitive)

a. number += sum; b. number = sum + number; c. sum = Number + sum; d. sum += number; e. sum = sum + number;

Computer Science & Information Technology

One advantage to benchmarking is that best practices change very little over time.

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

Computer Science & Information Technology