In MS Access, which join type in a Query design screen extracts all records from Table A and only those records from Table B that have matching key values? MCQ with Answer and Explanation

In MS Access, which join type in a Query design screen extracts all records from Table A and only those records from Table B that have matching key values?
A. Full Cross Join
B. Left Outer Join
C. Right Outer Join
D. Inner Join
Answer: Option B
Solution (By JKExamLibrary)
A Left Outer Join includes all records from the left table (Table A) and matching rows from the right table (Table B). If no match exists, NULL values appear on the right side.

This question belongs to: Computer Microsoft Office

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Microsoft Office Questions

Question #1 Report Error
What is the keyboard shortcut to left-align a selected block of text characters or an active paragraph in MS Word?
A. Ctrl + R
B. Ctrl + L
C. Ctrl + J
D. Ctrl + E

Correct Answer: Option B


Explanation:
Ctrl + L is the standard keyboard shortcut used to apply left alignment to selected text or paragraphs in MS Word.

This question belongs to: Computer Microsoft Office
Question #2 Report Error
What is the purpose of the PMT function in Excel?
A. Converts a number to text with currency format
B. Returns the present value of an investment
C. Calculates the periodic payment for a loan based on constant payments and interest rate
D. Projects the future value of an investment

Correct Answer: Option C


Explanation:
PMT(rate, nper, pv) computes loan payment. FV returns future value, PV present value.

This question belongs to: Computer Microsoft Office
Question #3 Report Error
In MS Access, a relationship between two tables that requires a third junction table is called:
A. One-to-One
B. One-to-Many
C. Self-join
D. Many-to-Many

Correct Answer: Option D


Explanation:
Many-to-many relationships need a junction table with foreign keys to both primary tables.

This question belongs to: Computer Microsoft Office