Database Project Sarah Summers - PowerPoint PPT Presentation

1 / 12
About This Presentation
Title:

Database Project Sarah Summers

Description:

Administrators and Customers ER Diagrams. Products ER Diagram. Books and Authors ER Diagram. Music and Artists ER Diagram. Publishers and Software ER Diagrams ... – PowerPoint PPT presentation

Number of Views:39
Avg rating:3.0/5.0
Slides: 13
Provided by: kaj4
Category:

less

Transcript and Presenter's Notes

Title: Database Project Sarah Summers


1
Database ProjectSarah Summers
  • Goal
  • Create a web based software, music and book
    store.
  • Software Server Application
  • MySQL Apache Server
  • PHP

2
Application Capabilities
  • Administrator
  • Adds entries to db
  • Deletes db entries
  • Modifies db entries
  • User
  • Searches book entries
  • Searches music entries
  • Searches software entries
  • Add items to shopping cart

3
ER Diagram
4
Administrators and Customers ER Diagrams
5
Products ER Diagram
6
Books and Authors ER Diagram
7
Music and Artists ER Diagram
8
Publishers and Software ER Diagrams
9
Orders and Payments ER Diagrams
10
Entities and Attributes
11
Problems Encountered
Original design did not include a product id
number. Book, music and software entries all had
their own identification numbers. This caused
problems for the order entity, although each
entry could be inserted using the individual
identification numbers, this would lead to null
values.
12
Problems Encountered
  • Wanted a user to register before being able to
    search.
  • To register only need email, username and
    password.
  • Problems arise when user purchases items and
    pays. Where is the customer address and payment
    method kept.
  • Decided to keep additional customer details in
    the Payment relation.

13
Conclusions
  • Database implementation can be complex.
  • Detailed design helps.
  • Implementation can still be problematic.
Write a Comment
User Comments (0)
About PowerShow.com