70-469 Free Dumps Study Materials
Question 6: You need to implement a change to usp_ExportOpenings that meets the integration
requirements.
What should you modify in usp_ExportOpenings? (Each correct answer presents part of the solution.
Choose all that apply?)
A. To the end of line 04, add [Opening].
B. To the end of line 05, add [Opening! title].
C. To line 10, add FOR XML RAW.
D. To line 10, add FOR XMLEXPLICIT.
E. To line 10, add FOR XML AUTO.
F. To the end of line 04, add [Opening!ELEMENT].
G. To the end of line 06, add [Opening!salary!ELEMENT].
H. To the end of line 05, add [Opening!title!ELEMENT].
I. To the end of line 06, add [Opening! salary].
Correct Answer: A,B,E,I
Explanation:
The AUTO mode generates nesting in the resulting XML by using heuristics based on the way the
SELECT statement is specified. You have minimal control over the shape of the XML generated. The
nested FOR XML queries can be written to generate XML hierarchy beyond the XML shape that is
generated by AUTO mode heuristics.