Skip to content

CoffeeCodeSwitzerland/DB_Onlineshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB_Onlineshop

SQL-Database for school project Developed in order of gibb school in Bern, Switzerland.
Contact: Michael Abplanalp

Product description

This database is a project at school where we're learning to create a database
for a client. It's like a contest, because two groups have the same database project.

Developer Team

SELECT | INSERT | UPDATE

  • IV: Previous purchases should be viewable (needed for warranty).
    TABLES: Bestellung, Artikel, Kunde
  • V: Clients can rate articles they've already bought.
    TABLES: Bewertung, Artikel, Kunde
  • VI: Prices can be updated easily per category (dicounts).
    TABLES: Unterkategorie (attribute: AktionID)
  • VII: Each order has a state (ordered, in process, delivered).
    TABLES: Bestellung, Artikel, Kunde
  • VIII: The shop owner can query the sales sorted and ordered by:
    • MAX (Category, Subcategory, Article)
    • MIN (Category, Subcategory, Article)
    • AVG (Category, Subcategory, Article)
    • Categories (Subcategory, Article)
    • Clientgroup (Category, Subcategory, Article)
      TABLES: Bestellung, Artikel, Kunde

Releases

12.06.2017 V0.1 Delivery at school (full ERD and ERM)

Releases

No releases published

Packages

No packages published

Languages