Database. Write out the tables required to implement the bel…
Database. Write out the tables required to implement the below in a relational database. Use the format: Tablename . Make sure to underline your primary keys. A receipt has a unique serial number and date. Our inventory list has SKU numbers, item names, and suggested retail price. Items on the receipt have prices sold at (which can be different across receipts), quantities, and totals which are the price sold at times quantity. The customer is always on a receipt. We have the customer number, name and address. The customer is uniquely identified by the customer number.