我在哪里可以获得有关车辆品牌/型号和零件数据库的信息?

发布于 2024-12-13 18:31:20 字数 523 浏览 1 评论 0 原文

我正在设计一个汽车零部件数据库。我对这个设计感到很难。我正在观看这个网站:

http://www.rockauto.com/catalog/raframecatalog.php< /a>

制作>年份>型号>电机>类别。

我想我需要将该表添加到设计中。这是当前的: https://codereview.stackexchange.com/questions/5770/database-design- for-an-autoparts-store

我正在寻找描述如何组织这些数据的网站,或者为该区域创建表格的最佳方法是什么。我觉得很复杂。

I'm designing a autoparts database. I'm having a hard time with this design. I was watching this site:

http://www.rockauto.com/catalog/raframecatalog.php

MAKE > YEAR > MODEL > MOTOR > CATEGORIES.

And well I think I need to add that table to the design. Here is the current:
https://codereview.stackexchange.com/questions/5770/database-design-for-an-autoparts-store

I'm looking for sites where describes how would be organize these data, or what is the best way to create the tables for this area. I think is complicated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梅窗月明清似水 2024-12-20 18:31:20

我认为您应该研究数据库规范化:

规范化可以帮助您了解如何以一致的方式表示数据,这表示数据之间的关系。

链接:
http://en.wikipedia.org/wiki/Database_normalization

http://www.devshed.com/c/a/MySQL/An-Introduction-to-Database-Normalization/

i think you should look into database normalization:

Normalization helps you understand how to represent data in a consistent way, which represents the relationships between teh data.

Links:
http://en.wikipedia.org/wiki/Database_normalization

http://www.devshed.com/c/a/MySQL/An-Introduction-to-Database-Normalization/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文