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 > Just started working with database design, and would like some help.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-21-11, 14:46
drdenner drdenner is offline
Registered User
 
Join Date: Oct 2011
Posts: 1
Just started working with database design, and would like some help.

Im kind of new to database designs and could use some help.
This is just for learning.

This is what i want to ty and make
A "Used Cars" web shop (will no be making the web page, just the database)

Data must include
Cars: make (like Audi, Opel, Ford, etc.), model (like A6, Astra, Focus), color, fuel type, year, number of doors, mileage

Seller: name, address, phone, email

Review: Sellers can make reviews on car models

How can you help?
Since im just learning from books/internet, i would like to see how the tables for this databasw would look like so i know if im doing it correct.

So could any one help me out here?
Reply With Quote
  #2 (permalink)  
Old 10-24-11, 09:48
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,726
We don't do student's homework for them on this forum.
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
  #3 (permalink)  
Old 11-13-11, 01:55
Martin22 Martin22 is offline
Registered User
 
Join Date: Nov 2011
Posts: 30
Quote:
Originally Posted by drdenner View Post
Im kind of new to database designs and could use some help.
This is just for learning.

This is what i want to ty and make
A "Used Cars" web shop (will no be making the web page, just the database)

Data must include
Cars: make (like Audi, Opel, Ford, etc.), model (like A6, Astra, Focus), color, fuel type, year, number of doors, mileage

Seller: name, address, phone, email

Review: Sellers can make reviews on car models

How can you help?
Since im just learning from books/internet, i would like to see how the tables for this databasw would look like so i know if im doing it correct.

So could any one help me out here?
Think of what the tables would be. If there is every two of the same thing (for example, car) then you know it needs to be a table. Then, continue reading. The table names are staring you straight in the face, as are the attributes.

For future reference, if you're wondering if it is correct, post work you have already done, then possibly someone can help you.

Good luck.

Martin
Reply With Quote
Reply

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