नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
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