Multiple Choice
There is a(n) ________ relationship between a primary key and its corresponding foreign key.
A) one-to-one
B) one-to-many
C) many-to-one
D) inverse
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: _ provides mechanisms for storing and organizing
Q2: Each table column in a relational detabase
Q3: A relational database table consists of rows
Q4: The SQL keywords ASC and DESC are
Q6: Sun's branded version of Apache Derby, a
Q7: The _ SQL statement is used to
Q8: The _ is a logical representation of
Q9: SQL is a _.<br>A) relational database<br>B) non-relational
Q10: The following SQL query:<br>SELECT lastName FROM Authors<br>WHERE
Q11: The following SQL query:<br>SELECT * FROM TableName<br>A)