So for my second semester Database Management System course final project, my group decided to make a database system for a laptop store.

My group consist of:

  • Kevin Tarada (Me)
  • Longlong Tjandra
  • Arjasa V

Our store later on will have 5 databases:

  • Laptops database = contain laptops details
  • Laptop’s spare parts database = contain laptops spare parts’ details
  • Customer database = store information about the customer (name, address, phone number)
  • Transaction database = store the transaction made by the customer, it basically connect the customer database, the item database and employee database
  • Employee database = contain the details of the employee

And lastly here’s how we’ve planned to divide our works:

  • Laptop database = Kevin T (Me)
  • Laptop’s spare parts database = Kevin T (Me)
  • Customer database = Longlong T
  • Employee database = Arjasa V
  • Transaction database = Longlong T
  • Visual Studio = Arjasa V