Skip to content

amirmohideenaus/DBMS-CMP-320

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

DBMS-CMP-320

Database Management System made using Java Eclipse and Apache Netbeans

DESCRIPTION:

This project will develop a database for owners or managers of online e-commerce watch stores in order to store order information about customers that bought watches from specific stores.
• Stores will have customers.
• Customers can buy from stores.
• Stores will have stocks of different watch brands.
• Customers will have a unique SSN, first name, last name, email, mobile number, and gender.
• Stores will have unique store id, store name, website address, and telephone number.
• Watch will have unique watch id, watch name, and price.

FUNCTIONALITIES:

• Will be able to allow users to view all details about customers, online stores and watches
• Insert, update, delete, view customers
• Insert, update, delete, view online stores
• Insert, update, delete, view watches
• Update the order details of customers that bought from a specific store and watch
• Show all orders that were done by a specific customer across all stores and the watches he/she purchased
• Show the most sold watch name and the most sold number
• Have two types of users that can login to the app with following privileges: the admin privilege (only admin can add/update/delete other users) is for owner and the user privilege is for the manager

About

Database Management System made using Java Eclipse and Apache Netbeans

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages