Using MS Excel, create a customer database with at least 10 entries, with screenshots to document and show progress
This post will detail the step-by-step setup of an Excel customer database along with other tables related to the client.
1. Creating User table (Customer table)
The image below shows an empty user (customer) database with the six properties id, first name, last name, email, address, and phone in an Excel spread sheet. The user id serves as the entity's main key, and the address from the address table below serves as the foreign key.
The user database table's fully inserted data is seen in the screenshot below.
2. Creating Product table
The product table, which is the second table in relation to the customer table, has five properties: an id, a title, a description, a price, and a category id. In this table, the primary key is the product id, and the foreign key is the category key.
The screenshot below demonstrates how the database's address table's data is displayed.
5. Payment table
This payment table, where the payment method choice list is stored, simply has the properties id and title, with id serving as the singular primary key.
The values are recorded in the database's payment method table according to the screenshot below.
There are only two fields in this category table—id, which serves as the primary key—and title, which contains the categories of the products.
The screenshot below shows how the data are stored in the category table in database.












Comments
Post a Comment