我正在创建一个类似于以下情况的数据库。
表格1:
CustomerType1(列:CustomerId,...)
表2:
CustomerType2(列:CustomerId,...)
表3:
订单(列:OrderId、CustomerId...)
现在,如何将订单表的 customerId 与 CustomerType1 和 CustomerType2 表的 customerId 列关联起来?
(我正在开发一个 Windows Phone 应用程序,所以如果你能帮助我创建类似于上述情况的数据库所使用的属性,那将会很有帮助)
谢谢