Exam C_THR92_2411 Topic 9 Question 56 Discussion
Actual exam question for SAP's C_THR92_2411 exam
Question #: 56
Topic #: 9
Question #: 56
Topic #: 9
Within a Story, you create a query using the Basic User Information table. After you add the Proxy Information table, you notice that some of the basic information records are NO longer displayed in the preview. How do you adjust the query to return the missing records in the preview?
Suggested Answer: C Vote an answer
* Join Types in Queries:
* Inner Join:Only returns rows where there is a match in both tables.
* Left Outer Join:Returns all rows from the left table and matching rows from the right table, filling in NULLs where there is no match.
* Scenario:
* Adding the Proxy Information table creates a situation where some records from the Basic User Information table no longer match with Proxy Information.
* Changing the join type toLeft Outer Joinensures that all records from the Basic User Information table are included, regardless of matching Proxy Information.
* Steps to Adjust Join Type:
* Edit the query.
* Locate the join between Basic User Information and Proxy Information tables.
* Change the join type fromInner JointoLeft Outer Join.
* Inner Join:Only returns rows where there is a match in both tables.
* Left Outer Join:Returns all rows from the left table and matching rows from the right table, filling in NULLs where there is no match.
* Scenario:
* Adding the Proxy Information table creates a situation where some records from the Basic User Information table no longer match with Proxy Information.
* Changing the join type toLeft Outer Joinensures that all records from the Basic User Information table are included, regardless of matching Proxy Information.
* Steps to Adjust Join Type:
* Edit the query.
* Locate the join between Basic User Information and Proxy Information tables.
* Change the join type fromInner JointoLeft Outer Join.
by Cleveland at Mar 07, 2025, 01:50 PM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).