| Views | SQL 2005 Adventure Works OLTP |
BOM_cte used in procedure: dbo.uspGetBillOfMaterials
Common table expression
| BOM_cte | |
| Production.BillOfMaterials | Items required to make bicycles and bicycle subassemblies. It identifies the heirarchical relationship between a parent product and its components. |
| Production.Product | Products sold or used in the manfacturing of sold products. |
| ProductAssemblyID | |
| ComponentID | |
| ComponentDesc | |
| PerAssemblyQty | |
| StandardCost | |
| ListPrice | |
| BOMLevel | |
| RecursionLevel | |
| BOM_cte | |
| Production.BillOfMaterials | Items required to make bicycles and bicycle subassemblies. It identifies the heirarchical relationship between a parent product and its components. |
| Production.Product | Products sold or used in the manfacturing of sold products. |
| dbo.uspGetBillOfMaterials | Stored procedure using a recursive query to return a multi-level bill of material for the specified ProductID. |
Views | Table expressions