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 > Database Server Software > MySQL > Database Model Schema for Retail Sporting Goods Store

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-24-11, 16:11
buildingbrick buildingbrick is offline
Registered User
 
Join Date: Jan 2011
Location: Long Beach, CA
Posts: 3
Question Database Model Schema for Retail Sporting Goods Store

See anything wrong with this model.

Any help would be appreciated.
Attached Thumbnails
Database Model Schema for Retail Sporting Goods Store-database_model.gif  
Reply With Quote
  #2 (permalink)  
Old 01-24-11, 16:33
r937 r937 is online now
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,535
yeah, i see plenty

for starters, it's hard to read

upon closer inspection, i don't understand what's going on

say, what software did you use to produce this?
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 01-24-11, 20:30
buildingbrick buildingbrick is offline
Registered User
 
Join Date: Jan 2011
Location: Long Beach, CA
Posts: 3
Need to send a new graphic

Only half of the image was uploaded. I will update the graphic tomorrow.

Basically another set of tables is used to categorize the products in the TaxId field.

basically its like this:

CatId PK
Cat_Name

CatId FK
SubCatId PK
SubCatName
Order

SubCatId FK
ClassId PK
ClassName
Order

ClassId FK
ProdId PK
ProdName
Order

ProdId is PK to the FK TaxId Products Table in the graphic posted.

I used Adobe Illustrator because its gonna be used to show people that don't have a web development background.

If this makes no sense then sorry :P

Last edited by buildingbrick; 01-24-11 at 20:51.
Reply With Quote
  #4 (permalink)  
Old 01-26-11, 11:14
buildingbrick buildingbrick is offline
Registered User
 
Join Date: Jan 2011
Location: Long Beach, CA
Posts: 3
Database Model Schema for Retail Sporting Goods Store

I created this database model for a sporting goods store. Its not ecommerce.

If anyone can take a look and let me know if anything looks wacky.

Please let me know.
Attached Thumbnails
Database Model Schema for Retail Sporting Goods Store-database_model.jpg  
Reply With Quote
Reply

Tags
databases, mysql, retail

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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