In a ____ relationship, one record from a table is related to many records in another table, as when one order contains many items purchased by a customer.
A. one-to-one
B. one-to-many
C. many-to-many
D. many-to-one
Answer: B
You might also like to view...
Margin ____________________ occurs when two adjoining top and bottom margins combine to form a single margin.
Fill in the blank(s) with the appropriate word(s).
In a textbox, the ________ defines the number of characters on the screen
Fill in the blank(s) with correct word
Java allows small programs, called _____, to be embedded with an Hypertext Markup Language (HTML) document.
A. cookies B. subroutines C. applets D. packets
The following code contains an error. What is it? float x; scanf("%f", x);
A. The conversion code is wrong B. The newline delimiter is missing C. The width is not specified D. The parameter is a value and it should be an address E. The wrong function is being used