Multiple Choice
James converts a table with this notation: INVOICES (INVOICE_NUM, INVOICE_DATE, (ITEM_ID, QUANTITY) )
Into a table with this notation:
INVOICES (INVOICE_NUM, INVOICE_DATE, ITEM_ID, QUANTITY)
James has _____.
A) made the table design worse
B) converted a table in first normal form into a table in second normal form
C) converted an unnormalized relation into a table in first normal form
D) added a repeating group to a table
Correct Answer:

Verified
Correct Answer:
Verified
Q20: A relation that does not contain any
Q21: When the commonly accepted shorthand representation is
Q22: In this text, Boyce-Codd normal form is
Q23: Which statement describing relations is false?<br>A) A
Q24: One can successfully design a database system
Q26: You receive the following requirements for a
Q27: In an entity-relationship (E-R) diagram, one-to-many relationships
Q28: The duplication of data is formally called
Q29: Diamonds are sometimes used in E-R diagrams
Q30: What is the precise definition of a