Multiple Choice
What does the INNER JOIN command select from related tables?
A) all records in the parent table even if they do not have matching records in the child table
B) records that have matching values in both tables
C) all records in the child table even if they do not have matching records in the parent table
D) all records in both tables even if they do not have matching records
Correct Answer:

Verified
Correct Answer:
Verified
Q40: Which of the following SQL commands do
Q41: A primary key field should never allow
Q42: Which Access tool provides details about each
Q43: ClientID is the primary key field in
Q44: When would you use the SQL RIGHT
Q45: Which of the following table events occurs
Q47: When you display the system tables in
Q48: List five benefits or uses for views.
Q49: According to an article referenced by the
Q50: What happens when you use the DROP