Database Design for Car Dealership

14,238

You should look at http://www.databaseanswers.org/data_models/ , there is a bunch of db models which you can compare.

Share:
14,238
StackOverflowNewbie
Author by

StackOverflowNewbie

Updated on June 04, 2022

Comments

  • StackOverflowNewbie
    StackOverflowNewbie almost 2 years

    I'm looking into building an application for a car dealership. The biggest challenge I see is building the database to capture the necessary information about vehicles (year, make, model -- fairly easy, but I know the details go way beyond that). The information will probably be used to showcase the dealership's inventory on their website (so, users are probably going to want to be able to search based on various parameters, etc.).

    Any suggestions on what I can do for version 1 of this database? Any samples out there that I can use? Thanks.