SQL Server 2008 的层次结构ID

发布于 2024-11-03 09:52:49 字数 176 浏览 1 评论 0原文

我想存储客户的区域信息,为此,我将创建以下表

  1. Country
  2. State
  3. District

但是在 SQL Server 2008 中使用 hierarchyid ,我想我可以将信息存储在一个名为地区。我说得对吗?

I want to store the regional information of a customer, for this, I will create the following tables

  1. Country
  2. State
  3. District

But using hierarchyid in SQL Server 2008, I think I can store the information in a single table called Region. Am I right?

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

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

发布评论

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

评论(1

长不大的小祸害 2024-11-10 09:52:49

如果国家、州和地区共享相同的列,那么树状结构就可以满足您的需求。
您可以使用hierarchyid或仅使用自引用外键

If Country, State and District share the same columns than a tree like structure would fit your needs.
You could use hierarchyid or just a self referencing foreign key

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