Generated using SQL Data Dictionary demo version.
Displays the content from each element in the xml column Instructions for each product in the Production.ProductModel table that has manufacturing instructions.
| Column | Data Type | Nullable |
|---|---|---|
| ProductModelID | int | |
| Name | Name(nvarchar(50)) | |
| Instructions | nvarchar(max) | X |
| LocationID | int | X |
| SetupHours | decimal(9,4) | X |
| MachineHours | decimal(9,4) | X |
| LaborHours | decimal(9,4) | X |
| LotSize | int | X |
| Step | nvarchar(1024) | X |
| rowguid | uniqueidentifier | |
| ModifiedDate | datetime |