Database Schema Report: Design and Implementation of Database Tables
VerifiedAdded on 2020/05/16
|5
|531
|198
Report
AI Summary
This report provides a detailed analysis of a database schema, focusing on the design and structure of three key tables: CUSTOMER, ORDER, and INVENTORY. The CUSTOMER table includes attributes such as customerID, firstName, lastName, phone, email, address, suburb, postcode, and loyaltyDiscount. The ORDER table contains orderID, customerID, dateOrdered, dateFulfilled, postageAmount, and discountApplied, with a foreign key relationship to the CUSTOMER table. The INVENTORY table comprises inventoryID, categoryID, title, abstract, yearPublished, and unitPrice, while the ORDER_LINE table links orders and inventory items. The report also references several academic sources related to database design, schema generation, and database preservation. These sources cover topics from automatic R2RML mapping to the creation of a database preservation toolkit and named-entity relationship exploration. This report provides a comprehensive overview of the database schema design and its components.
1 out of 5