代码之家  ›  专栏  ›  技术社区  ›  Alex Bagnolini

数据库架构从本地更改为分布式

  •  0
  • Alex Bagnolini  · 技术社区  · 16 年前


    Table Seller:
       IdSeller          PRIMARY
       Name
    
    Table Books:
       IdBook            PRIMARY
       IdSeller          NOT NULL
       Description
    

     Table Company:
        IdCompany        PRIMARY
        LicenseNumber
    

     Table Seller (NEW VERSION):
        IdSeller         PRIMARY
        IdCompany        NOT NULL
        Name
    


    3 回复  |  直到 16 年前
        1
  •  0
  •   JustLoren    16 年前

    有时,在商业世界里,破解一个快速的解决方案是最好的:(

        2
  •  0
  •   IsmailS    16 年前

        3
  •  0
  •   Charles Bretana    16 年前