exam questions

Exam 98-364 All Questions

View all questions & answers for the 98-364 exam

Exam 98-364 topic 1 question 39 discussion

Actual exam question from Microsoft's 98-364
Question #: 39
Topic #: 1
[All 98-364 Questions]

You have a Customer table and an Order table. You join the Customer table with the Order table by using the CusromerID column.
The results include:

All customers and their orders -

✑ Customers who have no orders
Which type of join do these results represent?

  • A. Complete join
  • B. Partial join
  • C. Inner join
  • D. Outer join
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jrn1992
Highly Voted 5 years ago
The FULL OUTER JOIN keyword returns all records when there is a match in left (table1) or right (table2) table records. Note: FULL OUTER JOIN can potentially return very large result-sets! Tip: FULL OUTER JOIN and FULL JOIN are the same.
upvoted 5 times
...
dzoni68
Most Recent 3 years ago
Answer is D because the FULL OUTER JOIN keyword returns all matching records from both tables whether the other table matches or not.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...