Table that stores the name of the products
Data model
Fields
| Field | Type | Description |
|---|---|---|
| manufacturer_id* | INT | Identifier in the manufacturers’ database |
| name | NVARCHAR (512) | Products Name |
Primary Key
| PK__AAM_FILE__3213E83F813DACBA |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| manufacturer_id* | dbo.AAM_MANUFACTURER | id | FK01_AAM_FILE_PRODUCT |