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 DetailsA school district hosts several fun run events each year to…
A school district hosts several fun run events each year to raise money. Many participants join in the events and get multiple donors for each event. The fun runs can be hosted at four different parks depending on which school is hosting the fun run. The school district would like to begin tracking the information for the fun run in a database instead of the current file system. The Event data has been organized into the following group. What data would end up needing it’s own group so that it is not repeated? List each item that would be pulled into a new group then explain why you think this data would be put into it’s own table.
Read Details