dbo."Alphabetical list of products"
Column | Type and Size |
ProductID | int NOT NULL |
ProductName | nvarchar(40) NOT NULL |
SupplierID | int NULL |
CategoryID | int NULL |
QuantityPerUnit | nvarchar(20) NULL |
UnitPrice | money(19.4) NULL |
UnitsInStock | smallint NULL |
UnitsOnOrder | smallint NULL |
ReorderLevel | smallint NULL |
Discontinued | bit NOT NULL |
CategoryName | nvarchar(15) NOT NULL |