Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam 70-761 Topic 3 Question 6 Discussion

Actual exam question for Microsoft's 70-761 exam
Question #: 6
Topic #: 3
[All 70-761 Questions]

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.

You have a database that contains tables named Customer_CRMSystem and Customer_HRSystem. Both tables use the following structure:

The tables include the data below:

Customer_CRMSystem

Customer_HRSystem

Records that contain null values for CustomerCode can be uniquely identified by CustomerName.

You need to display customers that have a proper CustomerCode and do not appear in the Customer_HRSystem table.

Which Transact-SQL statement should you run?

Show Suggested Answer Hide Answer
Suggested Answer: C

To return records from the left table which are not found in the right table use Left outer join and filter out the rows with NULL values for the attributes from the right side of the join.


https://stackoverflow.com/questions/25685545/how-to-return-rows-from-left-table-not-found-in-right-table

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel