Database Analysis
Design, develop business application database. Create a database with the following three tables: CUSTOMER, PRODUCT, SALES. Logically: One customer can complete many sales, and one product can be involved in many sales. (Note: each line item of a receipt is considered as a single sale). Identify a primary key for each table: Customer_ID (char 5); … Read more