Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In a lookup table that contains the reasons for manufacturing failures.
ScrapReason Table Definition
The ScrapReason table is contained in the Production schema.
Column | Data type | Nullability | Description |
---|---|---|---|
ScrapReasonID |
smallint |
Not null |
Primary key. |
Name |
Name (user-defined type) nvarchar(50) |
Not null |
Failure description. |
ModifiedDate |
datetime |
Not null |
Date and time the row was last updated. |
See Also
Reference
Product Table (AdventureWorks)
WorkOrder Table (AdventureWorks)
Other Resources
AdventureWorks Data Dictionary