Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.databases.ms-sqlserver > #1675

Re: A question about relationship

Newsgroups comp.databases.ms-sqlserver
Date 2014-02-11 09:33 -0800
References <ldan3d$f0i$1@dont-email.me> <XnsA2D0F0AEE3E6Yazorman@127.0.0.1> <lddcn4$i2b$1@dont-email.me> <cc80175a-413c-46db-92af-2c236f9044d8@googlegroups.com> <38589a34-3694-4e0e-8b59-c98b9c0b7b25@googlegroups.com>
Message-ID <f00c36d9-db8f-4f6c-b2b3-5a799ddf6fa2@googlegroups.com> (permalink)
Subject Re: A question about relationship
From Ross Presser <rpresser@gmail.com>

Show all headers | View raw


On Tuesday, February 11, 2014 11:43:44 AM UTC-5, bradbury9 wrote:
> Well, in fact Orders.CustomerID should be NOT NULL. Althought a demo database
> 
> > CREATE TABLE "Orders" (
> > 	"OrderID" "int" IDENTITY (1, 1) NOT NULL ,
> > 	"CustomerID" nchar (5) NULL , /* This seems to be wrong */
> > 	"EmployeeID" "int" NULL ,
> > 	"OrderDate" "datetime" NULL ,

Oops, I missed that. Good point.

Back to comp.databases.ms-sqlserver | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

A question about relationship "Tony Johansson" <johansson.andersson@telia.com> - 2014-02-10 15:18 +0100
  Re: A question about relationship Erland Sommarskog <esquel@sommarskog.se> - 2014-02-10 23:39 +0100
    Re: A question about relationship "Tony Johansson" <johansson.andersson@telia.com> - 2014-02-11 15:39 +0100
      Re: A question about relationship Ross Presser <rpresser@gmail.com> - 2014-02-11 07:11 -0800
        Re: A question about relationship bradbury9 <ray.bradbury9@gmail.com> - 2014-02-11 08:43 -0800
          Re: A question about relationship Ross Presser <rpresser@gmail.com> - 2014-02-11 09:33 -0800
        Re: A question about relationship Lennart Jonsson <erik.lennart.jonsson@gmail.com> - 2014-02-11 18:01 +0100
      Re: A question about relationship Erland Sommarskog <esquel@sommarskog.se> - 2014-02-11 21:54 +0100
        Re: A question about relationship rja.carnegie@gmail.com - 2014-02-11 13:49 -0800
          Re: A question about relationship Erland Sommarskog <esquel@sommarskog.se> - 2014-02-11 23:23 +0100

csiph-web