If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > database design

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-08-10, 08:33
robasc robasc is offline
Registered User
 
Join Date: Mar 2007
Posts: 39
database design

Hello everyone,

I am working on a computer inventory store database. The store will consist of the following items:

Laptops, Desktops, Servers, PDA's

few of the entities and attributes for a computer store:

Code:
Computers(ser_num, year, make, model, qoh, qty_sold, list_price, cost_price)
I would also need a supplier for the items so I have:

Code:
Suppliers( sup_id, year, make, model, qoh, cost_price)
looking for some other ideas and suggestions for this database?
Reply With Quote
  #2 (permalink)  
Old 03-08-10, 08:48
r937 r937 is online now
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,085
customers, orders, invoices...
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 03-08-10, 15:40
robasc robasc is offline
Registered User
 
Join Date: Mar 2007
Posts: 39
Here is what I have created so far. I am not worried about the attributes yet I am only interested in the entities and relationships for now:

http://i244.photobucket.com/albums/gg5/robasc/computerstore.jpg?t=1268076962
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On