Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Part 1 Using the WideWorldImporters database and the Warehouse schema write a query that returns the result set transformed to XML data. The query will
Part 1
Using the WideWorldImporters database and the Warehouse schema write a query that returns the result set transformed to XML data. The query will return StockItemID, StockItemName, Brand, Size, TaxRate, UnitPrice, ValidFrom and ValidTo from the table StockItems. The XML file will have the following structure: root name will be InventoryInfo, the path name will be Product. StockItemId will be an attribute of the path name. StockItemName and UnitPrice will be elements of the path name. Brand and Size will be attributes of an element named Descriptioin in the path name. TaxRate will be an attribute of an element named TaxInfo in the path name. ValidFrom and ValidTo will be child elements of an element named ValidDates in the path name. Take a screen shot of the SQL windows and results and paste it here.
Part 2
Double click on the resulting XML column from the above query to fully display the XML structure. Take a screen shot of the SQL windows and results and paste it here.
Part 3
Using the WideWorldImporters database and the Warehouse schema write a query that returns the result set transformed to JSON data. The query will return StockItemID, StockItemName, Brand, Size, TaxRate, UnitPrice, ValidFrom and ValidTo from the table StockItems. Take a screen shot of the SQL windows and results and paste it here.
Part 4
Using the WideWorldImporters database and the Warehouse schema write a query that returns the StockItemName, Brand, Size, and CountryOfManufacture from the JSON column CustomFields from the table StockItems. Only return rows where the CountryOfManufacture is not USA..Take a screen shot of the SQL windows and results and paste it here.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started