ExamGecko
Question list
Search
Search

Question 41 - C_THR92_2405 discussion

Report
Export

You are creating a query that lists employee information such as name, address, and dependent information. The query uses Personal Information as the driving table and joins the Dependents and Address tables. You notice many employees are missing from the result set.

What are the reasons?

A.

Personal Information is joined to Dependents table with a left join and the Dependents table is joined to the Address table with a left join.

Answers
A.

Personal Information is joined to Dependents table with a left join and the Dependents table is joined to the Address table with a left join.

B.

Personal Information is joined to both the Dependents table and the Address table with an inner join.

Answers
B.

Personal Information is joined to both the Dependents table and the Address table with an inner join.

C.

Personal Information is joined to Address table with a left join and the Address table is joined to the Dependents table with a left join.

Answers
C.

Personal Information is joined to Address table with a left join and the Address table is joined to the Dependents table with a left join.

D.

Personal Information is joined to both the Dependents table and the Address table with a left join.

Answers
D.

Personal Information is joined to both the Dependents table and the Address table with a left join.

Suggested answer: B
asked 19/11/2024
Jack de Cort
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first