- Posted By: freeproject
- Comments: 0
Posted By freeproject on July 17, 2017
This ER (Entity Relationship) Diagram represents the model of Boutique Store Management System Entity. The entity-relationship diagram of Boutique Store Management System shows all the visual instrument of database tables and the relations between Stock, Sales, Boutique, Customers etc. It used structure data and to define the relationships between structured data groups of Boutique Store Management System functionalities. The main entities of the Boutique Store Management System are Boutique, Stock, Products, Sales, Inventory and Customers.
Boutique Store Management System entities and their attributes :
- Boutique Entity : Attributes of Boutique are boutique_id, boutique_owner_id, boutique_name, boutique_type, boutique_description, boutique_place
- Stock Entity : Attributes of Stock are stock_id, stock_items, stock_number, stock_type, stock_description
- Products Entity : Attributes of Products are product_id, product_customer_id product_items, product_number, product_type, product_description
- Sales Entity : Attributes of Sales are sales_id, sales_customer_id, sales_amount, sales_type, sales_description
- Inventory Entity : Attributes of Inventory are inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
- Customers Entity : Attributes of Customers are customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
Description of Boutique Store Management System Database :
- The details of Boutique is store into the Boutique tables respective with all tables
- Each entity (Customers, Products, Inventory, Stock, Boutique) contains primary key and unique keys.
- The entity Products, Inventory has binded with Boutique, Stock entities with foreign key
- There is one-to-one and one-to-many relationships available between Inventory, Sales, Customers, Boutique
- All the entities Boutique, Inventory, Products, Customers are normalized and reduce duplicacy of records
- We have implemented indexing on each tables of Boutique Store Management System tables for fast query execution.