Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Tony Johansson" Newsgroups: comp.databases.ms-sqlserver Subject: A question about relationship Date: Mon, 10 Feb 2014 15:18:10 +0100 Organization: A noiseless patient Spider Lines: 14 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Injection-Date: Mon, 10 Feb 2014 14:18:21 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="8fdc2b5af81c338deb7045fc6c39b0e2"; logging-data="15378"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19oWi6JeB9++VebXF0etoi6" X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18463 X-Newsreader: Microsoft Windows Mail 6.0.6002.18197 Cancel-Lock: sha1:BkqaEa0ubTGmZOPrPCqSxtNlDK8= X-Priority: 3 X-MSMail-Priority: Normal Xref: csiph.com comp.databases.ms-sqlserver:1665 I read a book about ASP.NET that talk about Entity Framework and here they use the Northwind database as an example. What I find strange is the relationship between Customer and Order. The book print the relationship between Customer and Order like this !--------------! !-------------------! ! Customer ! 0.1 ................ * ! Order ! !--------------! !-------------------! I found this strange because it means you can have orders without a Customer. //Tony