Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何在 Microsoft SQL Server Management Studio 2005 上创建一个关系模式,其中包含我在我已构建的网站的某个部分上使用的选定表。我想看看它们有哪些字段以及它们是如何连接的。
正如 Darren 发布的那样,您可以访问您的数据库(我将在此处发布图形版本):
然后右键单击并选择新建数据库图
然后选择要添加的表(我将在此处添加两个):
如果还没有关系,您可以从另一个表的主键拖动到相关表的外键: