nerdexam
Microsoft

70-448 · Question #89

You are running a SQL Server 2008 Analysis Services (SSAS) solution which contains data mining extensions (DMX) to search a data mining model for Company.com. In order to search a Clerk Walker data…

The correct answer is A. You should utilize NATURAL PREDICTION JOIN. See the full explanation below for the reasoning.

Question

You are running a SQL Server 2008 Analysis Services (SSAS) solution which contains data mining extensions (DMX) to search a data mining model for Company.com. In order to search a Clerk Walker data mining model in a Decision Tree data mining structure, the codes are listed below:

11 SELECT 12 [Decision Tree].[Clerk Walker] AS Buyer 13 FROM 14 [Decision Tree] 16 (SELECT 28 AS [Age], 17 '2-5 Miles' AS [Commute Distance], 18 '1' AS [House Owner Flag], 19 1 AS [Number Cars Owned], 20 2 AS [Total Children]) AS t In the data mining structure, you should make sure that the input columns map to the columns. Which is the correct answer?

Options

  • AYou should utilize NATURAL PREDICTION JOIN
  • BYou should utilize LEFT JOIN
  • CYou should utilize OUTER JOIN
  • DYou should utilize RIGHT JOIN

How the community answered

(21 responses)
  • A
    81% (17)
  • B
    5% (1)
  • C
    10% (2)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 70-448 Practice