If you have Enterprise Manager, you may create Database Diagrams to show the relationship between tables. Check the content about Database Diagrams in MS SQL-Server Book Online.
--"The endpoints of the line indicate whether the relationship is one-to-one or one-to-many. If a relationship has a key at one endpoint and a figure-eight at the other, it is a one-to-many relationship. If a relationship has a key at each endpoint, it is a one-to-one relationship."
Main Topics
Browse All Topics





by: Arthur_WoodPosted on 2006-05-28 at 13:53:02ID: 16780694
It is not possible to determine if a relationship is 1-1 or 1-M by simply examining the constraints on the tables. You need to understand the data model, and that is something that is not obvious from the relationships alone.
1-1 and 1-M can show precisely the same constraints.
AW