Skip to content

Implementation of an Electronic Vendor Database. A database containing information about the products, customers, warehouses were created using SQL techniques. A front end application was built using python's tkinter package to hosting the information in the database. The application helps the users to order products online from the Electronic v…

Notifications You must be signed in to change notification settings

CS425-Project/Electonic_vendor_Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electonic_vendor_Database

This is database maintaining the records of a electronic vendor like Best Buy

the database contains the details of the

  1. Customer 1.1 Frequent Customer 1.2 Infrequent Customer
  2. Products
  3. Stores
  4. Warehouses
  5. Suppliers
  6. Companies
  7. Transactions
  8. Orders
  9. Shippers
  10. Address

Tables are as follows

Customer Frequent Customer Infrequent Customer Products Stores Warehouse Address_table Suppliers Company Shipper Transactions Orders_prod

Relations between the Tables would be as follows

Company produces Products Supplier gets Products Company sc to Supplier Supplier supplies to Warehouse Warehouse located at Address_table Stores located at Address_table Warehouse sends Stores Warehouse contains_prod Products Stores contains_prod Products Warehouse online order Orders_prod Shipper takes Orders_prod Shipper delivers Address_table

About

Implementation of an Electronic Vendor Database. A database containing information about the products, customers, warehouses were created using SQL techniques. A front end application was built using python's tkinter package to hosting the information in the database. The application helps the users to order products online from the Electronic v…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published