Choose the correct data types for the fields in the Products…
Choose the correct data types for the fields in the Products table. Product_id: unique identifier whole number [int] Price: May store 2 decimal places [decimal] Manufacture_date: Date item was manufactured [datetime] Product_name: name of the product [varchar] Stock_quantity: number of items in the inventory [int2]
Read Details