Generated using SQL Data Dictionary demo version.
| |
Column |
Data Type |
Identity |
Nullable |
Default |
| PK |
ClassificationId |
int |
X |
|
|
|
ClassificationName |
nvarchar(200) |
|
|
|
|
FK
|
ParentId |
int |
|
X |
|
Indexes:
-
PK_VendorCategory
- (Primary Key)
- (Clustered)
-
IX_Classification
References:
-
- ClassificationId
(ParentId)
Referenced by:
-
- ParentId
(ClassificationId)
-
Used by:
- Procedure
dbo.GetVendorClassifications